From 22df08c29f6e4566d418e2a80a8279303406a733 Mon Sep 17 00:00:00 2001 From: Sebastian Reichel Date: Fri, 29 Jun 2018 00:58:19 +0200 Subject: build: switch to meson buildsystem We build the project with 'meson' now instead of using custom configure script + GNU Makefiles. To build the project, go to the project root directory and use the following commands: Building: meson build cd build ninja Update Language Files: ninja shopsystem-pot ninja shopsystem-update-po Install: DESTDIR=./tmp ninja install --- data/sounds/user/japanese/LICENSE | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 data/sounds/user/japanese/LICENSE (limited to 'data/sounds/user/japanese/LICENSE') diff --git a/data/sounds/user/japanese/LICENSE b/data/sounds/user/japanese/LICENSE new file mode 100644 index 0000000..d0a0fbe --- /dev/null +++ b/data/sounds/user/japanese/LICENSE @@ -0,0 +1,29 @@ +Files: error/no, iie.ogg +Source: https://www.freesound.org/people/yugi16dm/sounds/323211/ +Copyright: 2015, yugi16dm +License: CC-0 + +Files: error/sumimasen.ogg +Source: https://www.freesound.org/people/yugi16dm/sounds/323200/ +Copyright: 2015, yugi16dm +License: CC-0 + +Files: login/hello.ogg +Source: https://www.freesound.org/people/yugi16dm/sounds/323204/ +Copyright: 2015, yugi16dm +License: CC-0 + +Files: logout/goodbye.ogg +Source: https://www.freesound.org/people/yugi16dm/sounds/323212/ +Copyright: 2015, yugi16dm +License: CC-0 + +Files: purchase/domo.ogg +Source: https://www.freesound.org/people/Reitanna/sounds/234967/ +Copyright: 2014, Reitanna +License: CC-0 + +purchase/domo-arigato.ogg +Source: https://www.freesound.org/people/Reitanna/sounds/234997/ +Copyright: 2014, Reitanna +License: CC-0 -- cgit v1.2.3