From 88b7e29829e4182301b696a3712664b7776e1b09 Mon Sep 17 00:00:00 2001 From: Simon Date: Sun, 13 May 2012 00:35:15 +0200 Subject: [PATCH] cleanup and update copyright --- bin/sigal | 6 +++--- runtests.py | 3 +-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/bin/sigal b/bin/sigal index 6f48f0b..4369f9f 100755 --- a/bin/sigal +++ b/bin/sigal @@ -2,7 +2,7 @@ # -*- coding:utf-8 -*- # sigal - simple static gallery generator -# Copyright (C) 2009-2011 - Simon C. (saimon.org) +# Copyright (C) 2009-2012 - Simon C. (saimon.org) # # 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 @@ -28,9 +28,9 @@ sigal is yet another python script to prepare a static gallery of images: """ __author__ = "Saimon (contact at saimon dot org)" -__version__ = "0.1-dev" +__version__ = "0.1" __date__ = "20110513" -__copyright__ = "Copyright (C) 2009-2011 - saimon.org" +__copyright__ = "Copyright (C) 2009-2012 - saimon.org" __license__ = "GPL" import os diff --git a/runtests.py b/runtests.py index 4e0530e..bf36eba 100755 --- a/runtests.py +++ b/runtests.py @@ -2,7 +2,7 @@ # -*- coding:utf-8 -*- # sigal - simple static gallery generator -# Copyright (C) 2009-2011 - Simon C. (saimon.org) +# Copyright (C) 2009-2012 - Simon C. (saimon.org) # # 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 @@ -25,7 +25,6 @@ This script allows to test quickly the creation of a gallery, and prints additionnal information for debugging purpose. """ -import os import sys from sigal.image import Gallery from sigal.params import read_params