Skip to content

Commit 1167335

Browse files
committed
Update copyright headers (year, wording)
1 parent 3437ffc commit 1167335

166 files changed

Lines changed: 1387 additions & 885 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ Available options:
9393
License
9494
-------
9595

96-
liblcf is free software. See the file COPYING for copying conditions.
96+
liblcf is Free/Libre Open Source Software, released under the MIT License.
97+
See the file COPYING for copying conditions.
9798

9899
liblcf code includes a copy of Boost Preprocessor Cat and Stringize
99100
(Boost Software License 1.0) and a copy of inih (New BSD license).

generator/templates/copyright.tmpl

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
@header
2-
/* !!!! GENERATED FILE - DO NOT EDIT !!!! */
3-
4-
/*
5-
* Copyright (c) 2016 liblcf authors
6-
* This file is released under the MIT License
7-
* http://opensource.org/licenses/MIT
2+
/* !!!! GENERATED FILE - DO NOT EDIT !!!!
3+
* --------------------------------------
4+
*
5+
* This file is part of liblcf. Copyright (c) 2017 liblcf authors.
6+
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
7+
*
8+
* liblcf is Free/Libre Open Source Software, released under the MIT License.
9+
* For the full copyright and license information, please view the COPYING
10+
* file that was distributed with this source code.
811
*/
912

src/command_codes.h

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
/*
2-
* Copyright (c) 2016 liblcf authors
3-
* This file is released under the MIT License
4-
* http://opensource.org/licenses/MIT
2+
* This file is part of liblcf. Copyright (c) 2017 liblcf authors.
3+
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
4+
*
5+
* liblcf is Free/Libre Open Source Software, released under the MIT License.
6+
* For the full copyright and license information, please view the COPYING
7+
* file that was distributed with this source code.
58
*/
69

710
#ifndef LCF_COMMAND_CODES_H

src/data.cpp

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
/*
2-
* Copyright (c) 2016 liblcf authors
3-
* This file is released under the MIT License
4-
* http://opensource.org/licenses/MIT
2+
* This file is part of liblcf. Copyright (c) 2017 liblcf authors.
3+
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
4+
*
5+
* liblcf is Free/Libre Open Source Software, released under the MIT License.
6+
* For the full copyright and license information, please view the COPYING
7+
* file that was distributed with this source code.
58
*/
69

710
#include "rpg_database.h"

src/data.h

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
/*
2-
* Copyright (c) 2016 liblcf authors
3-
* This file is released under the MIT License
4-
* http://opensource.org/licenses/MIT
2+
* This file is part of liblcf. Copyright (c) 2017 liblcf authors.
3+
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
4+
*
5+
* liblcf is Free/Libre Open Source Software, released under the MIT License.
6+
* For the full copyright and license information, please view the COPYING
7+
* file that was distributed with this source code.
58
*/
69

710
#ifndef LCF_DATA_H

src/generated/ldb_actor.cpp

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
/* !!!! GENERATED FILE - DO NOT EDIT !!!! */
2-
3-
/*
4-
* Copyright (c) 2016 liblcf authors
5-
* This file is released under the MIT License
6-
* http://opensource.org/licenses/MIT
1+
/* !!!! GENERATED FILE - DO NOT EDIT !!!!
2+
* --------------------------------------
3+
*
4+
* This file is part of liblcf. Copyright (c) 2017 liblcf authors.
5+
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
6+
*
7+
* liblcf is Free/Libre Open Source Software, released under the MIT License.
8+
* For the full copyright and license information, please view the COPYING
9+
* file that was distributed with this source code.
710
*/
811

912
// Headers

src/generated/ldb_animation.cpp

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
/* !!!! GENERATED FILE - DO NOT EDIT !!!! */
2-
3-
/*
4-
* Copyright (c) 2016 liblcf authors
5-
* This file is released under the MIT License
6-
* http://opensource.org/licenses/MIT
1+
/* !!!! GENERATED FILE - DO NOT EDIT !!!!
2+
* --------------------------------------
3+
*
4+
* This file is part of liblcf. Copyright (c) 2017 liblcf authors.
5+
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
6+
*
7+
* liblcf is Free/Libre Open Source Software, released under the MIT License.
8+
* For the full copyright and license information, please view the COPYING
9+
* file that was distributed with this source code.
710
*/
811

912
// Headers

src/generated/ldb_animationcelldata.cpp

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
/* !!!! GENERATED FILE - DO NOT EDIT !!!! */
2-
3-
/*
4-
* Copyright (c) 2016 liblcf authors
5-
* This file is released under the MIT License
6-
* http://opensource.org/licenses/MIT
1+
/* !!!! GENERATED FILE - DO NOT EDIT !!!!
2+
* --------------------------------------
3+
*
4+
* This file is part of liblcf. Copyright (c) 2017 liblcf authors.
5+
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
6+
*
7+
* liblcf is Free/Libre Open Source Software, released under the MIT License.
8+
* For the full copyright and license information, please view the COPYING
9+
* file that was distributed with this source code.
710
*/
811

912
// Headers

src/generated/ldb_animationframe.cpp

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
/* !!!! GENERATED FILE - DO NOT EDIT !!!! */
2-
3-
/*
4-
* Copyright (c) 2016 liblcf authors
5-
* This file is released under the MIT License
6-
* http://opensource.org/licenses/MIT
1+
/* !!!! GENERATED FILE - DO NOT EDIT !!!!
2+
* --------------------------------------
3+
*
4+
* This file is part of liblcf. Copyright (c) 2017 liblcf authors.
5+
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
6+
*
7+
* liblcf is Free/Libre Open Source Software, released under the MIT License.
8+
* For the full copyright and license information, please view the COPYING
9+
* file that was distributed with this source code.
710
*/
811

912
// Headers

src/generated/ldb_animationtiming.cpp

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
/* !!!! GENERATED FILE - DO NOT EDIT !!!! */
2-
3-
/*
4-
* Copyright (c) 2016 liblcf authors
5-
* This file is released under the MIT License
6-
* http://opensource.org/licenses/MIT
1+
/* !!!! GENERATED FILE - DO NOT EDIT !!!!
2+
* --------------------------------------
3+
*
4+
* This file is part of liblcf. Copyright (c) 2017 liblcf authors.
5+
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
6+
*
7+
* liblcf is Free/Libre Open Source Software, released under the MIT License.
8+
* For the full copyright and license information, please view the COPYING
9+
* file that was distributed with this source code.
710
*/
811

912
// Headers

0 commit comments

Comments
 (0)