From d115ea6765917221d8113459f381267598f4e076 Mon Sep 17 00:00:00 2001 From: Michael E Brown Date: Sun, 21 Oct 2007 06:09:04 -0500 Subject: update copyrights. dont put full header in every source file, just ref main copying. --- src/py-libs/plugins/root_cache.py | 21 +++------------------ 1 file changed, 3 insertions(+), 18 deletions(-) (limited to 'src/py-libs/plugins/root_cache.py') diff --git a/src/py-libs/plugins/root_cache.py b/src/py-libs/plugins/root_cache.py index add7b19..9797531 100644 --- a/src/py-libs/plugins/root_cache.py +++ b/src/py-libs/plugins/root_cache.py @@ -1,22 +1,7 @@ -#!/usr/bin/python -tt # vim:expandtab:autoindent:tabstop=4:shiftwidth=4:filetype=python:textwidth=0: -# -# 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 Library 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -# Written by Seth Vidal -# Sections taken from Mach by Thomas Vander Stichele -# revised and adapted by Michael Brown +# License: GPL2 or later see COPYING +# Written by Michael Brown +# Copyright (C) 2007 Michael E Brown # python library imports import fcntl -- cgit