aboutsummaryrefslogtreecommitdiffstats
path: root/src/l1/conv.c
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/conv.c
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/conv.c')
-rw-r--r--src/l1/conv.c2
1 files changed, 1 insertions, 1 deletions
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