From eae2628dca47b4b808d4f598f160bdf81c685172 Mon Sep 17 00:00:00 2001 From: "Jose A. Rivera" Date: Wed, 6 Jun 2012 12:04:03 -0500 Subject: [PATCH] Updating keywords and header formatting for python scripts. --- scripts/git_do_release.py | 5 ++--- scripts/git_keywords.py | 2 +- scripts/git_utils.py | 7 +++---- 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/scripts/git_do_release.py b/scripts/git_do_release.py index 1ab39c3..9360d3b 100755 --- a/scripts/git_do_release.py +++ b/scripts/git_do_release.py @@ -2,10 +2,9 @@ # ============================================================================ # # $Name: git_do_release.py$ # -# # Copyright (C) 2012 Jose A. Rivera # -# $Date: 2012-06-06 00:44:37 -0500$ +# $Date: 2012-06-06 12:04:03 -0500$ # # ---------------------------------------------------------------------------- # # @@ -45,7 +44,7 @@ from ConfigParser import SafeConfigParser # Globals ---------------------------------------------------------------------- # verstr = '%(prog)s Pre-Alpha' -idstr = '$Id: git_do_release.py 2012-06-06 00:44:37 -0500 Jose A. Rivera$' +idstr = '$Id: git_do_release.py 2012-06-06 12:04:03 -0500 Jose A. Rivera$' copystr = 'Copyright (C) 2012 Jose A. Rivera ' gplstr = ' GNU General Public License, version 3' version = '\n'.join([verstr, idstr[1:-1], copystr, gplstr]) diff --git a/scripts/git_keywords.py b/scripts/git_keywords.py index 29db3da..3f8339d 100755 --- a/scripts/git_keywords.py +++ b/scripts/git_keywords.py @@ -4,7 +4,7 @@ # # Copyright (C) 2012 Jose A. Rivera # -# $Id: git_keywords.py 2012-05-29 13:47:44 -0500 Jose A. Rivera$ +# $Date: 2012-06-06 12:04:03 -0500$ # # ---------------------------------------------------------------------------- # # diff --git a/scripts/git_utils.py b/scripts/git_utils.py index faba64c..6ee6b16 100644 --- a/scripts/git_utils.py +++ b/scripts/git_utils.py @@ -1,14 +1,13 @@ -#!/usr/bin/env python # ============================================================================ # # $Name: git_utils.py$ # -# $Copyright (C) 2012 Jose A. Rivera $ +# Copyright (C) 2012 Jose A. Rivera # -# $Date: 2012-06-05 17:56:07 -0500$ +# $Date: 2012-06-06 12:04:03 -0500$ # # ---------------------------------------------------------------------------- # # -# Description: +# Description: Mostly-git-related utility functions. # # ---------------------------------------------------------------------------- # # -- 2.34.1