From ebea260c7cb6a3eab77cf23196a02467f1514034 Mon Sep 17 00:00:00 2001 From: Simon Date: Fri, 9 Nov 2012 00:16:03 +0100 Subject: [PATCH] update copyright --- LICENSE | 2 +- sigal/__init__.py | 5 ++--- sigal/gallery.py | 2 +- sigal/image.py | 2 +- sigal/settings.py | 2 +- sigal/writer.py | 2 +- 6 files changed, 7 insertions(+), 8 deletions(-) diff --git a/LICENSE b/LICENSE index 15781f3..ef6042a 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ The MIT License (MIT) -Copyright (c) 2009-2012 - Simon C. (saimon.org) +Copyright (c) 2009-2012 - Simon Conseil Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to diff --git a/sigal/__init__.py b/sigal/__init__.py index 9197dfa..a960909 100644 --- a/sigal/__init__.py +++ b/sigal/__init__.py @@ -1,6 +1,6 @@ # -*- coding:utf-8 -*- -# Copyright (c) 2009-2012 - Simon C. (saimon.org) +# Copyright (c) 2009-2012 - Simon Conseil # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to @@ -32,9 +32,8 @@ sigal is yet another python script to prepare a static gallery of images: from __future__ import absolute_import -__author__ = "Saimon (contact at saimon dot org)" +__author__ = "Simon Conseil" __version__ = "0.1-dev" -__copyright__ = "Copyright (C) 2009-2012 - saimon.org" __license__ = "MIT" import argparse diff --git a/sigal/gallery.py b/sigal/gallery.py index 351fd6a..3794c6e 100644 --- a/sigal/gallery.py +++ b/sigal/gallery.py @@ -1,6 +1,6 @@ # -*- coding:utf-8 -*- -# Copyright (c) 2009-2012 - Simon C. (saimon.org) +# Copyright (c) 2009-2012 - Simon Conseil # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to diff --git a/sigal/image.py b/sigal/image.py index dc1a327..973fd9b 100644 --- a/sigal/image.py +++ b/sigal/image.py @@ -1,6 +1,6 @@ # -*- coding:utf-8 -*- -# Copyright (c) 2009-2012 - Simon C. (saimon.org) +# Copyright (c) 2009-2012 - Simon Conseil # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to diff --git a/sigal/settings.py b/sigal/settings.py index 206787d..7ffc60d 100644 --- a/sigal/settings.py +++ b/sigal/settings.py @@ -1,6 +1,6 @@ # -*- coding:utf-8 -*- -# Copyright (c) 2009-2012 - Simon C. (saimon.org) +# Copyright (c) 2009-2012 - Simon Conseil # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to diff --git a/sigal/writer.py b/sigal/writer.py index 1b408a4..d824956 100644 --- a/sigal/writer.py +++ b/sigal/writer.py @@ -1,6 +1,6 @@ # -*- coding:utf-8 -*- -# Copyright (c) 2009-2012 - Simon C. (saimon.org) +# Copyright (c) 2009-2012 - Simon Conseil # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to