update copyright to 2014
authorGreg Pazo <gpazo@xtuple.com>
Fri, 3 Jan 2014 20:59:09 +0000 (15:59 -0500)
committerGreg Pazo <gpazo@xtuple.com>
Fri, 3 Jan 2014 20:59:09 +0000 (15:59 -0500)
18 files changed:
enyo-client/database/source/xm/javascript/credit_card.sql
enyo-client/database/source/xm/javascript/prospect.sql
enyo-client/database/source/xm/javascript/sales_order.sql
enyo-client/database/source/xm/javascript/sales_rep.sql
enyo-client/database/source/xm/javascript/tax.sql
enyo-client/database/source/xt/trigger_functions/acttype_did_change.sql
enyo-client/database/source/xt/trigger_functions/owner_record_did_change.sql
enyo-client/database/source/xt/trigger_functions/sales_order_did_change.sql
enyo-client/database/source/xt/trigger_functions/sharetype_did_change.sql
enyo-client/database/source/xt/trigger_functions/taxtype_record_did_change.sql
enyo-client/database/source/xt/trigger_functions/usr_did_change.sql
enyo-client/database/source/xt/trigger_functions/usrpref_did_change.sql
enyo-client/extensions/source/project/database/source/xm/javascript/project.sql
enyo-client/extensions/source/purchasing/database/source/xm/javascript/item_source.sql
enyo-client/extensions/source/purchasing/database/source/xm/javascript/purchasing.sql
enyo-client/extensions/source/purchasing/database/source/xt/trigger_functions/itemsrc_did_change.sql
lib/enyo-x/source/views/navigator.js
lib/orm/source/xt/trigger_functions/record_did_change.sql

index fc24cb1..9df6acc 100644 (file)
@@ -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 () {
index a31fee1..42347de 100644 (file)
@@ -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 () {
index 3cbccb0..104eb4f 100644 (file)
@@ -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 () {
index 37297bf..5249b92 100644 (file)
@@ -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 () {
index d175363..89fe9dc 100644 (file)
@@ -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 () {
index 7d2e90c..6b75988 100644 (file)
@@ -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,
index 027ae4e..1c9ae5d 100644 (file)
@@ -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') { 
index c4dfa0c..eb73602 100644 (file)
@@ -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') { 
index db9f046..363f052 100644 (file)
@@ -1,5 +1,5 @@
 create or replace function xt.sharetype_did_change() returns trigger as $$\r
-/* Copyright (c) 1999-2013 by OpenMFG LLC, d/b/a xTuple.\r
+/* Copyright (c) 1999-2014 by OpenMFG LLC, d/b/a xTuple.\r
    See www.xm.ple.com/CPAL for the full text of the software license. */\r
 \r
  var sql,\r
index 8436a27..8a9822a 100644 (file)
@@ -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') { 
index 1a29a5f..a637d3d 100644 (file)
@@ -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') { 
index cb0e0da..5bf6016 100644 (file)
@@ -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') { 
index 3912c14..1fbfbd5 100644 (file)
@@ -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 = {}; }
index 0f54b61..1638fa5 100644 (file)
@@ -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 = {}; }
index b37b323..0c6c953 100644 (file)
@@ -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 = {}; }
index 0c67bda..a971185 100644 (file)
@@ -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) {
index 8824fcf..95d2d78 100644 (file)
@@ -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"}
           ]}
index 82dcf5f..51db3c4 100644 (file)
@@ -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') {