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 --- LICENSE | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'LICENSE') diff --git a/LICENSE b/LICENSE index 1f0b9a1..400c4a1 100644 --- a/LICENSE +++ b/LICENSE @@ -2,40 +2,40 @@ Files: * Copyright: 2012-2013, Sebastian Reichel License: ISC -Files: templates/js/sorttable.js +Files: data/templates/js/sorttable.js Copyright: 2007, Stuart Langridge License: Expat -Files: templates/js/jquery.js +Files: data/templates/js/jquery.js Copyright: 2012, jQuery Foundation and contributors License: Expat -Files: templates/js/jquery.mousewheel.js +Files: data/templates/js/jquery.mousewheel.js Copyright: 2011, Brandon Aaron (http://brandonaaron.net) License: Expat -Files: templates/js/jquery.flot.js - templates/js/jquery.flot.navigate.js - templates/js/jquery.flot.selection.js +Files: data/templates/js/jquery.flot.js + data/templates/js/jquery.flot.navigate.js + data/templates/js/jquery.flot.selection.js Copyright: 2007-2012, Ole Laursen 2007-2012, IOLA 2008, Three Dub Media (http://threedubmedia.com) License: Expat -Files: templates/js/jquery.flot.pie.js +Files: data/templates/js/jquery.flot.pie.js Copyright: 2009, Brian Medendorp 2009, btburnett3 2009, Anthony Aragues 2009, Xavi Ivars License: Expat -Files: templates/css/bootstrap.css - templates/js/bootstrap.js +Files: data/templates/css/bootstrap.css + data/templates/js/bootstrap.js Copyright: Bootstrap License: Apache-2.0 -Files: templates/img/glyphicons-halflings.png - templates/img/glyphicons-halflings-white.png +Files: data/templates/img/glyphicons-halflings.png + data/templates/img/glyphicons-halflings-white.png Copyright: Glyphicons License: CC-BY-3.0 -- cgit v1.2.3