cleanup and update copyright
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user