diff options
| author | Michael E Brown <mebrown@michaels-house.net> | 2007-10-21 06:09:04 -0500 |
|---|---|---|
| committer | Michael E Brown <mebrown@michaels-house.net> | 2007-10-21 06:09:04 -0500 |
| commit | d115ea6765917221d8113459f381267598f4e076 (patch) | |
| tree | b7fe8a261dc1c90490d51472a4d984c4c309cdf5 /src/py-libs/plugins | |
| parent | 45582aa0479f04515cf19803e6f8df16efae7af7 (diff) | |
| download | mock-d115ea6765917221d8113459f381267598f4e076.tar.gz mock-d115ea6765917221d8113459f381267598f4e076.tar.xz mock-d115ea6765917221d8113459f381267598f4e076.zip | |
update copyrights. dont put full header in every source file, just ref main copying.
Diffstat (limited to 'src/py-libs/plugins')
| -rw-r--r-- | src/py-libs/plugins/ccache.py | 21 | ||||
| -rw-r--r-- | src/py-libs/plugins/root_cache.py | 21 | ||||
| -rw-r--r-- | src/py-libs/plugins/yum_cache.py | 21 |
3 files changed, 9 insertions, 54 deletions
diff --git a/src/py-libs/plugins/ccache.py b/src/py-libs/plugins/ccache.py index f2f9d63..7e49221 100644 --- a/src/py-libs/plugins/ccache.py +++ b/src/py-libs/plugins/ccache.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 <mebrown@michaels-house.net> # python library imports import logging 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 <mebrown@michaels-house.net> # python library imports import fcntl diff --git a/src/py-libs/plugins/yum_cache.py b/src/py-libs/plugins/yum_cache.py index e375a69..1feb3ef 100644 --- a/src/py-libs/plugins/yum_cache.py +++ b/src/py-libs/plugins/yum_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 <mebrown@michaels-house.net> # python library imports import logging |
