Skip to content

Commit

Permalink
Merge pull request #315 from carstene1ns/version_0.6.0
Browse files Browse the repository at this point in the history
Version 0.6.0
  • Loading branch information
Ghabry authored Mar 3, 2019
2 parents 7801a1e + b023397 commit 0865082
Show file tree
Hide file tree
Showing 183 changed files with 187 additions and 187 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.7)
cmake_policy(SET CMP0048 NEW)

project(liblcf VERSION 0.5.4 LANGUAGES CXX)
project(liblcf VERSION 0.6.0 LANGUAGES CXX)

option(BUILD_SHARED_LIBS "Build shared library, disable for building the static library" ON)
option(DISABLE_ICU "Disable ICU encoding detection (fallback to iconv, not recommended)" OFF)
Expand Down
2 changes: 1 addition & 1 deletion COPYING
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2014-2018 liblcf authors
Copyright (c) 2014-2019 liblcf authors

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ Building requirements:

Step-by-step instructions:

tar xf liblcf-0.5.4.tar.xz # unpack the tarball
cd liblcf-0.5.4 # enter in the package directory
tar xf liblcf-0.6.0.tar.xz # unpack the tarball
cd liblcf-0.6.0 # enter in the package directory
./configure --prefix /usr # find libraries, set options
make # compile the library
sudo make install # install system-wide
Expand Down Expand Up @@ -71,8 +71,8 @@ Building requirements:

Step-by-step instructions:

tar xf liblcf-0.5.4.tar.xz # unpack the tarball
cd liblcf-0.5.4 # enter in the package directory
tar xf liblcf-0.6.0.tar.xz # unpack the tarball
cd liblcf-0.6.0 # enter in the package directory
cmake . -DCMAKE_BUILD_TYPE=Release # configure project
cmake --build . # compile the library
sudo cmake --build . --target install # install system-wide
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

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

AC_CONFIG_AUX_DIR([builds/autoconf])
AM_INIT_AUTOMAKE([1.11.4 foreign subdir-objects -Wall dist-xz])
Expand Down
2 changes: 1 addition & 1 deletion generator/templates/copyright.tmpl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* !!!! GENERATED FILE - DO NOT EDIT !!!!
* --------------------------------------
*
* This file is part of liblcf. Copyright (c) 2018 liblcf authors.
* This file is part of liblcf. Copyright (c) 2019 liblcf authors.
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
*
* liblcf is Free/Libre Open Source Software, released under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/command_codes.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* This file is part of liblcf. Copyright (c) 2018 liblcf authors.
* This file is part of liblcf. Copyright (c) 2019 liblcf authors.
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
*
* liblcf is Free/Libre Open Source Software, released under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/data.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* This file is part of liblcf. Copyright (c) 2018 liblcf authors.
* This file is part of liblcf. Copyright (c) 2019 liblcf authors.
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
*
* liblcf is Free/Libre Open Source Software, released under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/data.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* This file is part of liblcf. Copyright (c) 2018 liblcf authors.
* This file is part of liblcf. Copyright (c) 2019 liblcf authors.
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
*
* liblcf is Free/Libre Open Source Software, released under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/encoder.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* This file is part of liblcf. Copyright (c) 2018 liblcf authors.
* This file is part of liblcf. Copyright (c) 2019 liblcf authors.
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
*
* liblcf is Free/Libre Open Source Software, released under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/enum_tags.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* This file is part of liblcf. Copyright (c) 2018 liblcf authors.
* This file is part of liblcf. Copyright (c) 2019 liblcf authors.
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
*
* liblcf is Free/Libre Open Source Software, released under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/generated/ldb_actor.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* !!!! GENERATED FILE - DO NOT EDIT !!!!
* --------------------------------------
*
* This file is part of liblcf. Copyright (c) 2018 liblcf authors.
* This file is part of liblcf. Copyright (c) 2019 liblcf authors.
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
*
* liblcf is Free/Libre Open Source Software, released under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/generated/ldb_animation.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* !!!! GENERATED FILE - DO NOT EDIT !!!!
* --------------------------------------
*
* This file is part of liblcf. Copyright (c) 2018 liblcf authors.
* This file is part of liblcf. Copyright (c) 2019 liblcf authors.
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
*
* liblcf is Free/Libre Open Source Software, released under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/generated/ldb_animationcelldata.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* !!!! GENERATED FILE - DO NOT EDIT !!!!
* --------------------------------------
*
* This file is part of liblcf. Copyright (c) 2018 liblcf authors.
* This file is part of liblcf. Copyright (c) 2019 liblcf authors.
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
*
* liblcf is Free/Libre Open Source Software, released under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/generated/ldb_animationframe.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* !!!! GENERATED FILE - DO NOT EDIT !!!!
* --------------------------------------
*
* This file is part of liblcf. Copyright (c) 2018 liblcf authors.
* This file is part of liblcf. Copyright (c) 2019 liblcf authors.
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
*
* liblcf is Free/Libre Open Source Software, released under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/generated/ldb_animationtiming.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* !!!! GENERATED FILE - DO NOT EDIT !!!!
* --------------------------------------
*
* This file is part of liblcf. Copyright (c) 2018 liblcf authors.
* This file is part of liblcf. Copyright (c) 2019 liblcf authors.
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
*
* liblcf is Free/Libre Open Source Software, released under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/generated/ldb_attribute.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* !!!! GENERATED FILE - DO NOT EDIT !!!!
* --------------------------------------
*
* This file is part of liblcf. Copyright (c) 2018 liblcf authors.
* This file is part of liblcf. Copyright (c) 2019 liblcf authors.
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
*
* liblcf is Free/Libre Open Source Software, released under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/generated/ldb_battlecommand.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* !!!! GENERATED FILE - DO NOT EDIT !!!!
* --------------------------------------
*
* This file is part of liblcf. Copyright (c) 2018 liblcf authors.
* This file is part of liblcf. Copyright (c) 2019 liblcf authors.
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
*
* liblcf is Free/Libre Open Source Software, released under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/generated/ldb_battlecommands.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* !!!! GENERATED FILE - DO NOT EDIT !!!!
* --------------------------------------
*
* This file is part of liblcf. Copyright (c) 2018 liblcf authors.
* This file is part of liblcf. Copyright (c) 2019 liblcf authors.
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
*
* liblcf is Free/Libre Open Source Software, released under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/generated/ldb_battleranimation.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* !!!! GENERATED FILE - DO NOT EDIT !!!!
* --------------------------------------
*
* This file is part of liblcf. Copyright (c) 2018 liblcf authors.
* This file is part of liblcf. Copyright (c) 2019 liblcf authors.
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
*
* liblcf is Free/Libre Open Source Software, released under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/generated/ldb_battleranimationdata.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* !!!! GENERATED FILE - DO NOT EDIT !!!!
* --------------------------------------
*
* This file is part of liblcf. Copyright (c) 2018 liblcf authors.
* This file is part of liblcf. Copyright (c) 2019 liblcf authors.
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
*
* liblcf is Free/Libre Open Source Software, released under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/generated/ldb_battleranimationextension.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* !!!! GENERATED FILE - DO NOT EDIT !!!!
* --------------------------------------
*
* This file is part of liblcf. Copyright (c) 2018 liblcf authors.
* This file is part of liblcf. Copyright (c) 2019 liblcf authors.
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
*
* liblcf is Free/Libre Open Source Software, released under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/generated/ldb_chipset.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* !!!! GENERATED FILE - DO NOT EDIT !!!!
* --------------------------------------
*
* This file is part of liblcf. Copyright (c) 2018 liblcf authors.
* This file is part of liblcf. Copyright (c) 2019 liblcf authors.
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
*
* liblcf is Free/Libre Open Source Software, released under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/generated/ldb_chunks.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* !!!! GENERATED FILE - DO NOT EDIT !!!!
* --------------------------------------
*
* This file is part of liblcf. Copyright (c) 2018 liblcf authors.
* This file is part of liblcf. Copyright (c) 2019 liblcf authors.
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
*
* liblcf is Free/Libre Open Source Software, released under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/generated/ldb_class.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* !!!! GENERATED FILE - DO NOT EDIT !!!!
* --------------------------------------
*
* This file is part of liblcf. Copyright (c) 2018 liblcf authors.
* This file is part of liblcf. Copyright (c) 2019 liblcf authors.
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
*
* liblcf is Free/Libre Open Source Software, released under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/generated/ldb_commonevent.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* !!!! GENERATED FILE - DO NOT EDIT !!!!
* --------------------------------------
*
* This file is part of liblcf. Copyright (c) 2018 liblcf authors.
* This file is part of liblcf. Copyright (c) 2019 liblcf authors.
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
*
* liblcf is Free/Libre Open Source Software, released under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/generated/ldb_database.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* !!!! GENERATED FILE - DO NOT EDIT !!!!
* --------------------------------------
*
* This file is part of liblcf. Copyright (c) 2018 liblcf authors.
* This file is part of liblcf. Copyright (c) 2019 liblcf authors.
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
*
* liblcf is Free/Libre Open Source Software, released under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/generated/ldb_enemy.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* !!!! GENERATED FILE - DO NOT EDIT !!!!
* --------------------------------------
*
* This file is part of liblcf. Copyright (c) 2018 liblcf authors.
* This file is part of liblcf. Copyright (c) 2019 liblcf authors.
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
*
* liblcf is Free/Libre Open Source Software, released under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/generated/ldb_enemyaction.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* !!!! GENERATED FILE - DO NOT EDIT !!!!
* --------------------------------------
*
* This file is part of liblcf. Copyright (c) 2018 liblcf authors.
* This file is part of liblcf. Copyright (c) 2019 liblcf authors.
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
*
* liblcf is Free/Libre Open Source Software, released under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/generated/ldb_item.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* !!!! GENERATED FILE - DO NOT EDIT !!!!
* --------------------------------------
*
* This file is part of liblcf. Copyright (c) 2018 liblcf authors.
* This file is part of liblcf. Copyright (c) 2019 liblcf authors.
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
*
* liblcf is Free/Libre Open Source Software, released under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/generated/ldb_itemanimation.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* !!!! GENERATED FILE - DO NOT EDIT !!!!
* --------------------------------------
*
* This file is part of liblcf. Copyright (c) 2018 liblcf authors.
* This file is part of liblcf. Copyright (c) 2019 liblcf authors.
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
*
* liblcf is Free/Libre Open Source Software, released under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/generated/ldb_learning.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* !!!! GENERATED FILE - DO NOT EDIT !!!!
* --------------------------------------
*
* This file is part of liblcf. Copyright (c) 2018 liblcf authors.
* This file is part of liblcf. Copyright (c) 2019 liblcf authors.
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
*
* liblcf is Free/Libre Open Source Software, released under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/generated/ldb_music.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* !!!! GENERATED FILE - DO NOT EDIT !!!!
* --------------------------------------
*
* This file is part of liblcf. Copyright (c) 2018 liblcf authors.
* This file is part of liblcf. Copyright (c) 2019 liblcf authors.
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
*
* liblcf is Free/Libre Open Source Software, released under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/generated/ldb_skill.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* !!!! GENERATED FILE - DO NOT EDIT !!!!
* --------------------------------------
*
* This file is part of liblcf. Copyright (c) 2018 liblcf authors.
* This file is part of liblcf. Copyright (c) 2019 liblcf authors.
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
*
* liblcf is Free/Libre Open Source Software, released under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/generated/ldb_sound.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* !!!! GENERATED FILE - DO NOT EDIT !!!!
* --------------------------------------
*
* This file is part of liblcf. Copyright (c) 2018 liblcf authors.
* This file is part of liblcf. Copyright (c) 2019 liblcf authors.
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
*
* liblcf is Free/Libre Open Source Software, released under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/generated/ldb_state.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* !!!! GENERATED FILE - DO NOT EDIT !!!!
* --------------------------------------
*
* This file is part of liblcf. Copyright (c) 2018 liblcf authors.
* This file is part of liblcf. Copyright (c) 2019 liblcf authors.
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
*
* liblcf is Free/Libre Open Source Software, released under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/generated/ldb_switch.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* !!!! GENERATED FILE - DO NOT EDIT !!!!
* --------------------------------------
*
* This file is part of liblcf. Copyright (c) 2018 liblcf authors.
* This file is part of liblcf. Copyright (c) 2019 liblcf authors.
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
*
* liblcf is Free/Libre Open Source Software, released under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/generated/ldb_system.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* !!!! GENERATED FILE - DO NOT EDIT !!!!
* --------------------------------------
*
* This file is part of liblcf. Copyright (c) 2018 liblcf authors.
* This file is part of liblcf. Copyright (c) 2019 liblcf authors.
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
*
* liblcf is Free/Libre Open Source Software, released under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/generated/ldb_terms.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* !!!! GENERATED FILE - DO NOT EDIT !!!!
* --------------------------------------
*
* This file is part of liblcf. Copyright (c) 2018 liblcf authors.
* This file is part of liblcf. Copyright (c) 2019 liblcf authors.
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
*
* liblcf is Free/Libre Open Source Software, released under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/generated/ldb_terrain.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* !!!! GENERATED FILE - DO NOT EDIT !!!!
* --------------------------------------
*
* This file is part of liblcf. Copyright (c) 2018 liblcf authors.
* This file is part of liblcf. Copyright (c) 2019 liblcf authors.
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
*
* liblcf is Free/Libre Open Source Software, released under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/generated/ldb_terrain_flags.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* !!!! GENERATED FILE - DO NOT EDIT !!!!
* --------------------------------------
*
* This file is part of liblcf. Copyright (c) 2018 liblcf authors.
* This file is part of liblcf. Copyright (c) 2019 liblcf authors.
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
*
* liblcf is Free/Libre Open Source Software, released under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/generated/ldb_testbattler.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* !!!! GENERATED FILE - DO NOT EDIT !!!!
* --------------------------------------
*
* This file is part of liblcf. Copyright (c) 2018 liblcf authors.
* This file is part of liblcf. Copyright (c) 2019 liblcf authors.
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
*
* liblcf is Free/Libre Open Source Software, released under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/generated/ldb_troop.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* !!!! GENERATED FILE - DO NOT EDIT !!!!
* --------------------------------------
*
* This file is part of liblcf. Copyright (c) 2018 liblcf authors.
* This file is part of liblcf. Copyright (c) 2019 liblcf authors.
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
*
* liblcf is Free/Libre Open Source Software, released under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/generated/ldb_troopmember.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* !!!! GENERATED FILE - DO NOT EDIT !!!!
* --------------------------------------
*
* This file is part of liblcf. Copyright (c) 2018 liblcf authors.
* This file is part of liblcf. Copyright (c) 2019 liblcf authors.
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
*
* liblcf is Free/Libre Open Source Software, released under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/generated/ldb_trooppage.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* !!!! GENERATED FILE - DO NOT EDIT !!!!
* --------------------------------------
*
* This file is part of liblcf. Copyright (c) 2018 liblcf authors.
* This file is part of liblcf. Copyright (c) 2019 liblcf authors.
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
*
* liblcf is Free/Libre Open Source Software, released under the MIT License.
Expand Down
Loading

0 comments on commit 0865082

Please sign in to comment.