Skip to content

Commit ce2f51d

Browse files
committed
Update copyright years
1 parent f521e21 commit ce2f51d

184 files changed

Lines changed: 192 additions & 183 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.

COPYING

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2014-2019 liblcf authors
1+
Copyright (c) 2014-2020 liblcf authors
22

33
Permission is hereby granted, free of charge, to any person obtaining
44
a copy of this software and associated documentation files (the

generator/templates/copyright.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* !!!! GENERATED FILE - DO NOT EDIT !!!!
22
* --------------------------------------
33
*
4-
* This file is part of liblcf. Copyright (c) 2019 liblcf authors.
4+
* This file is part of liblcf. Copyright (c) 2020 liblcf authors.
55
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
66
*
77
* liblcf is Free/Libre Open Source Software, released under the MIT License.

src/command_codes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of liblcf. Copyright (c) 2019 liblcf authors.
2+
* This file is part of liblcf. Copyright (c) 2020 liblcf authors.
33
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
44
*
55
* liblcf is Free/Libre Open Source Software, released under the MIT License.

src/data.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of liblcf. Copyright (c) 2019 liblcf authors.
2+
* This file is part of liblcf. Copyright (c) 2020 liblcf authors.
33
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
44
*
55
* liblcf is Free/Libre Open Source Software, released under the MIT License.

src/data.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of liblcf. Copyright (c) 2019 liblcf authors.
2+
* This file is part of liblcf. Copyright (c) 2020 liblcf authors.
33
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
44
*
55
* liblcf is Free/Libre Open Source Software, released under the MIT License.

src/encoder.cpp

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
/*
2+
* This file is part of liblcf. Copyright (c) 2020 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.
8+
*/
9+
110
#include "lcf_options.h"
211
#include "encoder.h"
312
#include "reader_util.h"

src/encoder.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of liblcf. Copyright (c) 2019 liblcf authors.
2+
* This file is part of liblcf. Copyright (c) 2020 liblcf authors.
33
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
44
*
55
* liblcf is Free/Libre Open Source Software, released under the MIT License.

src/enum_tags.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of liblcf. Copyright (c) 2019 liblcf authors.
2+
* This file is part of liblcf. Copyright (c) 2020 liblcf authors.
33
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
44
*
55
* liblcf is Free/Libre Open Source Software, released under the MIT License.

src/flag_set.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of liblcf. Copyright (c) 2019 liblcf authors.
2+
* This file is part of liblcf. Copyright (c) 2020 liblcf authors.
33
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
44
*
55
* liblcf is Free/Libre Open Source Software, released under the MIT License.

src/generated/fwd_struct_impl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* !!!! GENERATED FILE - DO NOT EDIT !!!!
22
* --------------------------------------
33
*
4-
* This file is part of liblcf. Copyright (c) 2019 liblcf authors.
4+
* This file is part of liblcf. Copyright (c) 2020 liblcf authors.
55
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
66
*
77
* liblcf is Free/Libre Open Source Software, released under the MIT License.

0 commit comments

Comments
 (0)