diff --git a/CMakeLists.txt b/CMakeLists.txt index 7e60c082..2fdf6fc5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,7 +27,7 @@ set(PROJECT_AUTHOR_EMAIL "michele.caini@gmail.com") message("*") message("* ${PROJECT_NAME} v${PROJECT_VERSION} (${CMAKE_BUILD_TYPE})") -message("* Copyright (c) 2017 ${PROJECT_AUTHOR} <${PROJECT_AUTHOR_EMAIL}>") +message("* Copyright (c) 2018 ${PROJECT_AUTHOR} <${PROJECT_AUTHOR_EMAIL}>") message("*") set(CMAKE_CXX_STANDARD 14) diff --git a/LICENSE b/LICENSE index 4a7b3ea3..5bc23949 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2017 Michele Caini +Copyright (c) 2018 Michele Caini 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.md b/README.md index da2af43b..ef0154ff 100644 --- a/README.md +++ b/README.md @@ -313,7 +313,7 @@ If you know of other projects that use `libuv` through `uvw`, feel free to open # License -Code and documentation Copyright (c) 2017 Michele Caini.
+Code and documentation Copyright (c) 2018 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).