aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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/expressions.cpp2
-rw-r--r--src/expressions.h2
-rw-r--r--src/goto.cpp2
-rw-r--r--src/goto.h2
-rw-r--r--src/interface-gtk.cpp2
-rw-r--r--src/interface-gtk.h2
-rw-r--r--src/interface-ncurses.cpp2
-rw-r--r--src/interface-ncurses.h2
-rw-r--r--src/interface.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/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
31 files changed, 32 insertions, 32 deletions
diff --git a/debian/copyright b/debian/copyright
index 0de35b6..3d191df 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,12 +4,12 @@ Upstream-Contact: robin.haberkorn@googlemail.com
Source: https://github.com/rhaberkorn/sciteco
Files: debian/*
-Copyright: Copyright 2013 Robin Haberkorn <robin.haberkorn@googlemail.com>
+Copyright: Copyright 2013-2014 Robin Haberkorn <robin.haberkorn@googlemail.com>
License: GPL-3+
/usr/share/common-licenses/GPL-3
Files: sciteco/*
-Copyright: Copyright 2012-2013 Robin Haberkorn <robin.haberkorn@googlemail.com>
+Copyright: Copyright 2012-2014 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 32f0481..e4fea9d 100644
--- a/src/cmdline.cpp
+++ b/src/cmdline.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2013 Robin Haberkorn
+ * Copyright (C) 2012-2014 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 c078ff1..c16d067 100644
--- a/src/cmdline.h
+++ b/src/cmdline.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2013 Robin Haberkorn
+ * Copyright (C) 2012-2014 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 eba0279..a7276f0 100644
--- a/src/document.cpp
+++ b/src/document.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2013 Robin Haberkorn
+ * Copyright (C) 2012-2014 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 0f02a9e..3053ea9 100644
--- a/src/document.h
+++ b/src/document.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2013 Robin Haberkorn
+ * Copyright (C) 2012-2014 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 6e9846a..03febf1 100644
--- a/src/expressions.cpp
+++ b/src/expressions.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2013 Robin Haberkorn
+ * Copyright (C) 2012-2014 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 7785215..ef91333 100644
--- a/src/expressions.h
+++ b/src/expressions.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2013 Robin Haberkorn
+ * Copyright (C) 2012-2014 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 d0b2dab..896aa6b 100644
--- a/src/goto.cpp
+++ b/src/goto.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2013 Robin Haberkorn
+ * Copyright (C) 2012-2014 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 b5d3a7f..fcb95e3 100644
--- a/src/goto.h
+++ b/src/goto.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2013 Robin Haberkorn
+ * Copyright (C) 2012-2014 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 60c90c3..d4ae096 100644
--- a/src/interface-gtk.cpp
+++ b/src/interface-gtk.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2013 Robin Haberkorn
+ * Copyright (C) 2012-2014 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 e2d1589..33d8b96 100644
--- a/src/interface-gtk.h
+++ b/src/interface-gtk.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2013 Robin Haberkorn
+ * Copyright (C) 2012-2014 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-ncurses.cpp b/src/interface-ncurses.cpp
index 654b6ac..5a6ab58 100644
--- a/src/interface-ncurses.cpp
+++ b/src/interface-ncurses.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2013 Robin Haberkorn
+ * Copyright (C) 2012-2014 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-ncurses.h b/src/interface-ncurses.h
index 2526318..b6f5cf9 100644
--- a/src/interface-ncurses.h
+++ b/src/interface-ncurses.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2013 Robin Haberkorn
+ * Copyright (C) 2012-2014 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 b5be547..a2ff00d 100644
--- a/src/interface.h
+++ b/src/interface.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2013 Robin Haberkorn
+ * Copyright (C) 2012-2014 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 c332671..19ac777 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2013 Robin Haberkorn
+ * Copyright (C) 2012-2014 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 0347146..fa70482 100644
--- a/src/parser.cpp
+++ b/src/parser.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2013 Robin Haberkorn
+ * Copyright (C) 2012-2014 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 f29ea38..c19ef14 100644
--- a/src/parser.h
+++ b/src/parser.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2013 Robin Haberkorn
+ * Copyright (C) 2012-2014 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 550b103..1794dbd 100644
--- a/src/qregisters.cpp
+++ b/src/qregisters.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2013 Robin Haberkorn
+ * Copyright (C) 2012-2014 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 80e6532..d548179 100644
--- a/src/qregisters.h
+++ b/src/qregisters.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2013 Robin Haberkorn
+ * Copyright (C) 2012-2014 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 b0211dc..1c82f34 100644
--- a/src/rbtree.cpp
+++ b/src/rbtree.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2013 Robin Haberkorn
+ * Copyright (C) 2012-2014 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 5942667..8b65f54 100644
--- a/src/rbtree.h
+++ b/src/rbtree.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2013 Robin Haberkorn
+ * Copyright (C) 2012-2014 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 a649a0d..9ce58e9 100644
--- a/src/ring.cpp
+++ b/src/ring.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2013 Robin Haberkorn
+ * Copyright (C) 2012-2014 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 92d32f0..db64882 100644
--- a/src/ring.h
+++ b/src/ring.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2013 Robin Haberkorn
+ * Copyright (C) 2012-2014 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 80f0c5e..5ea5107 100644
--- a/src/sciteco.h
+++ b/src/sciteco.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2013 Robin Haberkorn
+ * Copyright (C) 2012-2014 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 5972e54..c37c407 100644
--- a/src/search.cpp
+++ b/src/search.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2013 Robin Haberkorn
+ * Copyright (C) 2012-2014 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 ded5b88..3ce43f8 100644
--- a/src/search.h
+++ b/src/search.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2013 Robin Haberkorn
+ * Copyright (C) 2012-2014 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 5b1a8ec..5d79157 100644
--- a/src/symbols-minimal.cpp
+++ b/src/symbols-minimal.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2013 Robin Haberkorn
+ * Copyright (C) 2012-2014 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 eaa5f80..7983920 100644
--- a/src/symbols.cpp
+++ b/src/symbols.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2013 Robin Haberkorn
+ * Copyright (C) 2012-2014 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 f2cbc16..9e29525 100644
--- a/src/symbols.h
+++ b/src/symbols.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2013 Robin Haberkorn
+ * Copyright (C) 2012-2014 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 4f38353..dabb8d7 100644
--- a/src/undo.cpp
+++ b/src/undo.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2013 Robin Haberkorn
+ * Copyright (C) 2012-2014 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 c667540..feb742c 100644
--- a/src/undo.h
+++ b/src/undo.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2013 Robin Haberkorn
+ * Copyright (C) 2012-2014 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