cleanup and update copyright

This commit is contained in:
Simon
2012-05-13 00:35:15 +02:00
parent ad0c756c0a
commit 88b7e29829
2 changed files with 4 additions and 5 deletions

View File

@@ -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

View File

@@ -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