aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2017-03-03 15:32:20 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2017-03-03 15:32:57 +0100
commit0bbcd7652a948424156968298e4d2f27b998cfe2 (patch)
tree21d9327e15dffb361d33ee0afd0154b0d9d644c0
parent0ad317ec16fa836321617c10a8c6ba5c70f156b8 (diff)
downloadsciteco-0bbcd7652a948424156968298e4d2f27b998cfe2.tar.gz
updated copyright to 2017
-rw-r--r--INSTALL2
-rw-r--r--debian/copyright4
-rw-r--r--src/cmdline.cpp2
-rw-r--r--src/cmdline.h2
-rw-r--r--src/document.cpp2
-rw-r--r--src/document.h2
-rw-r--r--src/eol.cpp2
-rw-r--r--src/eol.h2
-rw-r--r--src/error.cpp2
-rw-r--r--src/error.h2
-rw-r--r--src/expressions.cpp2
-rw-r--r--src/expressions.h2
-rw-r--r--src/glob.cpp2
-rw-r--r--src/glob.h2
-rw-r--r--src/goto.cpp2
-rw-r--r--src/goto.h2
-rw-r--r--src/help.cpp2
-rw-r--r--src/help.h2
-rw-r--r--src/interface-curses/curses-info-popup.cpp2
-rw-r--r--src/interface-curses/curses-info-popup.h2
-rw-r--r--src/interface-curses/curses-utils.cpp2
-rw-r--r--src/interface-curses/curses-utils.h2
-rw-r--r--src/interface-curses/interface-curses.cpp2
-rw-r--r--src/interface-curses/interface-curses.h2
-rw-r--r--src/interface-gtk/gtk-canonicalized-label.gob2
-rw-r--r--src/interface-gtk/gtk-info-popup.gob2
-rw-r--r--src/interface-gtk/interface-gtk.cpp2
-rw-r--r--src/interface-gtk/interface-gtk.h2
-rw-r--r--src/interface.cpp2
-rw-r--r--src/interface.h2
-rw-r--r--src/ioview.cpp2
-rw-r--r--src/ioview.h2
-rw-r--r--src/main.cpp2
-rw-r--r--src/memory.cpp2
-rw-r--r--src/memory.h2
-rw-r--r--src/parser.cpp2
-rw-r--r--src/parser.h2
-rw-r--r--src/qregisters.cpp2
-rw-r--r--src/qregisters.h2
-rw-r--r--src/rbtree.cpp2
-rw-r--r--src/rbtree.h2
-rw-r--r--src/ring.cpp2
-rw-r--r--src/ring.h2
-rw-r--r--src/sciteco.h2
-rw-r--r--src/search.cpp2
-rw-r--r--src/search.h2
-rw-r--r--src/spawn.cpp2
-rw-r--r--src/spawn.h2
-rw-r--r--src/string-utils.cpp2
-rw-r--r--src/string-utils.h2
-rw-r--r--src/symbols-minimal.cpp2
-rw-r--r--src/symbols.cpp2
-rw-r--r--src/symbols.h2
-rw-r--r--src/undo.cpp2
-rw-r--r--src/undo.h2
55 files changed, 56 insertions, 56 deletions
diff --git a/INSTALL b/INSTALL
index 38e4017..4467ec8 100644
--- a/INSTALL
+++ b/INSTALL
@@ -3,7 +3,7 @@ Installation Instructions
Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005,
2006, 2007, 2008, 2009 Free Software Foundation, Inc.
-Copyright (C) 2013-2016 Robin Haberkorn
+Copyright (C) 2013-2017 Robin Haberkorn
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
diff --git a/debian/copyright b/debian/copyright
index 3d87651..4b24acc 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,12 +4,12 @@ Upstream-Contact: robin.haberkorn@googlemail.com
Source: https://sourceforge.net/projects/sciteco
Files: debian/*
-Copyright: Copyright 2013-2016 Robin Haberkorn <robin.haberkorn@googlemail.com>
+Copyright: Copyright 2013-2017 Robin Haberkorn <robin.haberkorn@googlemail.com>
License: GPL-3+
/usr/share/common-licenses/GPL-3
Files: sciteco/*
-Copyright: Copyright 2012-2016 Robin Haberkorn <robin.haberkorn@googlemail.com>
+Copyright: Copyright 2012-2017 Robin Haberkorn <robin.haberkorn@googlemail.com>
License: GPL-3+
/usr/share/common-licenses/GPL-3
diff --git a/src/cmdline.cpp b/src/cmdline.cpp
index f48714d..f1bbe83 100644
--- a/src/cmdline.cpp
+++ b/src/cmdline.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2016 Robin Haberkorn
+ * Copyright (C) 2012-2017 Robin Haberkorn
*
* 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/src/cmdline.h b/src/cmdline.h
index 7c3b861..8b01df8 100644
--- a/src/cmdline.h
+++ b/src/cmdline.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2016 Robin Haberkorn
+ * Copyright (C) 2012-2017 Robin Haberkorn
*
* 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/src/document.cpp b/src/document.cpp
index 7981653..e3b183e 100644
--- a/src/document.cpp
+++ b/src/document.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2016 Robin Haberkorn
+ * Copyright (C) 2012-2017 Robin Haberkorn
*
* 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/src/document.h b/src/document.h
index 760c9e6..f132745 100644
--- a/src/document.h
+++ b/src/document.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2016 Robin Haberkorn
+ * Copyright (C) 2012-2017 Robin Haberkorn
*
* 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/src/eol.cpp b/src/eol.cpp
index 3b42547..85c69ba 100644
--- a/src/eol.cpp
+++ b/src/eol.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2016 Robin Haberkorn
+ * Copyright (C) 2012-2017 Robin Haberkorn
*
* 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/src/eol.h b/src/eol.h
index 7c425a9..7d6c527 100644
--- a/src/eol.h
+++ b/src/eol.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2016 Robin Haberkorn
+ * Copyright (C) 2012-2017 Robin Haberkorn
*
* 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/src/error.cpp b/src/error.cpp
index 41367c8..f960a54 100644
--- a/src/error.cpp
+++ b/src/error.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2016 Robin Haberkorn
+ * Copyright (C) 2012-2017 Robin Haberkorn
*
* 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/src/error.h b/src/error.h
index 6801271..a12a76b 100644
--- a/src/error.h
+++ b/src/error.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2016 Robin Haberkorn
+ * Copyright (C) 2012-2017 Robin Haberkorn
*
* 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/src/expressions.cpp b/src/expressions.cpp
index 922c212..6c28080 100644
--- a/src/expressions.cpp
+++ b/src/expressions.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2016 Robin Haberkorn
+ * Copyright (C) 2012-2017 Robin Haberkorn
*
* 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/src/expressions.h b/src/expressions.h
index 50962fd..bdd683c 100644
--- a/src/expressions.h
+++ b/src/expressions.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2016 Robin Haberkorn
+ * Copyright (C) 2012-2017 Robin Haberkorn
*
* 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/src/glob.cpp b/src/glob.cpp
index 66a640f..e6b5bd4 100644
--- a/src/glob.cpp
+++ b/src/glob.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2016 Robin Haberkorn
+ * Copyright (C) 2012-2017 Robin Haberkorn
*
* 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/src/glob.h b/src/glob.h
index 739a191..aca1a30 100644
--- a/src/glob.h
+++ b/src/glob.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2016 Robin Haberkorn
+ * Copyright (C) 2012-2017 Robin Haberkorn
*
* 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/src/goto.cpp b/src/goto.cpp
index 01cf0a9..14a4655 100644
--- a/src/goto.cpp
+++ b/src/goto.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2016 Robin Haberkorn
+ * Copyright (C) 2012-2017 Robin Haberkorn
*
* 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/src/goto.h b/src/goto.h
index 44d1d29..3365a79 100644
--- a/src/goto.h
+++ b/src/goto.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2016 Robin Haberkorn
+ * Copyright (C) 2012-2017 Robin Haberkorn
*
* 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/src/help.cpp b/src/help.cpp
index 3b82c4c..e40e85e 100644
--- a/src/help.cpp
+++ b/src/help.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2016 Robin Haberkorn
+ * Copyright (C) 2012-2017 Robin Haberkorn
*
* 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/src/help.h b/src/help.h
index 4af8f3b..6695ae6 100644
--- a/src/help.h
+++ b/src/help.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2016 Robin Haberkorn
+ * Copyright (C) 2012-2017 Robin Haberkorn
*
* 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/src/interface-curses/curses-info-popup.cpp b/src/interface-curses/curses-info-popup.cpp
index 7fb5110..487f1b7 100644
--- a/src/interface-curses/curses-info-popup.cpp
+++ b/src/interface-curses/curses-info-popup.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2016 Robin Haberkorn
+ * Copyright (C) 2012-2017 Robin Haberkorn
*
* 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/src/interface-curses/curses-info-popup.h b/src/interface-curses/curses-info-popup.h
index cbda4dc..af09cb4 100644
--- a/src/interface-curses/curses-info-popup.h
+++ b/src/interface-curses/curses-info-popup.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2016 Robin Haberkorn
+ * Copyright (C) 2012-2017 Robin Haberkorn
*
* 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/src/interface-curses/curses-utils.cpp b/src/interface-curses/curses-utils.cpp
index add9a69..f5d5c8c 100644
--- a/src/interface-curses/curses-utils.cpp
+++ b/src/interface-curses/curses-utils.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2016 Robin Haberkorn
+ * Copyright (C) 2012-2017 Robin Haberkorn
*
* 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/src/interface-curses/curses-utils.h b/src/interface-curses/curses-utils.h
index abaa8e4..778f39e 100644
--- a/src/interface-curses/curses-utils.h
+++ b/src/interface-curses/curses-utils.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2016 Robin Haberkorn
+ * Copyright (C) 2012-2017 Robin Haberkorn
*
* 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/src/interface-curses/interface-curses.cpp b/src/interface-curses/interface-curses.cpp
index 6a47112..43a53b8 100644
--- a/src/interface-curses/interface-curses.cpp
+++ b/src/interface-curses/interface-curses.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2016 Robin Haberkorn
+ * Copyright (C) 2012-2017 Robin Haberkorn
*
* 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/src/interface-curses/interface-curses.h b/src/interface-curses/interface-curses.h
index a0198cc..32fff1d 100644
--- a/src/interface-curses/interface-curses.h
+++ b/src/interface-curses/interface-curses.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2016 Robin Haberkorn
+ * Copyright (C) 2012-2017 Robin Haberkorn
*
* 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/src/interface-gtk/gtk-canonicalized-label.gob b/src/interface-gtk/gtk-canonicalized-label.gob
index 8608aa5..c6adeeb 100644
--- a/src/interface-gtk/gtk-canonicalized-label.gob
+++ b/src/interface-gtk/gtk-canonicalized-label.gob
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2016 Robin Haberkorn
+ * Copyright (C) 2012-2017 Robin Haberkorn
*
* 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/src/interface-gtk/gtk-info-popup.gob b/src/interface-gtk/gtk-info-popup.gob
index aae8b68..edc6612 100644
--- a/src/interface-gtk/gtk-info-popup.gob
+++ b/src/interface-gtk/gtk-info-popup.gob
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2016 Robin Haberkorn
+ * Copyright (C) 2012-2017 Robin Haberkorn
*
* 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/src/interface-gtk/interface-gtk.cpp b/src/interface-gtk/interface-gtk.cpp
index ca04a6e..9486802 100644
--- a/src/interface-gtk/interface-gtk.cpp
+++ b/src/interface-gtk/interface-gtk.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2016 Robin Haberkorn
+ * Copyright (C) 2012-2017 Robin Haberkorn
*
* 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/src/interface-gtk/interface-gtk.h b/src/interface-gtk/interface-gtk.h
index a19d253..82ed96b 100644
--- a/src/interface-gtk/interface-gtk.h
+++ b/src/interface-gtk/interface-gtk.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2016 Robin Haberkorn
+ * Copyright (C) 2012-2017 Robin Haberkorn
*
* 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/src/interface.cpp b/src/interface.cpp
index 96222cf..cc8b069 100644
--- a/src/interface.cpp
+++ b/src/interface.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2016 Robin Haberkorn
+ * Copyright (C) 2012-2017 Robin Haberkorn
*
* 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/src/interface.h b/src/interface.h
index 9805a42..607a42c 100644
--- a/src/interface.h
+++ b/src/interface.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2016 Robin Haberkorn
+ * Copyright (C) 2012-2017 Robin Haberkorn
*
* 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/src/ioview.cpp b/src/ioview.cpp
index 00d24a4..383b9bb 100644
--- a/src/ioview.cpp
+++ b/src/ioview.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2016 Robin Haberkorn
+ * Copyright (C) 2012-2017 Robin Haberkorn
*
* 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/src/ioview.h b/src/ioview.h
index 6d93915..2baa21f 100644
--- a/src/ioview.h
+++ b/src/ioview.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2016 Robin Haberkorn
+ * Copyright (C) 2012-2017 Robin Haberkorn
*
* 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/src/main.cpp b/src/main.cpp
index ce00c0a..e7c87d4 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2016 Robin Haberkorn
+ * Copyright (C) 2012-2017 Robin Haberkorn
*
* 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/src/memory.cpp b/src/memory.cpp
index 329a9af..638caf9 100644
--- a/src/memory.cpp
+++ b/src/memory.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2016 Robin Haberkorn
+ * Copyright (C) 2012-2017 Robin Haberkorn
*
* 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/src/memory.h b/src/memory.h
index e1596ea..7b1591d 100644
--- a/src/memory.h
+++ b/src/memory.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2016 Robin Haberkorn
+ * Copyright (C) 2012-2017 Robin Haberkorn
*
* 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/src/parser.cpp b/src/parser.cpp
index 048389e..42c4c33 100644
--- a/src/parser.cpp
+++ b/src/parser.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2016 Robin Haberkorn
+ * Copyright (C) 2012-2017 Robin Haberkorn
*
* 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/src/parser.h b/src/parser.h
index a7059a9..9aa13ad 100644
--- a/src/parser.h
+++ b/src/parser.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2016 Robin Haberkorn
+ * Copyright (C) 2012-2017 Robin Haberkorn
*
* 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/src/qregisters.cpp b/src/qregisters.cpp
index 7d18910..cf39ea4 100644
--- a/src/qregisters.cpp
+++ b/src/qregisters.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2016 Robin Haberkorn
+ * Copyright (C) 2012-2017 Robin Haberkorn
*
* 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/src/qregisters.h b/src/qregisters.h
index d40a19b..f185f03 100644
--- a/src/qregisters.h
+++ b/src/qregisters.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2016 Robin Haberkorn
+ * Copyright (C) 2012-2017 Robin Haberkorn
*
* 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/src/rbtree.cpp b/src/rbtree.cpp
index 79c63d6..d2e9450 100644
--- a/src/rbtree.cpp
+++ b/src/rbtree.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2016 Robin Haberkorn
+ * Copyright (C) 2012-2017 Robin Haberkorn
*
* 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/src/rbtree.h b/src/rbtree.h
index 131ba81..edb3c56 100644
--- a/src/rbtree.h
+++ b/src/rbtree.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2016 Robin Haberkorn
+ * Copyright (C) 2012-2017 Robin Haberkorn
*
* 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/src/ring.cpp b/src/ring.cpp
index 6e520f9..ac5faf6 100644
--- a/src/ring.cpp
+++ b/src/ring.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2016 Robin Haberkorn
+ * Copyright (C) 2012-2017 Robin Haberkorn
*
* 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/src/ring.h b/src/ring.h
index 1d69d94..79c74f5 100644
--- a/src/ring.h
+++ b/src/ring.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2016 Robin Haberkorn
+ * Copyright (C) 2012-2017 Robin Haberkorn
*
* 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/src/sciteco.h b/src/sciteco.h
index be53b1c..bc2e58c 100644
--- a/src/sciteco.h
+++ b/src/sciteco.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2016 Robin Haberkorn
+ * Copyright (C) 2012-2017 Robin Haberkorn
*
* 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/src/search.cpp b/src/search.cpp
index 5040a2f..63c59e9 100644
--- a/src/search.cpp
+++ b/src/search.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2016 Robin Haberkorn
+ * Copyright (C) 2012-2017 Robin Haberkorn
*
* 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/src/search.h b/src/search.h
index 9c5b9d5..0289423 100644
--- a/src/search.h
+++ b/src/search.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2016 Robin Haberkorn
+ * Copyright (C) 2012-2017 Robin Haberkorn
*
* 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/src/spawn.cpp b/src/spawn.cpp
index f99d689..aab97a4 100644
--- a/src/spawn.cpp
+++ b/src/spawn.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2016 Robin Haberkorn
+ * Copyright (C) 2012-2017 Robin Haberkorn
*
* 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/src/spawn.h b/src/spawn.h
index 3e01b84..5ddc9dd 100644
--- a/src/spawn.h
+++ b/src/spawn.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2016 Robin Haberkorn
+ * Copyright (C) 2012-2017 Robin Haberkorn
*
* 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/src/string-utils.cpp b/src/string-utils.cpp
index ed3fc38..4c3c53e 100644
--- a/src/string-utils.cpp
+++ b/src/string-utils.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2016 Robin Haberkorn
+ * Copyright (C) 2012-2017 Robin Haberkorn
*
* 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/src/string-utils.h b/src/string-utils.h
index 559e590..8aeb863 100644
--- a/src/string-utils.h
+++ b/src/string-utils.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2016 Robin Haberkorn
+ * Copyright (C) 2012-2017 Robin Haberkorn
*
* 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/src/symbols-minimal.cpp b/src/symbols-minimal.cpp
index e8d5a50..1582979 100644
--- a/src/symbols-minimal.cpp
+++ b/src/symbols-minimal.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2016 Robin Haberkorn
+ * Copyright (C) 2012-2017 Robin Haberkorn
*
* 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/src/symbols.cpp b/src/symbols.cpp
index 4d69545..51046d4 100644
--- a/src/symbols.cpp
+++ b/src/symbols.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2016 Robin Haberkorn
+ * Copyright (C) 2012-2017 Robin Haberkorn
*
* 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/src/symbols.h b/src/symbols.h
index 2c2623d..c7a9c7f 100644
--- a/src/symbols.h
+++ b/src/symbols.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2016 Robin Haberkorn
+ * Copyright (C) 2012-2017 Robin Haberkorn
*
* 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/src/undo.cpp b/src/undo.cpp
index 4593fdc..584883d 100644
--- a/src/undo.cpp
+++ b/src/undo.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2016 Robin Haberkorn
+ * Copyright (C) 2012-2017 Robin Haberkorn
*
* 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/src/undo.h b/src/undo.h
index 7ca6c30..35991ff 100644
--- a/src/undo.h
+++ b/src/undo.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2016 Robin Haberkorn
+ * Copyright (C) 2012-2017 Robin Haberkorn
*
* 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