update copyright to 2014
authorGreg Pazo <gpazo@xtuple.com>
Fri, 3 Jan 2014 20:50:34 +0000 (15:50 -0500)
committerGreg Pazo <gpazo@xtuple.com>
Fri, 3 Jan 2014 20:50:34 +0000 (15:50 -0500)
LICENSE.txt
enyo-client/database/source/public/functions/geteffectivextuser.sql
enyo-client/database/source/xt/trigger_functions/customer_did_change.sql
lib/orm/LICENSE.txt

index 87da3ef..fdb4f7b 100644 (file)
@@ -220,7 +220,7 @@ The Original Code is xTuple ERP: PostBooks Edition.
 
 The Original Developer is not the Initial Developer and is __________. If left blank, the Original Developer is the Initial Developer.
 
-The Initial Developer of the Original Code is OpenMFG, LLC, d/b/a xTuple. All portions of the code written by xTuple are Copyright (c) 1999-2012 OpenMFG, LLC, d/b/a xTuple. All Rights Reserved.
+The Initial Developer of the Original Code is OpenMFG, LLC, d/b/a xTuple. All portions of the code written by xTuple are Copyright (c) 1999-2014 OpenMFG, LLC, d/b/a xTuple. All Rights Reserved.
 
  
 
@@ -244,7 +244,7 @@ EXHIBIT B. Attribution Information
 
  
 
-Attribution Copyright Notice: Copyright (c) 1999-2012 by OpenMFG, LLC, d/b/a xTuple
+Attribution Copyright Notice: Copyright (c) 1999-2014 by OpenMFG, LLC, d/b/a xTuple
 
 Attribution Phrase (not exceeding 10 words): Powered by xTuple ERP
 
index 6dcdbee..dd1bc6c 100644 (file)
@@ -1,5 +1,5 @@
 create or replace function public.getEffectiveXtUser() returns text as $$
-/* Copyright (c) 1999-2012 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 (!plv8.XT) {
index 7e41ca2..4781e3d 100644 (file)
@@ -1,5 +1,5 @@
 create or replace function xt.customer_did_change() returns trigger as $$
--- Copyright (c) 1999-2012 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.
 declare
   _id integer;
index 6400762..c4be0f3 100644 (file)
@@ -1,9 +1,9 @@
 This software uses the The PostgreSQL License
 
-Copyright (c) 2012, OpenMFG, LLC, d/b/a XTUPLE
+Copyright (c) 2014, OpenMFG, LLC, d/b/a XTUPLE
 
 Permission to use, copy, modify, and distribute this software and its documentation for any purpose, without fee, and without a written agreement is hereby granted, provided that the above copyright notice and this paragraph and the following two paragraphs appear in all copies.
 
 IN NO EVENT SHALL XTUPLE BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF XTUPLE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
-XTUPLE SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND XTUPLE HAS NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
\ No newline at end of file
+XTUPLE SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND XTUPLE HAS NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.