summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2014-06-06 08:35:17 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2014-06-06 08:35:17 +0200
commitc5d91bc88c264366d1e9062b23557d92e61b2298 (patch)
tree415c846be2833ef64ca2cac7bfbc149c9d006bbe
parent4fb1a500191286e76668f6b52ef584aa63c82b7d (diff)
downloaddabmux-c5d91bc88c264366d1e9062b23557d92e61b2298.tar.gz
dabmux-c5d91bc88c264366d1e9062b23557d92e61b2298.tar.bz2
dabmux-c5d91bc88c264366d1e9062b23557d92e61b2298.zip
Update copyright header for EDI
-rw-r--r--src/dabOutput/edi/AFPacket.cpp10
-rw-r--r--src/dabOutput/edi/AFPacket.h10
-rw-r--r--src/dabOutput/edi/PFT.cpp10
-rw-r--r--src/dabOutput/edi/PFT.h10
-rw-r--r--src/dabOutput/edi/TagItems.cpp10
-rw-r--r--src/dabOutput/edi/TagItems.h10
-rw-r--r--src/dabOutput/edi/TagPacket.cpp10
-rw-r--r--src/dabOutput/edi/TagPacket.h10
8 files changed, 40 insertions, 40 deletions
diff --git a/src/dabOutput/edi/AFPacket.cpp b/src/dabOutput/edi/AFPacket.cpp
index 0c4b8c3..ce7ad3f 100644
--- a/src/dabOutput/edi/AFPacket.cpp
+++ b/src/dabOutput/edi/AFPacket.cpp
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2013 Matthias P. Braendli
+ Copyright (C) 2013,2014 Matthias P. Braendli
http://mpb.li
EDI output.
@@ -8,20 +8,20 @@
*/
/*
- 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/>.
*/
#include "config.h"
#include "crc.h"
diff --git a/src/dabOutput/edi/AFPacket.h b/src/dabOutput/edi/AFPacket.h
index 1451085..ac3cc28 100644
--- a/src/dabOutput/edi/AFPacket.h
+++ b/src/dabOutput/edi/AFPacket.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2013 Matthias P. Braendli
+ Copyright (C) 2013,2014 Matthias P. Braendli
http://mpb.li
EDI output.
@@ -8,20 +8,20 @@
*/
/*
- 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/>.
*/
#ifndef _AFPACKET_H_
diff --git a/src/dabOutput/edi/PFT.cpp b/src/dabOutput/edi/PFT.cpp
index e04ffab..0a6b431 100644
--- a/src/dabOutput/edi/PFT.cpp
+++ b/src/dabOutput/edi/PFT.cpp
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2013 Matthias P. Braendli
+ Copyright (C) 2013,2014 Matthias P. Braendli
http://mpb.li
EDI output,
@@ -12,20 +12,20 @@
*/
/*
- 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/>.
*/
#include "config.h"
diff --git a/src/dabOutput/edi/PFT.h b/src/dabOutput/edi/PFT.h
index 49bb7b7..54c229f 100644
--- a/src/dabOutput/edi/PFT.h
+++ b/src/dabOutput/edi/PFT.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2013 Matthias P. Braendli
+ Copyright (C) 2013,2014 Matthias P. Braendli
http://mpb.li
EDI output,
@@ -12,20 +12,20 @@
*/
/*
- 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/>.
*/
#ifndef _PFT_H_
diff --git a/src/dabOutput/edi/TagItems.cpp b/src/dabOutput/edi/TagItems.cpp
index b83c1bf..39ccb84 100644
--- a/src/dabOutput/edi/TagItems.cpp
+++ b/src/dabOutput/edi/TagItems.cpp
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2013 Matthias P. Braendli
+ Copyright (C) 2013,2014 Matthias P. Braendli
http://mpb.li
EDI output.
@@ -8,20 +8,20 @@
*/
/*
- 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/>.
*/
#ifndef _AFPACKET_H_
diff --git a/src/dabOutput/edi/TagItems.h b/src/dabOutput/edi/TagItems.h
index a44eb74..fccea2d 100644
--- a/src/dabOutput/edi/TagItems.h
+++ b/src/dabOutput/edi/TagItems.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2013 Matthias P. Braendli
+ Copyright (C) 2013,2014 Matthias P. Braendli
http://mpb.li
EDI output.
@@ -8,20 +8,20 @@
*/
/*
- 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/>.
*/
#ifndef _TAGITEMS_H_
diff --git a/src/dabOutput/edi/TagPacket.cpp b/src/dabOutput/edi/TagPacket.cpp
index b4d0bce..451da3c 100644
--- a/src/dabOutput/edi/TagPacket.cpp
+++ b/src/dabOutput/edi/TagPacket.cpp
@@ -1,25 +1,25 @@
/*
- Copyright (C) 2013 Matthias P. Braendli
+ Copyright (C) 2013,2014 Matthias P. Braendli
http://mpb.li
EDI output.
This defines a TAG Packet.
*/
/*
- 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/>.
*/
#include "config.h"
diff --git a/src/dabOutput/edi/TagPacket.h b/src/dabOutput/edi/TagPacket.h
index a8154fd..9d69226 100644
--- a/src/dabOutput/edi/TagPacket.h
+++ b/src/dabOutput/edi/TagPacket.h
@@ -1,25 +1,25 @@
/*
- Copyright (C) 2013 Matthias P. Braendli
+ Copyright (C) 2013,2014 Matthias P. Braendli
http://mpb.li
EDI output.
This defines a TAG Packet.
*/
/*
- 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/>.
*/
#ifndef _TAGPACKET_H_