summaryrefslogtreecommitdiffstats
path: root/host/lib/convert
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-01-05 20:49:45 -0800
committerJosh Blum <josh@joshknows.com>2011-01-05 20:49:45 -0800
commita076dc12aa09d695e851575f68687a224636589b (patch)
treee83cadb9c6d2618e87fb57199862a826bca4d765 /host/lib/convert
parent612c84beb6015d7cf0fee918aa01944e20de5472 (diff)
downloaduhd-a076dc12aa09d695e851575f68687a224636589b.tar.gz
uhd-a076dc12aa09d695e851575f68687a224636589b.tar.bz2
uhd-a076dc12aa09d695e851575f68687a224636589b.zip
uhd: update copyright dates
Diffstat (limited to 'host/lib/convert')
-rw-r--r--host/lib/convert/convert_general.cpp2
-rw-r--r--host/lib/convert/convert_with_neon.cpp2
-rw-r--r--host/lib/convert/convert_with_sse2.cpp2
-rw-r--r--host/lib/convert/gen_convert_pred.py2
4 files changed, 4 insertions, 4 deletions
diff --git a/host/lib/convert/convert_general.cpp b/host/lib/convert/convert_general.cpp
index 5e52acea2..566580e9e 100644
--- a/host/lib/convert/convert_general.cpp
+++ b/host/lib/convert/convert_general.cpp
@@ -1,5 +1,5 @@
//
-// Copyright 2010 Ettus Research LLC
+// Copyright 2011-2011 Ettus Research LLC
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
diff --git a/host/lib/convert/convert_with_neon.cpp b/host/lib/convert/convert_with_neon.cpp
index 1ed841125..f379f4d29 100644
--- a/host/lib/convert/convert_with_neon.cpp
+++ b/host/lib/convert/convert_with_neon.cpp
@@ -1,5 +1,5 @@
//
-// Copyright 2010-2011 Ettus Research LLC
+// Copyright 2011-2011 Ettus Research LLC
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
diff --git a/host/lib/convert/convert_with_sse2.cpp b/host/lib/convert/convert_with_sse2.cpp
index 8d5a8a6a5..96ee9134c 100644
--- a/host/lib/convert/convert_with_sse2.cpp
+++ b/host/lib/convert/convert_with_sse2.cpp
@@ -1,5 +1,5 @@
//
-// Copyright 2010-2011 Ettus Research LLC
+// Copyright 2011-2011 Ettus Research LLC
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
diff --git a/host/lib/convert/gen_convert_pred.py b/host/lib/convert/gen_convert_pred.py
index 800897589..1d573bf1a 100644
--- a/host/lib/convert/gen_convert_pred.py
+++ b/host/lib/convert/gen_convert_pred.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
-# Copyright 2010-2011 Ettus Research LLC
+# Copyright 2011-2011 Ettus Research LLC
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by