update copyright to 2014
authorGreg Pazo <gpazo@xtuple.com>
Fri, 3 Jan 2014 20:35:57 +0000 (15:35 -0500)
committerGreg Pazo <gpazo@xtuple.com>
Fri, 3 Jan 2014 20:35:57 +0000 (15:35 -0500)
enyo-client/database/source/xt/functions/cntctmerge.sql
enyo-client/database/source/xt/functions/cntctrestore.sql
enyo-client/database/source/xt/functions/createuser.sql
enyo-client/database/source/xt/functions/mergecrmaccts.sql
enyo-client/database/source/xt/functions/undomerge.sql

index 4fe5262..b7427d3 100644 (file)
@@ -1,5 +1,5 @@
 create or replace function xt.cntctmerge(source_id integer, target_id integer, purge boolean) returns boolean 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. */
 
   XT.allowEditComments = true;
index 1cb3960..bbcc975 100644 (file)
@@ -1,5 +1,5 @@
 create or replace function xt.cntctrestore(contact_id integer) returns boolean 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. */
 
   XT.allowEditComments = true;
index a2b59b9..57838dd 100644 (file)
@@ -2,7 +2,7 @@ create or replace function xt.createuser(pUsername text, pCreateUsers boolean) r
 declare
   _result integer;
 begin
-/* 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. */
 
   select public.createuser(pUsername, pCreateUsers) into _result;
index f8f1eee..aec9d16 100644 (file)
@@ -1,5 +1,5 @@
 create or replace function xt.mergecrmaccts(target_id integer, purge boolean) returns integer 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. */
 
   var result;
index ce177e4..a9c1ff6 100644 (file)
@@ -1,5 +1,5 @@
 create or replace function xt.undomerge(schema_name text, table_name text, id integer) returns integer 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. */
 
   var result;