aboutsummaryrefslogtreecommitdiffstats
path: root/src/l1
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/l1
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/l1')
-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
13 files changed, 13 insertions, 13 deletions
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