]> git.treefish.org Git - usetaglib.git/commitdiff
Added copyright statement.
authorAlexander Schmidt <alex@treefish.org>
Fri, 6 Feb 2015 13:23:41 +0000 (14:23 +0100)
committerAlexander Schmidt <alex@treefish.org>
Fri, 6 Feb 2015 13:23:41 +0000 (14:23 +0100)
usetaglib.cpp

index a616a2ee98fb09da30cfe402cc810a0ed11ee94b..b175b2dba3019597440459d499a21ea4a85372ba 100644 (file)
@@ -1,17 +1,18 @@
-/*
-  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/>. 
-*/
+/* Copyright (C) 2015 Alexander Schmidt <alex@treefish.org>
+ *
+ * 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/>. 
+ */
 
 #include <iostream>
 #include <iomanip>