aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2015-02-11 06:24:15 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2015-02-11 06:24:15 +0100
commite7d275367c8f0ecbe7a47b00efa1d42c84ce09de (patch)
treedccf0039a9acf1fb486b5b6c77f7b73a7e43f1e6
parentdb04cac2fb3107043e5d31159ee916b79e53c2a5 (diff)
downloadsciteco-e7d275367c8f0ecbe7a47b00efa1d42c84ce09de.tar.gz
updated copyright to 2015
-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/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/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, 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 <robin.haberkorn@googlemail.com>
+Copyright: Copyright 2013-2015 Robin Haberkorn <robin.haberkorn@googlemail.com>
License: GPL-3+
/usr/share/common-licenses/GPL-3
Files: sciteco/*
-Copyright: Copyright 2012-2014 Robin Haberkorn <robin.haberkorn@googlemail.com>
+Copyright: Copyright 2012-2015 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 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