aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2013-01-19 16:49:07 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2013-01-19 16:49:07 +0100
commit92a9b6ee32ccff64ed9ded76fba8ec02aaf88aff (patch)
treeba5ba5a0474e386170136a21eff772a113a067c4
parent72b948fb1eaba1fc06de7325cc095f0889ce4d7f (diff)
downloadsciteco-92a9b6ee32ccff64ed9ded76fba8ec02aaf88aff.tar.gz
updated copyright (2012-2013)
-rw-r--r--src/cmdline.cpp2
-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.cpp2
-rw-r--r--src/symbols.h2
-rw-r--r--src/undo.cpp2
-rw-r--r--src/undo.h2
26 files changed, 26 insertions, 26 deletions
diff --git a/src/cmdline.cpp b/src/cmdline.cpp
index 3bf1ab2..ddfe791 100644
--- a/src/cmdline.cpp
+++ b/src/cmdline.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012 Robin Haberkorn
+ * Copyright (C) 2012-2013 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 b1ef870..8b5453f 100644
--- a/src/expressions.cpp
+++ b/src/expressions.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012 Robin Haberkorn
+ * Copyright (C) 2012-2013 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 17e50a9..8676a2e 100644
--- a/src/expressions.h
+++ b/src/expressions.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012 Robin Haberkorn
+ * Copyright (C) 2012-2013 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 f8fb3f6..55c1ec7 100644
--- a/src/goto.cpp
+++ b/src/goto.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012 Robin Haberkorn
+ * Copyright (C) 2012-2013 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 37e96f8..c95c993 100644
--- a/src/goto.h
+++ b/src/goto.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012 Robin Haberkorn
+ * Copyright (C) 2012-2013 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 68a45f0..6d86f4b 100644
--- a/src/interface-gtk.cpp
+++ b/src/interface-gtk.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012 Robin Haberkorn
+ * Copyright (C) 2012-2013 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 fb17d67..43e9e89 100644
--- a/src/interface-gtk.h
+++ b/src/interface-gtk.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012 Robin Haberkorn
+ * Copyright (C) 2012-2013 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 98f2dca..035a9a3 100644
--- a/src/interface-ncurses.cpp
+++ b/src/interface-ncurses.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012 Robin Haberkorn
+ * Copyright (C) 2012-2013 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 7cdff92..dffa892 100644
--- a/src/interface-ncurses.h
+++ b/src/interface-ncurses.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012 Robin Haberkorn
+ * Copyright (C) 2012-2013 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 38cd725..7b0bd7a 100644
--- a/src/interface.h
+++ b/src/interface.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012 Robin Haberkorn
+ * Copyright (C) 2012-2013 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 f5cd780..eda7328 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012 Robin Haberkorn
+ * Copyright (C) 2012-2013 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 658dbe5..48e7d5f 100644
--- a/src/parser.cpp
+++ b/src/parser.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012 Robin Haberkorn
+ * Copyright (C) 2012-2013 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 af457c7..5f5f289 100644
--- a/src/parser.h
+++ b/src/parser.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012 Robin Haberkorn
+ * Copyright (C) 2012-2013 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 25b5261..960b728 100644
--- a/src/qregisters.cpp
+++ b/src/qregisters.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012 Robin Haberkorn
+ * Copyright (C) 2012-2013 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 60b5198..1a44d8f 100644
--- a/src/qregisters.h
+++ b/src/qregisters.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012 Robin Haberkorn
+ * Copyright (C) 2012-2013 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 d868e17..b0211dc 100644
--- a/src/rbtree.cpp
+++ b/src/rbtree.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012 Robin Haberkorn
+ * Copyright (C) 2012-2013 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 4d889bb..e82654f 100644
--- a/src/rbtree.h
+++ b/src/rbtree.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012 Robin Haberkorn
+ * Copyright (C) 2012-2013 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 624296e..1175321 100644
--- a/src/ring.cpp
+++ b/src/ring.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012 Robin Haberkorn
+ * Copyright (C) 2012-2013 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 72393bd..77843fe 100644
--- a/src/ring.h
+++ b/src/ring.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012 Robin Haberkorn
+ * Copyright (C) 2012-2013 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 a03c1d5..1968ad1 100644
--- a/src/sciteco.h
+++ b/src/sciteco.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012 Robin Haberkorn
+ * Copyright (C) 2012-2013 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 ddd8d5d..060a765 100644
--- a/src/search.cpp
+++ b/src/search.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012 Robin Haberkorn
+ * Copyright (C) 2012-2013 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 184d9ef..096e419 100644
--- a/src/search.h
+++ b/src/search.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012 Robin Haberkorn
+ * Copyright (C) 2012-2013 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 3cafaaa..6943b7c 100644
--- a/src/symbols.cpp
+++ b/src/symbols.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012 Robin Haberkorn
+ * Copyright (C) 2012-2013 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 58bf1ef..bc4a291 100644
--- a/src/symbols.h
+++ b/src/symbols.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012 Robin Haberkorn
+ * Copyright (C) 2012-2013 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 c801401..f873540 100644
--- a/src/undo.cpp
+++ b/src/undo.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012 Robin Haberkorn
+ * Copyright (C) 2012-2013 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 35c47b4..0fd9809 100644
--- a/src/undo.h
+++ b/src/undo.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012 Robin Haberkorn
+ * Copyright (C) 2012-2013 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