Skip to content

Commit 0865082

Browse files
authored
Merge pull request #315 from carstene1ns/version_0.6.0
Version 0.6.0
2 parents 7801a1e + b023397 commit 0865082

File tree

183 files changed

+187
-187
lines changed

Some content is hidden

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

183 files changed

+187
-187
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.7)
22
cmake_policy(SET CMP0048 NEW)
33

4-
project(liblcf VERSION 0.5.4 LANGUAGES CXX)
4+
project(liblcf VERSION 0.6.0 LANGUAGES CXX)
55

66
option(BUILD_SHARED_LIBS "Build shared library, disable for building the static library" ON)
77
option(DISABLE_ICU "Disable ICU encoding detection (fallback to iconv, not recommended)" OFF)

COPYING

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2014-2018 liblcf authors
1+
Copyright (c) 2014-2019 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

README.md

Lines changed: 4 additions & 4 deletions

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.69])
5-
AC_INIT([liblcf],[0.5.4],[https://github.com/EasyRPG/liblcf/issues],[liblcf],[https://easyrpg.org/])
5+
AC_INIT([liblcf],[0.6.0],[https://github.com/EasyRPG/liblcf/issues],[liblcf],[https://easyrpg.org/])
66

77
AC_CONFIG_AUX_DIR([builds/autoconf])
88
AM_INIT_AUTOMAKE([1.11.4 foreign subdir-objects -Wall dist-xz])

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) 2018 liblcf authors.
4+
* This file is part of liblcf. Copyright (c) 2019 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) 2018 liblcf authors.
2+
* This file is part of liblcf. Copyright (c) 2019 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) 2018 liblcf authors.
2+
* This file is part of liblcf. Copyright (c) 2019 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) 2018 liblcf authors.
2+
* This file is part of liblcf. Copyright (c) 2019 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.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) 2018 liblcf authors.
2+
* This file is part of liblcf. Copyright (c) 2019 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) 2018 liblcf authors.
2+
* This file is part of liblcf. Copyright (c) 2019 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/ldb_actor.cpp

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) 2018 liblcf authors.
4+
* This file is part of liblcf. Copyright (c) 2019 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/generated/ldb_animation.cpp

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) 2018 liblcf authors.
4+
* This file is part of liblcf. Copyright (c) 2019 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/generated/ldb_animationcelldata.cpp

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) 2018 liblcf authors.
4+
* This file is part of liblcf. Copyright (c) 2019 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/generated/ldb_animationframe.cpp

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) 2018 liblcf authors.
4+
* This file is part of liblcf. Copyright (c) 2019 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/generated/ldb_animationtiming.cpp

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) 2018 liblcf authors.
4+
* This file is part of liblcf. Copyright (c) 2019 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/generated/ldb_attribute.cpp

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) 2018 liblcf authors.
4+
* This file is part of liblcf. Copyright (c) 2019 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/generated/ldb_battlecommand.cpp

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) 2018 liblcf authors.
4+
* This file is part of liblcf. Copyright (c) 2019 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/generated/ldb_battlecommands.cpp

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) 2018 liblcf authors.
4+
* This file is part of liblcf. Copyright (c) 2019 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/generated/ldb_battleranimation.cpp

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) 2018 liblcf authors.
4+
* This file is part of liblcf. Copyright (c) 2019 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/generated/ldb_battleranimationdata.cpp

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) 2018 liblcf authors.
4+
* This file is part of liblcf. Copyright (c) 2019 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/generated/ldb_battleranimationextension.cpp

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) 2018 liblcf authors.
4+
* This file is part of liblcf. Copyright (c) 2019 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/generated/ldb_chipset.cpp

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) 2018 liblcf authors.
4+
* This file is part of liblcf. Copyright (c) 2019 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/generated/ldb_chunks.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) 2018 liblcf authors.
4+
* This file is part of liblcf. Copyright (c) 2019 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/generated/ldb_class.cpp

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) 2018 liblcf authors.
4+
* This file is part of liblcf. Copyright (c) 2019 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/generated/ldb_commonevent.cpp

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) 2018 liblcf authors.
4+
* This file is part of liblcf. Copyright (c) 2019 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/generated/ldb_database.cpp

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) 2018 liblcf authors.
4+
* This file is part of liblcf. Copyright (c) 2019 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/generated/ldb_enemy.cpp

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) 2018 liblcf authors.
4+
* This file is part of liblcf. Copyright (c) 2019 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/generated/ldb_enemyaction.cpp

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) 2018 liblcf authors.
4+
* This file is part of liblcf. Copyright (c) 2019 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/generated/ldb_item.cpp

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) 2018 liblcf authors.
4+
* This file is part of liblcf. Copyright (c) 2019 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/generated/ldb_itemanimation.cpp

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) 2018 liblcf authors.
4+
* This file is part of liblcf. Copyright (c) 2019 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/generated/ldb_learning.cpp

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) 2018 liblcf authors.
4+
* This file is part of liblcf. Copyright (c) 2019 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/generated/ldb_music.cpp

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) 2018 liblcf authors.
4+
* This file is part of liblcf. Copyright (c) 2019 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/generated/ldb_skill.cpp

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) 2018 liblcf authors.
4+
* This file is part of liblcf. Copyright (c) 2019 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/generated/ldb_sound.cpp

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) 2018 liblcf authors.
4+
* This file is part of liblcf. Copyright (c) 2019 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/generated/ldb_state.cpp

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) 2018 liblcf authors.
4+
* This file is part of liblcf. Copyright (c) 2019 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/generated/ldb_switch.cpp

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) 2018 liblcf authors.
4+
* This file is part of liblcf. Copyright (c) 2019 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/generated/ldb_system.cpp

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) 2018 liblcf authors.
4+
* This file is part of liblcf. Copyright (c) 2019 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/generated/ldb_terms.cpp

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) 2018 liblcf authors.
4+
* This file is part of liblcf. Copyright (c) 2019 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/generated/ldb_terrain.cpp

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) 2018 liblcf authors.
4+
* This file is part of liblcf. Copyright (c) 2019 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/generated/ldb_terrain_flags.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) 2018 liblcf authors.
4+
* This file is part of liblcf. Copyright (c) 2019 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/generated/ldb_testbattler.cpp

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) 2018 liblcf authors.
4+
* This file is part of liblcf. Copyright (c) 2019 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/generated/ldb_troop.cpp

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) 2018 liblcf authors.
4+
* This file is part of liblcf. Copyright (c) 2019 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/generated/ldb_troopmember.cpp

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) 2018 liblcf authors.
4+
* This file is part of liblcf. Copyright (c) 2019 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/generated/ldb_trooppage.cpp

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) 2018 liblcf authors.
4+
* This file is part of liblcf. Copyright (c) 2019 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)