gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r15326 - gauger/web


From: gnunet
Subject: [GNUnet-SVN] r15326 - gauger/web
Date: Fri, 27 May 2011 05:41:09 +0200

Author: bartpolot
Date: 2011-05-27 05:41:09 +0200 (Fri, 27 May 2011)
New Revision: 15326

Modified:
   gauger/web/graphs
   gauger/web/hosts
   gauger/web/registration
Log:
Added missing license notes

Modified: gauger/web/graphs
===================================================================
--- gauger/web/graphs   2011-05-27 03:39:28 UTC (rev 15325)
+++ gauger/web/graphs   2011-05-27 03:41:09 UTC (rev 15326)
@@ -1,5 +1,24 @@
 <?php
+/** graphs (.php)
 
+    This file is part of gauger.
+    Copyright 2011 Bartlomiej Polot
+
+    gauger is free software: you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License as published by
+    the Free Software Foundation, either version 3 of the License, or
+    (at your option) any later version.
+
+    gauger 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 Affero General Public License for more details.
+
+    You should have received a copy of the GNU Affero General Public License
+    along with gauger.  If not, see <http://www.gnu.org/licenses/>.
+
+*/
+
 include "helper.php";
 
 switch($_SERVER['REQUEST_METHOD']) {

Modified: gauger/web/hosts
===================================================================
--- gauger/web/hosts    2011-05-27 03:39:28 UTC (rev 15325)
+++ gauger/web/hosts    2011-05-27 03:41:09 UTC (rev 15326)
@@ -1,5 +1,24 @@
 <?php
+/** hosts (.php)
 
+    This file is part of gauger.
+    Copyright 2011 Bartlomiej Polot
+
+    gauger is free software: you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License as published by
+    the Free Software Foundation, either version 3 of the License, or
+    (at your option) any later version.
+
+    gauger 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 Affero General Public License for more details.
+
+    You should have received a copy of the GNU Affero General Public License
+    along with gauger.  If not, see <http://www.gnu.org/licenses/>.
+
+*/
+
 include "helper.php";
 
 switch($_SERVER['REQUEST_METHOD']) {

Modified: gauger/web/registration
===================================================================
--- gauger/web/registration     2011-05-27 03:39:28 UTC (rev 15325)
+++ gauger/web/registration     2011-05-27 03:41:09 UTC (rev 15326)
@@ -1,5 +1,24 @@
 <?php
+/** registration (.php)
 
+    This file is part of gauger.
+    Copyright 2011 Bartlomiej Polot
+
+    gauger is free software: you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License as published by
+    the Free Software Foundation, either version 3 of the License, or
+    (at your option) any later version.
+
+    gauger 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 Affero General Public License for more details.
+
+    You should have received a copy of the GNU Affero General Public License
+    along with gauger.  If not, see <http://www.gnu.org/licenses/>.
+
+*/
+
 include "helper.php";
 
 switch($_SERVER['REQUEST_METHOD']) {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]