diff --git a/source/java/src/org/lucee/extension/orm/functions/EntityDelete.java b/source/java/src/org/lucee/extension/orm/functions/EntityDelete.java index ea4ef9a9..f60db3b8 100755 --- a/source/java/src/org/lucee/extension/orm/functions/EntityDelete.java +++ b/source/java/src/org/lucee/extension/orm/functions/EntityDelete.java @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2014, the Railo Company Ltd. All rights reserved. + * Copyright (c) 2015, Lucee Association Switzerland. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/source/java/src/org/lucee/extension/orm/functions/EntityLoad.java b/source/java/src/org/lucee/extension/orm/functions/EntityLoad.java index b720e0ee..66cdc4cf 100755 --- a/source/java/src/org/lucee/extension/orm/functions/EntityLoad.java +++ b/source/java/src/org/lucee/extension/orm/functions/EntityLoad.java @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2014, the Railo Company Ltd. All rights reserved. + * Copyright (c) 2015, Lucee Association Switzerland. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/source/java/src/org/lucee/extension/orm/functions/EntityLoadByExample.java b/source/java/src/org/lucee/extension/orm/functions/EntityLoadByExample.java index d3978f2d..668612bd 100755 --- a/source/java/src/org/lucee/extension/orm/functions/EntityLoadByExample.java +++ b/source/java/src/org/lucee/extension/orm/functions/EntityLoadByExample.java @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2014, the Railo Company Ltd. All rights reserved. + * Copyright (c) 2015, Lucee Association Switzerland. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/source/java/src/org/lucee/extension/orm/functions/EntityMerge.java b/source/java/src/org/lucee/extension/orm/functions/EntityMerge.java index 2b26f22d..db44a9b5 100755 --- a/source/java/src/org/lucee/extension/orm/functions/EntityMerge.java +++ b/source/java/src/org/lucee/extension/orm/functions/EntityMerge.java @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2014, the Railo Company Ltd. All rights reserved. + * Copyright (c) 2015, Lucee Association Switzerland. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/source/java/src/org/lucee/extension/orm/functions/EntityNameArray.java b/source/java/src/org/lucee/extension/orm/functions/EntityNameArray.java index 31ed1d40..2c82491f 100755 --- a/source/java/src/org/lucee/extension/orm/functions/EntityNameArray.java +++ b/source/java/src/org/lucee/extension/orm/functions/EntityNameArray.java @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2014, the Railo Company Ltd. All rights reserved. + * Copyright (c) 2015, Lucee Association Switzerland. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/source/java/src/org/lucee/extension/orm/functions/EntityNameList.java b/source/java/src/org/lucee/extension/orm/functions/EntityNameList.java index 131f8926..51a5bfd1 100755 --- a/source/java/src/org/lucee/extension/orm/functions/EntityNameList.java +++ b/source/java/src/org/lucee/extension/orm/functions/EntityNameList.java @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2014, the Railo Company Ltd. All rights reserved. + * Copyright (c) 2015, Lucee Association Switzerland. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/source/java/src/org/lucee/extension/orm/functions/EntityNew.java b/source/java/src/org/lucee/extension/orm/functions/EntityNew.java index 41f7447d..e727df71 100755 --- a/source/java/src/org/lucee/extension/orm/functions/EntityNew.java +++ b/source/java/src/org/lucee/extension/orm/functions/EntityNew.java @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2014, the Railo Company Ltd. All rights reserved. + * Copyright (c) 2015, Lucee Association Switzerland. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/source/java/src/org/lucee/extension/orm/functions/EntityReload.java b/source/java/src/org/lucee/extension/orm/functions/EntityReload.java index 71d88edd..2c143ed2 100755 --- a/source/java/src/org/lucee/extension/orm/functions/EntityReload.java +++ b/source/java/src/org/lucee/extension/orm/functions/EntityReload.java @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2014, the Railo Company Ltd. All rights reserved. + * Copyright (c) 2015, Lucee Association Switzerland. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/source/java/src/org/lucee/extension/orm/functions/EntitySave.java b/source/java/src/org/lucee/extension/orm/functions/EntitySave.java index d23db2f3..4fb63a9a 100755 --- a/source/java/src/org/lucee/extension/orm/functions/EntitySave.java +++ b/source/java/src/org/lucee/extension/orm/functions/EntitySave.java @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2014, the Railo Company Ltd. All rights reserved. + * Copyright (c) 2015, Lucee Association Switzerland. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/source/java/src/org/lucee/extension/orm/functions/EntityToQuery.java b/source/java/src/org/lucee/extension/orm/functions/EntityToQuery.java index e98d16c2..008f95c9 100755 --- a/source/java/src/org/lucee/extension/orm/functions/EntityToQuery.java +++ b/source/java/src/org/lucee/extension/orm/functions/EntityToQuery.java @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2014, the Railo Company Ltd. All rights reserved. + * Copyright (c) 2015, Lucee Association Switzerland. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/source/java/src/org/lucee/extension/orm/functions/ORMClearSession.java b/source/java/src/org/lucee/extension/orm/functions/ORMClearSession.java index 892459d0..57ab6ca7 100755 --- a/source/java/src/org/lucee/extension/orm/functions/ORMClearSession.java +++ b/source/java/src/org/lucee/extension/orm/functions/ORMClearSession.java @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2014, the Railo Company Ltd. All rights reserved. + * Copyright (c) 2015, Lucee Association Switzerland. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/source/java/src/org/lucee/extension/orm/functions/ORMCloseAllSessions.java b/source/java/src/org/lucee/extension/orm/functions/ORMCloseAllSessions.java index 18bfcb17..2d714317 100644 --- a/source/java/src/org/lucee/extension/orm/functions/ORMCloseAllSessions.java +++ b/source/java/src/org/lucee/extension/orm/functions/ORMCloseAllSessions.java @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2014, the Railo Company Ltd. All rights reserved. + * Copyright (c) 2015, Lucee Association Switzerland. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/source/java/src/org/lucee/extension/orm/functions/ORMCloseSession.java b/source/java/src/org/lucee/extension/orm/functions/ORMCloseSession.java index 0e0f8678..d004f28e 100755 --- a/source/java/src/org/lucee/extension/orm/functions/ORMCloseSession.java +++ b/source/java/src/org/lucee/extension/orm/functions/ORMCloseSession.java @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2014, the Railo Company Ltd. All rights reserved. + * Copyright (c) 2015, Lucee Association Switzerland. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/source/java/src/org/lucee/extension/orm/functions/ORMEvictCollection.java b/source/java/src/org/lucee/extension/orm/functions/ORMEvictCollection.java index 6c949892..c86aa6e9 100755 --- a/source/java/src/org/lucee/extension/orm/functions/ORMEvictCollection.java +++ b/source/java/src/org/lucee/extension/orm/functions/ORMEvictCollection.java @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2014, the Railo Company Ltd. All rights reserved. + * Copyright (c) 2015, Lucee Association Switzerland. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/source/java/src/org/lucee/extension/orm/functions/ORMEvictEntity.java b/source/java/src/org/lucee/extension/orm/functions/ORMEvictEntity.java index a25be50c..0b1a266f 100755 --- a/source/java/src/org/lucee/extension/orm/functions/ORMEvictEntity.java +++ b/source/java/src/org/lucee/extension/orm/functions/ORMEvictEntity.java @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2014, the Railo Company Ltd. All rights reserved. + * Copyright (c) 2015, Lucee Association Switzerland. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/source/java/src/org/lucee/extension/orm/functions/ORMEvictQueries.java b/source/java/src/org/lucee/extension/orm/functions/ORMEvictQueries.java index 378eef36..c0d1744f 100755 --- a/source/java/src/org/lucee/extension/orm/functions/ORMEvictQueries.java +++ b/source/java/src/org/lucee/extension/orm/functions/ORMEvictQueries.java @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2014, the Railo Company Ltd. All rights reserved. + * Copyright (c) 2015, Lucee Association Switzerland. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/source/java/src/org/lucee/extension/orm/functions/ORMExecuteQuery.java b/source/java/src/org/lucee/extension/orm/functions/ORMExecuteQuery.java index b6eb78d0..b8cb9181 100755 --- a/source/java/src/org/lucee/extension/orm/functions/ORMExecuteQuery.java +++ b/source/java/src/org/lucee/extension/orm/functions/ORMExecuteQuery.java @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2014, the Railo Company Ltd. All rights reserved. + * Copyright (c) 2015, Lucee Association Switzerland. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/source/java/src/org/lucee/extension/orm/functions/ORMFlush.java b/source/java/src/org/lucee/extension/orm/functions/ORMFlush.java index 5caeb5b9..e8481b93 100755 --- a/source/java/src/org/lucee/extension/orm/functions/ORMFlush.java +++ b/source/java/src/org/lucee/extension/orm/functions/ORMFlush.java @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2014, the Railo Company Ltd. All rights reserved. + * Copyright (c) 2015, Lucee Association Switzerland. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/source/java/src/org/lucee/extension/orm/functions/ORMGetSession.java b/source/java/src/org/lucee/extension/orm/functions/ORMGetSession.java index d6fae4f6..1fc4ad0a 100755 --- a/source/java/src/org/lucee/extension/orm/functions/ORMGetSession.java +++ b/source/java/src/org/lucee/extension/orm/functions/ORMGetSession.java @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2014, the Railo Company Ltd. All rights reserved. + * Copyright (c) 2015, Lucee Association Switzerland. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/source/java/src/org/lucee/extension/orm/functions/ORMGetSessionFactory.java b/source/java/src/org/lucee/extension/orm/functions/ORMGetSessionFactory.java index 23ffcf06..b1ae405e 100755 --- a/source/java/src/org/lucee/extension/orm/functions/ORMGetSessionFactory.java +++ b/source/java/src/org/lucee/extension/orm/functions/ORMGetSessionFactory.java @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2014, the Railo Company Ltd. All rights reserved. + * Copyright (c) 2015, Lucee Association Switzerland. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/source/java/src/org/lucee/extension/orm/functions/ORMReload.java b/source/java/src/org/lucee/extension/orm/functions/ORMReload.java index ebfa2b51..d90cb561 100755 --- a/source/java/src/org/lucee/extension/orm/functions/ORMReload.java +++ b/source/java/src/org/lucee/extension/orm/functions/ORMReload.java @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2014, the Railo Company Ltd. All rights reserved. + * Copyright (c) 2015, Lucee Association Switzerland. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/source/java/src/org/lucee/extension/orm/hibernate/util/ORMUtil.java b/source/java/src/org/lucee/extension/orm/hibernate/util/ORMUtil.java index 5314f47a..b3e75b8f 100644 --- a/source/java/src/org/lucee/extension/orm/hibernate/util/ORMUtil.java +++ b/source/java/src/org/lucee/extension/orm/hibernate/util/ORMUtil.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2014, the Railo Company Ltd. + * Copyright (c) 2015, Lucee Association Switzerland. All rights reserved. * Copyright (c) 2015, Lucee Assosication Switzerland * * This library is free software; you can redistribute it and/or