From: Greg Pazo Date: Fri, 3 Jan 2014 20:59:09 +0000 (-0500) Subject: update copyright to 2014 X-Git-Tag: v1.6.0~24^2 X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=de275740c5c3b71a47dab5f3b8fea15ae44fb774;p=xtuple update copyright to 2014 --- diff --git a/enyo-client/database/source/xm/javascript/credit_card.sql b/enyo-client/database/source/xm/javascript/credit_card.sql index fc24cb1bf..9df6acce9 100644 --- a/enyo-client/database/source/xm/javascript/credit_card.sql +++ b/enyo-client/database/source/xm/javascript/credit_card.sql @@ -1,5 +1,5 @@ select xt.install_js('XM','CreditCard','xtuple', $$ -/* Copyright (c) 1999-2013 by OpenMFG LLC, d/b/a xTuple. +/* Copyright (c) 1999-2014 by OpenMFG LLC, d/b/a xTuple. See www.xtuple.com/CPAL for the full text of the software license. */ (function () { diff --git a/enyo-client/database/source/xm/javascript/prospect.sql b/enyo-client/database/source/xm/javascript/prospect.sql index a31fee146..42347deda 100644 --- a/enyo-client/database/source/xm/javascript/prospect.sql +++ b/enyo-client/database/source/xm/javascript/prospect.sql @@ -1,5 +1,5 @@ select xt.install_js('XM','Prospect','xtuple', $$ -/* Copyright (c) 1999-2013 by OpenMFG LLC, d/b/a xTuple. +/* Copyright (c) 1999-2014 by OpenMFG LLC, d/b/a xTuple. See www.xtuple.com/CPAL for the full text of the software license. */ (function () { diff --git a/enyo-client/database/source/xm/javascript/sales_order.sql b/enyo-client/database/source/xm/javascript/sales_order.sql index 3cbccb08b..104eb4f7a 100644 --- a/enyo-client/database/source/xm/javascript/sales_order.sql +++ b/enyo-client/database/source/xm/javascript/sales_order.sql @@ -1,5 +1,5 @@ select xt.install_js('XM','SalesOrder','xtuple', $$ -/* Copyright (c) 1999-2013 by OpenMFG LLC, d/b/a xTuple. +/* Copyright (c) 1999-2014 by OpenMFG LLC, d/b/a xTuple. See www.xtuple.com/CPAL for the full text of the software license. */ (function () { diff --git a/enyo-client/database/source/xm/javascript/sales_rep.sql b/enyo-client/database/source/xm/javascript/sales_rep.sql index 37297bfca..5249b9271 100644 --- a/enyo-client/database/source/xm/javascript/sales_rep.sql +++ b/enyo-client/database/source/xm/javascript/sales_rep.sql @@ -1,5 +1,5 @@ select xt.install_js('XM','SalesRep','xtuple', $$ -/* Copyright (c) 1999-2013 by OpenMFG LLC, d/b/a xTuple. +/* Copyright (c) 1999-2014 by OpenMFG LLC, d/b/a xTuple. See www.xtuple.com/CPAL for the full text of the software license. */ (function () { diff --git a/enyo-client/database/source/xm/javascript/tax.sql b/enyo-client/database/source/xm/javascript/tax.sql index d17536391..89fe9dce9 100644 --- a/enyo-client/database/source/xm/javascript/tax.sql +++ b/enyo-client/database/source/xm/javascript/tax.sql @@ -1,5 +1,5 @@ select xt.install_js('XM','Tax','xtuple', $$ -/* Copyright (c) 1999-2013 by OpenMFG LLC, d/b/a xTuple. +/* Copyright (c) 1999-2014 by OpenMFG LLC, d/b/a xTuple. See www.xtuple.com/CPAL for the full text of the software license. */ (function () { diff --git a/enyo-client/database/source/xt/trigger_functions/acttype_did_change.sql b/enyo-client/database/source/xt/trigger_functions/acttype_did_change.sql index 7d2e90cc8..6b75988cd 100644 --- a/enyo-client/database/source/xt/trigger_functions/acttype_did_change.sql +++ b/enyo-client/database/source/xt/trigger_functions/acttype_did_change.sql @@ -1,5 +1,5 @@ create or replace function xt.acttype_did_change() returns trigger as $$ -/* Copyright (c) 1999-2013 by OpenMFG LLC, d/b/a xTuple. +/* Copyright (c) 1999-2014 by OpenMFG LLC, d/b/a xTuple. See www.xm.ple.com/CPAL for the full text of the software license. */ var sql, diff --git a/enyo-client/database/source/xt/trigger_functions/owner_record_did_change.sql b/enyo-client/database/source/xt/trigger_functions/owner_record_did_change.sql index 027ae4ecb..1c9ae5dcb 100644 --- a/enyo-client/database/source/xt/trigger_functions/owner_record_did_change.sql +++ b/enyo-client/database/source/xt/trigger_functions/owner_record_did_change.sql @@ -1,5 +1,5 @@ create or replace function xt.owner_record_did_change() returns trigger as $$ -/* Copyright (c) 1999-2013 by OpenMFG LLC, d/b/a xTuple. +/* Copyright (c) 1999-2014 by OpenMFG LLC, d/b/a xTuple. See www.xm.ple.com/CPAL for the full text of the software license. */ if (typeof XT === 'undefined') { diff --git a/enyo-client/database/source/xt/trigger_functions/sales_order_did_change.sql b/enyo-client/database/source/xt/trigger_functions/sales_order_did_change.sql index c4dfa0c3f..eb73602dd 100644 --- a/enyo-client/database/source/xt/trigger_functions/sales_order_did_change.sql +++ b/enyo-client/database/source/xt/trigger_functions/sales_order_did_change.sql @@ -1,5 +1,5 @@ create or replace function xt.sales_order_did_change() returns trigger as $$ -/* Copyright (c) 1999-2013 by OpenMFG LLC, d/b/a xTuple. +/* Copyright (c) 1999-2014 by OpenMFG LLC, d/b/a xTuple. See www.xm.ple.com/CPAL for the full text of the software license. */ if (typeof XT === 'undefined') { diff --git a/enyo-client/database/source/xt/trigger_functions/sharetype_did_change.sql b/enyo-client/database/source/xt/trigger_functions/sharetype_did_change.sql index db9f04668..363f05262 100644 --- a/enyo-client/database/source/xt/trigger_functions/sharetype_did_change.sql +++ b/enyo-client/database/source/xt/trigger_functions/sharetype_did_change.sql @@ -1,5 +1,5 @@ create or replace function xt.sharetype_did_change() returns trigger as $$ -/* Copyright (c) 1999-2013 by OpenMFG LLC, d/b/a xTuple. +/* Copyright (c) 1999-2014 by OpenMFG LLC, d/b/a xTuple. See www.xm.ple.com/CPAL for the full text of the software license. */ var sql, diff --git a/enyo-client/database/source/xt/trigger_functions/taxtype_record_did_change.sql b/enyo-client/database/source/xt/trigger_functions/taxtype_record_did_change.sql index 8436a2739..8a9822a93 100644 --- a/enyo-client/database/source/xt/trigger_functions/taxtype_record_did_change.sql +++ b/enyo-client/database/source/xt/trigger_functions/taxtype_record_did_change.sql @@ -1,5 +1,5 @@ create or replace function xt.taxtype_record_did_change() returns trigger as $$ -/* Copyright (c) 1999-2013 by OpenMFG LLC, d/b/a xTuple. +/* Copyright (c) 1999-2014 by OpenMFG LLC, d/b/a xTuple. See www.xm.ple.com/CPAL for the full text of the software license. */ if (typeof XT === 'undefined') { diff --git a/enyo-client/database/source/xt/trigger_functions/usr_did_change.sql b/enyo-client/database/source/xt/trigger_functions/usr_did_change.sql index 1a29a5f27..a637d3d4f 100644 --- a/enyo-client/database/source/xt/trigger_functions/usr_did_change.sql +++ b/enyo-client/database/source/xt/trigger_functions/usr_did_change.sql @@ -1,5 +1,5 @@ create or replace function xt.usr_did_change() returns trigger as $$ -/* Copyright (c) 1999-2013 by OpenMFG LLC, d/b/a xTuple. +/* Copyright (c) 1999-2014 by OpenMFG LLC, d/b/a xTuple. See www.xm.ple.com/CPAL for the full text of the software license. */ if (typeof XT === 'undefined') { diff --git a/enyo-client/database/source/xt/trigger_functions/usrpref_did_change.sql b/enyo-client/database/source/xt/trigger_functions/usrpref_did_change.sql index cb0e0dafe..5bf6016b3 100644 --- a/enyo-client/database/source/xt/trigger_functions/usrpref_did_change.sql +++ b/enyo-client/database/source/xt/trigger_functions/usrpref_did_change.sql @@ -1,5 +1,5 @@ create or replace function xt.usrpref_did_change() returns trigger as $$ -/* Copyright (c) 1999-2013 by OpenMFG LLC, d/b/a xTuple. +/* Copyright (c) 1999-2014 by OpenMFG LLC, d/b/a xTuple. See www.xm.ple.com/CPAL for the full text of the software license. */ if (typeof XT === 'undefined') { diff --git a/enyo-client/extensions/source/project/database/source/xm/javascript/project.sql b/enyo-client/extensions/source/project/database/source/xm/javascript/project.sql index 3912c14ec..1fbfbd596 100644 --- a/enyo-client/extensions/source/project/database/source/xm/javascript/project.sql +++ b/enyo-client/extensions/source/project/database/source/xm/javascript/project.sql @@ -1,5 +1,5 @@ select xt.install_js('XM','ProjectManagement','project', $$ - /* Copyright (c) 1999-2013 by OpenMFG LLC, d/b/a xTuple. + /* Copyright (c) 1999-2014 by OpenMFG LLC, d/b/a xTuple. See www.xtuple.com/CPAL for the full text of the software license. */ if (!XM.ProjectManagement) { XM.ProjectManagement = {}; } diff --git a/enyo-client/extensions/source/purchasing/database/source/xm/javascript/item_source.sql b/enyo-client/extensions/source/purchasing/database/source/xm/javascript/item_source.sql index 0f54b6119..1638fa56c 100644 --- a/enyo-client/extensions/source/purchasing/database/source/xm/javascript/item_source.sql +++ b/enyo-client/extensions/source/purchasing/database/source/xm/javascript/item_source.sql @@ -1,5 +1,5 @@ select xt.install_js('XM','ItemSource','purchasing', $$ - /* Copyright (c) 1999-2013 by OpenMFG LLC, d/b/a xTuple. + /* Copyright (c) 1999-2014 by OpenMFG LLC, d/b/a xTuple. See www.xtuple.com/CPAL for the full text of the software license. */ if (!XM.ItemSource) { XM.ItemSource = {}; } diff --git a/enyo-client/extensions/source/purchasing/database/source/xm/javascript/purchasing.sql b/enyo-client/extensions/source/purchasing/database/source/xm/javascript/purchasing.sql index b37b32325..0c6c9530d 100644 --- a/enyo-client/extensions/source/purchasing/database/source/xm/javascript/purchasing.sql +++ b/enyo-client/extensions/source/purchasing/database/source/xm/javascript/purchasing.sql @@ -1,5 +1,5 @@ select xt.install_js('XM','Purchasing','purchasing', $$ - /* Copyright (c) 1999-2013 by OpenMFG LLC, d/b/a xTuple. + /* Copyright (c) 1999-2014 by OpenMFG LLC, d/b/a xTuple. See www.xtuple.com/CPAL for the full text of the software license. */ if (!XM.Purchasing) { XM.Purchasing = {}; } diff --git a/enyo-client/extensions/source/purchasing/database/source/xt/trigger_functions/itemsrc_did_change.sql b/enyo-client/extensions/source/purchasing/database/source/xt/trigger_functions/itemsrc_did_change.sql index 0c67bdaa8..a971185de 100644 --- a/enyo-client/extensions/source/purchasing/database/source/xt/trigger_functions/itemsrc_did_change.sql +++ b/enyo-client/extensions/source/purchasing/database/source/xt/trigger_functions/itemsrc_did_change.sql @@ -1,5 +1,5 @@ create or replace function xt.itemsrc_did_change() returns trigger as $$ -/* Copyright (c) 1999-2013 by OpenMFG LLC, d/b/a xTuple. +/* Copyright (c) 1999-2014 by OpenMFG LLC, d/b/a xTuple. See www.xm.ple.com/CPAL for the full text of the software license. */ if (NEW.itemsrc_vend_item_number.length === 0) { diff --git a/lib/enyo-x/source/views/navigator.js b/lib/enyo-x/source/views/navigator.js index 8824fcf61..95d2d78a6 100644 --- a/lib/enyo-x/source/views/navigator.js +++ b/lib/enyo-x/source/views/navigator.js @@ -89,7 +89,7 @@ trailing:true*/ ]}, {kind: "onyx.Popup", name: "aboutPopup", centered: true, modal: true, floating: true, scrim: true, components: [ - {content: "Copyright xTuple 2013" }, + {content: "Copyright xTuple 2014" }, {name: "aboutVersion", allowHtml: true }, {kind: "onyx.Button", content: "_ok".loc(), ontap: "closeAboutPopup"} ]} diff --git a/lib/orm/source/xt/trigger_functions/record_did_change.sql b/lib/orm/source/xt/trigger_functions/record_did_change.sql index 82dcf5f35..51db3c49a 100644 --- a/lib/orm/source/xt/trigger_functions/record_did_change.sql +++ b/lib/orm/source/xt/trigger_functions/record_did_change.sql @@ -1,5 +1,5 @@ create or replace function xt.record_did_change() returns trigger as $$ -/* Copyright (c) 1999-2013 by OpenMFG LLC, d/b/a xTuple. +/* Copyright (c) 1999-2014 by OpenMFG LLC, d/b/a xTuple. See www.xtuple.com/CPAL for the full text of the software license. */ if (typeof XT === 'undefined') {