Michele Caini преди 7 години
родител
ревизия
da42de7ac8
променени са 3 файла, в които са добавени 4 реда и са изтрити 4 реда
  1. 1 1
      CMakeLists.txt
  2. 1 1
      LICENSE
  3. 2 2
      README.md

+ 1 - 1
CMakeLists.txt

@@ -31,7 +31,7 @@ set(PROJECT_AUTHOR_EMAIL "michele.caini@gmail.com")
 
 message("*")
 message("* ${PROJECT_NAME} v${PROJECT_VERSION} (${CMAKE_BUILD_TYPE})")
-message("* Copyright (c) 2017-2018 ${PROJECT_AUTHOR} <${PROJECT_AUTHOR_EMAIL}>")
+message("* Copyright (c) 2017-2019 ${PROJECT_AUTHOR} <${PROJECT_AUTHOR_EMAIL}>")
 message("*")
 
 option(USE_LIBCPP "Use libc++ by adding -stdlib=libc++ flag if availbale." ON)

+ 1 - 1
LICENSE

@@ -1,6 +1,6 @@
 The MIT License (MIT)
 
-Copyright (c) 2017-2018 Michele Caini
+Copyright (c) 2017-2019 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

+ 2 - 2
README.md

@@ -345,8 +345,8 @@ know who has participated so far.
 
 # License
 
-Code and documentation Copyright (c) 2017-2018 Michele Caini.<br/>
-Logo Copyright (c) 2018 Richard Caseres.
+Code and documentation Copyright (c) 2017-2019 Michele Caini.<br/>
+Logo Copyright (c) 2018-2019 Richard Caseres.
 
 Code released under
 [the MIT license](https://github.com/skypjack/entt/blob/master/LICENSE).