From 1fb0644f519120cf307ba2ce5393d8b4261e42bc Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Thu, 1 Jan 2015 19:50:45 +0200 Subject: [PATCH] Happy New Year to copyrights :) --- LICENSE | 2 +- README.rst | 2 +- docs/conf.py | 2 +- platformio/__init__.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/LICENSE b/LICENSE index 588d06b2..50d24ce8 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2014 Ivan Kravets +Copyright (c) 2014-2015 Ivan Kravets 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/README.rst b/README.rst index 99366baf..76fba3ca 100644 --- a/README.rst +++ b/README.rst @@ -123,6 +123,6 @@ It has support for many popular embedded platforms like these: Licence ------- -Copyright (C) 2014 Ivan Kravets +Copyright (C) 2014-2015 Ivan Kravets Licenced under the MIT Licence. diff --git a/docs/conf.py b/docs/conf.py index 5e890ad6..b499869d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -45,7 +45,7 @@ master_doc = 'index' # General information about the project. project = u'PlatformIO' -copyright = u'2014, Ivan Kravets' +copyright = u'2014-2015, Ivan Kravets' # 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/platformio/__init__.py b/platformio/__init__.py index 1805e219..6b960136 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -13,6 +13,6 @@ __author__ = "Ivan Kravets" __email__ = "me@ikravets.com" __license__ = "MIT License" -__copyright__ = "Copyright (C) 2014 Ivan Kravets" +__copyright__ = "Copyright (C) 2014-2015 Ivan Kravets" __apiurl__ = "http://api.platformio.org"