From e3818dae4b4a5fa2af9c982a0b3a3cf4d15cb373 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Thu, 28 Jan 2016 02:25:17 +0100 Subject: updated copyright to 2016 --- src/cmdline.cpp | 2 +- src/cmdline.h | 2 +- src/document.cpp | 2 +- src/document.h | 2 +- src/error.cpp | 2 +- src/error.h | 2 +- src/expressions.cpp | 2 +- src/expressions.h | 2 +- src/glob.cpp | 2 +- src/glob.h | 2 +- src/goto.cpp | 2 +- src/goto.h | 2 +- src/interface-curses.cpp | 2 +- src/interface-curses.h | 2 +- src/interface-gtk.cpp | 2 +- src/interface-gtk.h | 2 +- src/interface.cpp | 2 +- src/interface.h | 2 +- src/ioview.cpp | 2 +- src/ioview.h | 2 +- src/main.cpp | 2 +- src/parser.cpp | 2 +- src/parser.h | 2 +- src/qregisters.cpp | 2 +- src/qregisters.h | 2 +- src/rbtree.cpp | 2 +- src/rbtree.h | 2 +- src/ring.cpp | 2 +- src/ring.h | 2 +- src/sciteco.h | 2 +- src/search.cpp | 2 +- src/search.h | 2 +- src/spawn.cpp | 2 +- src/spawn.h | 2 +- src/string-utils.cpp | 2 +- src/string-utils.h | 2 +- src/symbols-minimal.cpp | 2 +- src/symbols.cpp | 2 +- src/symbols.h | 2 +- src/undo.cpp | 2 +- src/undo.h | 2 +- 41 files changed, 41 insertions(+), 41 deletions(-) (limited to 'src') 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 -- cgit v1.2.3