From 92a9b6ee32ccff64ed9ded76fba8ec02aaf88aff Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Sat, 19 Jan 2013 16:49:07 +0100 Subject: updated copyright (2012-2013) --- src/cmdline.cpp | 2 +- src/expressions.cpp | 2 +- src/expressions.h | 2 +- src/goto.cpp | 2 +- src/goto.h | 2 +- src/interface-gtk.cpp | 2 +- src/interface-gtk.h | 2 +- src/interface-ncurses.cpp | 2 +- src/interface-ncurses.h | 2 +- src/interface.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/symbols.cpp | 2 +- src/symbols.h | 2 +- src/undo.cpp | 2 +- src/undo.h | 2 +- 26 files changed, 26 insertions(+), 26 deletions(-) (limited to 'src') 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 -- cgit v1.2.3