diff options
Diffstat (limited to 'nikola/plugins/loghandler')
| -rw-r--r-- | nikola/plugins/loghandler/__init__.py | 2 | ||||
| -rw-r--r-- | nikola/plugins/loghandler/smtp.plugin | 2 | ||||
| -rw-r--r-- | nikola/plugins/loghandler/smtp.py | 2 | ||||
| -rw-r--r-- | nikola/plugins/loghandler/stderr.plugin | 2 | ||||
| -rw-r--r-- | nikola/plugins/loghandler/stderr.py | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/nikola/plugins/loghandler/__init__.py b/nikola/plugins/loghandler/__init__.py index 6ad8bac..a1d17a6 100644 --- a/nikola/plugins/loghandler/__init__.py +++ b/nikola/plugins/loghandler/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2012-2014 Roberto Alsina and others. +# Copyright © 2012-2015 Roberto Alsina and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated diff --git a/nikola/plugins/loghandler/smtp.plugin b/nikola/plugins/loghandler/smtp.plugin index e914b3d..38c1d96 100644 --- a/nikola/plugins/loghandler/smtp.plugin +++ b/nikola/plugins/loghandler/smtp.plugin @@ -4,6 +4,6 @@ Module = smtp [Documentation] Author = Daniel Devine -Version = 0.1 +Version = 1.0 Website = http://getnikola.com Description = Log over smtp (email). diff --git a/nikola/plugins/loghandler/smtp.py b/nikola/plugins/loghandler/smtp.py index 2c9fd9c..146a658 100644 --- a/nikola/plugins/loghandler/smtp.py +++ b/nikola/plugins/loghandler/smtp.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2012-2014 Daniel Devine and others. +# Copyright © 2012-2015 Daniel Devine and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated diff --git a/nikola/plugins/loghandler/stderr.plugin b/nikola/plugins/loghandler/stderr.plugin index 211d2b4..6c20ea1 100644 --- a/nikola/plugins/loghandler/stderr.plugin +++ b/nikola/plugins/loghandler/stderr.plugin @@ -4,6 +4,6 @@ Module = stderr [Documentation] Author = Daniel Devine -Version = 0.1 +Version = 1.0 Website = http://getnikola.com Description = Log to stderr, the default logger. diff --git a/nikola/plugins/loghandler/stderr.py b/nikola/plugins/loghandler/stderr.py index 593c381..79ace68 100644 --- a/nikola/plugins/loghandler/stderr.py +++ b/nikola/plugins/loghandler/stderr.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2012-2014 Daniel Devine and others. +# Copyright © 2012-2015 Daniel Devine and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated |
