From d59df81e30465f1c8d81de742a4c4a6e31a348b8 Mon Sep 17 00:00:00 2001 From: Simon Conseil Date: Sun, 18 Feb 2018 01:00:18 +0100 Subject: [PATCH] Update copyright --- LICENSE | 2 +- sigal/__init__.py | 2 +- sigal/compat.py | 2 +- sigal/gallery.py | 2 +- sigal/image.py | 2 +- sigal/log.py | 2 +- sigal/pkgmeta.py | 2 +- sigal/plugins/media_page.py | 2 +- sigal/settings.py | 2 +- sigal/utils.py | 2 +- sigal/video.py | 2 +- sigal/writer.py | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/LICENSE b/LICENSE index 97d84cc..7a86ca3 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ The MIT License (MIT) -Copyright (c) 2009-2016 - Simon Conseil +Copyright (c) 2009-2018 - 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 6a14cf3..5d683b3 100644 --- a/sigal/__init__.py +++ b/sigal/__init__.py @@ -1,6 +1,6 @@ # -*- coding:utf-8 -*- -# Copyright (c) 2009-2016 - Simon Conseil +# Copyright (c) 2009-2018 - 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/compat.py b/sigal/compat.py index 5811684..268b777 100644 --- a/sigal/compat.py +++ b/sigal/compat.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2013-2016 - Simon Conseil +# Copyright (c) 2013-2018 - 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 63dfd2e..bb233bf 100644 --- a/sigal/gallery.py +++ b/sigal/gallery.py @@ -1,6 +1,6 @@ # -*- coding:utf-8 -*- -# Copyright (c) 2009-2016 - Simon Conseil +# Copyright (c) 2009-2018 - Simon Conseil # Copyright (c) 2013 - Christophe-Marie Duquesne # Copyright (c) 2014 - Jonas Kaufmann # Copyright (c) 2015 - François D. diff --git a/sigal/image.py b/sigal/image.py index 43252a4..da0ac63 100644 --- a/sigal/image.py +++ b/sigal/image.py @@ -1,6 +1,6 @@ # -*- coding:utf-8 -*- -# Copyright (c) 2009-2016 - Simon Conseil +# Copyright (c) 2009-2018 - Simon Conseil # Copyright (c) 2015 - François D. # Copyright (c) 2018 - Edwin Steele diff --git a/sigal/log.py b/sigal/log.py index 41e229d..5f1de35 100644 --- a/sigal/log.py +++ b/sigal/log.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2013-2016 - Simon Conseil +# Copyright (c) 2013-2018 - 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/pkgmeta.py b/sigal/pkgmeta.py index bab5067..a221cdd 100644 --- a/sigal/pkgmeta.py +++ b/sigal/pkgmeta.py @@ -1,6 +1,6 @@ # -*- coding:utf-8 -*- -# Copyright (c) 2013-2016 - Simon Conseil +# Copyright (c) 2013-2018 - 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/plugins/media_page.py b/sigal/plugins/media_page.py index 0152899..3d36269 100644 --- a/sigal/plugins/media_page.py +++ b/sigal/plugins/media_page.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2009-2016 - Simon Conseil +# Copyright (c) 2009-2018 - Simon Conseil # Copyright (c) 2014 - Jamie Starke # Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/sigal/settings.py b/sigal/settings.py index c690777..76e8518 100644 --- a/sigal/settings.py +++ b/sigal/settings.py @@ -1,6 +1,6 @@ # -*- coding:utf-8 -*- -# Copyright (c) 2009-2016 - Simon Conseil +# Copyright (c) 2009-2018 - Simon Conseil # Copyright (c) 2013 - Christophe-Marie Duquesne # Copyright (c) 2017 - Mate Lakat diff --git a/sigal/utils.py b/sigal/utils.py index 3837aaf..4feee53 100644 --- a/sigal/utils.py +++ b/sigal/utils.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2011-2016 - Simon Conseil +# Copyright (c) 2011-2018 - 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/video.py b/sigal/video.py index e649d09..c3aa392 100644 --- a/sigal/video.py +++ b/sigal/video.py @@ -1,7 +1,7 @@ # -*- coding:utf-8 -*- # Copyright (c) 2013 - Christophe-Marie Duquesne -# Copyright (c) 2013-2016 - Simon Conseil +# Copyright (c) 2013-2018 - 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 c8a1df4..0c9b746 100644 --- a/sigal/writer.py +++ b/sigal/writer.py @@ -1,6 +1,6 @@ # -*- coding:utf-8 -*- -# Copyright (c) 2009-2016 - Simon Conseil +# Copyright (c) 2009-2018 - Simon Conseil # Copyright (c) 2013 - Christophe-Marie Duquesne # Permission is hereby granted, free of charge, to any person obtaining a copy