summaryrefslogtreecommitdiffstats
path: root/src/ingen/ingen.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2017-02-18 10:50:21 +0100
committerDavid Robillard <d@drobilla.net>2017-02-18 19:38:13 +0100
commit6141b832946006a6ec3c1a3a70bd729c0404771e (patch)
tree67e60c5e70de7ddc22c71b43cf68fdf066d0ab6a /src/ingen/ingen.cpp
parent2754f232613dca72c2f964d092569faf1a176c80 (diff)
downloadingen-6141b832946006a6ec3c1a3a70bd729c0404771e.tar.gz
ingen-6141b832946006a6ec3c1a3a70bd729c0404771e.tar.bz2
ingen-6141b832946006a6ec3c1a3a70bd729c0404771e.zip
Update copyright date
Diffstat (limited to 'src/ingen/ingen.cpp')
-rw-r--r--src/ingen/ingen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ingen/ingen.cpp b/src/ingen/ingen.cpp
index 9f939621..e6f781df 100644
--- a/src/ingen/ingen.cpp
+++ b/src/ingen/ingen.cpp
@@ -75,7 +75,7 @@ print_version()
{
cout << "ingen " << INGEN_VERSION
<< " <http://drobilla.net/software/ingen>\n"
- << "Copyright 2007-2015 David Robillard <http://drobilla.net>.\n"
+ << "Copyright 2007-2017 David Robillard <http://drobilla.net>.\n"
<< "License: <https://www.gnu.org/licenses/agpl-3.0>\n"
<< "This is free software; you are free to change and redistribute it.\n"
<< "There is NO WARRANTY, to the extent permitted by law." << endl;