From 29d54a4b19caf94b2efd2bd537e8c24f70e9520b Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Tue, 4 Dec 2012 22:33:40 +0100 Subject: added copyright notice to every source file --- src/cmdline.cpp | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'src/cmdline.cpp') diff --git a/src/cmdline.cpp b/src/cmdline.cpp index 8d7a3a1..3bf1ab2 100644 --- a/src/cmdline.cpp +++ b/src/cmdline.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 . + */ + #ifdef HAVE_CONFIG_H #include "config.h" #endif -- cgit v1.2.3