gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r14534 - gauger


From: gnunet
Subject: [GNUnet-SVN] r14534 - gauger
Date: Thu, 24 Feb 2011 18:38:19 +0100

Author: bartpolot
Date: 2011-02-24 18:38:18 +0100 (Thu, 24 Feb 2011)
New Revision: 14534

Modified:
   gauger/template.php
   gauger/template_graph.php
   gauger/template_host.php
   gauger/template_menu.php
   gauger/template_welcome.php
Log:
Added license for template files


Modified: gauger/template.php
===================================================================
--- gauger/template.php 2011-02-24 16:36:40 UTC (rev 14533)
+++ gauger/template.php 2011-02-24 17:38:18 UTC (rev 14534)
@@ -1,3 +1,23 @@
+<?php
+/** template.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/>.
+
+*/?>
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
        "http://www.w3.org/TR/html4/loose.dtd";>
 <html lang="en">

Modified: gauger/template_graph.php
===================================================================
--- gauger/template_graph.php   2011-02-24 16:36:40 UTC (rev 14533)
+++ gauger/template_graph.php   2011-02-24 17:38:18 UTC (rev 14534)
@@ -1,3 +1,23 @@
+<?php
+/** template_graph.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/>.
+
+*/?>
 <h1>SHOWING GRAPH: <?php echo get_counter_name($currentg) ?></h1>
 <?php if (array_key_exists($currentg, $metrics)): ?>
 <table>

Modified: gauger/template_host.php
===================================================================
--- gauger/template_host.php    2011-02-24 16:36:40 UTC (rev 14533)
+++ gauger/template_host.php    2011-02-24 17:38:18 UTC (rev 14534)
@@ -1,3 +1,23 @@
+<?php
+/** template_host.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/>.
+
+*/?>
 <?php if (isset($hosts[$current])): ?>
     <h1>SHOWING HOST: <?php echo $current ?></h1>
     <?php if (!empty($hosts[$current])): ?>

Modified: gauger/template_menu.php
===================================================================
--- gauger/template_menu.php    2011-02-24 16:36:40 UTC (rev 14533)
+++ gauger/template_menu.php    2011-02-24 17:38:18 UTC (rev 14534)
@@ -1,3 +1,23 @@
+<?php
+/** template_menu.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/>.
+
+*/?>
             <div class="advanced_menu">
                 <a href="#" id="default_range" >Default Range</a>
                 <div class="slider_control" id="default_range_control">

Modified: gauger/template_welcome.php
===================================================================
--- gauger/template_welcome.php 2011-02-24 16:36:40 UTC (rev 14533)
+++ gauger/template_welcome.php 2011-02-24 17:38:18 UTC (rev 14534)
@@ -1,3 +1,23 @@
+<?php
+/** template_welcome.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/>.
+
+*/?>
 <h1>Welcome to Gauger</h1>
 
 <p>We have data from <b>r<?php echo get_session('xrange_min') ?></b> to 
<b>r<?php echo get_session('xrange_max') ?></b>.




reply via email to

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