diff options
| author | Martin Sivak <msivak@redhat.com> | 2007-11-15 11:55:52 +0100 |
|---|---|---|
| committer | Martin Sivak <msivak@redhat.com> | 2007-11-15 11:55:52 +0100 |
| commit | 5ce59aba83c1f293410b0c6686339b4cb7634f01 (patch) | |
| tree | 51cfabdd4c25de53213088113d286a3ed74f63b6 /plugins | |
| parent | 9a5ebbff6568c494c5c961086be5365b3e1df5af (diff) | |
| download | firstaidkit-5ce59aba83c1f293410b0c6686339b4cb7634f01.tar.gz firstaidkit-5ce59aba83c1f293410b0c6686339b4cb7634f01.tar.xz firstaidkit-5ce59aba83c1f293410b0c6686339b4cb7634f01.zip | |
Copying header to every saource file
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/default.py | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/plugins/default.py b/plugins/default.py index 500789b..72e7a23 100644 --- a/plugins/default.py +++ b/plugins/default.py @@ -1,3 +1,20 @@ +# First Aid Kit - diagnostic and repair tool for Linux +# Copyright (C) 2007 Martin Sivak <msivak@redhat.com> +# +# 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., 675 Mass Ave, Cambridge, MA 02139, USA. + import tasker.plugins def get_plugin(): |
