aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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/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/interface-curses.cpp2
-rw-r--r--src/interface-curses.h2
-rw-r--r--src/interface-gtk.cpp2
-rw-r--r--src/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/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
41 files changed, 41 insertions, 41 deletions
diff --git a/src/cmdline.cpp b/src/cmdline.cpp
index 59dba59..acaebfb 100644
--- a/src/cmdline.cpp
+++ b/src/cmdline.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2015 Robin Haberkorn
+ * Copyright (C) 2012-2016 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 05506fa..dad3a42 100644
--- a/src/cmdline.h
+++ b/src/cmdline.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2015 Robin Haberkorn
+ * Copyright (C) 2012-2016 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 ded7e0c..7981653 100644
--- a/src/document.cpp
+++ b/src/document.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2015 Robin Haberkorn
+ * Copyright (C) 2012-2016 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 3dbc56a..d8205b9 100644
--- a/src/document.h
+++ b/src/document.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2015 Robin Haberkorn
+ * Copyright (C) 2012-2016 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 34819e3..41367c8 100644
--- a/src/error.cpp
+++ b/src/error.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2015 Robin Haberkorn
+ * Copyright (C) 2012-2016 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 26c98f6..9264b33 100644
--- a/src/error.h
+++ b/src/error.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2015 Robin Haberkorn
+ * Copyright (C) 2012-2016 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 b59b409..a82914e 100644
--- a/src/expressions.cpp
+++ b/src/expressions.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2015 Robin Haberkorn
+ * Copyright (C) 2012-2016 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 f357a1d..f969b67 100644
--- a/src/expressions.h
+++ b/src/expressions.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2015 Robin Haberkorn
+ * Copyright (C) 2012-2016 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 4c1fa1f..2806fbf 100644
--- a/src/glob.cpp
+++ b/src/glob.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2015 Robin Haberkorn
+ * Copyright (C) 2012-2016 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 75361b8..6222520 100644
--- a/src/glob.h
+++ b/src/glob.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2015 Robin Haberkorn
+ * Copyright (C) 2012-2016 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 9216330..d53c209 100644
--- a/src/goto.cpp
+++ b/src/goto.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2015 Robin Haberkorn
+ * Copyright (C) 2012-2016 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 76b3147..6c5587d 100644
--- a/src/goto.h
+++ b/src/goto.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2015 Robin Haberkorn
+ * Copyright (C) 2012-2016 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.cpp b/src/interface-curses.cpp
index 8c6af7f..49339d4 100644
--- a/src/interface-curses.cpp
+++ b/src/interface-curses.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2015 Robin Haberkorn
+ * Copyright (C) 2012-2016 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.h b/src/interface-curses.h
index e3bbbf5..a6b0e1c 100644
--- a/src/interface-curses.h
+++ b/src/interface-curses.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2015 Robin Haberkorn
+ * Copyright (C) 2012-2016 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.cpp b/src/interface-gtk.cpp
index 00f4c0c..9cfa0b0 100644
--- a/src/interface-gtk.cpp
+++ b/src/interface-gtk.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2015 Robin Haberkorn
+ * Copyright (C) 2012-2016 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.h b/src/interface-gtk.h
index 8150c8c..c10bdd6 100644
--- a/src/interface-gtk.h
+++ b/src/interface-gtk.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2015 Robin Haberkorn
+ * Copyright (C) 2012-2016 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 1e4d0b7..96222cf 100644
--- a/src/interface.cpp
+++ b/src/interface.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2015 Robin Haberkorn
+ * Copyright (C) 2012-2016 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 e93ebe3..062c377 100644
--- a/src/interface.h
+++ b/src/interface.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2015 Robin Haberkorn
+ * Copyright (C) 2012-2016 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 71b5b9f..1d32b11 100644
--- a/src/ioview.cpp
+++ b/src/ioview.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2015 Robin Haberkorn
+ * Copyright (C) 2012-2016 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 dddbb9b..83517b5 100644
--- a/src/ioview.h
+++ b/src/ioview.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2015 Robin Haberkorn
+ * Copyright (C) 2012-2016 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 1f89156..aaedf14 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2015 Robin Haberkorn
+ * Copyright (C) 2012-2016 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 b6ecc0f..88c4350 100644
--- a/src/parser.cpp
+++ b/src/parser.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2015 Robin Haberkorn
+ * Copyright (C) 2012-2016 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 9858136..1cd51c7 100644
--- a/src/parser.h
+++ b/src/parser.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2015 Robin Haberkorn
+ * Copyright (C) 2012-2016 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 b7ef0c1..facf212 100644
--- a/src/qregisters.cpp
+++ b/src/qregisters.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2015 Robin Haberkorn
+ * Copyright (C) 2012-2016 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 48b023d..3227bc8 100644
--- a/src/qregisters.h
+++ b/src/qregisters.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2015 Robin Haberkorn
+ * Copyright (C) 2012-2016 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 d519f34..e64de96 100644
--- a/src/rbtree.cpp
+++ b/src/rbtree.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2015 Robin Haberkorn
+ * Copyright (C) 2012-2016 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 ce5c30e..bc836bd 100644
--- a/src/rbtree.h
+++ b/src/rbtree.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2015 Robin Haberkorn
+ * Copyright (C) 2012-2016 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 4646ea1..fcaea3a 100644
--- a/src/ring.cpp
+++ b/src/ring.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2015 Robin Haberkorn
+ * Copyright (C) 2012-2016 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 0f82e3f..27f5862 100644
--- a/src/ring.h
+++ b/src/ring.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2015 Robin Haberkorn
+ * Copyright (C) 2012-2016 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 56e5fdf..155cbc7 100644
--- a/src/sciteco.h
+++ b/src/sciteco.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2015 Robin Haberkorn
+ * Copyright (C) 2012-2016 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 447f16e..16d3747 100644
--- a/src/search.cpp
+++ b/src/search.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2015 Robin Haberkorn
+ * Copyright (C) 2012-2016 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 b885ad4..9c5b9d5 100644
--- a/src/search.h
+++ b/src/search.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2015 Robin Haberkorn
+ * Copyright (C) 2012-2016 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 4f11ce1..fce7209 100644
--- a/src/spawn.cpp
+++ b/src/spawn.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2015 Robin Haberkorn
+ * Copyright (C) 2012-2016 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 61c073f..64ee999 100644
--- a/src/spawn.h
+++ b/src/spawn.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2015 Robin Haberkorn
+ * Copyright (C) 2012-2016 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 7da9875..ed3fc38 100644
--- a/src/string-utils.cpp
+++ b/src/string-utils.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2015 Robin Haberkorn
+ * Copyright (C) 2012-2016 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 aa646d6..64112df 100644
--- a/src/string-utils.h
+++ b/src/string-utils.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2015 Robin Haberkorn
+ * Copyright (C) 2012-2016 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 9093356..e8d5a50 100644
--- a/src/symbols-minimal.cpp
+++ b/src/symbols-minimal.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2015 Robin Haberkorn
+ * Copyright (C) 2012-2016 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 c129c4b..4d69545 100644
--- a/src/symbols.cpp
+++ b/src/symbols.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2015 Robin Haberkorn
+ * Copyright (C) 2012-2016 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 7c054ca..c8bca04 100644
--- a/src/symbols.h
+++ b/src/symbols.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2015 Robin Haberkorn
+ * Copyright (C) 2012-2016 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 21fae61..b6c510c 100644
--- a/src/undo.cpp
+++ b/src/undo.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2015 Robin Haberkorn
+ * Copyright (C) 2012-2016 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 9fc5925..325aee9 100644
--- a/src/undo.h
+++ b/src/undo.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2015 Robin Haberkorn
+ * Copyright (C) 2012-2016 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