root / gruel / README @ faf7dea0
History | View | Annotate | Download (1.2 kB)
| 1 | b48de00c | jcorgan | # |
|---|---|---|---|
| 2 | b48de00c | jcorgan | # Copyright 2008 Free Software Foundation, Inc. |
| 3 | b48de00c | jcorgan | # |
| 4 | b48de00c | jcorgan | # This file is part of GNU Radio |
| 5 | b48de00c | jcorgan | # |
| 6 | b48de00c | jcorgan | # GNU Radio is free software; you can redistribute it and/or modify |
| 7 | b48de00c | jcorgan | # it under the terms of the GNU General Public License as published by |
| 8 | b48de00c | jcorgan | # the Free Software Foundation; either version 3, or (at your option) |
| 9 | b48de00c | jcorgan | # any later version. |
| 10 | b48de00c | jcorgan | # |
| 11 | b48de00c | jcorgan | # GNU Radio is distributed in the hope that it will be useful, |
| 12 | b48de00c | jcorgan | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | b48de00c | jcorgan | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | b48de00c | jcorgan | # GNU General Public License for more details. |
| 15 | b48de00c | jcorgan | # |
| 16 | b48de00c | jcorgan | # You should have received a copy of the GNU General Public License |
| 17 | b48de00c | jcorgan | # along with GNU Radio; see the file COPYING. If not, write to |
| 18 | b48de00c | jcorgan | # the Free Software Foundation, Inc., 51 Franklin Street, |
| 19 | b48de00c | jcorgan | # Boston, MA 02110-1301, USA. |
| 20 | b48de00c | jcorgan | # |
| 21 | b48de00c | jcorgan | |
| 22 | b48de00c | jcorgan | The GNU Radio Utility Etcetera Library, a collection of low-level routines |
| 23 | b48de00c | jcorgan | to avoid dependencies on the full GNU Radio core or other libraries. |
| 24 | b48de00c | jcorgan | |
| 25 | e30b824e | Tom Rondeau | Over time, some code from libgnuradio-core and libpmt will migrate |
| 26 | e30b824e | Tom Rondeau | here, to avoid duplication of code and simplify dependencies. |
| 27 | b48de00c | jcorgan | |
| 28 | b48de00c | jcorgan | By design, this library will not have dependencies on any other part |
| 29 | b48de00c | jcorgan | of GNU Radio, but may have external dependencies such as Boost. |