diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-02-07 07:58:16 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-02-07 08:18:28 +0100 |
commit | 400df39cb1c7565b5fc8f3dbfef0c054b4bb65f4 (patch) | |
tree | d9a6745f774c5cf05e8417be3f19e890158c0040 /lib | |
parent | ec94a07844bbfe16138d30a788ec04bd6e588328 (diff) | |
download | dabmux-400df39cb1c7565b5fc8f3dbfef0c054b4bb65f4.tar.gz dabmux-400df39cb1c7565b5fc8f3dbfef0c054b4bb65f4.tar.bz2 dabmux-400df39cb1c7565b5fc8f3dbfef0c054b4bb65f4.zip |
rename CRC-DabMux to ODR-DabMux
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index d2bb342..b2d64be 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,19 +1,19 @@ # Copyright (C) 2009 Her Majesty the Queen in Right of Canada (Communications # Research Center Canada) -# This file is part of CRC-DabMux. +# This file is part of ODR-DabMux. # -# CRC-DabMux is free software: you can redistribute it and/or modify +# ODR-DabMux is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as # published by the Free Software Foundation, either version 3 of the # License, or (at your option) any later version. # -# CRC-DabMux is distributed in the hope that it will be useful, +# ODR-DabMux is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with CRC-DabMux. If not, see <http://www.gnu.org/licenses/>. +# along with ODR-DabMux. If not, see <http://www.gnu.org/licenses/>. SUBDIRS =farsync |