summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsbahling <sbahling@mudgum.net>2018-10-23 22:49:50 +0200
committersbahling <sbahling@mudgum.net>2018-10-23 22:49:50 +0200
commit38c4e8310ef6bde30d3628ee93103c631caed47b (patch)
tree4d7e6347e1d916db83432546ef526576613207d5
parent2d3f2be7b037398a187fc3bb9680ecb7dc0fc375 (diff)
downloadtascam-fw-osc-38c4e8310ef6bde30d3628ee93103c631caed47b.tar.gz
tascam-fw-osc-38c4e8310ef6bde30d3628ee93103c631caed47b.tar.xz
tascam-fw-osc-38c4e8310ef6bde30d3628ee93103c631caed47b.zip
Fix copyright year
-rw-r--r--buttons.py2
-rw-r--r--console.py2
-rw-r--r--faders.py2
-rw-r--r--fw_1884_buttons.py2
-rw-r--r--osc.py2
-rw-r--r--strips.py2
-rwxr-xr-xtascam-fw-console2
7 files changed, 7 insertions, 7 deletions
diff --git a/buttons.py b/buttons.py
index b654b38..f914435 100644
--- a/buttons.py
+++ b/buttons.py
@@ -3,7 +3,7 @@
Open Sound Control send/recieve daemon for Tascam Firewire control surface
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- :copyright: Copyright (c) 2012-2014 Scott Bahling
+ :copyright: Copyright (c) 2018 Scott Bahling
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2 as
published by the Free Software Foundation.
diff --git a/console.py b/console.py
index a8757c0..3fdb3d0 100644
--- a/console.py
+++ b/console.py
@@ -3,7 +3,7 @@
Open Sound Control send/recieve daemon for Tascam Firewire control surface
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- :copyright: Copyright (c) 2012-2014 Scott Bahling
+ :copyright: Copyright (c) 2018 Scott Bahling
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2 as
published by the Free Software Foundation.
diff --git a/faders.py b/faders.py
index b2ea5bc..6d57b33 100644
--- a/faders.py
+++ b/faders.py
@@ -3,7 +3,7 @@
Open Sound Control send/recieve daemon for Tascam Firewire control surface
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- :copyright: Copyright (c) 2012-2014 Scott Bahling
+ :copyright: Copyright (c) 2018 Scott Bahling
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2 as
published by the Free Software Foundation.
diff --git a/fw_1884_buttons.py b/fw_1884_buttons.py
index 7b46ea1..7ef12f7 100644
--- a/fw_1884_buttons.py
+++ b/fw_1884_buttons.py
@@ -3,7 +3,7 @@
Open Sound Control send/recieve daemon for Tascam Firewire control surface
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- :copyright: Copyright (c) 2012-2014 Scott Bahling
+ :copyright: Copyright (c) 2018 Scott Bahling
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2 as
published by the Free Software Foundation.
diff --git a/osc.py b/osc.py
index e0957a7..fb17449 100644
--- a/osc.py
+++ b/osc.py
@@ -3,7 +3,7 @@
Open Sound Control send/recieve daemon for Tascam Firewire control surface
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- :copyright: Copyright (c) 2012-2014 Scott Bahling
+ :copyright: Copyright (c) 2018 Scott Bahling
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2 as
published by the Free Software Foundation.
diff --git a/strips.py b/strips.py
index f0f7315..a530725 100644
--- a/strips.py
+++ b/strips.py
@@ -3,7 +3,7 @@
Open Sound Control send/recieve daemon for Tascam Firewire control surface
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- :copyright: Copyright (c) 2012-2014 Scott Bahling
+ :copyright: Copyright (c) 2018 Scott Bahling
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2 as
published by the Free Software Foundation.
diff --git a/tascam-fw-console b/tascam-fw-console
index 21fdbd0..65cd83b 100755
--- a/tascam-fw-console
+++ b/tascam-fw-console
@@ -3,7 +3,7 @@
Open Sound Control send/recieve daemon for Tascam Firewire control surface
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- :copyright: Copyright (c) 2012-2014 Scott Bahling
+ :copyright: Copyright (c) 2018 Scott Bahling
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2 as
published by the Free Software Foundation.