Move COPYING to license/ folder

Add bower_components to .gitignore
Regenerate licenses
This commit is contained in:
jekkos
2016-08-22 13:33:41 +02:00
parent 59bbe55215
commit e25c330dff
6 changed files with 68 additions and 37 deletions

1
.gitignore vendored
View File

@@ -1,4 +1,5 @@
node_modules
bower_components
public/bower_components
tmp/
application/config/email.php

View File

@@ -59,7 +59,8 @@ INSERT INTO `ospos_app_config` (`key`, `value`) VALUES
('smtp_timeout', '5'),
('smtp_crypto', 'ssl'),
('receipt_template', 'receipt_default'),
('theme', 'flatly');
('theme', 'flatly'),
('language_code', 'en');
DELETE FROM `ospos_app_config` WHERE `key` = 'use_invoice_template';

View File

@@ -79,7 +79,9 @@ INSERT INTO `ospos_app_config` (`key`, `value`) VALUES
('smtp_timeout', '5'),
('smtp_crypto', 'ssl'),
('receipt_template', 'receipt_default'),
('theme', 'flatly');
('theme', 'flatly'),
('language', 'english'),
('language_code', 'en');
-- --------------------------------------------------------

27
license/.licenses Normal file
View File

@@ -0,0 +1,27 @@
=== [ ALL GOOD ] ===
bootstrap > MIT
bootstrap-select > MIT
bootstrap-table > MIT
bootswatch > MIT
file-saver.js > LICENSE.md
jquery > MIT
jquery-validate > MIT
js-cookie > MIT
jspdf > MIT
jspdf-autotable > MIT
remarkable-bootstrap-notify > MIT
tableExport.jquery.plugin > MIT
=== [ NO LICENSE ] ===
bootstrap-daterangepicker
bootstrap3-dialog
chartist
chartist-plugin-axistitle
chartist-plugin-pointlabels
chartist-plugin-tooltip
html2canvas
jasny-bootstrap
jquery-form
jquery-ui
moment
smalot-bootstrap-datetimepicker

View File

View File

@@ -1,13 +1,25 @@
{
"bootstrap3-dialog@1.35.2": {
"licenses": "UNKNOWN",
"homepage": "http://nakupanda.github.io/bootstrap3-dialog/"
},
"bootstrap-select@1.10.0": {
"licenses": [
"MIT"
],
"homepage": "http://silviomoreto.github.io/bootstrap-select"
},
"bootstrap3-dialog@1.35.2": {
"licenses": "UNKNOWN",
"homepage": "http://nakupanda.github.io/bootstrap3-dialog/"
"chartist-plugin-axistitle@0.1.0": {
"licenses": [
"WTF*"
],
"homepage": "https://github.com/alexstanbury/chartist-plugin-axistitle"
},
"chartist-plugin-pointlabels@0.0.4": {
"licenses": [
"WTF*"
],
"homepage": "https://github.com/gionkunz/chartist-plugin-pointlabels"
},
"bootswatch@3.3.7": {
"licenses": [
@@ -23,18 +35,6 @@
"licenses": "UNKNOWN",
"homepage": "https://github.com/gionkunz/chartist-js"
},
"chartist-plugin-axistitle@0.1.0": {
"licenses": [
"WTF*"
],
"homepage": "https://github.com/alexstanbury/chartist-plugin-axistitle"
},
"chartist-plugin-pointlabels@0.0.4": {
"licenses": [
"WTF*"
],
"homepage": "https://github.com/gionkunz/chartist-plugin-pointlabels"
},
"chartist-plugin-tooltip@0.0.13": {
"licenses": [
"MIT*"
@@ -47,47 +47,40 @@
],
"homepage": "https://github.com/Teleborder/FileSaver.js"
},
"jquery-form@3.46.0": {
"licenses": "UNKNOWN",
"homepage": "https://github.com/malsup/form"
},
"jquery@1.12.4": {
"licenses": [
"MIT"
],
"homepage": "https://github.com/jquery/jquery-dist"
},
"jquery-form@3.46.0": {
"licenses": "UNKNOWN",
"homepage": "https://github.com/malsup/form"
},
"js-cookie@2.1.2": {
"licenses": [
"MIT"
],
"homepage": "https://github.com/js-cookie/js-cookie"
},
"jspdf@1.0.272": {
"licenses": [
"MIT"
],
"homepage": "https://github.com/mrrio/jspdf"
},
"moment@2.14.1": {
"licenses": [
"MIT*"
],
"homepage": "https://github.com/moment/moment"
},
"jspdf@1.0.272": {
"licenses": [
"MIT"
],
"homepage": "https://github.com/mrrio/jspdf"
},
"tableExport.jquery.plugin@1.5.1": {
"licenses": [
"MIT"
],
"homepage": "https://github.com/hhurz/tableExport.jquery.plugin"
},
"bootstrap@3.3.7": {
"licenses": [
"MIT"
],
"homepage": "http://getbootstrap.com",
"repository": "git+https://github.com/twbs/bootstrap"
},
"bootstrap-daterangepicker@2.1.24": {
"licenses": [
"MIT"
@@ -102,12 +95,12 @@
"homepage": "https://github.com/wenzhixin/bootstrap-table",
"repository": "git+https://github.com/wenzhixin/bootstrap-table"
},
"html2canvas@0.4.1": {
"bootstrap@3.3.7": {
"licenses": [
"MIT"
],
"homepage": "https://github.com/niklasvh/html2canvas",
"repository": "git+ssh://git@github.com/niklasvh/html2canvas"
"homepage": "http://getbootstrap.com",
"repository": "git+https://github.com/twbs/bootstrap"
},
"jasny-bootstrap@3.1.3": {
"licenses": [
@@ -138,6 +131,13 @@
"homepage": "http://bootstrap-notify.remabledesigns.com/",
"repository": "https://github.com/mouse0270/bootstrap-notify"
},
"html2canvas@0.4.1": {
"licenses": [
"MIT"
],
"homepage": "https://github.com/niklasvh/html2canvas",
"repository": "git+ssh://git@github.com/niklasvh/html2canvas"
},
"smalot-bootstrap-datetimepicker@2.3.11": {
"licenses": [
"Apache 2.0",