Răsfoiți Sursa

Added GPLv3 license.

mingodad 13 ani în urmă
părinte
comite
63bb55d511

+ 6 - 0
SquiLu-ourbiz/companies-uk.nut

@@ -1,3 +1,9 @@
+/*
+ * Copyright (C) 2013 by Domingo Alvarez Duarte <[email protected]>
+ *
+ * Licensed under GPLv3, see http://www.gnu.org/licenses/gpl.html.
+ */
+ 
 local globals = getroottable();
 
 function checkCompaniesUkDBFile(){

+ 6 - 0
SquiLu-ourbiz/db-updater.nut

@@ -1,3 +1,9 @@
+/*
+ * Copyright (C) 2013 by Domingo Alvarez Duarte <[email protected]>
+ *
+ * Licensed under GPLv3, see http://www.gnu.org/licenses/gpl.html.
+ */
+ 
 local globals = getroottable();
 
 if(!globals.get("HTTPConn", false)) dofile("ourbiz-client.nut");

+ 6 - 0
SquiLu-ourbiz/fl-bar-chart.nut

@@ -1,3 +1,9 @@
+/*
+ * Copyright (C) 2013 by Domingo Alvarez Duarte <[email protected]>
+ *
+ * Licensed under GPLv3, see http://www.gnu.org/licenses/gpl.html.
+ */
+ 
 class Fl_Bar_Chart extends Fl_Box {
 	_bars = null; //{label, value, color}
 	_bar_depth = null;

+ 6 - 0
SquiLu-ourbiz/help-view.nut

@@ -1,3 +1,9 @@
+/*
+ * Copyright (C) 2013 by Domingo Alvarez Duarte <[email protected]>
+ *
+ * Licensed under GPLv3, see http://www.gnu.org/licenses/gpl.html.
+ */
+ 
 class OurHelpWindow extends HelpWindow
 {
 	_help_file_name = null;

+ 6 - 0
SquiLu-ourbiz/ourbiz-client.nut

@@ -1,3 +1,9 @@
+/*
+ * Copyright (C) 2013 by Domingo Alvarez Duarte <[email protected]>
+ *
+ * Licensed under GPLv3, see http://www.gnu.org/licenses/gpl.html.
+ */
+ 
 local globals = getroottable();
 local constants = getconsttable();
 

+ 6 - 0
SquiLu-ourbiz/ourbiz.nut

@@ -1,3 +1,9 @@
+/*
+ * Copyright (C) 2013 by Domingo Alvarez Duarte <[email protected]>
+ *
+ * Licensed under GPLv3, see http://www.gnu.org/licenses/gpl.html.
+ */
+ 
 local globals = getroottable();
 if(!globals.get("APP_CODE_FOLDER", false)) ::APP_CODE_FOLDER <- ".";
 

+ 6 - 0
SquiLu-ourbiz/pdf-order.nut

@@ -1,3 +1,9 @@
+/*
+ * Copyright (C) 2013 by Domingo Alvarez Duarte <[email protected]>
+ *
+ * Licensed under GPLv3, see http://www.gnu.org/licenses/gpl.html.
+ */
+ 
 class PDF_Order extends Sq_Fpdf
 {
 	logoFileName = null;

+ 6 - 0
SquiLu-ourbiz/pdf-table.nut

@@ -1,3 +1,9 @@
+/*
+ * Copyright (C) 2013 by Domingo Alvarez Duarte <[email protected]>
+ *
+ * Licensed under GPLv3, see http://www.gnu.org/licenses/gpl.html.
+ */
+ 
 class PdfSqlTable extends Sq_Fpdf {
 	col_h = null;
 	col_h0 = null;

+ 6 - 0
SquiLu-ourbiz/pedidos2.nut

@@ -1,3 +1,9 @@
+/*
+ * Copyright (C) 2013 by Domingo Alvarez Duarte <[email protected]>
+ *
+ * Licensed under GPLv3, see http://www.gnu.org/licenses/gpl.html.
+ */
+ 
 function _tr(str) {return str;}
 
 class Fl_Multiline_Output extends Fl_Output {

+ 6 - 0
SquiLu-ourbiz/search-options.nut

@@ -1,3 +1,9 @@
+/*
+ * Copyright (C) 2013 by Domingo Alvarez Duarte <[email protected]>
+ *
+ * Licensed under GPLv3, see http://www.gnu.org/licenses/gpl.html.
+ */
+ 
 class OurBizSearchOptions
 {
     search_str = null;

+ 6 - 0
SquiLu-ourbiz/sq-server-plugin.nut

@@ -1,3 +1,9 @@
+/*
+ * Copyright (C) 2013 by Domingo Alvarez Duarte <[email protected]>
+ *
+ * Licensed under GPLv3, see http://www.gnu.org/licenses/gpl.html.
+ */
+ 
 local globals = getroottable();
 if(!globals.get("APP_CODE_FOLDER", false)) ::APP_CODE_FOLDER <- ".";
 WIN32 <- os.getenv("WINDIR") != null;

+ 6 - 0
SquiLu-ourbiz/sq-server.nut

@@ -1,3 +1,9 @@
+/*
+ * Copyright (C) 2013 by Domingo Alvarez Duarte <[email protected]>
+ *
+ * Licensed under GPLv3, see http://www.gnu.org/licenses/gpl.html.
+ */
+ 
 local globals = getroottable();
 if(!globals.get("APP_CODE_FOLDER", false)) ::APP_CODE_FOLDER <- ".";
 

+ 6 - 0
SquiLu-ourbiz/sqlite3-cc.nut

@@ -1,3 +1,9 @@
+/*
+ * Copyright (C) 2013 by Domingo Alvarez Duarte <[email protected]>
+ *
+ * Licensed under GPLv3, see http://www.gnu.org/licenses/gpl.html.
+ */
+ 
 function _tr(str) {return str;}
 
 class Fl_Multiline_Output extends Fl_Output {

+ 6 - 0
SquiLu-ourbiz/unify-code.nut

@@ -1,3 +1,9 @@
+/*
+ * Copyright (C) 2013 by Domingo Alvarez Duarte <[email protected]>
+ *
+ * Licensed under GPLv3, see http://www.gnu.org/licenses/gpl.html.
+ */
+ 
 local included = {};
 
 function unify_code(fname){

+ 6 - 0
SquiLu-ourbiz/utils-fltk.nut

@@ -1,3 +1,9 @@
+/*
+ * Copyright (C) 2013 by Domingo Alvarez Duarte <[email protected]>
+ *
+ * Licensed under GPLv3, see http://www.gnu.org/licenses/gpl.html.
+ */
+ 
 function setAppFont(fontName)
 {
     local my_font, numfonts, font1, font2;