From 311abed97f686c41e50775d7f2fdf393925358a0 Mon Sep 17 00:00:00 2001 From: Simon Date: Thu, 3 Jan 2013 00:55:52 +0100 Subject: [PATCH] Update year in the copyright strings. --- LICENSE | 2 +- sigal/__init__.py | 2 +- sigal/gallery.py | 2 +- sigal/image.py | 2 +- sigal/settings.py | 2 +- sigal/writer.py | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/LICENSE b/LICENSE index ef6042a..6f324d6 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ The MIT License (MIT) -Copyright (c) 2009-2012 - Simon Conseil +Copyright (c) 2009-2013 - 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 8d5116b..2108159 100644 --- a/sigal/__init__.py +++ b/sigal/__init__.py @@ -1,6 +1,6 @@ # -*- coding:utf-8 -*- -# Copyright (c) 2009-2012 - Simon Conseil +# Copyright (c) 2009-2013 - 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/gallery.py b/sigal/gallery.py index c4f2d30..5fa2922 100644 --- a/sigal/gallery.py +++ b/sigal/gallery.py @@ -1,6 +1,6 @@ # -*- coding:utf-8 -*- -# Copyright (c) 2009-2012 - Simon Conseil +# Copyright (c) 2009-2013 - 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 bc6fdc5..da34958 100644 --- a/sigal/image.py +++ b/sigal/image.py @@ -1,6 +1,6 @@ # -*- coding:utf-8 -*- -# Copyright (c) 2009-2012 - Simon Conseil +# Copyright (c) 2009-2013 - 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 8548bce..b6c0ecf 100644 --- a/sigal/settings.py +++ b/sigal/settings.py @@ -1,6 +1,6 @@ # -*- coding:utf-8 -*- -# Copyright (c) 2009-2012 - Simon Conseil +# Copyright (c) 2009-2013 - 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 fa61ada..63e2fd7 100644 --- a/sigal/writer.py +++ b/sigal/writer.py @@ -1,6 +1,6 @@ # -*- coding:utf-8 -*- -# Copyright (c) 2009-2012 - Simon Conseil +# Copyright (c) 2009-2013 - 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