ソースを参照

*: updated copyright

Michele Caini 5 年 前
コミット
72d2adfe1c
3 ファイル変更4 行追加4 行削除
  1. 1 1
      CMakeLists.txt
  2. 1 1
      LICENSE
  3. 2 2
      README.md

+ 1 - 1
CMakeLists.txt

@@ -39,7 +39,7 @@ endif()
 
 message(VERBOSE "*")
 message(VERBOSE "* ${PROJECT_NAME} v${PROJECT_VERSION} (${CMAKE_BUILD_TYPE})")
-message(VERBOSE "* Copyright (c) 2017-2020 Michele Caini <michele.caini@gmail.com>")
+message(VERBOSE "* Copyright (c) 2017-2021 Michele Caini <michele.caini@gmail.com>")
 message(VERBOSE "*")
 
 option(ENTT_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-2020 Michele Caini
+Copyright (c) 2017-2021 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

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