diff --git a/CMakeLists.txt b/CMakeLists.txt index cf493a37..c98663f5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,7 +29,7 @@ set(PROJECT_VERSION ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_ set(SETTINGS_ORGANIZATION "Michele Caini") set(SETTINGS_APPLICATION ${PROJECT_NAME}) set(PROJECT_AUTHOR "Michele Caini") -set(PROJECT_YEAR_COPYRIGHT "2016") +set(PROJECT_YEAR_COPYRIGHT "2017") set(PROJECT_AUTHOR_EMAIL "michele.caini@gmail.com") set(PROJECT_BUILD_MESSAGE ${PROJECT_NAME} " v" ${PROJECT_VERSION} " (" ${CMAKE_BUILD_TYPE} ")") diff --git a/README.md b/README.md index 51f19a21..1a5dd438 100644 --- a/README.md +++ b/README.md @@ -265,7 +265,7 @@ If you want to contribute, please send patches as pull requests against the bran # License -Code and documentation Copyright (c) 2016 Michele Caini.
+Code and documentation Copyright (c) 2017 Michele Caini.
Code released under [the MIT license](https://github.com/skypjack/uvw/blob/master/LICENSE).
Docs released under [Creative Commons](https://github.com/skypjack/uvw/blob/master/docs/LICENSE).