From e7d275367c8f0ecbe7a47b00efa1d42c84ce09de Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Wed, 11 Feb 2015 06:24:15 +0100 Subject: updated copyright to 2015 --- INSTALL | 2 +- debian/copyright | 4 ++-- 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/symbols-minimal.cpp | 2 +- src/symbols.cpp | 2 +- src/symbols.h | 2 +- src/undo.cpp | 2 +- src/undo.h | 2 +- 41 files changed, 42 insertions(+), 42 deletions(-) diff --git a/INSTALL b/INSTALL index c7deb29..8344c21 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-2014 Robin Haberkorn +Copyright (C) 2013-2015 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 e8c6131..425a6c3 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-2014 Robin Haberkorn +Copyright: Copyright 2013-2015 Robin Haberkorn License: GPL-3+ /usr/share/common-licenses/GPL-3 Files: sciteco/* -Copyright: Copyright 2012-2014 Robin Haberkorn +Copyright: Copyright 2012-2015 Robin Haberkorn License: GPL-3+ /usr/share/common-licenses/GPL-3 diff --git a/src/cmdline.cpp b/src/cmdline.cpp index dc03d9c..f227053 100644 --- a/src/cmdline.cpp +++ b/src/cmdline.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 Robin Haberkorn + * Copyright (C) 2012-2015 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 53a5d75..1a254e6 100644 --- a/src/cmdline.h +++ b/src/cmdline.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 Robin Haberkorn + * Copyright (C) 2012-2015 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 015c3d6..27b418c 100644 --- a/src/document.cpp +++ b/src/document.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 Robin Haberkorn + * Copyright (C) 2012-2015 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 686d2f4..3dbc56a 100644 --- a/src/document.h +++ b/src/document.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 Robin Haberkorn + * Copyright (C) 2012-2015 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 8dd4534..301626b 100644 --- a/src/error.cpp +++ b/src/error.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 Robin Haberkorn + * Copyright (C) 2012-2015 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 3eb584c..4a18afb 100644 --- a/src/error.h +++ b/src/error.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 Robin Haberkorn + * Copyright (C) 2012-2015 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 5a389fd..f397b13 100644 --- a/src/expressions.cpp +++ b/src/expressions.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 Robin Haberkorn + * Copyright (C) 2012-2015 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 730ddad..ee9ca6f 100644 --- a/src/expressions.h +++ b/src/expressions.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 Robin Haberkorn + * Copyright (C) 2012-2015 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 486fbce..2a2da26 100644 --- a/src/glob.cpp +++ b/src/glob.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 Robin Haberkorn + * Copyright (C) 2012-2015 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 6652d1d..e206b0d 100644 --- a/src/glob.h +++ b/src/glob.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 Robin Haberkorn + * Copyright (C) 2012-2015 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 724c995..c8cb33e 100644 --- a/src/goto.cpp +++ b/src/goto.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 Robin Haberkorn + * Copyright (C) 2012-2015 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 eef0f10..e27c467 100644 --- a/src/goto.h +++ b/src/goto.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 Robin Haberkorn + * Copyright (C) 2012-2015 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 1cbcef3..6d2feb0 100644 --- a/src/interface-curses.cpp +++ b/src/interface-curses.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 Robin Haberkorn + * Copyright (C) 2012-2015 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 70e5300..cab2031 100644 --- a/src/interface-curses.h +++ b/src/interface-curses.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 Robin Haberkorn + * Copyright (C) 2012-2015 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 e94c42c..7931957 100644 --- a/src/interface-gtk.cpp +++ b/src/interface-gtk.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 Robin Haberkorn + * Copyright (C) 2012-2015 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 ac242f2..a9b57a8 100644 --- a/src/interface-gtk.h +++ b/src/interface-gtk.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 Robin Haberkorn + * Copyright (C) 2012-2015 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 fc46f53..0fd7af2 100644 --- a/src/interface.cpp +++ b/src/interface.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 Robin Haberkorn + * Copyright (C) 2012-2015 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 dcf72ae..cf9aef6 100644 --- a/src/interface.h +++ b/src/interface.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 Robin Haberkorn + * Copyright (C) 2012-2015 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 c052454..12f7312 100644 --- a/src/ioview.cpp +++ b/src/ioview.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 Robin Haberkorn + * Copyright (C) 2012-2015 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 7f26222..90b82b4 100644 --- a/src/ioview.h +++ b/src/ioview.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 Robin Haberkorn + * Copyright (C) 2012-2015 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 067e1b2..b544d8e 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 Robin Haberkorn + * Copyright (C) 2012-2015 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 ddf934b..fe79f69 100644 --- a/src/parser.cpp +++ b/src/parser.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 Robin Haberkorn + * Copyright (C) 2012-2015 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 81099b9..b56b7d4 100644 --- a/src/parser.h +++ b/src/parser.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 Robin Haberkorn + * Copyright (C) 2012-2015 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 e16224f..3a70205 100644 --- a/src/qregisters.cpp +++ b/src/qregisters.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 Robin Haberkorn + * Copyright (C) 2012-2015 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 60b6f48..257b3b7 100644 --- a/src/qregisters.h +++ b/src/qregisters.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 Robin Haberkorn + * Copyright (C) 2012-2015 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 4fe7c16..d519f34 100644 --- a/src/rbtree.cpp +++ b/src/rbtree.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 Robin Haberkorn + * Copyright (C) 2012-2015 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 f1bebad..ce5c30e 100644 --- a/src/rbtree.h +++ b/src/rbtree.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 Robin Haberkorn + * Copyright (C) 2012-2015 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 0d617c0..c7c145a 100644 --- a/src/ring.cpp +++ b/src/ring.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 Robin Haberkorn + * Copyright (C) 2012-2015 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 d259500..5fe4082 100644 --- a/src/ring.h +++ b/src/ring.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 Robin Haberkorn + * Copyright (C) 2012-2015 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 a3352c7..4830312 100644 --- a/src/sciteco.h +++ b/src/sciteco.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 Robin Haberkorn + * Copyright (C) 2012-2015 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 37ca746..7261308 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 Robin Haberkorn + * Copyright (C) 2012-2015 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 ec0c604..9dec168 100644 --- a/src/search.h +++ b/src/search.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 Robin Haberkorn + * Copyright (C) 2012-2015 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 9039975..74c73d1 100644 --- a/src/spawn.cpp +++ b/src/spawn.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 Robin Haberkorn + * Copyright (C) 2012-2015 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 5b5d822..32cea62 100644 --- a/src/spawn.h +++ b/src/spawn.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 Robin Haberkorn + * Copyright (C) 2012-2015 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 b6d0e8a..9093356 100644 --- a/src/symbols-minimal.cpp +++ b/src/symbols-minimal.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 Robin Haberkorn + * Copyright (C) 2012-2015 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 987fb3f..c129c4b 100644 --- a/src/symbols.cpp +++ b/src/symbols.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 Robin Haberkorn + * Copyright (C) 2012-2015 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 a82b656..7c054ca 100644 --- a/src/symbols.h +++ b/src/symbols.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 Robin Haberkorn + * Copyright (C) 2012-2015 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 d123a7c..25303f5 100644 --- a/src/undo.cpp +++ b/src/undo.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 Robin Haberkorn + * Copyright (C) 2012-2015 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 b4742c3..17c8685 100644 --- a/src/undo.h +++ b/src/undo.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 Robin Haberkorn + * Copyright (C) 2012-2015 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