update misc copyright dates
authorGreg Pazo <gpazo@xtuple.com>
Fri, 10 Jan 2014 19:47:51 +0000 (14:47 -0500)
committerGreg Pazo <gpazo@xtuple.com>
Fri, 10 Jan 2014 19:47:51 +0000 (14:47 -0500)
22 files changed:
enyo-client/database/source/delete_system_orms.sql
enyo-client/database/source/xm/javascript/account.sql
enyo-client/database/source/xm/javascript/address.sql
enyo-client/database/source/xm/javascript/contact.sql
enyo-client/database/source/xm/javascript/crm.sql
enyo-client/database/source/xm/javascript/customer.sql
enyo-client/database/source/xm/javascript/database_information.sql
enyo-client/database/source/xm/javascript/incident.sql
enyo-client/database/source/xm/javascript/item.sql
enyo-client/database/source/xm/javascript/item_site.sql
enyo-client/database/source/xm/javascript/quote.sql
enyo-client/database/source/xm/javascript/sales.sql
enyo-client/database/source/xm/javascript/system.sql
enyo-client/database/source/xm/javascript/to_do.sql
enyo-client/database/source/xm/javascript/user_preference.sql
enyo-client/database/source/xm/javascript/vendor.sql
enyo-client/extensions/source/billing/database/source/xm/javascript/billing.sql
enyo-client/extensions/source/billing/database/source/xm/javascript/invoice.sql
enyo-client/extensions/source/billing/database/source/xm/javascript/return.sql
enyo-client/extensions/source/purchasing/database/source/xm/javascript/purchase_order.sql
lib/orm/source/xm/javascript/model.sql
lib/orm/source/xt/javascript/session.sql

index dcd62e7..dc1cfbc 100644 (file)
@@ -1,5 +1,5 @@
 DO $$
- /* Copyright (c) 1999-2011 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 result,
index fdf61aa..4e3d755 100644 (file)
@@ -1,5 +1,5 @@
 select xt.install_js('XM','Account','xtuple', $$
-  /* Copyright (c) 1999-2011 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. */
   
   XM.Account = {};
index f95f841..58c8437 100644 (file)
@@ -1,5 +1,5 @@
 select xt.install_js('XM','Address','xtuple', $$
-  /* Copyright (c) 1999-2011 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. */
   
   XM.Address = {};
index 51e596e..3d645d7 100644 (file)
@@ -1,5 +1,5 @@
 select xt.install_js('XM','Contact','xtuple', $$
-  /* Copyright (c) 1999-2011 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. */
   
   XM.Contact = {};
index 9f194cf..9b05c41 100644 (file)
@@ -1,5 +1,5 @@
 select xt.install_js('XM','crm','crm', $$
-  /* Copyright (c) 1999-2011 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. */
 
   XM.Crm = {};
index 31fb6ce..988a29f 100644 (file)
@@ -1,5 +1,5 @@
 select xt.install_js('XM','Customer','xtuple', $$
-/* Copyright (c) 1999-2011 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 fb23279..8212418 100644 (file)
@@ -1,5 +1,5 @@
 select xt.install_js('XM','DatabaseInformation','xtuple', $$
-  /* Copyright (c) 1999-2011 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. */
 
   XM.DatabaseInformation = {};
index c821759..43c305b 100644 (file)
@@ -1,5 +1,5 @@
 select xt.install_js('XM','Incident','xtuple', $$
-  /* Copyright (c) 1999-2011 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. */
 
   XM.Incident = {};
index 2e255da..13eebce 100644 (file)
@@ -1,5 +1,5 @@
 select xt.install_js('XM','item','xtuple', $$
-  /* Copyright (c) 1999-2011 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. */
 
 (function () {
index babed47..a5c99a4 100644 (file)
@@ -1,5 +1,5 @@
 select xt.install_js('XM','item_site','xtuple', $$
-  /* Copyright (c) 1999-2011 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. */
 
 (function () {
index 74b8380..d3ad0de 100644 (file)
@@ -1,5 +1,5 @@
 select xt.install_js('XM','Quote','xtuple', $$
-/* Copyright (c) 1999-2011 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. */
 
   XM.Quote = {};
index 654ad88..d5c1010 100644 (file)
@@ -1,5 +1,5 @@
 select xt.install_js('XM','Sales','xtuple', $$
-/* Copyright (c) 1999-2011 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 b4dfdda..8603c1a 100644 (file)
@@ -1,5 +1,5 @@
 select xt.install_js('XM','System','xtuple', $$
-/* Copyright (c) 1999-2011 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 ba32637..eadcf05 100644 (file)
@@ -1,5 +1,5 @@
 select xt.install_js('XM','ToDo','xtuple', $$
-  /* Copyright (c) 1999-2011 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. */
 
   XM.ToDo = {};
index 2ba8568..d18f274 100644 (file)
@@ -1,5 +1,5 @@
 select xt.install_js('XM','UserPreference','xtuple', $$
-  /* Copyright (c) 1999-2011 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. */
 
   XM.UserPreference = {
index 0bd9351..935d17a 100644 (file)
@@ -1,5 +1,5 @@
 select xt.install_js('XM','Vendor','xtuple', $$
-/* Copyright (c) 1999-2011 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 518a196..404d2c4 100644 (file)
@@ -1,5 +1,5 @@
 select xt.install_js('XM','Billing','xtuple', $$
-/* Copyright (c) 1999-2011 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 a3abd40..2feef83 100644 (file)
@@ -1,5 +1,5 @@
 select xt.install_js('XM','Invoice','xtuple', $$
-  /* Copyright (c) 1999-2011 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. */
 
   XM.Invoice = {};
index 14a508b..65a7756 100644 (file)
@@ -1,5 +1,5 @@
 select xt.install_js('XM','Return','xtuple', $$
-  /* Copyright (c) 1999-2011 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. */
 
   XM.Return = {
index 5f63807..71e8845 100644 (file)
@@ -1,5 +1,5 @@
 select xt.install_js('XM','PurchaseOrder','purchasing', $$
-/* Copyright (c) 1999-2011 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 669c9dc..77de85c 100644 (file)
@@ -1,5 +1,5 @@
 select xt.install_js('XM','Model','xtuple', $$
-  /* Copyright (c) 1999-2011 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 (!XM.Model) { XM.Model = {}; }
index 2236011..fee9682 100644 (file)
@@ -1,5 +1,5 @@
 select xt.install_js('XT','Session','xtuple', $$
-  /* Copyright (c) 1999-2011 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. */
 
   XT.Session = {};