diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-12-04 22:33:40 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-12-04 22:33:40 +0100 |
commit | 29d54a4b19caf94b2efd2bd537e8c24f70e9520b (patch) | |
tree | 839be702d25b3ed7d7576f4f2d8d1926aae94387 /src/ring.cpp | |
parent | bbfdcc13410332fa33b9c9a5492550560f770024 (diff) | |
download | sciteco-29d54a4b19caf94b2efd2bd537e8c24f70e9520b.tar.gz |
added copyright notice to every source file
Diffstat (limited to 'src/ring.cpp')
-rw-r--r-- | src/ring.cpp | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/ring.cpp b/src/ring.cpp index 1b0dbc4..624296e 100644 --- a/src/ring.cpp +++ b/src/ring.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 |