aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/codec/ambe.c2
-rw-r--r--src/codec/codec.c2
-rw-r--r--src/codec/frame.c2
-rw-r--r--src/codec/math.c2
-rw-r--r--src/codec/private.h2
-rw-r--r--src/codec/synth.c2
-rw-r--r--src/codec/tables.c2
-rw-r--r--src/codec/tone.c2
-rw-r--r--src/gmr1_ambe_decode.c2
-rw-r--r--src/gmr1_gen_mat.c2
-rw-r--r--src/gmr1_rach_gen.c2
-rw-r--r--src/gmr1_rx.c2
-rw-r--r--src/gsmtap.c2
-rw-r--r--src/l1/a5.c2
-rw-r--r--src/l1/bcch.c2
-rw-r--r--src/l1/ccch.c2
-rw-r--r--src/l1/conv.c2
-rw-r--r--src/l1/crc.c2
-rw-r--r--src/l1/facch3.c2
-rw-r--r--src/l1/facch9.c2
-rw-r--r--src/l1/interleave.c2
-rw-r--r--src/l1/punct.c2
-rw-r--r--src/l1/rach.c2
-rw-r--r--src/l1/scramb.c2
-rw-r--r--src/l1/tch3.c2
-rw-r--r--src/l1/tch9.c2
-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
30 files changed, 30 insertions, 30 deletions
diff --git a/src/codec/ambe.c b/src/codec/ambe.c
index 133d409..6be8e34 100644
--- a/src/codec/ambe.c
+++ b/src/codec/ambe.c
@@ -1,6 +1,6 @@
/* GMR-1 AMBE vocoder - internal API */
-/* (C) 2013 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/codec/codec.c b/src/codec/codec.c
index 1720ea6..d456a4a 100644
--- a/src/codec/codec.c
+++ b/src/codec/codec.c
@@ -1,6 +1,6 @@
/* GMR-1 AMBE vocoder */
-/* (C) 2013 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/codec/frame.c b/src/codec/frame.c
index 5758a66..fd02d7e 100644
--- a/src/codec/frame.c
+++ b/src/codec/frame.c
@@ -1,6 +1,6 @@
/* GMR-1 AMBE vocoder - Speech parameters to/from frame */
-/* (C) 2013 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/codec/math.c b/src/codec/math.c
index ccfabe6..60a1985 100644
--- a/src/codec/math.c
+++ b/src/codec/math.c
@@ -1,6 +1,6 @@
/* GMR-1 AMBE vocoder - Math functions */
-/* (C) 2013 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/codec/private.h b/src/codec/private.h
index d4af64f..2f3f3a6 100644
--- a/src/codec/private.h
+++ b/src/codec/private.h
@@ -1,6 +1,6 @@
/* GMR-1 AMBE vocoder private header */
-/* (C) 2013 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/codec/synth.c b/src/codec/synth.c
index 7bf83dc..bc74d26 100644
--- a/src/codec/synth.c
+++ b/src/codec/synth.c
@@ -1,6 +1,6 @@
/* GMR-1 AMBE vocoder - Speech synthesis */
-/* (C) 2014 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/codec/tables.c b/src/codec/tables.c
index 44545d0..d5bdcbf 100644
--- a/src/codec/tables.c
+++ b/src/codec/tables.c
@@ -1,6 +1,6 @@
/* GMR-1 AMBE vocoder - Tables */
-/* (C) 2013 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/codec/tone.c b/src/codec/tone.c
index 5ed9aff..c2b0e0f 100644
--- a/src/codec/tone.c
+++ b/src/codec/tone.c
@@ -1,6 +1,6 @@
/* GMR-1 AMBE vocoder - Tone frames */
-/* (C) 2013 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/gmr1_ambe_decode.c b/src/gmr1_ambe_decode.c
index 5f61ac0..3c95b97 100644
--- a/src/gmr1_ambe_decode.c
+++ b/src/gmr1_ambe_decode.c
@@ -1,6 +1,6 @@
/* GMR-1 Codec decoder tool */
-/* (C) 2013 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/gmr1_gen_mat.c b/src/gmr1_gen_mat.c
index 54b0968..d612815 100644
--- a/src/gmr1_gen_mat.c
+++ b/src/gmr1_gen_mat.c
@@ -1,6 +1,6 @@
/* GMR-1 G/g matrix geneation for FACCH3 */
-/* (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/gmr1_rach_gen.c b/src/gmr1_rach_gen.c
index de4cf12..bbb9648 100644
--- a/src/gmr1_rach_gen.c
+++ b/src/gmr1_rach_gen.c
@@ -1,6 +1,6 @@
/* GMR-1 RACH generation utility */
-/* (C) 2015 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/gmr1_rx.c b/src/gmr1_rx.c
index 8bce7bb..e6e6dba 100644
--- a/src/gmr1_rx.c
+++ b/src/gmr1_rx.c
@@ -1,6 +1,6 @@
/* GMR-1 Demo RX application */
-/* (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/gsmtap.c b/src/gsmtap.c
index 3bfeff0..190f44e 100644
--- a/src/gsmtap.c
+++ b/src/gsmtap.c
@@ -1,6 +1,6 @@
/* GMR-1 GSMtap helpers */
-/* (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/l1/a5.c b/src/l1/a5.c
index c62285c..03a2503 100644
--- a/src/l1/a5.c
+++ b/src/l1/a5.c
@@ -9,7 +9,7 @@
* on this. See their paper for more details on how it was done.
*/
-/* (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/l1/bcch.c b/src/l1/bcch.c
index 6e91e49..99cf2a3 100644
--- a/src/l1/bcch.c
+++ b/src/l1/bcch.c
@@ -1,7 +1,7 @@
/* GMR-1 BCCH channel coding */
/* See GMR-1 05.003 (ETSI TS 101 376-5-3 V1.2.1) - Section 6.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/l1/ccch.c b/src/l1/ccch.c
index 8887e8e..e784e33 100644
--- a/src/l1/ccch.c
+++ b/src/l1/ccch.c
@@ -1,7 +1,7 @@
/* GMR-1 CCCH channel coding */
/* See GMR-1 05.003 (ETSI TS 101 376-5-3 V1.2.1) - Section 6.2 & 6.3 */
-/* (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/l1/conv.c b/src/l1/conv.c
index a61e71d..4302699 100644
--- a/src/l1/conv.c
+++ b/src/l1/conv.c
@@ -1,7 +1,7 @@
/* GMR-1 convolutional coding */
/* See GMR-1 05.003 (ETSI TS 101 376-5-3 V1.2.1) - Section 4.4 */
-/* (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/l1/crc.c b/src/l1/crc.c
index 15ffb31..fd85b48 100644
--- a/src/l1/crc.c
+++ b/src/l1/crc.c
@@ -1,7 +1,7 @@
/* GMR-1 CRC */
/* See GMR-1 05.003 (ETSI TS 101 376-5-3 V1.2.1) - Section 4.3 */
-/* (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/l1/facch3.c b/src/l1/facch3.c
index f34b2c0..c9f05e8 100644
--- a/src/l1/facch3.c
+++ b/src/l1/facch3.c
@@ -1,7 +1,7 @@
/* GMR-1 FACCH3 channel coding */
/* See GMR-1 05.003 (ETSI TS 101 376-5-3 V1.2.1) - Section 6.9 */
-/* (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/l1/facch9.c b/src/l1/facch9.c
index d32abd3..09250c1 100644
--- a/src/l1/facch9.c
+++ b/src/l1/facch9.c
@@ -1,7 +1,7 @@
/* GMR-1 FACCH9 channel coding */
/* See GMR-1 05.003 (ETSI TS 101 376-5-3 V1.2.1) - Section 6.11 */
-/* (C) 2012 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/l1/interleave.c b/src/l1/interleave.c
index f3e4bb3..e04c9ba 100644
--- a/src/l1/interleave.c
+++ b/src/l1/interleave.c
@@ -1,7 +1,7 @@
/* GMR-1 interleaving */
/* See GMR-1 05.003 (ETSI TS 101 376-5-3 V1.2.1) - Section 4.8 */
-/* (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/l1/punct.c b/src/l1/punct.c
index c852f7e..3c0f7f7 100644
--- a/src/l1/punct.c
+++ b/src/l1/punct.c
@@ -1,7 +1,7 @@
/* GMR-1 puncturing */
/* See GMR-1 05.003 (ETSI TS 101 376-5-3 V1.2.1) - Section 4.5 */
-/* (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/l1/rach.c b/src/l1/rach.c
index ec04705..31c04eb 100644
--- a/src/l1/rach.c
+++ b/src/l1/rach.c
@@ -1,7 +1,7 @@
/* GMR-1 RACH channel coding */
/* See GMR-1 05.003 (ETSI TS 101 376-5-3 V1.2.1) - Section 6.5 */
-/* (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/l1/scramb.c b/src/l1/scramb.c
index 4988eda..2e0dab8 100644
--- a/src/l1/scramb.c
+++ b/src/l1/scramb.c
@@ -1,7 +1,7 @@
/* GMR-1 scrambling */
/* See GMR-1 05.003 (ETSI TS 101 376-5-3 V1.2.1) - Section 4.9 */
-/* (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/l1/tch3.c b/src/l1/tch3.c
index c7e5fad..db925ce 100644
--- a/src/l1/tch3.c
+++ b/src/l1/tch3.c
@@ -1,7 +1,7 @@
/* GMR-1 TCH3 channel coding */
/* See GMR-1 05.003 (ETSI TS 101 376-5-3 V1.2.1) - Section 5.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/l1/tch9.c b/src/l1/tch9.c
index 8c84b54..fd8eba3 100644
--- a/src/l1/tch9.c
+++ b/src/l1/tch9.c
@@ -1,7 +1,7 @@
/* GMR-1 TCH9 channel coding */
/* See GMR-1 05.003 (ETSI TS 101 376-5-3 V1.2.1) - Section 5.3 */
-/* (C) 2012 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/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