From 32cf4ed67ac3ed9e2a84798a59a9ec76f349bb3e Mon Sep 17 00:00:00 2001 From: Tássia Camões Araújo Date: Sun, 28 Aug 2011 15:56:15 -0300 Subject: [PATCH] Added file header for python scripts. --- doc/header-python | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+), 0 deletions(-) create mode 100755 doc/header-python diff --git a/doc/header-python b/doc/header-python new file mode 100755 index 0000000..ebd949f --- /dev/null +++ b/doc/header-python @@ -0,0 +1,20 @@ +#!/usr/bin/env python +""" + Program - Description +""" +__author__ = "Tassia Camoes Araujo " +__copyright__ = "Copyright (C) 2011 Tassia Camoes Araujo" +__license__ = """ + 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 3 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, see . +""" -- libgit2 0.21.2