aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/undo.cpp
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2012-12-04 22:33:40 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2012-12-04 22:33:40 +0100
commit29d54a4b19caf94b2efd2bd537e8c24f70e9520b (patch)
tree839be702d25b3ed7d7576f4f2d8d1926aae94387 /src/undo.cpp
parentbbfdcc13410332fa33b9c9a5492550560f770024 (diff)
downloadsciteco-29d54a4b19caf94b2efd2bd537e8c24f70e9520b.tar.gz
added copyright notice to every source file
Diffstat (limited to 'src/undo.cpp')
-rw-r--r--src/undo.cpp17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/undo.cpp b/src/undo.cpp
index 4ed825c..c801401 100644
--- a/src/undo.cpp
+++ b/src/undo.cpp
@@ -1,3 +1,20 @@
+/*
+ * Copyright (C) 2012 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
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif