aboutsummaryrefslogtreecommitdiffstats
path: root/src/sdr
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2016-03-08 18:08:19 +0100
committerSylvain Munaut <tnt@246tNt.com>2016-09-11 22:06:16 -0600
commit7bf5c1e1df8d64491baf2e084589d4d21f431a2a (patch)
tree27a9c4a25c9ae9deb853247523a8b201f55687b4 /src/sdr
parent1ee9f4dc631251d884ecbc68201d7e52d72748b9 (diff)
General copyright notice update
find . -name \*.c -exec sed -i -e "s/(C) [0-9\-]*/(C) 2011-2016/g" {} \; find . -name \*.h -exec sed -i -e "s/(C) [0-9\-]*/(C) 2011-2016/g" {} \; Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Diffstat (limited to 'src/sdr')
-rw-r--r--src/sdr/dkab.c2
-rw-r--r--src/sdr/fcch.c2
-rw-r--r--src/sdr/nb.c2
-rw-r--r--src/sdr/pi4cxpsk.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/sdr/dkab.c b/src/sdr/dkab.c
index 5b84ae5..df205a2 100644
--- a/src/sdr/dkab.c
+++ b/src/sdr/dkab.c
@@ -2,7 +2,7 @@
/* See GMR-1 05.004 (ETSI TS 101 376-5-4 V1.2.1) - Section 6.1
* GMR-1 05.002 (ETSI TS 101 376-5-2 V1.1.1) - Section 7.4.6 */
-/* (C) 2011 by Sylvain Munaut <tnt@246tNt.com>
+/* (C) 2011-2016 by Sylvain Munaut <tnt@246tNt.com>
* All Rights Reserved
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/sdr/fcch.c b/src/sdr/fcch.c
index 87b589f..9cdff94 100644
--- a/src/sdr/fcch.c
+++ b/src/sdr/fcch.c
@@ -1,7 +1,7 @@
/* GMR-1 SDR - FCCH bursts */
/* See GMR-1 05.004 (ETSI TS 101 376-5-4 V1.2.1) - Section 8.1 */
-/* (C) 2011 by Sylvain Munaut <tnt@246tNt.com>
+/* (C) 2011-2016 by Sylvain Munaut <tnt@246tNt.com>
* All Rights Reserved
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/sdr/nb.c b/src/sdr/nb.c
index 1e134e5..46d69d9 100644
--- a/src/sdr/nb.c
+++ b/src/sdr/nb.c
@@ -1,7 +1,7 @@
/* GMR-1 SDR - Normal bursts */
/* See GMR-1 05.002 (ETSI TS 101 376-5-2 V1.1.1) */
-/* (C) 2011 by Sylvain Munaut <tnt@246tNt.com>
+/* (C) 2011-2016 by Sylvain Munaut <tnt@246tNt.com>
* All Rights Reserved
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/sdr/pi4cxpsk.c b/src/sdr/pi4cxpsk.c
index d0c273b..243a305 100644
--- a/src/sdr/pi4cxpsk.c
+++ b/src/sdr/pi4cxpsk.c
@@ -1,7 +1,7 @@
/* GMR-1 SDR - pi4-CBPSK and pi4-CQPSK modulation support */
/* See GMR-1 05.004 (ETSI TS 101 376-5-4 V1.2.1) - Section 5.1 & 5.2 */
-/* (C) 2011 by Sylvain Munaut <tnt@246tNt.com>
+/* (C) 2011-2016 by Sylvain Munaut <tnt@246tNt.com>
* All Rights Reserved
*
* This program is free software; you can redistribute it and/or modify