[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r14883: (ticket:82) Adding more trademark signs, appear to be last (in torstatus/trunk: . cgi-bin/perlgraph)
Author: kasimir
Date: 2008-06-01 10:27:39 -0400 (Sun, 01 Jun 2008)
New Revision: 14883
Modified:
torstatus/trunk/cgi-bin/perlgraph/plot.pl
torstatus/trunk/tns_update.pl
Log:
(ticket:82) Adding more trademark signs, appear to be last
Modified: torstatus/trunk/cgi-bin/perlgraph/plot.pl
===================================================================
--- torstatus/trunk/cgi-bin/perlgraph/plot.pl 2008-06-01 14:20:07 UTC (rev 14882)
+++ torstatus/trunk/cgi-bin/perlgraph/plot.pl 2008-06-01 14:27:39 UTC (rev 14883)
@@ -16,6 +16,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+# The Tor(TM) trademark and Tor Onion Logo are trademarks of The Tor Project.
#
# Required Perl packages:
# * CGI from CPAN to communicate easily with requests from the web server
Modified: torstatus/trunk/tns_update.pl
===================================================================
--- torstatus/trunk/tns_update.pl 2008-06-01 14:20:07 UTC (rev 14882)
+++ torstatus/trunk/tns_update.pl 2008-06-01 14:27:39 UTC (rev 14883)
@@ -5,6 +5,9 @@
# A Perl script designed to update the database of TorStatus for the
# most current information from a local Tor server.
#
+# See http://project.torstatus.kgprog.com/ for more information on TorStatus
+# and https://www.torproject.org/ for more information about the Tor software.
+#
# This program is part of TorStatus
#
# This program is free software: you can redistribute it and/or modify
@@ -20,6 +23,7 @@
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+# The Tor(TM) trademark and Tor Onion Logo are trademarks of The Tor Project.
#
# Required Perl packages:
# * DBI from CPAN to access the MySQL database