From 17ba3d2cde1d5f71d7d730536b5d79d8bfcb1690 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Tue, 17 Apr 2012 15:30:12 +0000 Subject: [PATCH] Removed svn:keywords. git-svn-id: file:///home/phd/archive/SVN/phdru.name/scripts@127 7bb0bf08-9e0d-0410-b083-99cee3bf18b8 --- Makefile | 7 +------ dotfiles2html/dotfiles2html.py | 5 +---- make-news.py | 6 +----- news.py | 5 +---- reindex_blog.py | 6 +----- 5 files changed, 5 insertions(+), 24 deletions(-) diff --git a/Makefile b/Makefile index 303c42d..23d23f5 100644 --- a/Makefile +++ b/Makefile @@ -1,14 +1,9 @@ # Makefile. # # This file is a part of phdru.name homepage/blog/news generator scripts. -# Author: Oleg BroytMan . -# Copyright: (C) 2006-2011 PhiloSoft Design. -# __version__ = "$Revision$"[11:-2] -# __revision__ = "$Id$" -# __date__ = "$Date$"[7:-2] # __author__ = "Oleg Broytman " -# __copyright__ = "Copyright (C) 2006-2011 PhiloSoft Design" +# __copyright__ = "Copyright (C) 2006-2012 PhiloSoft Design" %.py: %.tmpl diff --git a/dotfiles2html/dotfiles2html.py b/dotfiles2html/dotfiles2html.py index 5359b43..b7a66ce 100755 --- a/dotfiles2html/dotfiles2html.py +++ b/dotfiles2html/dotfiles2html.py @@ -1,10 +1,7 @@ #! /usr/bin/env python -__version__ = "$Revision$"[11:-2] -__revision__ = "$Id$"[5:-2] -__date__ = "$Date$"[7:-2] __author__ = "Oleg Broytman " -__copyright__ = "Copyright (C) 2004-2010 PhiloSoft Design" +__copyright__ = "Copyright (C) 2004-2012 PhiloSoft Design" import os, shutil, filecmp os.umask(0022) # octal; -rw-r--r-- diff --git a/make-news.py b/make-news.py index 19ed93e..29ebe9d 100755 --- a/make-news.py +++ b/make-news.py @@ -1,12 +1,8 @@ #! /usr/bin/env python # -*- coding: koi8-r -*- -__version__ = "$Revision$"[11:-2] -__revision__ = "$Id$"[5:-2] -__date__ = "$Date$"[7:-2] __author__ = "Oleg Broytman " -__copyright__ = "Copyright (C) 2006-2009 PhiloSoft Design" - +__copyright__ = "Copyright (C) 2006-2012 PhiloSoft Design" import sys, os from news import get_news, write_if_changed diff --git a/news.py b/news.py index f454592..3e03851 100644 --- a/news.py +++ b/news.py @@ -1,10 +1,7 @@ """News""" -__version__ = "$Revision$"[11:-2] -__revision__ = "$Id$"[5:-2] -__date__ = "$Date$"[7:-2] __author__ = "Oleg Broytman " -__copyright__ = "Copyright (C) 2006-2010 PhiloSoft Design" +__copyright__ = "Copyright (C) 2006-2012 PhiloSoft Design" __docformat__ = "epytext en" __all__ = ["get_news", "write_if_changed"] diff --git a/reindex_blog.py b/reindex_blog.py index 6b7af35..f2872c1 100755 --- a/reindex_blog.py +++ b/reindex_blog.py @@ -1,12 +1,8 @@ #! /usr/bin/env python # -*- coding: koi8-r -*- -__version__ = "$Revision$"[11:-2] -__revision__ = "$Id$"[5:-2] -__date__ = "$Date$"[7:-2] __author__ = "Oleg Broytman " -__copyright__ = "Copyright (C) 2006-2011 PhiloSoft Design" - +__copyright__ = "Copyright (C) 2006-2012 PhiloSoft Design" import sys, os -- 2.39.2