summaryrefslogtreecommitdiff
path: root/include_server/cache_basics.py
diff options
context:
space:
mode:
authorcsilvers <csilvers@01de4be4-8c4a-0410-9132-4925637da917>2008-05-23 22:24:20 +0000
committercsilvers <csilvers@01de4be4-8c4a-0410-9132-4925637da917>2008-05-23 22:24:20 +0000
commit9e065424614365515ed36179f2274912bcf02556 (patch)
tree16299a7f2b0c7181d269ca24e3371bdccbe975a7 /include_server/cache_basics.py
parentc74d73960c057c8aa0b963085fb33ba2ab068bfe (diff)
downloaddistcc-9e065424614365515ed36179f2274912bcf02556.tar.gz
Normalize the copyright text, to the latest version of the GPLv2 text
(typically the only change is in the FSF street address). Add Google copyright line in some places it was missing. Add GPLv2 notice to avahi patches. OKed by fergus git-svn-id: http://distcc.googlecode.com/svn/trunk@387 01de4be4-8c4a-0410-9132-4925637da917
Diffstat (limited to 'include_server/cache_basics.py')
-rwxr-xr-xinclude_server/cache_basics.py9
1 files changed, 5 insertions, 4 deletions
diff --git a/include_server/cache_basics.py b/include_server/cache_basics.py
index 44ea352..c7142ed 100755
--- a/include_server/cache_basics.py
+++ b/include_server/cache_basics.py
@@ -1,20 +1,21 @@
#! /usr/bin/python2.4
# Copyright 2007 Google Inc.
-#
+#
# 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 2
# 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, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+# USA.
#
"""Classes enabling definition and composition of caches.