[LIB-9] Update current year in project files
authorgotty <gotty@hedgecode.org>
Wed, 22 Jan 2020 23:06:03 +0000 (02:06 +0300)
committergotty <gotty@hedgecode.org>
Wed, 22 Jan 2020 23:06:03 +0000 (02:06 +0300)
CHANGELOG [new file with mode: 0644]
LICENSE
NOTICE
README.md
pom.xml

diff --git a/CHANGELOG b/CHANGELOG
new file mode 100644 (file)
index 0000000..c2fdf49
--- /dev/null
+++ b/CHANGELOG
@@ -0,0 +1,7 @@
+CHANGELOG Hedgecode ChessHog
+============================
+
+v.0.1 [2020-XX-XX]
+------------------
+- Initial release of the project
+- ...
diff --git a/LICENSE b/LICENSE
index 3ce8cca..0954fe0 100644 (file)
--- a/LICENSE
+++ b/LICENSE
 
 ***************************************************************************
 
 
 ***************************************************************************
 
-   Copyright (c) 2018–2019 Hedgecode. All rights reserved.
+   Copyright (c) 2018-2020 Hedgecode. All rights reserved.
 
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at
 
 
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at
 
-       http://www.apache.org/licenses/LICENSE-2.0
+     http://www.apache.org/licenses/LICENSE-2.0
 
    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
 
    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/NOTICE b/NOTICE
index 5cce90f..b5b2dad 100644 (file)
--- a/NOTICE
+++ b/NOTICE
@@ -1,6 +1,6 @@
 
 Hedgecode ChessHog
 
 Hedgecode ChessHog
-Copyright (c) 2018–2019 Hedgecode. All rights reserved.
+Copyright (c) 2018-2020 Hedgecode. All rights reserved.
 
 This product includes software developed at
 Hedgecode (https://hedgecode.org/).
 
 This product includes software developed at
 Hedgecode (https://hedgecode.org/).
index 048fb24..7b96133 100644 (file)
--- a/README.md
+++ b/README.md
@@ -22,4 +22,4 @@ Below are links to the project description pages:
 - [ENG](https://lib.hedgecode.org/chesshog/)
 - [RUS](https://lib.hedgecode.org/chesshog/ru/)
 
 - [ENG](https://lib.hedgecode.org/chesshog/)
 - [RUS](https://lib.hedgecode.org/chesshog/ru/)
 
-Copyright © 2018–2019 [Hedgecode](https://hedgecode.org/).
+Copyright © 2018–2020 [Hedgecode](https://hedgecode.org/).
diff --git a/pom.xml b/pom.xml
index 44b15f8..6db0480 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='UTF-8'?>
 
 <!--
 <?xml version='1.0' encoding='UTF-8'?>
 
 <!--
-  ~ Copyright (c) 2018-2019. Developed by Hedgecode.
+  ~ Copyright (c) 2018-2020. Developed by Hedgecode.
   ~
   ~ Licensed under the Apache License, Version 2.0 (the "License");
   ~ you may not use this file except in compliance with the License.
   ~
   ~ Licensed under the Apache License, Version 2.0 (the "License");
   ~ you may not use this file except in compliance with the License.
@@ -34,7 +34,7 @@
     <parent>
         <groupId>org.hedgecode.maven</groupId>
         <artifactId>lib-parent</artifactId>
     <parent>
         <groupId>org.hedgecode.maven</groupId>
         <artifactId>lib-parent</artifactId>
-        <version>2</version>
+        <version>3</version>
         <relativePath>../lib-parent/pom.xml</relativePath>
     </parent>
 
         <relativePath>../lib-parent/pom.xml</relativePath>
     </parent>