diff --git a/docs/conf.py b/docs/conf.py index a25fcf3..0437457 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -51,7 +51,7 @@ master_doc = 'docs/index' # General information about the project. project = u'Isso' -copyright = u'2013, Martin Zimmermann' +copyright = u'2014, Martin Zimmermann' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the diff --git a/isso/__init__.py b/isso/__init__.py index 9313d24..afac2b4 100644 --- a/isso/__init__.py +++ b/isso/__init__.py @@ -3,7 +3,7 @@ # # The MIT License (MIT) # -# Copyright (c) 2012-2013 Martin Zimmermann. +# Copyright (c) 2012-2014 Martin Zimmermann. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/isso/js/embed.js b/isso/js/embed.js index b87e72d..680880b 100644 --- a/isso/js/embed.js +++ b/isso/js/embed.js @@ -1,5 +1,5 @@ /* - * Copyright 2013, Martin Zimmermann . All rights reserved. + * Copyright 2014, Martin Zimmermann . All rights reserved. * Distributed under the MIT license */