diff --git a/grails-datastore-appengine/src/main/java/org/grails/datastore/mapping/appengine/engine/AppEngineEntityPersister.java b/grails-datastore-appengine/src/main/java/org/grails/datastore/mapping/appengine/engine/AppEngineEntityPersister.java index d5e1c8bb3..2f7650387 100644 --- a/grails-datastore-appengine/src/main/java/org/grails/datastore/mapping/appengine/engine/AppEngineEntityPersister.java +++ b/grails-datastore-appengine/src/main/java/org/grails/datastore/mapping/appengine/engine/AppEngineEntityPersister.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-cassandra/src/main/java/org/grails/datastore/mapping/cassandra/CassandraDatastore.java b/grails-datastore-cassandra/src/main/java/org/grails/datastore/mapping/cassandra/CassandraDatastore.java index 3823244fc..866cbef96 100644 --- a/grails-datastore-cassandra/src/main/java/org/grails/datastore/mapping/cassandra/CassandraDatastore.java +++ b/grails-datastore-cassandra/src/main/java/org/grails/datastore/mapping/cassandra/CassandraDatastore.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-cassandra/src/main/java/org/grails/datastore/mapping/cassandra/CassandraSession.java b/grails-datastore-cassandra/src/main/java/org/grails/datastore/mapping/cassandra/CassandraSession.java index 3f3542245..203b0280d 100644 --- a/grails-datastore-cassandra/src/main/java/org/grails/datastore/mapping/cassandra/CassandraSession.java +++ b/grails-datastore-cassandra/src/main/java/org/grails/datastore/mapping/cassandra/CassandraSession.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-cassandra/src/main/java/org/grails/datastore/mapping/cassandra/engine/CassandraAssociationIndexer.java b/grails-datastore-cassandra/src/main/java/org/grails/datastore/mapping/cassandra/engine/CassandraAssociationIndexer.java index 142c60697..a2c6bd9ea 100644 --- a/grails-datastore-cassandra/src/main/java/org/grails/datastore/mapping/cassandra/engine/CassandraAssociationIndexer.java +++ b/grails-datastore-cassandra/src/main/java/org/grails/datastore/mapping/cassandra/engine/CassandraAssociationIndexer.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-cassandra/src/main/java/org/grails/datastore/mapping/cassandra/engine/CassandraEntityPersister.java b/grails-datastore-cassandra/src/main/java/org/grails/datastore/mapping/cassandra/engine/CassandraEntityPersister.java index 4590dc8c3..2f6351500 100644 --- a/grails-datastore-cassandra/src/main/java/org/grails/datastore/mapping/cassandra/engine/CassandraEntityPersister.java +++ b/grails-datastore-cassandra/src/main/java/org/grails/datastore/mapping/cassandra/engine/CassandraEntityPersister.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-cassandra/src/main/java/org/grails/datastore/mapping/cassandra/util/HectorCallback.java b/grails-datastore-cassandra/src/main/java/org/grails/datastore/mapping/cassandra/util/HectorCallback.java index 89d8c23c2..3cc189c66 100644 --- a/grails-datastore-cassandra/src/main/java/org/grails/datastore/mapping/cassandra/util/HectorCallback.java +++ b/grails-datastore-cassandra/src/main/java/org/grails/datastore/mapping/cassandra/util/HectorCallback.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-cassandra/src/main/java/org/grails/datastore/mapping/cassandra/util/HectorTemplate.java b/grails-datastore-cassandra/src/main/java/org/grails/datastore/mapping/cassandra/util/HectorTemplate.java index 1fc6c7346..27fff1dd0 100644 --- a/grails-datastore-cassandra/src/main/java/org/grails/datastore/mapping/cassandra/util/HectorTemplate.java +++ b/grails-datastore-cassandra/src/main/java/org/grails/datastore/mapping/cassandra/util/HectorTemplate.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-cassandra/src/main/java/org/grails/datastore/mapping/cassandra/uuid/UUIDUtil.java b/grails-datastore-cassandra/src/main/java/org/grails/datastore/mapping/cassandra/uuid/UUIDUtil.java index df1c526cc..b7db1036d 100644 --- a/grails-datastore-cassandra/src/main/java/org/grails/datastore/mapping/cassandra/uuid/UUIDUtil.java +++ b/grails-datastore-cassandra/src/main/java/org/grails/datastore/mapping/cassandra/uuid/UUIDUtil.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-cassandra/src/test/resources/cassandra-conf/log4j.properties b/grails-datastore-cassandra/src/test/resources/cassandra-conf/log4j.properties index 46ab656e7..e7e4a165f 100644 --- a/grails-datastore-cassandra/src/test/resources/cassandra-conf/log4j.properties +++ b/grails-datastore-cassandra/src/test/resources/cassandra-conf/log4j.properties @@ -6,7 +6,7 @@ # "License"); you may not use this file except in compliance # with the License. You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-cassandra/src/test/resources/cassandra-conf/storage-conf.xml b/grails-datastore-cassandra/src/test/resources/cassandra-conf/storage-conf.xml index 7201705eb..d828349eb 100644 --- a/grails-datastore-cassandra/src/test/resources/cassandra-conf/storage-conf.xml +++ b/grails-datastore-cassandra/src/test/resources/cassandra-conf/storage-conf.xml @@ -7,7 +7,7 @@ ~ "License"); you may not use this file except in compliance ~ with the License. You may obtain a copy of the License at ~ - ~ http://www.apache.org/licenses/LICENSE-2.0 + ~ https://www.apache.org/licenses/LICENSE-2.0 ~ ~ Unless required by applicable law or agreed to in writing, ~ software distributed under the License is distributed on an diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/collection/AbstractPersistentCollection.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/collection/AbstractPersistentCollection.java index d338a13f0..f5cacbb82 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/collection/AbstractPersistentCollection.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/collection/AbstractPersistentCollection.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/collection/PersistentCollection.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/collection/PersistentCollection.java index 204f85838..e4cbcd191 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/collection/PersistentCollection.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/collection/PersistentCollection.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/collection/PersistentList.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/collection/PersistentList.java index 510345820..e1497ef22 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/collection/PersistentList.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/collection/PersistentList.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/collection/PersistentSet.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/collection/PersistentSet.java index ea7f589b1..82f963a1e 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/collection/PersistentSet.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/collection/PersistentSet.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/column/ColumnDatastore.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/column/ColumnDatastore.java index 05ea1b797..1129db57d 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/column/ColumnDatastore.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/column/ColumnDatastore.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/config/AbstractGormMappingFactory.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/config/AbstractGormMappingFactory.java index c4b06e5e3..b47795391 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/config/AbstractGormMappingFactory.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/config/AbstractGormMappingFactory.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/config/Property.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/config/Property.java index 69d6183c0..00cf7d90b 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/config/Property.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/config/Property.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/config/groovy/MappingConfigurationBuilder.groovy b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/config/groovy/MappingConfigurationBuilder.groovy index b8a231236..55bf38774 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/config/groovy/MappingConfigurationBuilder.groovy +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/config/groovy/MappingConfigurationBuilder.groovy @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/config/utils/ConfigUtils.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/config/utils/ConfigUtils.java index e790933f9..220b7b7f5 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/config/utils/ConfigUtils.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/config/utils/ConfigUtils.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/core/AbstractAttributeStoringSession.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/core/AbstractAttributeStoringSession.java index 01cd67610..2f5923f52 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/core/AbstractAttributeStoringSession.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/core/AbstractAttributeStoringSession.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/core/AbstractDatastore.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/core/AbstractDatastore.java index 6f87dd8fc..069ccb81b 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/core/AbstractDatastore.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/core/AbstractDatastore.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/core/AbstractSession.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/core/AbstractSession.java index 14497e8c4..f080c8e26 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/core/AbstractSession.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/core/AbstractSession.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/core/ConnectionNotFoundException.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/core/ConnectionNotFoundException.java index 0c7bf2384..e1d2e6c79 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/core/ConnectionNotFoundException.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/core/ConnectionNotFoundException.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/core/Datastore.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/core/Datastore.java index 5d1f2cbcf..755f4ee73 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/core/Datastore.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/core/Datastore.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/core/DatastoreAware.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/core/DatastoreAware.java index 3dab79a6b..66e621d21 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/core/DatastoreAware.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/core/DatastoreAware.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/core/DatastoreException.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/core/DatastoreException.java index 781b7ee76..1d38e5f42 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/core/DatastoreException.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/core/DatastoreException.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/core/DatastoreUtils.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/core/DatastoreUtils.java index e7e7bed20..24f213d3c 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/core/DatastoreUtils.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/core/DatastoreUtils.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/core/EntityCreationException.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/core/EntityCreationException.java index f5f88727b..5bc6d3d6f 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/core/EntityCreationException.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/core/EntityCreationException.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/core/OptimisticLockingException.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/core/OptimisticLockingException.java index cde44089a..336f773cd 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/core/OptimisticLockingException.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/core/OptimisticLockingException.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/core/Session.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/core/Session.java index 41c1e4a28..85c674e86 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/core/Session.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/core/Session.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/core/SessionCallback.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/core/SessionCallback.java index 0e683b218..afd046480 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/core/SessionCallback.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/core/SessionCallback.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/core/SessionImplementor.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/core/SessionImplementor.java index 1269f0609..a0cb106cf 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/core/SessionImplementor.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/core/SessionImplementor.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/core/VoidSessionCallback.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/core/VoidSessionCallback.java index 2c1a00c63..c8c88462c 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/core/VoidSessionCallback.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/core/VoidSessionCallback.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/core/impl/PendingInsert.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/core/impl/PendingInsert.java index 9bcf27634..64ea61626 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/core/impl/PendingInsert.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/core/impl/PendingInsert.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/core/impl/PendingInsertAdapter.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/core/impl/PendingInsertAdapter.java index 9536c2e43..01782e0f8 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/core/impl/PendingInsertAdapter.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/core/impl/PendingInsertAdapter.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/core/impl/PendingOperation.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/core/impl/PendingOperation.java index f25aad789..727d956a5 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/core/impl/PendingOperation.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/core/impl/PendingOperation.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/core/impl/PendingOperationAdapter.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/core/impl/PendingOperationAdapter.java index b1d2ca134..d527bac69 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/core/impl/PendingOperationAdapter.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/core/impl/PendingOperationAdapter.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/core/impl/PendingOperationExecution.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/core/impl/PendingOperationExecution.java index 47e40f50e..246ced96a 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/core/impl/PendingOperationExecution.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/core/impl/PendingOperationExecution.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/core/impl/PendingUpdate.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/core/impl/PendingUpdate.java index 5862b3af7..931912374 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/core/impl/PendingUpdate.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/core/impl/PendingUpdate.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/core/impl/PendingUpdateAdapter.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/core/impl/PendingUpdateAdapter.java index 05ac2abe6..a6d37defb 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/core/impl/PendingUpdateAdapter.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/core/impl/PendingUpdateAdapter.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/document/DocumentDatastore.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/document/DocumentDatastore.java index 401c5d0e0..20ca685bd 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/document/DocumentDatastore.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/document/DocumentDatastore.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/document/config/Attribute.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/document/config/Attribute.java index 8bb036942..f33f86b98 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/document/config/Attribute.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/document/config/Attribute.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/document/config/Collection.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/document/config/Collection.java index 39166b5a4..011778a7a 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/document/config/Collection.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/document/config/Collection.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/document/config/DocumentMappingContext.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/document/config/DocumentMappingContext.java index b6da2aa54..5e00265e6 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/document/config/DocumentMappingContext.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/document/config/DocumentMappingContext.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/document/config/DocumentPersistentEntity.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/document/config/DocumentPersistentEntity.java index 6a783e521..0f09f56e6 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/document/config/DocumentPersistentEntity.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/document/config/DocumentPersistentEntity.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/document/config/GormDocumentMappingFactory.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/document/config/GormDocumentMappingFactory.java index d97fe3b23..f04c2eecc 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/document/config/GormDocumentMappingFactory.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/document/config/GormDocumentMappingFactory.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/engine/AssociationIndexer.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/engine/AssociationIndexer.java index 5aeae12ce..bfb164971 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/engine/AssociationIndexer.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/engine/AssociationIndexer.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/engine/EntityAccess.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/engine/EntityAccess.java index cee246b53..ced8c285c 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/engine/EntityAccess.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/engine/EntityAccess.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/engine/EntityPersister.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/engine/EntityPersister.java index 31a88b87c..1a3a03859 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/engine/EntityPersister.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/engine/EntityPersister.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/engine/LockableEntityPersister.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/engine/LockableEntityPersister.java index 7cbdd150c..1c3170b01 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/engine/LockableEntityPersister.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/engine/LockableEntityPersister.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/engine/NativeEntryEntityPersister.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/engine/NativeEntryEntityPersister.java index 7a41e2d15..8eb4a8a7f 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/engine/NativeEntryEntityPersister.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/engine/NativeEntryEntityPersister.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/engine/NonPersistentTypeException.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/engine/NonPersistentTypeException.java index 9220c3d61..b475484bc 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/engine/NonPersistentTypeException.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/engine/NonPersistentTypeException.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/engine/Persister.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/engine/Persister.java index 4ed9e4bf9..f0b3cfe6c 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/engine/Persister.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/engine/Persister.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/engine/PropertyValueIndexer.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/engine/PropertyValueIndexer.java index 2e025771f..3d4b34e02 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/engine/PropertyValueIndexer.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/engine/PropertyValueIndexer.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/engine/event/AbstractPersistenceEvent.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/engine/event/AbstractPersistenceEvent.java index 53f0344b3..73757d8bf 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/engine/event/AbstractPersistenceEvent.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/engine/event/AbstractPersistenceEvent.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/engine/event/AbstractPersistenceEventListener.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/engine/event/AbstractPersistenceEventListener.java index 597b08184..30d9814e1 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/engine/event/AbstractPersistenceEventListener.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/engine/event/AbstractPersistenceEventListener.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/engine/event/PersistenceEventListener.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/engine/event/PersistenceEventListener.java index 30ee5597b..d99ab531c 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/engine/event/PersistenceEventListener.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/engine/event/PersistenceEventListener.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/engine/event/PostDeleteEvent.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/engine/event/PostDeleteEvent.java index 8369a7360..b78020062 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/engine/event/PostDeleteEvent.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/engine/event/PostDeleteEvent.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/engine/event/PostInsertEvent.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/engine/event/PostInsertEvent.java index ce0896b0b..11c009b3b 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/engine/event/PostInsertEvent.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/engine/event/PostInsertEvent.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/engine/event/PostLoadEvent.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/engine/event/PostLoadEvent.java index bd4276e4c..dc470338c 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/engine/event/PostLoadEvent.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/engine/event/PostLoadEvent.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/engine/event/PostUpdateEvent.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/engine/event/PostUpdateEvent.java index 3724373fb..4fa10f7d3 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/engine/event/PostUpdateEvent.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/engine/event/PostUpdateEvent.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/engine/event/PreDeleteEvent.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/engine/event/PreDeleteEvent.java index ac20dd24b..1183850a9 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/engine/event/PreDeleteEvent.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/engine/event/PreDeleteEvent.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/engine/event/PreInsertEvent.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/engine/event/PreInsertEvent.java index 2184e0764..e453ed62b 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/engine/event/PreInsertEvent.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/engine/event/PreInsertEvent.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/engine/event/PreLoadEvent.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/engine/event/PreLoadEvent.java index 6004d8e0a..dba003a5b 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/engine/event/PreLoadEvent.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/engine/event/PreLoadEvent.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/engine/event/PreUpdateEvent.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/engine/event/PreUpdateEvent.java index 6cde46c56..ff5d151de 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/engine/event/PreUpdateEvent.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/engine/event/PreUpdateEvent.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/graph/GraphDatastore.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/graph/GraphDatastore.java index e755d4957..93697333d 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/graph/GraphDatastore.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/graph/GraphDatastore.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/keyvalue/engine/AbstractKeyValueEntityPersister.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/keyvalue/engine/AbstractKeyValueEntityPersister.java index a12941d4d..9b242df36 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/keyvalue/engine/AbstractKeyValueEntityPersister.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/keyvalue/engine/AbstractKeyValueEntityPersister.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/keyvalue/engine/KeyValueEntry.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/keyvalue/engine/KeyValueEntry.java index db56e670f..88bb2c531 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/keyvalue/engine/KeyValueEntry.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/keyvalue/engine/KeyValueEntry.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/keyvalue/mapping/config/AnnotationKeyValueMappingFactory.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/keyvalue/mapping/config/AnnotationKeyValueMappingFactory.java index edcc5187f..039d526b3 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/keyvalue/mapping/config/AnnotationKeyValueMappingFactory.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/keyvalue/mapping/config/AnnotationKeyValueMappingFactory.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/keyvalue/mapping/config/Family.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/keyvalue/mapping/config/Family.java index 8ed4760ab..76ba32d21 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/keyvalue/mapping/config/Family.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/keyvalue/mapping/config/Family.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/keyvalue/mapping/config/GormKeyValueMappingFactory.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/keyvalue/mapping/config/GormKeyValueMappingFactory.java index da843dc87..b51c0a4a6 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/keyvalue/mapping/config/GormKeyValueMappingFactory.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/keyvalue/mapping/config/GormKeyValueMappingFactory.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/keyvalue/mapping/config/KeyValue.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/keyvalue/mapping/config/KeyValue.java index 5f7ec995d..930d3134f 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/keyvalue/mapping/config/KeyValue.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/keyvalue/mapping/config/KeyValue.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/keyvalue/mapping/config/KeyValueMappingContext.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/keyvalue/mapping/config/KeyValueMappingContext.java index 48eaba223..8b502baf0 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/keyvalue/mapping/config/KeyValueMappingContext.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/keyvalue/mapping/config/KeyValueMappingContext.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/keyvalue/mapping/config/KeyValueMappingFactory.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/keyvalue/mapping/config/KeyValueMappingFactory.java index 493eca233..44eb943f5 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/keyvalue/mapping/config/KeyValueMappingFactory.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/keyvalue/mapping/config/KeyValueMappingFactory.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/keyvalue/mapping/config/KeyValuePersistentEntity.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/keyvalue/mapping/config/KeyValuePersistentEntity.java index ab81cedc1..89eca187f 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/keyvalue/mapping/config/KeyValuePersistentEntity.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/keyvalue/mapping/config/KeyValuePersistentEntity.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/AbstractClassMapping.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/AbstractClassMapping.java index 426bb0410..1b91fd1aa 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/AbstractClassMapping.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/AbstractClassMapping.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/AbstractMappingContext.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/AbstractMappingContext.java index 1d56df039..e67179793 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/AbstractMappingContext.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/AbstractMappingContext.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/AbstractPersistentEntity.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/AbstractPersistentEntity.java index 024703402..36a7f2829 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/AbstractPersistentEntity.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/AbstractPersistentEntity.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/AbstractPersistentProperty.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/AbstractPersistentProperty.java index 0daf74923..512d9fc15 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/AbstractPersistentProperty.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/AbstractPersistentProperty.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/ClassMapping.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/ClassMapping.java index 503cf21e0..c2842f74f 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/ClassMapping.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/ClassMapping.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/DatastoreConfigurationException.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/DatastoreConfigurationException.java index 770627fd9..e4515852b 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/DatastoreConfigurationException.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/DatastoreConfigurationException.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/IdentityMapping.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/IdentityMapping.java index 2e5752c4b..2c256fe64 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/IdentityMapping.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/IdentityMapping.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/IllegalMappingException.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/IllegalMappingException.java index f6a62bf33..76eeb1011 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/IllegalMappingException.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/IllegalMappingException.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/MappingContext.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/MappingContext.java index f51628eb4..0e3601eab 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/MappingContext.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/MappingContext.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/MappingFactory.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/MappingFactory.java index 2b3e748a6..1f0c3b089 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/MappingFactory.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/MappingFactory.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/config/DefaultMappingConfigurationStrategy.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/config/DefaultMappingConfigurationStrategy.java index 0e9ea00ba..e5a661a61 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/config/DefaultMappingConfigurationStrategy.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/config/DefaultMappingConfigurationStrategy.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/config/GormMappingConfigurationStrategy.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/config/GormMappingConfigurationStrategy.java index fa13e2039..d523bb444 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/config/GormMappingConfigurationStrategy.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/config/GormMappingConfigurationStrategy.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/config/GormProperties.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/config/GormProperties.java index 510dbc801..624999f9e 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/config/GormProperties.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/config/GormProperties.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/types/Association.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/types/Association.java index fbd766362..d9f243e3d 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/types/Association.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/types/Association.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/types/Basic.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/types/Basic.java index da696547f..ec03e73d1 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/types/Basic.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/types/Basic.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/types/BasicTypeConverterRegistrar.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/types/BasicTypeConverterRegistrar.java index 6ff7d2df8..09d4b04cb 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/types/BasicTypeConverterRegistrar.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/types/BasicTypeConverterRegistrar.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/types/Embedded.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/types/Embedded.java index 35d7e6deb..073cc47cf 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/types/Embedded.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/types/Embedded.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/types/EmbeddedCollection.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/types/EmbeddedCollection.java index 3af189eaa..850889cd5 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/types/EmbeddedCollection.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/types/EmbeddedCollection.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/types/Identity.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/types/Identity.java index 44530642c..9e0c29bde 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/types/Identity.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/types/Identity.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/types/ManyToMany.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/types/ManyToMany.java index 6917f1357..3a0de33f9 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/types/ManyToMany.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/types/ManyToMany.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/types/ManyToOne.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/types/ManyToOne.java index d01c09562..fd36d77ee 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/types/ManyToOne.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/types/ManyToOne.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/types/OneToMany.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/types/OneToMany.java index 81dc92861..d18a8dc0c 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/types/OneToMany.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/types/OneToMany.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/types/OneToOne.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/types/OneToOne.java index 0ff328e90..0ef0e728f 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/types/OneToOne.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/types/OneToOne.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/types/Simple.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/types/Simple.java index dd6aa9010..b6512fb48 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/types/Simple.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/types/Simple.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/types/ToOne.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/types/ToOne.java index 90ede94ce..0982e41de 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/types/ToOne.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/model/types/ToOne.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/proxy/EntityProxy.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/proxy/EntityProxy.java index 3b97f6e95..55ed20768 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/proxy/EntityProxy.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/proxy/EntityProxy.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/proxy/JavassistProxyFactory.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/proxy/JavassistProxyFactory.java index 4e6ac5501..e95cbc673 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/proxy/JavassistProxyFactory.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/proxy/JavassistProxyFactory.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/proxy/ProxyFactory.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/proxy/ProxyFactory.java index 4a4f85389..440ec2110 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/proxy/ProxyFactory.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/proxy/ProxyFactory.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/query/AssociationQuery.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/query/AssociationQuery.java index b0e249a20..4428a925b 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/query/AssociationQuery.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/query/AssociationQuery.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/query/Projections.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/query/Projections.java index fe0fcebd8..d04f532fe 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/query/Projections.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/query/Projections.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/query/Query.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/query/Query.java index e0d71f809..06e354d23 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/query/Query.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/query/Query.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/query/Restrictions.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/query/Restrictions.java index 0da336436..454d08806 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/query/Restrictions.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/query/Restrictions.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/query/order/ManualEntityOrdering.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/query/order/ManualEntityOrdering.java index 6e0542fef..f5ea0f205 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/query/order/ManualEntityOrdering.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/query/order/ManualEntityOrdering.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/query/projections/ManualProjections.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/query/projections/ManualProjections.java index 559534052..50e85cfdd 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/query/projections/ManualProjections.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/query/projections/ManualProjections.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/rdbms/RelationalDatastore.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/rdbms/RelationalDatastore.java index c75546e50..b4a4e5ea3 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/rdbms/RelationalDatastore.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/rdbms/RelationalDatastore.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/reflect/ClassPropertyFetcher.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/reflect/ClassPropertyFetcher.java index 708dbfaa0..7dabed34d 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/reflect/ClassPropertyFetcher.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/reflect/ClassPropertyFetcher.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/reflect/InstantiationException.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/reflect/InstantiationException.java index 6c1fd7a42..971297b81 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/reflect/InstantiationException.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/reflect/InstantiationException.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/reflect/NameUtils.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/reflect/NameUtils.java index 8fa12a46e..32bf07960 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/reflect/NameUtils.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/reflect/NameUtils.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/reflect/ReflectionUtils.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/reflect/ReflectionUtils.java index d58e9ea84..948d3db8f 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/reflect/ReflectionUtils.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/reflect/ReflectionUtils.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/transactions/DatastoreTransactionManager.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/transactions/DatastoreTransactionManager.java index 056683223..32755c762 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/transactions/DatastoreTransactionManager.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/transactions/DatastoreTransactionManager.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/transactions/SessionHolder.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/transactions/SessionHolder.java index da5bc7f23..aa43ab1fe 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/transactions/SessionHolder.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/transactions/SessionHolder.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/transactions/SessionOnlyTransaction.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/transactions/SessionOnlyTransaction.java index cc3b08594..269add343 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/transactions/SessionOnlyTransaction.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/transactions/SessionOnlyTransaction.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/transactions/Transaction.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/transactions/Transaction.java index f7b9021d4..fa4cd55fc 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/transactions/Transaction.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/transactions/Transaction.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/transactions/TransactionObject.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/transactions/TransactionObject.java index 5ef3be67c..c6b64b2d4 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/transactions/TransactionObject.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/transactions/TransactionObject.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/transactions/TransactionUtils.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/transactions/TransactionUtils.java index ad1a3de14..9627b06c1 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/transactions/TransactionUtils.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/transactions/TransactionUtils.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/transactions/support/SpringSessionSynchronization.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/transactions/support/SpringSessionSynchronization.java index 84e9fc2d7..7a8973dc2 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/transactions/support/SpringSessionSynchronization.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/transactions/support/SpringSessionSynchronization.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/validation/ValidatingEventListener.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/validation/ValidatingEventListener.java index 879398891..81489dfaf 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/validation/ValidatingEventListener.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/validation/ValidatingEventListener.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/validation/ValidationException.java b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/validation/ValidationException.java index f5b571c59..8c4c1888e 100644 --- a/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/validation/ValidationException.java +++ b/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/validation/ValidationException.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gemfire/src/main/groovy/org/grails/datastore/mapping/gemfire/GemfireDatastore.java b/grails-datastore-gemfire/src/main/groovy/org/grails/datastore/mapping/gemfire/GemfireDatastore.java index e5209ef88..8c339da33 100644 --- a/grails-datastore-gemfire/src/main/groovy/org/grails/datastore/mapping/gemfire/GemfireDatastore.java +++ b/grails-datastore-gemfire/src/main/groovy/org/grails/datastore/mapping/gemfire/GemfireDatastore.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gemfire/src/main/groovy/org/grails/datastore/mapping/gemfire/GemfireSession.java b/grails-datastore-gemfire/src/main/groovy/org/grails/datastore/mapping/gemfire/GemfireSession.java index b116b584f..4937bd2b6 100644 --- a/grails-datastore-gemfire/src/main/groovy/org/grails/datastore/mapping/gemfire/GemfireSession.java +++ b/grails-datastore-gemfire/src/main/groovy/org/grails/datastore/mapping/gemfire/GemfireSession.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gemfire/src/main/groovy/org/grails/datastore/mapping/gemfire/config/GormGemfireMappingFactory.java b/grails-datastore-gemfire/src/main/groovy/org/grails/datastore/mapping/gemfire/config/GormGemfireMappingFactory.java index 10daa731b..1a77f098e 100644 --- a/grails-datastore-gemfire/src/main/groovy/org/grails/datastore/mapping/gemfire/config/GormGemfireMappingFactory.java +++ b/grails-datastore-gemfire/src/main/groovy/org/grails/datastore/mapping/gemfire/config/GormGemfireMappingFactory.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gemfire/src/main/groovy/org/grails/datastore/mapping/gemfire/config/Region.java b/grails-datastore-gemfire/src/main/groovy/org/grails/datastore/mapping/gemfire/config/Region.java index 6d506f92d..ec310cf8b 100644 --- a/grails-datastore-gemfire/src/main/groovy/org/grails/datastore/mapping/gemfire/config/Region.java +++ b/grails-datastore-gemfire/src/main/groovy/org/grails/datastore/mapping/gemfire/config/Region.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gemfire/src/main/groovy/org/grails/datastore/mapping/gemfire/engine/GemfireEntityPersister.java b/grails-datastore-gemfire/src/main/groovy/org/grails/datastore/mapping/gemfire/engine/GemfireEntityPersister.java index 2bf1d9d4e..dc2b85fc5 100644 --- a/grails-datastore-gemfire/src/main/groovy/org/grails/datastore/mapping/gemfire/engine/GemfireEntityPersister.java +++ b/grails-datastore-gemfire/src/main/groovy/org/grails/datastore/mapping/gemfire/engine/GemfireEntityPersister.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gemfire/src/main/groovy/org/grails/datastore/mapping/gemfire/query/GemfireQuery.java b/grails-datastore-gemfire/src/main/groovy/org/grails/datastore/mapping/gemfire/query/GemfireQuery.java index f742816b8..6c7314257 100644 --- a/grails-datastore-gemfire/src/main/groovy/org/grails/datastore/mapping/gemfire/query/GemfireQuery.java +++ b/grails-datastore-gemfire/src/main/groovy/org/grails/datastore/mapping/gemfire/query/GemfireQuery.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gorm-gemfire/src/main/groovy/org/grails/datastore/gorm/gemfire/ContinuousQueryApi.groovy b/grails-datastore-gorm-gemfire/src/main/groovy/org/grails/datastore/gorm/gemfire/ContinuousQueryApi.groovy index a7474dffc..72afd738e 100644 --- a/grails-datastore-gorm-gemfire/src/main/groovy/org/grails/datastore/gorm/gemfire/ContinuousQueryApi.groovy +++ b/grails-datastore-gorm-gemfire/src/main/groovy/org/grails/datastore/gorm/gemfire/ContinuousQueryApi.groovy @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gorm-gemfire/src/main/groovy/org/grails/datastore/gorm/gemfire/GemfireGormEnhancer.groovy b/grails-datastore-gorm-gemfire/src/main/groovy/org/grails/datastore/gorm/gemfire/GemfireGormEnhancer.groovy index 41db32350..79084ca96 100644 --- a/grails-datastore-gorm-gemfire/src/main/groovy/org/grails/datastore/gorm/gemfire/GemfireGormEnhancer.groovy +++ b/grails-datastore-gorm-gemfire/src/main/groovy/org/grails/datastore/gorm/gemfire/GemfireGormEnhancer.groovy @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gorm-gemfire/src/main/groovy/org/grails/datastore/gorm/gemfire/config/CacheServerConfigGenerator.groovy b/grails-datastore-gorm-gemfire/src/main/groovy/org/grails/datastore/gorm/gemfire/config/CacheServerConfigGenerator.groovy index 5d092a5bd..1b7673520 100644 --- a/grails-datastore-gorm-gemfire/src/main/groovy/org/grails/datastore/gorm/gemfire/config/CacheServerConfigGenerator.groovy +++ b/grails-datastore-gorm-gemfire/src/main/groovy/org/grails/datastore/gorm/gemfire/config/CacheServerConfigGenerator.groovy @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gorm-gemfire/src/main/groovy/org/grails/datastore/gorm/gemfire/config/PoolFactoryBean.groovy b/grails-datastore-gorm-gemfire/src/main/groovy/org/grails/datastore/gorm/gemfire/config/PoolFactoryBean.groovy index f0136a2c7..49e2a2780 100644 --- a/grails-datastore-gorm-gemfire/src/main/groovy/org/grails/datastore/gorm/gemfire/config/PoolFactoryBean.groovy +++ b/grails-datastore-gorm-gemfire/src/main/groovy/org/grails/datastore/gorm/gemfire/config/PoolFactoryBean.groovy @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gorm-jcr/src/main/groovy/org/grails/datastore/gorm/jcr/JcrGormEnhancer.groovy b/grails-datastore-gorm-jcr/src/main/groovy/org/grails/datastore/gorm/jcr/JcrGormEnhancer.groovy index e749679bd..7c6aae9f7 100644 --- a/grails-datastore-gorm-jcr/src/main/groovy/org/grails/datastore/gorm/jcr/JcrGormEnhancer.groovy +++ b/grails-datastore-gorm-jcr/src/main/groovy/org/grails/datastore/gorm/jcr/JcrGormEnhancer.groovy @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gorm-jpa/src/main/groovy/org/grails/datastore/gorm/jpa/EntityInterceptorInvokingEntityListener.java b/grails-datastore-gorm-jpa/src/main/groovy/org/grails/datastore/gorm/jpa/EntityInterceptorInvokingEntityListener.java index 04516066e..a1b47d8f1 100644 --- a/grails-datastore-gorm-jpa/src/main/groovy/org/grails/datastore/gorm/jpa/EntityInterceptorInvokingEntityListener.java +++ b/grails-datastore-gorm-jpa/src/main/groovy/org/grails/datastore/gorm/jpa/EntityInterceptorInvokingEntityListener.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gorm-jpa/src/main/groovy/org/grails/datastore/gorm/jpa/GormToJpaTransform.java b/grails-datastore-gorm-jpa/src/main/groovy/org/grails/datastore/gorm/jpa/GormToJpaTransform.java index ce66edf60..c4f3262e5 100644 --- a/grails-datastore-gorm-jpa/src/main/groovy/org/grails/datastore/gorm/jpa/GormToJpaTransform.java +++ b/grails-datastore-gorm-jpa/src/main/groovy/org/grails/datastore/gorm/jpa/GormToJpaTransform.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gorm-jpa/src/main/groovy/org/grails/datastore/gorm/jpa/JpaGormEnhancer.groovy b/grails-datastore-gorm-jpa/src/main/groovy/org/grails/datastore/gorm/jpa/JpaGormEnhancer.groovy index 0ff4a4f13..e8a626e4a 100644 --- a/grails-datastore-gorm-jpa/src/main/groovy/org/grails/datastore/gorm/jpa/JpaGormEnhancer.groovy +++ b/grails-datastore-gorm-jpa/src/main/groovy/org/grails/datastore/gorm/jpa/JpaGormEnhancer.groovy @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gorm-jpa/src/main/groovy/org/grails/datastore/gorm/jpa/bean/factory/JpaDatastoreFactoryBean.groovy b/grails-datastore-gorm-jpa/src/main/groovy/org/grails/datastore/gorm/jpa/bean/factory/JpaDatastoreFactoryBean.groovy index 814bfa555..fd4678a16 100644 --- a/grails-datastore-gorm-jpa/src/main/groovy/org/grails/datastore/gorm/jpa/bean/factory/JpaDatastoreFactoryBean.groovy +++ b/grails-datastore-gorm-jpa/src/main/groovy/org/grails/datastore/gorm/jpa/bean/factory/JpaDatastoreFactoryBean.groovy @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gorm-jpa/src/main/groovy/org/grails/datastore/gorm/jpa/bean/factory/JpaMappingContextFactoryBean.groovy b/grails-datastore-gorm-jpa/src/main/groovy/org/grails/datastore/gorm/jpa/bean/factory/JpaMappingContextFactoryBean.groovy index 3af709e5b..6872842a4 100644 --- a/grails-datastore-gorm-jpa/src/main/groovy/org/grails/datastore/gorm/jpa/bean/factory/JpaMappingContextFactoryBean.groovy +++ b/grails-datastore-gorm-jpa/src/main/groovy/org/grails/datastore/gorm/jpa/bean/factory/JpaMappingContextFactoryBean.groovy @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gorm-jpa/src/main/groovy/org/grails/datastore/gorm/jpa/support/JpaOpenSessionInViewInterceptor.java b/grails-datastore-gorm-jpa/src/main/groovy/org/grails/datastore/gorm/jpa/support/JpaOpenSessionInViewInterceptor.java index 51c72aba6..bff28364d 100644 --- a/grails-datastore-gorm-jpa/src/main/groovy/org/grails/datastore/gorm/jpa/support/JpaOpenSessionInViewInterceptor.java +++ b/grails-datastore-gorm-jpa/src/main/groovy/org/grails/datastore/gorm/jpa/support/JpaOpenSessionInViewInterceptor.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gorm-jpa/src/main/groovy/org/grails/datastore/gorm/jpa/support/JpaPersistenceContextInterceptor.java b/grails-datastore-gorm-jpa/src/main/groovy/org/grails/datastore/gorm/jpa/support/JpaPersistenceContextInterceptor.java index 072073bf3..21dbae7a7 100644 --- a/grails-datastore-gorm-jpa/src/main/groovy/org/grails/datastore/gorm/jpa/support/JpaPersistenceContextInterceptor.java +++ b/grails-datastore-gorm-jpa/src/main/groovy/org/grails/datastore/gorm/jpa/support/JpaPersistenceContextInterceptor.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gorm-mongo/src/main/groovy/org/grails/datastore/gorm/mongo/MongoCriteriaBuilder.java b/grails-datastore-gorm-mongo/src/main/groovy/org/grails/datastore/gorm/mongo/MongoCriteriaBuilder.java index dc9f907ef..da7752653 100644 --- a/grails-datastore-gorm-mongo/src/main/groovy/org/grails/datastore/gorm/mongo/MongoCriteriaBuilder.java +++ b/grails-datastore-gorm-mongo/src/main/groovy/org/grails/datastore/gorm/mongo/MongoCriteriaBuilder.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://www.apache.org/licenses/LICENSE-2.0 +* https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gorm-mongo/src/main/groovy/org/grails/datastore/gorm/mongo/MongoGormEnhancer.groovy b/grails-datastore-gorm-mongo/src/main/groovy/org/grails/datastore/gorm/mongo/MongoGormEnhancer.groovy index 562318bde..291a110c2 100644 --- a/grails-datastore-gorm-mongo/src/main/groovy/org/grails/datastore/gorm/mongo/MongoGormEnhancer.groovy +++ b/grails-datastore-gorm-mongo/src/main/groovy/org/grails/datastore/gorm/mongo/MongoGormEnhancer.groovy @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gorm-mongo/src/main/groovy/org/grails/datastore/gorm/mongo/Near.java b/grails-datastore-gorm-mongo/src/main/groovy/org/grails/datastore/gorm/mongo/Near.java index 6339eac9a..88b42daa8 100644 --- a/grails-datastore-gorm-mongo/src/main/groovy/org/grails/datastore/gorm/mongo/Near.java +++ b/grails-datastore-gorm-mongo/src/main/groovy/org/grails/datastore/gorm/mongo/Near.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gorm-mongo/src/main/groovy/org/grails/datastore/gorm/mongo/WithinBox.java b/grails-datastore-gorm-mongo/src/main/groovy/org/grails/datastore/gorm/mongo/WithinBox.java index 7af8455ec..fdadb7b4d 100644 --- a/grails-datastore-gorm-mongo/src/main/groovy/org/grails/datastore/gorm/mongo/WithinBox.java +++ b/grails-datastore-gorm-mongo/src/main/groovy/org/grails/datastore/gorm/mongo/WithinBox.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://www.apache.org/licenses/LICENSE-2.0 +* https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gorm-mongo/src/main/groovy/org/grails/datastore/gorm/mongo/WithinCircle.java b/grails-datastore-gorm-mongo/src/main/groovy/org/grails/datastore/gorm/mongo/WithinCircle.java index f0ad9b0db..1b4f8770a 100644 --- a/grails-datastore-gorm-mongo/src/main/groovy/org/grails/datastore/gorm/mongo/WithinCircle.java +++ b/grails-datastore-gorm-mongo/src/main/groovy/org/grails/datastore/gorm/mongo/WithinCircle.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gorm-mongo/src/main/groovy/org/grails/datastore/gorm/mongo/bean/factory/GMongoFactoryBean.java b/grails-datastore-gorm-mongo/src/main/groovy/org/grails/datastore/gorm/mongo/bean/factory/GMongoFactoryBean.java index 8f4ab7895..140fb85b9 100644 --- a/grails-datastore-gorm-mongo/src/main/groovy/org/grails/datastore/gorm/mongo/bean/factory/GMongoFactoryBean.java +++ b/grails-datastore-gorm-mongo/src/main/groovy/org/grails/datastore/gorm/mongo/bean/factory/GMongoFactoryBean.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://www.apache.org/licenses/LICENSE-2.0 +* https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gorm-mongo/src/main/groovy/org/grails/datastore/gorm/mongo/bean/factory/MongoDatastoreFactoryBean.groovy b/grails-datastore-gorm-mongo/src/main/groovy/org/grails/datastore/gorm/mongo/bean/factory/MongoDatastoreFactoryBean.groovy index 515dbf447..2641b47f9 100644 --- a/grails-datastore-gorm-mongo/src/main/groovy/org/grails/datastore/gorm/mongo/bean/factory/MongoDatastoreFactoryBean.groovy +++ b/grails-datastore-gorm-mongo/src/main/groovy/org/grails/datastore/gorm/mongo/bean/factory/MongoDatastoreFactoryBean.groovy @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gorm-mongo/src/main/groovy/org/grails/datastore/gorm/mongo/bean/factory/MongoMappingContextFactoryBean.groovy b/grails-datastore-gorm-mongo/src/main/groovy/org/grails/datastore/gorm/mongo/bean/factory/MongoMappingContextFactoryBean.groovy index 9edb07582..6325da7b7 100644 --- a/grails-datastore-gorm-mongo/src/main/groovy/org/grails/datastore/gorm/mongo/bean/factory/MongoMappingContextFactoryBean.groovy +++ b/grails-datastore-gorm-mongo/src/main/groovy/org/grails/datastore/gorm/mongo/bean/factory/MongoMappingContextFactoryBean.groovy @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/GrailsRelationshipTypes.groovy b/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/GrailsRelationshipTypes.groovy index aed1a2a50..429da1215 100644 --- a/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/GrailsRelationshipTypes.groovy +++ b/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/GrailsRelationshipTypes.groovy @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/GraphGormMappingFactory.groovy b/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/GraphGormMappingFactory.groovy index 066b5d81d..fcce86282 100644 --- a/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/GraphGormMappingFactory.groovy +++ b/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/GraphGormMappingFactory.groovy @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/GraphPersistentEntity.groovy b/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/GraphPersistentEntity.groovy index d7e714a4f..96c056f15 100644 --- a/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/GraphPersistentEntity.groovy +++ b/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/GraphPersistentEntity.groovy @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/Neo4jAssociationIndexer.groovy b/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/Neo4jAssociationIndexer.groovy index 8b5de3bb6..d9141aff9 100644 --- a/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/Neo4jAssociationIndexer.groovy +++ b/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/Neo4jAssociationIndexer.groovy @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/Neo4jDatastore.groovy b/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/Neo4jDatastore.groovy index b5b84a9fd..d7c526fad 100644 --- a/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/Neo4jDatastore.groovy +++ b/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/Neo4jDatastore.groovy @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/Neo4jEntityAccess.groovy b/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/Neo4jEntityAccess.groovy index 427df37e3..5f43c3322 100644 --- a/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/Neo4jEntityAccess.groovy +++ b/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/Neo4jEntityAccess.groovy @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/Neo4jEntityPersister.groovy b/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/Neo4jEntityPersister.groovy index d5d5d55f2..4e876a392 100644 --- a/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/Neo4jEntityPersister.groovy +++ b/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/Neo4jEntityPersister.groovy @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/Neo4jGormEnhancer.groovy b/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/Neo4jGormEnhancer.groovy index fb613e431..d9887b1ee 100644 --- a/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/Neo4jGormEnhancer.groovy +++ b/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/Neo4jGormEnhancer.groovy @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/Neo4jMappingContext.groovy b/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/Neo4jMappingContext.groovy index 5d33d53ea..ee588905a 100644 --- a/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/Neo4jMappingContext.groovy +++ b/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/Neo4jMappingContext.groovy @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/Neo4jOpenSessionInViewInterceptor.groovy b/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/Neo4jOpenSessionInViewInterceptor.groovy index 45162557c..9cf415300 100644 --- a/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/Neo4jOpenSessionInViewInterceptor.groovy +++ b/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/Neo4jOpenSessionInViewInterceptor.groovy @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/Neo4jPropertyValueIndexer.groovy b/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/Neo4jPropertyValueIndexer.groovy index cfe66bb82..b2b985b81 100644 --- a/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/Neo4jPropertyValueIndexer.groovy +++ b/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/Neo4jPropertyValueIndexer.groovy @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/Neo4jQuery.groovy b/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/Neo4jQuery.groovy index 643f06790..c1dcc6178 100644 --- a/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/Neo4jQuery.groovy +++ b/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/Neo4jQuery.groovy @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/Neo4jSession.groovy b/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/Neo4jSession.groovy index 161ab68b1..b0030d621 100644 --- a/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/Neo4jSession.groovy +++ b/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/Neo4jSession.groovy @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/Neo4jTransaction.groovy b/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/Neo4jTransaction.groovy index 29b37a502..6c30cce80 100644 --- a/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/Neo4jTransaction.groovy +++ b/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/Neo4jTransaction.groovy @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/bean/factory/Neo4jDatastoreFactoryBean.groovy b/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/bean/factory/Neo4jDatastoreFactoryBean.groovy index 03e2b1a0f..c217f6cb8 100644 --- a/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/bean/factory/Neo4jDatastoreFactoryBean.groovy +++ b/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/bean/factory/Neo4jDatastoreFactoryBean.groovy @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/bean/factory/Neo4jMappingContextFactoryBean.groovy b/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/bean/factory/Neo4jMappingContextFactoryBean.groovy index 8ba708196..43ccecdd9 100644 --- a/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/bean/factory/Neo4jMappingContextFactoryBean.groovy +++ b/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/bean/factory/Neo4jMappingContextFactoryBean.groovy @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/constraints/UniqueConstraint.groovy b/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/constraints/UniqueConstraint.groovy index 405c8b579..8ef2fea08 100644 --- a/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/constraints/UniqueConstraint.groovy +++ b/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/constraints/UniqueConstraint.groovy @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/converters/StringToBigDecimalConverter.groovy b/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/converters/StringToBigDecimalConverter.groovy index 042b06e18..f5d137c6e 100644 --- a/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/converters/StringToBigDecimalConverter.groovy +++ b/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/converters/StringToBigDecimalConverter.groovy @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/converters/StringToBigIntegerConverter.groovy b/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/converters/StringToBigIntegerConverter.groovy index 6b2ed2a09..27ab57bca 100644 --- a/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/converters/StringToBigIntegerConverter.groovy +++ b/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/converters/StringToBigIntegerConverter.groovy @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/converters/StringToCurrencyConverter.groovy b/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/converters/StringToCurrencyConverter.groovy index 15292e489..eb42c49c4 100644 --- a/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/converters/StringToCurrencyConverter.groovy +++ b/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/converters/StringToCurrencyConverter.groovy @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/converters/StringToLocaleConverter.groovy b/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/converters/StringToLocaleConverter.groovy index a649bd22b..c17bb91e5 100644 --- a/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/converters/StringToLocaleConverter.groovy +++ b/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/converters/StringToLocaleConverter.groovy @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/converters/StringToShortConverter.groovy b/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/converters/StringToShortConverter.groovy index fdd5fd046..1d711f0ea 100644 --- a/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/converters/StringToShortConverter.groovy +++ b/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/converters/StringToShortConverter.groovy @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/converters/StringToTimeZoneConverter.groovy b/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/converters/StringToTimeZoneConverter.groovy index 114a82853..20a4edd0e 100644 --- a/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/converters/StringToTimeZoneConverter.groovy +++ b/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/converters/StringToTimeZoneConverter.groovy @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/converters/StringToURLConverter.groovy b/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/converters/StringToURLConverter.groovy index 87cb3255c..799547f03 100644 --- a/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/converters/StringToURLConverter.groovy +++ b/grails-datastore-gorm-neo4j/src/main/groovy/org/grails/datastore/gorm/neo4j/converters/StringToURLConverter.groovy @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gorm-redis/src/main/groovy/grails/datastore/Redis.groovy b/grails-datastore-gorm-redis/src/main/groovy/grails/datastore/Redis.groovy index bb7bbbc2f..51155b9d8 100644 --- a/grails-datastore-gorm-redis/src/main/groovy/grails/datastore/Redis.groovy +++ b/grails-datastore-gorm-redis/src/main/groovy/grails/datastore/Redis.groovy @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gorm-redis/src/main/groovy/org/grails/datastore/gorm/redis/RedisGormEnhancer.groovy b/grails-datastore-gorm-redis/src/main/groovy/org/grails/datastore/gorm/redis/RedisGormEnhancer.groovy index 552c097b8..9e1482d77 100644 --- a/grails-datastore-gorm-redis/src/main/groovy/org/grails/datastore/gorm/redis/RedisGormEnhancer.groovy +++ b/grails-datastore-gorm-redis/src/main/groovy/org/grails/datastore/gorm/redis/RedisGormEnhancer.groovy @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gorm-riak/src/main/groovy/org/grails/datastore/gorm/riak/RiakDatastoreFactoryBean.groovy b/grails-datastore-gorm-riak/src/main/groovy/org/grails/datastore/gorm/riak/RiakDatastoreFactoryBean.groovy index 4212a1dda..6786213e7 100644 --- a/grails-datastore-gorm-riak/src/main/groovy/org/grails/datastore/gorm/riak/RiakDatastoreFactoryBean.groovy +++ b/grails-datastore-gorm-riak/src/main/groovy/org/grails/datastore/gorm/riak/RiakDatastoreFactoryBean.groovy @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gorm-riak/src/main/groovy/org/grails/datastore/gorm/riak/RiakGormEnhancer.groovy b/grails-datastore-gorm-riak/src/main/groovy/org/grails/datastore/gorm/riak/RiakGormEnhancer.groovy index 0714e4ceb..2f1659a79 100644 --- a/grails-datastore-gorm-riak/src/main/groovy/org/grails/datastore/gorm/riak/RiakGormEnhancer.groovy +++ b/grails-datastore-gorm-riak/src/main/groovy/org/grails/datastore/gorm/riak/RiakGormEnhancer.groovy @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gorm-riak/src/main/groovy/org/grails/datastore/gorm/riak/RiakMappingContextFactoryBean.groovy b/grails-datastore-gorm-riak/src/main/groovy/org/grails/datastore/gorm/riak/RiakMappingContextFactoryBean.groovy index 1e3365bdf..463303461 100644 --- a/grails-datastore-gorm-riak/src/main/groovy/org/grails/datastore/gorm/riak/RiakMappingContextFactoryBean.groovy +++ b/grails-datastore-gorm-riak/src/main/groovy/org/grails/datastore/gorm/riak/RiakMappingContextFactoryBean.groovy @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gorm-riak/src/test/groovy/org/grails/datastore/gorm/Setup.groovy b/grails-datastore-gorm-riak/src/test/groovy/org/grails/datastore/gorm/Setup.groovy index 72ea0eee5..945ad9440 100644 --- a/grails-datastore-gorm-riak/src/test/groovy/org/grails/datastore/gorm/Setup.groovy +++ b/grails-datastore-gorm-riak/src/test/groovy/org/grails/datastore/gorm/Setup.groovy @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gorm-simpledb/src/main/groovy/org/grails/datastore/gorm/simpledb/SimpleDBCriteriaBuilder.java b/grails-datastore-gorm-simpledb/src/main/groovy/org/grails/datastore/gorm/simpledb/SimpleDBCriteriaBuilder.java index 30b445fc4..7b7cd643f 100644 --- a/grails-datastore-gorm-simpledb/src/main/groovy/org/grails/datastore/gorm/simpledb/SimpleDBCriteriaBuilder.java +++ b/grails-datastore-gorm-simpledb/src/main/groovy/org/grails/datastore/gorm/simpledb/SimpleDBCriteriaBuilder.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gorm-simpledb/src/main/groovy/org/grails/datastore/gorm/simpledb/SimpleDBGormEnhancer.groovy b/grails-datastore-gorm-simpledb/src/main/groovy/org/grails/datastore/gorm/simpledb/SimpleDBGormEnhancer.groovy index 72f7f5fc0..d0a31ebd7 100644 --- a/grails-datastore-gorm-simpledb/src/main/groovy/org/grails/datastore/gorm/simpledb/SimpleDBGormEnhancer.groovy +++ b/grails-datastore-gorm-simpledb/src/main/groovy/org/grails/datastore/gorm/simpledb/SimpleDBGormEnhancer.groovy @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gorm-simpledb/src/main/groovy/org/grails/datastore/gorm/simpledb/bean/factory/SimpleDBDatastoreFactoryBean.groovy b/grails-datastore-gorm-simpledb/src/main/groovy/org/grails/datastore/gorm/simpledb/bean/factory/SimpleDBDatastoreFactoryBean.groovy index f9db1bc2e..0ab2cab71 100644 --- a/grails-datastore-gorm-simpledb/src/main/groovy/org/grails/datastore/gorm/simpledb/bean/factory/SimpleDBDatastoreFactoryBean.groovy +++ b/grails-datastore-gorm-simpledb/src/main/groovy/org/grails/datastore/gorm/simpledb/bean/factory/SimpleDBDatastoreFactoryBean.groovy @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gorm-test/src/main/groovy/grails/datastore/test/DatastoreUnitTestMixin.groovy b/grails-datastore-gorm-test/src/main/groovy/grails/datastore/test/DatastoreUnitTestMixin.groovy index a924467e1..5130085fa 100644 --- a/grails-datastore-gorm-test/src/main/groovy/grails/datastore/test/DatastoreUnitTestMixin.groovy +++ b/grails-datastore-gorm-test/src/main/groovy/grails/datastore/test/DatastoreUnitTestMixin.groovy @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gorm/src/main/groovy/grails/gorm/CriteriaBuilder.java b/grails-datastore-gorm/src/main/groovy/grails/gorm/CriteriaBuilder.java index b4dceb7e6..2cb25cf5f 100644 --- a/grails-datastore-gorm/src/main/groovy/grails/gorm/CriteriaBuilder.java +++ b/grails-datastore-gorm/src/main/groovy/grails/gorm/CriteriaBuilder.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/AbstractDatastoreApi.groovy b/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/AbstractDatastoreApi.groovy index 9fccce891..2ed2f5687 100644 --- a/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/AbstractDatastoreApi.groovy +++ b/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/AbstractDatastoreApi.groovy @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/AbstractGormApi.groovy b/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/AbstractGormApi.groovy index 0be2913e2..26c6a949e 100644 --- a/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/AbstractGormApi.groovy +++ b/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/AbstractGormApi.groovy @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/GormEnhancer.groovy b/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/GormEnhancer.groovy index 20f4af521..0038350ac 100644 --- a/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/GormEnhancer.groovy +++ b/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/GormEnhancer.groovy @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/GormInstanceApi.groovy b/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/GormInstanceApi.groovy index 063b47778..4430d6b64 100644 --- a/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/GormInstanceApi.groovy +++ b/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/GormInstanceApi.groovy @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/GormStaticApi.groovy b/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/GormStaticApi.groovy index 2b2ded208..5248c1e0b 100644 --- a/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/GormStaticApi.groovy +++ b/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/GormStaticApi.groovy @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/GormValidationApi.groovy b/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/GormValidationApi.groovy index 543e09f8f..16674b307 100644 --- a/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/GormValidationApi.groovy +++ b/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/GormValidationApi.groovy @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/bean/factory/AbstractMappingContextFactoryBean.groovy b/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/bean/factory/AbstractMappingContextFactoryBean.groovy index b012e267c..5360252b9 100644 --- a/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/bean/factory/AbstractMappingContextFactoryBean.groovy +++ b/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/bean/factory/AbstractMappingContextFactoryBean.groovy @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/config/GrailsDomainClassMappingContext.java b/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/config/GrailsDomainClassMappingContext.java index f04b55627..ddbe1c5b7 100644 --- a/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/config/GrailsDomainClassMappingContext.java +++ b/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/config/GrailsDomainClassMappingContext.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/config/GrailsDomainClassPersistentEntity.java b/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/config/GrailsDomainClassPersistentEntity.java index d6848e80b..691b3c99a 100644 --- a/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/config/GrailsDomainClassPersistentEntity.java +++ b/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/config/GrailsDomainClassPersistentEntity.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/config/GrailsDomainClassPersistentProperty.java b/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/config/GrailsDomainClassPersistentProperty.java index 050b198f1..3308125f7 100644 --- a/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/config/GrailsDomainClassPersistentProperty.java +++ b/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/config/GrailsDomainClassPersistentProperty.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/events/AutoTimestampEventListener.java b/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/events/AutoTimestampEventListener.java index a4094f074..00cb99f78 100644 --- a/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/events/AutoTimestampEventListener.java +++ b/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/events/AutoTimestampEventListener.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/events/DomainEventListener.java b/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/events/DomainEventListener.java index 8edffc73a..baa1308f2 100644 --- a/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/events/DomainEventListener.java +++ b/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/events/DomainEventListener.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/finders/AbstractFinder.java b/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/finders/AbstractFinder.java index 0080810cb..72af14bb6 100644 --- a/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/finders/AbstractFinder.java +++ b/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/finders/AbstractFinder.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/finders/CountByFinder.java b/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/finders/CountByFinder.java index 590e787c4..c07d3b556 100644 --- a/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/finders/CountByFinder.java +++ b/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/finders/CountByFinder.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/finders/DynamicFinder.java b/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/finders/DynamicFinder.java index a49fbbfc7..d99867d6d 100644 --- a/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/finders/DynamicFinder.java +++ b/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/finders/DynamicFinder.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/finders/DynamicFinderInvocation.java b/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/finders/DynamicFinderInvocation.java index d877c09cf..5fae66f2e 100644 --- a/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/finders/DynamicFinderInvocation.java +++ b/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/finders/DynamicFinderInvocation.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/finders/FindAllByBooleanFinder.java b/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/finders/FindAllByBooleanFinder.java index af4885b5e..58fc771e2 100644 --- a/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/finders/FindAllByBooleanFinder.java +++ b/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/finders/FindAllByBooleanFinder.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/finders/FindAllByFinder.java b/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/finders/FindAllByFinder.java index b2aa3d12d..5cac50d4b 100644 --- a/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/finders/FindAllByFinder.java +++ b/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/finders/FindAllByFinder.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/finders/FindByBooleanFinder.java b/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/finders/FindByBooleanFinder.java index 104b90550..9d02aa7da 100644 --- a/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/finders/FindByBooleanFinder.java +++ b/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/finders/FindByBooleanFinder.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/finders/FindByFinder.java b/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/finders/FindByFinder.java index bd6f542b9..49e1f4c73 100644 --- a/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/finders/FindByFinder.java +++ b/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/finders/FindByFinder.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/finders/FindOrCreateByFinder.java b/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/finders/FindOrCreateByFinder.java index 22319c0ed..fbd3b3516 100644 --- a/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/finders/FindOrCreateByFinder.java +++ b/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/finders/FindOrCreateByFinder.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/finders/FindOrSaveByFinder.java b/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/finders/FindOrSaveByFinder.java index 4404cc2e9..e30956842 100644 --- a/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/finders/FindOrSaveByFinder.java +++ b/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/finders/FindOrSaveByFinder.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/finders/FinderMethod.java b/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/finders/FinderMethod.java index 7d051aaf9..12e11b59e 100644 --- a/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/finders/FinderMethod.java +++ b/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/finders/FinderMethod.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/finders/ListOrderByFinder.java b/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/finders/ListOrderByFinder.java index fbab9db13..155d645ba 100644 --- a/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/finders/ListOrderByFinder.java +++ b/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/finders/ListOrderByFinder.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/finders/MethodExpression.java b/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/finders/MethodExpression.java index efd72fa6b..a285f12f0 100644 --- a/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/finders/MethodExpression.java +++ b/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/finders/MethodExpression.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/finders/QueryBuildingFinder.java b/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/finders/QueryBuildingFinder.java index 892518979..b6010d341 100644 --- a/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/finders/QueryBuildingFinder.java +++ b/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/finders/QueryBuildingFinder.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/proxy/GroovyProxyFactory.groovy b/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/proxy/GroovyProxyFactory.groovy index 80781d45f..c4d398c43 100644 --- a/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/proxy/GroovyProxyFactory.groovy +++ b/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/proxy/GroovyProxyFactory.groovy @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/query/NamedQueriesBuilder.groovy b/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/query/NamedQueriesBuilder.groovy index 6fcb39e46..1ac906bfb 100644 --- a/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/query/NamedQueriesBuilder.groovy +++ b/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/query/NamedQueriesBuilder.groovy @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/support/BeforeValidateHelper.java b/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/support/BeforeValidateHelper.java index 0a1034fb0..0ec6b3fc3 100644 --- a/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/support/BeforeValidateHelper.java +++ b/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/support/BeforeValidateHelper.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/support/DatastorePersistenceContextInterceptor.java b/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/support/DatastorePersistenceContextInterceptor.java index 6076d71be..2cf1a96e2 100644 --- a/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/support/DatastorePersistenceContextInterceptor.java +++ b/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/support/DatastorePersistenceContextInterceptor.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/utils/InstanceProxy.groovy b/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/utils/InstanceProxy.groovy index aa76201b3..8c7744e93 100644 --- a/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/utils/InstanceProxy.groovy +++ b/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/utils/InstanceProxy.groovy @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/utils/ReflectionUtils.java b/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/utils/ReflectionUtils.java index 7a9026bed..6cced3275 100644 --- a/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/utils/ReflectionUtils.java +++ b/grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/utils/ReflectionUtils.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gorm/src/test/resources/cassandra-conf/log4j.properties b/grails-datastore-gorm/src/test/resources/cassandra-conf/log4j.properties index 013ca5387..b65a1a4fb 100644 --- a/grails-datastore-gorm/src/test/resources/cassandra-conf/log4j.properties +++ b/grails-datastore-gorm/src/test/resources/cassandra-conf/log4j.properties @@ -6,7 +6,7 @@ # "License"); you may not use this file except in compliance # with the License. You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-gorm/src/test/resources/cassandra-conf/storage-conf.xml b/grails-datastore-gorm/src/test/resources/cassandra-conf/storage-conf.xml index ec8c72697..890d9ef85 100644 --- a/grails-datastore-gorm/src/test/resources/cassandra-conf/storage-conf.xml +++ b/grails-datastore-gorm/src/test/resources/cassandra-conf/storage-conf.xml @@ -7,7 +7,7 @@ ~ "License"); you may not use this file except in compliance ~ with the License. You may obtain a copy of the License at ~ - ~ http://www.apache.org/licenses/LICENSE-2.0 + ~ https://www.apache.org/licenses/LICENSE-2.0 ~ ~ Unless required by applicable law or agreed to in writing, ~ software distributed under the License is distributed on an diff --git a/grails-datastore-jcr/repository.xml b/grails-datastore-jcr/repository.xml index 666919d28..45ccb66a9 100644 --- a/grails-datastore-jcr/repository.xml +++ b/grails-datastore-jcr/repository.xml @@ -7,7 +7,7 @@ (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-jcr/src/main/java/org/grails/datastore/mapping/jcr/JcrSession.java b/grails-datastore-jcr/src/main/java/org/grails/datastore/mapping/jcr/JcrSession.java index 7e038e3ec..c9bdf3a0d 100644 --- a/grails-datastore-jcr/src/main/java/org/grails/datastore/mapping/jcr/JcrSession.java +++ b/grails-datastore-jcr/src/main/java/org/grails/datastore/mapping/jcr/JcrSession.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-jcr/src/test/resources/log4j.properties b/grails-datastore-jcr/src/test/resources/log4j.properties index db03bac2f..8e2f5a1ad 100644 --- a/grails-datastore-jcr/src/test/resources/log4j.properties +++ b/grails-datastore-jcr/src/test/resources/log4j.properties @@ -6,7 +6,7 @@ # "License"); you may not use this file except in compliance # with the License. You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-jpa/src/main/groovy/org/grails/datastore/mapping/jpa/JpaDatastore.java b/grails-datastore-jpa/src/main/groovy/org/grails/datastore/mapping/jpa/JpaDatastore.java index 4a8a8ace5..9c4ec51ad 100644 --- a/grails-datastore-jpa/src/main/groovy/org/grails/datastore/mapping/jpa/JpaDatastore.java +++ b/grails-datastore-jpa/src/main/groovy/org/grails/datastore/mapping/jpa/JpaDatastore.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-jpa/src/main/groovy/org/grails/datastore/mapping/jpa/JpaSession.java b/grails-datastore-jpa/src/main/groovy/org/grails/datastore/mapping/jpa/JpaSession.java index ac3b5cf25..44b880fa5 100644 --- a/grails-datastore-jpa/src/main/groovy/org/grails/datastore/mapping/jpa/JpaSession.java +++ b/grails-datastore-jpa/src/main/groovy/org/grails/datastore/mapping/jpa/JpaSession.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-jpa/src/main/groovy/org/grails/datastore/mapping/jpa/config/JpaMappingConfigurationStrategy.java b/grails-datastore-jpa/src/main/groovy/org/grails/datastore/mapping/jpa/config/JpaMappingConfigurationStrategy.java index 5d23238d7..df318ee83 100644 --- a/grails-datastore-jpa/src/main/groovy/org/grails/datastore/mapping/jpa/config/JpaMappingConfigurationStrategy.java +++ b/grails-datastore-jpa/src/main/groovy/org/grails/datastore/mapping/jpa/config/JpaMappingConfigurationStrategy.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-jpa/src/main/groovy/org/grails/datastore/mapping/jpa/config/JpaMappingContext.java b/grails-datastore-jpa/src/main/groovy/org/grails/datastore/mapping/jpa/config/JpaMappingContext.java index 90362052d..0892b42c6 100644 --- a/grails-datastore-jpa/src/main/groovy/org/grails/datastore/mapping/jpa/config/JpaMappingContext.java +++ b/grails-datastore-jpa/src/main/groovy/org/grails/datastore/mapping/jpa/config/JpaMappingContext.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-jpa/src/main/groovy/org/grails/datastore/mapping/jpa/config/JpaMappingFactory.java b/grails-datastore-jpa/src/main/groovy/org/grails/datastore/mapping/jpa/config/JpaMappingFactory.java index 704592023..46ef9ba1c 100644 --- a/grails-datastore-jpa/src/main/groovy/org/grails/datastore/mapping/jpa/config/JpaMappingFactory.java +++ b/grails-datastore-jpa/src/main/groovy/org/grails/datastore/mapping/jpa/config/JpaMappingFactory.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-jpa/src/main/groovy/org/grails/datastore/mapping/jpa/config/JpaPersistentEntity.java b/grails-datastore-jpa/src/main/groovy/org/grails/datastore/mapping/jpa/config/JpaPersistentEntity.java index 911f4142c..3268819fc 100644 --- a/grails-datastore-jpa/src/main/groovy/org/grails/datastore/mapping/jpa/config/JpaPersistentEntity.java +++ b/grails-datastore-jpa/src/main/groovy/org/grails/datastore/mapping/jpa/config/JpaPersistentEntity.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-jpa/src/main/groovy/org/grails/datastore/mapping/jpa/query/JpaQuery.java b/grails-datastore-jpa/src/main/groovy/org/grails/datastore/mapping/jpa/query/JpaQuery.java index bd8fc2bb1..eeb18db39 100644 --- a/grails-datastore-jpa/src/main/groovy/org/grails/datastore/mapping/jpa/query/JpaQuery.java +++ b/grails-datastore-jpa/src/main/groovy/org/grails/datastore/mapping/jpa/query/JpaQuery.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-mongo/src/main/groovy/org/grails/datastore/mapping/mongo/MongoDatastore.java b/grails-datastore-mongo/src/main/groovy/org/grails/datastore/mapping/mongo/MongoDatastore.java index 28404d14e..b43735a4b 100644 --- a/grails-datastore-mongo/src/main/groovy/org/grails/datastore/mapping/mongo/MongoDatastore.java +++ b/grails-datastore-mongo/src/main/groovy/org/grails/datastore/mapping/mongo/MongoDatastore.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-mongo/src/main/groovy/org/grails/datastore/mapping/mongo/MongoSession.java b/grails-datastore-mongo/src/main/groovy/org/grails/datastore/mapping/mongo/MongoSession.java index 029660abd..f5857513c 100644 --- a/grails-datastore-mongo/src/main/groovy/org/grails/datastore/mapping/mongo/MongoSession.java +++ b/grails-datastore-mongo/src/main/groovy/org/grails/datastore/mapping/mongo/MongoSession.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-mongo/src/main/groovy/org/grails/datastore/mapping/mongo/config/MongoAttribute.java b/grails-datastore-mongo/src/main/groovy/org/grails/datastore/mapping/mongo/config/MongoAttribute.java index 5680eed6e..e71dbb1dd 100644 --- a/grails-datastore-mongo/src/main/groovy/org/grails/datastore/mapping/mongo/config/MongoAttribute.java +++ b/grails-datastore-mongo/src/main/groovy/org/grails/datastore/mapping/mongo/config/MongoAttribute.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-mongo/src/main/groovy/org/grails/datastore/mapping/mongo/config/MongoCollection.java b/grails-datastore-mongo/src/main/groovy/org/grails/datastore/mapping/mongo/config/MongoCollection.java index 25231a2b6..7ba8dee0f 100644 --- a/grails-datastore-mongo/src/main/groovy/org/grails/datastore/mapping/mongo/config/MongoCollection.java +++ b/grails-datastore-mongo/src/main/groovy/org/grails/datastore/mapping/mongo/config/MongoCollection.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-mongo/src/main/groovy/org/grails/datastore/mapping/mongo/config/MongoMappingContext.java b/grails-datastore-mongo/src/main/groovy/org/grails/datastore/mapping/mongo/config/MongoMappingContext.java index 9a4feb3cd..46cc51eb7 100644 --- a/grails-datastore-mongo/src/main/groovy/org/grails/datastore/mapping/mongo/config/MongoMappingContext.java +++ b/grails-datastore-mongo/src/main/groovy/org/grails/datastore/mapping/mongo/config/MongoMappingContext.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-mongo/src/main/groovy/org/grails/datastore/mapping/mongo/engine/MongoEntityPersister.java b/grails-datastore-mongo/src/main/groovy/org/grails/datastore/mapping/mongo/engine/MongoEntityPersister.java index 3105d1adb..98a43ea49 100644 --- a/grails-datastore-mongo/src/main/groovy/org/grails/datastore/mapping/mongo/engine/MongoEntityPersister.java +++ b/grails-datastore-mongo/src/main/groovy/org/grails/datastore/mapping/mongo/engine/MongoEntityPersister.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-mongo/src/main/groovy/org/grails/datastore/mapping/mongo/query/MongoQuery.java b/grails-datastore-mongo/src/main/groovy/org/grails/datastore/mapping/mongo/query/MongoQuery.java index 767fc0263..1d2eba19b 100644 --- a/grails-datastore-mongo/src/main/groovy/org/grails/datastore/mapping/mongo/query/MongoQuery.java +++ b/grails-datastore-mongo/src/main/groovy/org/grails/datastore/mapping/mongo/query/MongoQuery.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-redis/src/main/java/org/grails/datastore/mapping/redis/RedisDatastore.java b/grails-datastore-redis/src/main/java/org/grails/datastore/mapping/redis/RedisDatastore.java index f8c8fdc0a..a0a957098 100644 --- a/grails-datastore-redis/src/main/java/org/grails/datastore/mapping/redis/RedisDatastore.java +++ b/grails-datastore-redis/src/main/java/org/grails/datastore/mapping/redis/RedisDatastore.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-redis/src/main/java/org/grails/datastore/mapping/redis/RedisEntry.java b/grails-datastore-redis/src/main/java/org/grails/datastore/mapping/redis/RedisEntry.java index e3cd78eee..45114a534 100644 --- a/grails-datastore-redis/src/main/java/org/grails/datastore/mapping/redis/RedisEntry.java +++ b/grails-datastore-redis/src/main/java/org/grails/datastore/mapping/redis/RedisEntry.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-redis/src/main/java/org/grails/datastore/mapping/redis/RedisSession.java b/grails-datastore-redis/src/main/java/org/grails/datastore/mapping/redis/RedisSession.java index 256a655d8..e6c4ecee1 100644 --- a/grails-datastore-redis/src/main/java/org/grails/datastore/mapping/redis/RedisSession.java +++ b/grails-datastore-redis/src/main/java/org/grails/datastore/mapping/redis/RedisSession.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-redis/src/main/java/org/grails/datastore/mapping/redis/RedisTransaction.java b/grails-datastore-redis/src/main/java/org/grails/datastore/mapping/redis/RedisTransaction.java index 61b926db7..7778dee9e 100644 --- a/grails-datastore-redis/src/main/java/org/grails/datastore/mapping/redis/RedisTransaction.java +++ b/grails-datastore-redis/src/main/java/org/grails/datastore/mapping/redis/RedisTransaction.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-redis/src/main/java/org/grails/datastore/mapping/redis/collection/AbstractRedisCollection.java b/grails-datastore-redis/src/main/java/org/grails/datastore/mapping/redis/collection/AbstractRedisCollection.java index bb5ce64ea..e5695347f 100644 --- a/grails-datastore-redis/src/main/java/org/grails/datastore/mapping/redis/collection/AbstractRedisCollection.java +++ b/grails-datastore-redis/src/main/java/org/grails/datastore/mapping/redis/collection/AbstractRedisCollection.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-redis/src/main/java/org/grails/datastore/mapping/redis/collection/RedisCollection.java b/grails-datastore-redis/src/main/java/org/grails/datastore/mapping/redis/collection/RedisCollection.java index cc6d63057..ca7408ee3 100644 --- a/grails-datastore-redis/src/main/java/org/grails/datastore/mapping/redis/collection/RedisCollection.java +++ b/grails-datastore-redis/src/main/java/org/grails/datastore/mapping/redis/collection/RedisCollection.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-redis/src/main/java/org/grails/datastore/mapping/redis/collection/RedisList.java b/grails-datastore-redis/src/main/java/org/grails/datastore/mapping/redis/collection/RedisList.java index 483bdb58b..7417e97fd 100644 --- a/grails-datastore-redis/src/main/java/org/grails/datastore/mapping/redis/collection/RedisList.java +++ b/grails-datastore-redis/src/main/java/org/grails/datastore/mapping/redis/collection/RedisList.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-redis/src/main/java/org/grails/datastore/mapping/redis/collection/RedisMap.java b/grails-datastore-redis/src/main/java/org/grails/datastore/mapping/redis/collection/RedisMap.java index f44a99078..391254579 100644 --- a/grails-datastore-redis/src/main/java/org/grails/datastore/mapping/redis/collection/RedisMap.java +++ b/grails-datastore-redis/src/main/java/org/grails/datastore/mapping/redis/collection/RedisMap.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-redis/src/main/java/org/grails/datastore/mapping/redis/collection/RedisSet.java b/grails-datastore-redis/src/main/java/org/grails/datastore/mapping/redis/collection/RedisSet.java index f4fd4911f..006c0d468 100644 --- a/grails-datastore-redis/src/main/java/org/grails/datastore/mapping/redis/collection/RedisSet.java +++ b/grails-datastore-redis/src/main/java/org/grails/datastore/mapping/redis/collection/RedisSet.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-redis/src/main/java/org/grails/datastore/mapping/redis/collection/RedisValue.java b/grails-datastore-redis/src/main/java/org/grails/datastore/mapping/redis/collection/RedisValue.java index 42be02585..845f93b8c 100644 --- a/grails-datastore-redis/src/main/java/org/grails/datastore/mapping/redis/collection/RedisValue.java +++ b/grails-datastore-redis/src/main/java/org/grails/datastore/mapping/redis/collection/RedisValue.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-redis/src/main/java/org/grails/datastore/mapping/redis/engine/RedisAssociationIndexer.java b/grails-datastore-redis/src/main/java/org/grails/datastore/mapping/redis/engine/RedisAssociationIndexer.java index 5a45f39ba..d0f242bb8 100644 --- a/grails-datastore-redis/src/main/java/org/grails/datastore/mapping/redis/engine/RedisAssociationIndexer.java +++ b/grails-datastore-redis/src/main/java/org/grails/datastore/mapping/redis/engine/RedisAssociationIndexer.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-redis/src/main/java/org/grails/datastore/mapping/redis/engine/RedisEntityPersister.java b/grails-datastore-redis/src/main/java/org/grails/datastore/mapping/redis/engine/RedisEntityPersister.java index 4226e41d9..40f2d39e7 100644 --- a/grails-datastore-redis/src/main/java/org/grails/datastore/mapping/redis/engine/RedisEntityPersister.java +++ b/grails-datastore-redis/src/main/java/org/grails/datastore/mapping/redis/engine/RedisEntityPersister.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-redis/src/main/java/org/grails/datastore/mapping/redis/engine/RedisPropertyValueIndexer.java b/grails-datastore-redis/src/main/java/org/grails/datastore/mapping/redis/engine/RedisPropertyValueIndexer.java index 96c23bbca..4b16e931a 100644 --- a/grails-datastore-redis/src/main/java/org/grails/datastore/mapping/redis/engine/RedisPropertyValueIndexer.java +++ b/grails-datastore-redis/src/main/java/org/grails/datastore/mapping/redis/engine/RedisPropertyValueIndexer.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-redis/src/main/java/org/grails/datastore/mapping/redis/query/RedisQuery.java b/grails-datastore-redis/src/main/java/org/grails/datastore/mapping/redis/query/RedisQuery.java index 36eeb26b8..f4bc3a89f 100644 --- a/grails-datastore-redis/src/main/java/org/grails/datastore/mapping/redis/query/RedisQuery.java +++ b/grails-datastore-redis/src/main/java/org/grails/datastore/mapping/redis/query/RedisQuery.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-redis/src/main/java/org/grails/datastore/mapping/redis/query/RedisQueryUtils.java b/grails-datastore-redis/src/main/java/org/grails/datastore/mapping/redis/query/RedisQueryUtils.java index d7df790ff..0a7ac26d9 100644 --- a/grails-datastore-redis/src/main/java/org/grails/datastore/mapping/redis/query/RedisQueryUtils.java +++ b/grails-datastore-redis/src/main/java/org/grails/datastore/mapping/redis/query/RedisQueryUtils.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-redis/src/main/java/org/grails/datastore/mapping/redis/util/JedisTemplate.java b/grails-datastore-redis/src/main/java/org/grails/datastore/mapping/redis/util/JedisTemplate.java index ed9744420..412ddbb4a 100644 --- a/grails-datastore-redis/src/main/java/org/grails/datastore/mapping/redis/util/JedisTemplate.java +++ b/grails-datastore-redis/src/main/java/org/grails/datastore/mapping/redis/util/JedisTemplate.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-redis/src/main/java/org/grails/datastore/mapping/redis/util/RedisCallback.java b/grails-datastore-redis/src/main/java/org/grails/datastore/mapping/redis/util/RedisCallback.java index e15b383aa..6516f676a 100644 --- a/grails-datastore-redis/src/main/java/org/grails/datastore/mapping/redis/util/RedisCallback.java +++ b/grails-datastore-redis/src/main/java/org/grails/datastore/mapping/redis/util/RedisCallback.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-redis/src/main/java/org/grails/datastore/mapping/redis/util/RedisTemplate.java b/grails-datastore-redis/src/main/java/org/grails/datastore/mapping/redis/util/RedisTemplate.java index 60fbdbce9..dbd2ce9a1 100644 --- a/grails-datastore-redis/src/main/java/org/grails/datastore/mapping/redis/util/RedisTemplate.java +++ b/grails-datastore-redis/src/main/java/org/grails/datastore/mapping/redis/util/RedisTemplate.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-redis/src/main/java/org/grails/datastore/mapping/redis/util/SortParams.java b/grails-datastore-redis/src/main/java/org/grails/datastore/mapping/redis/util/SortParams.java index 6bc0f02c7..38085fbc1 100644 --- a/grails-datastore-redis/src/main/java/org/grails/datastore/mapping/redis/util/SortParams.java +++ b/grails-datastore-redis/src/main/java/org/grails/datastore/mapping/redis/util/SortParams.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-riak/src/main/groovy/org/grails/datastore/mapping/riak/RiakDatastore.java b/grails-datastore-riak/src/main/groovy/org/grails/datastore/mapping/riak/RiakDatastore.java index 2bd15e46a..b12b07056 100644 --- a/grails-datastore-riak/src/main/groovy/org/grails/datastore/mapping/riak/RiakDatastore.java +++ b/grails-datastore-riak/src/main/groovy/org/grails/datastore/mapping/riak/RiakDatastore.java @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-riak/src/main/groovy/org/grails/datastore/mapping/riak/RiakEntry.java b/grails-datastore-riak/src/main/groovy/org/grails/datastore/mapping/riak/RiakEntry.java index 42471acf3..ded365940 100644 --- a/grails-datastore-riak/src/main/groovy/org/grails/datastore/mapping/riak/RiakEntry.java +++ b/grails-datastore-riak/src/main/groovy/org/grails/datastore/mapping/riak/RiakEntry.java @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-riak/src/main/groovy/org/grails/datastore/mapping/riak/RiakSession.java b/grails-datastore-riak/src/main/groovy/org/grails/datastore/mapping/riak/RiakSession.java index 733471d36..3035e640a 100644 --- a/grails-datastore-riak/src/main/groovy/org/grails/datastore/mapping/riak/RiakSession.java +++ b/grails-datastore-riak/src/main/groovy/org/grails/datastore/mapping/riak/RiakSession.java @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-riak/src/main/groovy/org/grails/datastore/mapping/riak/RiakTransaction.java b/grails-datastore-riak/src/main/groovy/org/grails/datastore/mapping/riak/RiakTransaction.java index 2d923b226..68eb0d002 100644 --- a/grails-datastore-riak/src/main/groovy/org/grails/datastore/mapping/riak/RiakTransaction.java +++ b/grails-datastore-riak/src/main/groovy/org/grails/datastore/mapping/riak/RiakTransaction.java @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-riak/src/main/groovy/org/grails/datastore/mapping/riak/collection/AbstractRiakCollection.java b/grails-datastore-riak/src/main/groovy/org/grails/datastore/mapping/riak/collection/AbstractRiakCollection.java index 380fb0330..630ca2351 100644 --- a/grails-datastore-riak/src/main/groovy/org/grails/datastore/mapping/riak/collection/AbstractRiakCollection.java +++ b/grails-datastore-riak/src/main/groovy/org/grails/datastore/mapping/riak/collection/AbstractRiakCollection.java @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-riak/src/main/groovy/org/grails/datastore/mapping/riak/collection/RiakCollection.java b/grails-datastore-riak/src/main/groovy/org/grails/datastore/mapping/riak/collection/RiakCollection.java index 44b1eade5..afe603c08 100644 --- a/grails-datastore-riak/src/main/groovy/org/grails/datastore/mapping/riak/collection/RiakCollection.java +++ b/grails-datastore-riak/src/main/groovy/org/grails/datastore/mapping/riak/collection/RiakCollection.java @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-riak/src/main/groovy/org/grails/datastore/mapping/riak/collection/RiakEntityIndex.java b/grails-datastore-riak/src/main/groovy/org/grails/datastore/mapping/riak/collection/RiakEntityIndex.java index c4c5abb8e..ecb877e06 100644 --- a/grails-datastore-riak/src/main/groovy/org/grails/datastore/mapping/riak/collection/RiakEntityIndex.java +++ b/grails-datastore-riak/src/main/groovy/org/grails/datastore/mapping/riak/collection/RiakEntityIndex.java @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-riak/src/main/groovy/org/grails/datastore/mapping/riak/collection/RiakList.java b/grails-datastore-riak/src/main/groovy/org/grails/datastore/mapping/riak/collection/RiakList.java index 407f4c7fe..74ace8a54 100644 --- a/grails-datastore-riak/src/main/groovy/org/grails/datastore/mapping/riak/collection/RiakList.java +++ b/grails-datastore-riak/src/main/groovy/org/grails/datastore/mapping/riak/collection/RiakList.java @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-riak/src/main/groovy/org/grails/datastore/mapping/riak/engine/RiakAssociationIndexer.java b/grails-datastore-riak/src/main/groovy/org/grails/datastore/mapping/riak/engine/RiakAssociationIndexer.java index 906f60b24..0c77951b8 100644 --- a/grails-datastore-riak/src/main/groovy/org/grails/datastore/mapping/riak/engine/RiakAssociationIndexer.java +++ b/grails-datastore-riak/src/main/groovy/org/grails/datastore/mapping/riak/engine/RiakAssociationIndexer.java @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-riak/src/main/groovy/org/grails/datastore/mapping/riak/engine/RiakEntityPersister.java b/grails-datastore-riak/src/main/groovy/org/grails/datastore/mapping/riak/engine/RiakEntityPersister.java index d69e1a26a..7629ee661 100644 --- a/grails-datastore-riak/src/main/groovy/org/grails/datastore/mapping/riak/engine/RiakEntityPersister.java +++ b/grails-datastore-riak/src/main/groovy/org/grails/datastore/mapping/riak/engine/RiakEntityPersister.java @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-riak/src/main/groovy/org/grails/datastore/mapping/riak/engine/RiakPropertyValueIndexer.java b/grails-datastore-riak/src/main/groovy/org/grails/datastore/mapping/riak/engine/RiakPropertyValueIndexer.java index 262e94daf..d9d396dcc 100644 --- a/grails-datastore-riak/src/main/groovy/org/grails/datastore/mapping/riak/engine/RiakPropertyValueIndexer.java +++ b/grails-datastore-riak/src/main/groovy/org/grails/datastore/mapping/riak/engine/RiakPropertyValueIndexer.java @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-riak/src/main/groovy/org/grails/datastore/mapping/riak/query/RiakQuery.groovy b/grails-datastore-riak/src/main/groovy/org/grails/datastore/mapping/riak/query/RiakQuery.groovy index 7a08e3e4b..a4fb84ce4 100644 --- a/grails-datastore-riak/src/main/groovy/org/grails/datastore/mapping/riak/query/RiakQuery.groovy +++ b/grails-datastore-riak/src/main/groovy/org/grails/datastore/mapping/riak/query/RiakQuery.groovy @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-riak/src/main/groovy/org/grails/datastore/mapping/riak/util/Ignore404sErrorHandler.java b/grails-datastore-riak/src/main/groovy/org/grails/datastore/mapping/riak/util/Ignore404sErrorHandler.java index b39bfc1af..90161306a 100644 --- a/grails-datastore-riak/src/main/groovy/org/grails/datastore/mapping/riak/util/Ignore404sErrorHandler.java +++ b/grails-datastore-riak/src/main/groovy/org/grails/datastore/mapping/riak/util/Ignore404sErrorHandler.java @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-simple/src/main/groovy/org/grails/datastore/mapping/simple/SimpleMapDatastore.java b/grails-datastore-simple/src/main/groovy/org/grails/datastore/mapping/simple/SimpleMapDatastore.java index 50619a267..2e7f40f4d 100644 --- a/grails-datastore-simple/src/main/groovy/org/grails/datastore/mapping/simple/SimpleMapDatastore.java +++ b/grails-datastore-simple/src/main/groovy/org/grails/datastore/mapping/simple/SimpleMapDatastore.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-simple/src/main/groovy/org/grails/datastore/mapping/simple/SimpleMapSession.java b/grails-datastore-simple/src/main/groovy/org/grails/datastore/mapping/simple/SimpleMapSession.java index 593905be9..ac4a763ea 100644 --- a/grails-datastore-simple/src/main/groovy/org/grails/datastore/mapping/simple/SimpleMapSession.java +++ b/grails-datastore-simple/src/main/groovy/org/grails/datastore/mapping/simple/SimpleMapSession.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-simple/src/main/groovy/org/grails/datastore/mapping/simple/engine/SimpleMapEntityPersister.groovy b/grails-datastore-simple/src/main/groovy/org/grails/datastore/mapping/simple/engine/SimpleMapEntityPersister.groovy index cbdd1bb60..088ac45b6 100644 --- a/grails-datastore-simple/src/main/groovy/org/grails/datastore/mapping/simple/engine/SimpleMapEntityPersister.groovy +++ b/grails-datastore-simple/src/main/groovy/org/grails/datastore/mapping/simple/engine/SimpleMapEntityPersister.groovy @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-simple/src/main/groovy/org/grails/datastore/mapping/simple/query/SimpleMapQuery.groovy b/grails-datastore-simple/src/main/groovy/org/grails/datastore/mapping/simple/query/SimpleMapQuery.groovy index 3f7636799..7b3a50c5f 100644 --- a/grails-datastore-simple/src/main/groovy/org/grails/datastore/mapping/simple/query/SimpleMapQuery.groovy +++ b/grails-datastore-simple/src/main/groovy/org/grails/datastore/mapping/simple/query/SimpleMapQuery.groovy @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-simpledb/src/main/groovy/org/grails/datastore/mapping/simpledb/SimpleDBDatastore.java b/grails-datastore-simpledb/src/main/groovy/org/grails/datastore/mapping/simpledb/SimpleDBDatastore.java index cd0f583f9..507d5fd10 100644 --- a/grails-datastore-simpledb/src/main/groovy/org/grails/datastore/mapping/simpledb/SimpleDBDatastore.java +++ b/grails-datastore-simpledb/src/main/groovy/org/grails/datastore/mapping/simpledb/SimpleDBDatastore.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-simpledb/src/main/groovy/org/grails/datastore/mapping/simpledb/SimpleDBSession.java b/grails-datastore-simpledb/src/main/groovy/org/grails/datastore/mapping/simpledb/SimpleDBSession.java index 1b3b8bfc2..2997e3049 100644 --- a/grails-datastore-simpledb/src/main/groovy/org/grails/datastore/mapping/simpledb/SimpleDBSession.java +++ b/grails-datastore-simpledb/src/main/groovy/org/grails/datastore/mapping/simpledb/SimpleDBSession.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-simpledb/src/main/groovy/org/grails/datastore/mapping/simpledb/config/GormSimpleDBMappingFactory.java b/grails-datastore-simpledb/src/main/groovy/org/grails/datastore/mapping/simpledb/config/GormSimpleDBMappingFactory.java index b19f88f3e..1a91626e9 100644 --- a/grails-datastore-simpledb/src/main/groovy/org/grails/datastore/mapping/simpledb/config/GormSimpleDBMappingFactory.java +++ b/grails-datastore-simpledb/src/main/groovy/org/grails/datastore/mapping/simpledb/config/GormSimpleDBMappingFactory.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-simpledb/src/main/groovy/org/grails/datastore/mapping/simpledb/config/SimpleDBDomainClassMappedForm.java b/grails-datastore-simpledb/src/main/groovy/org/grails/datastore/mapping/simpledb/config/SimpleDBDomainClassMappedForm.java index 3f9db06e0..7a2747f59 100644 --- a/grails-datastore-simpledb/src/main/groovy/org/grails/datastore/mapping/simpledb/config/SimpleDBDomainClassMappedForm.java +++ b/grails-datastore-simpledb/src/main/groovy/org/grails/datastore/mapping/simpledb/config/SimpleDBDomainClassMappedForm.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-simpledb/src/main/groovy/org/grails/datastore/mapping/simpledb/config/SimpleDBMappingContext.java b/grails-datastore-simpledb/src/main/groovy/org/grails/datastore/mapping/simpledb/config/SimpleDBMappingContext.java index 7a75be764..3afc32ffd 100644 --- a/grails-datastore-simpledb/src/main/groovy/org/grails/datastore/mapping/simpledb/config/SimpleDBMappingContext.java +++ b/grails-datastore-simpledb/src/main/groovy/org/grails/datastore/mapping/simpledb/config/SimpleDBMappingContext.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-simpledb/src/main/groovy/org/grails/datastore/mapping/simpledb/config/SimpleDBPersistentEntity.java b/grails-datastore-simpledb/src/main/groovy/org/grails/datastore/mapping/simpledb/config/SimpleDBPersistentEntity.java index 97f5de6ba..886f9335c 100644 --- a/grails-datastore-simpledb/src/main/groovy/org/grails/datastore/mapping/simpledb/config/SimpleDBPersistentEntity.java +++ b/grails-datastore-simpledb/src/main/groovy/org/grails/datastore/mapping/simpledb/config/SimpleDBPersistentEntity.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-simpledb/src/main/groovy/org/grails/datastore/mapping/simpledb/engine/AbstractSimpleDBDomainResolver.java b/grails-datastore-simpledb/src/main/groovy/org/grails/datastore/mapping/simpledb/engine/AbstractSimpleDBDomainResolver.java index 7a859d59c..8629e5913 100644 --- a/grails-datastore-simpledb/src/main/groovy/org/grails/datastore/mapping/simpledb/engine/AbstractSimpleDBDomainResolver.java +++ b/grails-datastore-simpledb/src/main/groovy/org/grails/datastore/mapping/simpledb/engine/AbstractSimpleDBDomainResolver.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-simpledb/src/main/groovy/org/grails/datastore/mapping/simpledb/engine/ConstSimpleDBDomainResolver.java b/grails-datastore-simpledb/src/main/groovy/org/grails/datastore/mapping/simpledb/engine/ConstSimpleDBDomainResolver.java index 736e79826..4b4ae5cf4 100644 --- a/grails-datastore-simpledb/src/main/groovy/org/grails/datastore/mapping/simpledb/engine/ConstSimpleDBDomainResolver.java +++ b/grails-datastore-simpledb/src/main/groovy/org/grails/datastore/mapping/simpledb/engine/ConstSimpleDBDomainResolver.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-simpledb/src/main/groovy/org/grails/datastore/mapping/simpledb/engine/NativeSimpleDBItem.java b/grails-datastore-simpledb/src/main/groovy/org/grails/datastore/mapping/simpledb/engine/NativeSimpleDBItem.java index a5bb348c3..26c4a014e 100644 --- a/grails-datastore-simpledb/src/main/groovy/org/grails/datastore/mapping/simpledb/engine/NativeSimpleDBItem.java +++ b/grails-datastore-simpledb/src/main/groovy/org/grails/datastore/mapping/simpledb/engine/NativeSimpleDBItem.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-simpledb/src/main/groovy/org/grails/datastore/mapping/simpledb/engine/SimpleDBDomainResolver.java b/grails-datastore-simpledb/src/main/groovy/org/grails/datastore/mapping/simpledb/engine/SimpleDBDomainResolver.java index 37b694f8d..ec7304966 100644 --- a/grails-datastore-simpledb/src/main/groovy/org/grails/datastore/mapping/simpledb/engine/SimpleDBDomainResolver.java +++ b/grails-datastore-simpledb/src/main/groovy/org/grails/datastore/mapping/simpledb/engine/SimpleDBDomainResolver.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-simpledb/src/main/groovy/org/grails/datastore/mapping/simpledb/engine/SimpleDBDomainResolverFactory.java b/grails-datastore-simpledb/src/main/groovy/org/grails/datastore/mapping/simpledb/engine/SimpleDBDomainResolverFactory.java index 80b9b7190..fde99f3bc 100644 --- a/grails-datastore-simpledb/src/main/groovy/org/grails/datastore/mapping/simpledb/engine/SimpleDBDomainResolverFactory.java +++ b/grails-datastore-simpledb/src/main/groovy/org/grails/datastore/mapping/simpledb/engine/SimpleDBDomainResolverFactory.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-simpledb/src/main/groovy/org/grails/datastore/mapping/simpledb/engine/SimpleDBEntityPersister.java b/grails-datastore-simpledb/src/main/groovy/org/grails/datastore/mapping/simpledb/engine/SimpleDBEntityPersister.java index a2a6fe17e..9de9ed309 100644 --- a/grails-datastore-simpledb/src/main/groovy/org/grails/datastore/mapping/simpledb/engine/SimpleDBEntityPersister.java +++ b/grails-datastore-simpledb/src/main/groovy/org/grails/datastore/mapping/simpledb/engine/SimpleDBEntityPersister.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-simpledb/src/main/groovy/org/grails/datastore/mapping/simpledb/model/types/SimpleDBTypeConverterRegistrar.java b/grails-datastore-simpledb/src/main/groovy/org/grails/datastore/mapping/simpledb/model/types/SimpleDBTypeConverterRegistrar.java index a6d418592..86e981a10 100644 --- a/grails-datastore-simpledb/src/main/groovy/org/grails/datastore/mapping/simpledb/model/types/SimpleDBTypeConverterRegistrar.java +++ b/grails-datastore-simpledb/src/main/groovy/org/grails/datastore/mapping/simpledb/model/types/SimpleDBTypeConverterRegistrar.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-simpledb/src/main/groovy/org/grails/datastore/mapping/simpledb/query/SimpleDBQuery.java b/grails-datastore-simpledb/src/main/groovy/org/grails/datastore/mapping/simpledb/query/SimpleDBQuery.java index de32356ff..ab3ff1294 100644 --- a/grails-datastore-simpledb/src/main/groovy/org/grails/datastore/mapping/simpledb/query/SimpleDBQuery.java +++ b/grails-datastore-simpledb/src/main/groovy/org/grails/datastore/mapping/simpledb/query/SimpleDBQuery.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-simpledb/src/main/groovy/org/grails/datastore/mapping/simpledb/util/DelayAfterWriteSimpleDBTemplateDecorator.java b/grails-datastore-simpledb/src/main/groovy/org/grails/datastore/mapping/simpledb/util/DelayAfterWriteSimpleDBTemplateDecorator.java index eba5da788..82018982d 100644 --- a/grails-datastore-simpledb/src/main/groovy/org/grails/datastore/mapping/simpledb/util/DelayAfterWriteSimpleDBTemplateDecorator.java +++ b/grails-datastore-simpledb/src/main/groovy/org/grails/datastore/mapping/simpledb/util/DelayAfterWriteSimpleDBTemplateDecorator.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-simpledb/src/main/groovy/org/grails/datastore/mapping/simpledb/util/SimpleDBConst.java b/grails-datastore-simpledb/src/main/groovy/org/grails/datastore/mapping/simpledb/util/SimpleDBConst.java index 77e962baa..30824c74f 100644 --- a/grails-datastore-simpledb/src/main/groovy/org/grails/datastore/mapping/simpledb/util/SimpleDBConst.java +++ b/grails-datastore-simpledb/src/main/groovy/org/grails/datastore/mapping/simpledb/util/SimpleDBConst.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-simpledb/src/main/groovy/org/grails/datastore/mapping/simpledb/util/SimpleDBTemplate.java b/grails-datastore-simpledb/src/main/groovy/org/grails/datastore/mapping/simpledb/util/SimpleDBTemplate.java index 60af6030e..1c362e4dc 100644 --- a/grails-datastore-simpledb/src/main/groovy/org/grails/datastore/mapping/simpledb/util/SimpleDBTemplate.java +++ b/grails-datastore-simpledb/src/main/groovy/org/grails/datastore/mapping/simpledb/util/SimpleDBTemplate.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-simpledb/src/main/groovy/org/grails/datastore/mapping/simpledb/util/SimpleDBTemplateImpl.java b/grails-datastore-simpledb/src/main/groovy/org/grails/datastore/mapping/simpledb/util/SimpleDBTemplateImpl.java index daa5c1b93..deda6911e 100644 --- a/grails-datastore-simpledb/src/main/groovy/org/grails/datastore/mapping/simpledb/util/SimpleDBTemplateImpl.java +++ b/grails-datastore-simpledb/src/main/groovy/org/grails/datastore/mapping/simpledb/util/SimpleDBTemplateImpl.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-datastore-web/src/main/groovy/org/grails/datastore/mapping/web/support/OpenSessionInViewInterceptor.java b/grails-datastore-web/src/main/groovy/org/grails/datastore/mapping/web/support/OpenSessionInViewInterceptor.java index ddb31df95..a585f655a 100644 --- a/grails-datastore-web/src/main/groovy/org/grails/datastore/mapping/web/support/OpenSessionInViewInterceptor.java +++ b/grails-datastore-web/src/main/groovy/org/grails/datastore/mapping/web/support/OpenSessionInViewInterceptor.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-plugins/mongodb/LICENSE b/grails-plugins/mongodb/LICENSE index de401aa99..4bb51f99b 100644 --- a/grails-plugins/mongodb/LICENSE +++ b/grails-plugins/mongodb/LICENSE @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-plugins/mongodb/src/groovy/org/grails/plugin/mongo/AggregatePersistenceContextInterceptor.java b/grails-plugins/mongodb/src/groovy/org/grails/plugin/mongo/AggregatePersistenceContextInterceptor.java index 62e33fac0..04283a6d9 100644 --- a/grails-plugins/mongodb/src/groovy/org/grails/plugin/mongo/AggregatePersistenceContextInterceptor.java +++ b/grails-plugins/mongodb/src/groovy/org/grails/plugin/mongo/AggregatePersistenceContextInterceptor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-plugins/mongodb/src/groovy/org/grails/plugin/mongo/PersistenceContextInterceptorAggregator.groovy b/grails-plugins/mongodb/src/groovy/org/grails/plugin/mongo/PersistenceContextInterceptorAggregator.groovy index 9e7bbbe58..83b42f3da 100644 --- a/grails-plugins/mongodb/src/groovy/org/grails/plugin/mongo/PersistenceContextInterceptorAggregator.groovy +++ b/grails-plugins/mongodb/src/groovy/org/grails/plugin/mongo/PersistenceContextInterceptorAggregator.groovy @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-plugins/redis/LICENSE b/grails-plugins/redis/LICENSE index de401aa99..4bb51f99b 100644 --- a/grails-plugins/redis/LICENSE +++ b/grails-plugins/redis/LICENSE @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-plugins/redis/RedisGormGrailsPlugin.groovy b/grails-plugins/redis/RedisGormGrailsPlugin.groovy index bad3b0497..e76ed8c44 100644 --- a/grails-plugins/redis/RedisGormGrailsPlugin.groovy +++ b/grails-plugins/redis/RedisGormGrailsPlugin.groovy @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-plugins/redis/src/groovy/org/grails/plugins/redis/AggregatePersistenceContextInterceptor.java b/grails-plugins/redis/src/groovy/org/grails/plugins/redis/AggregatePersistenceContextInterceptor.java index bbaf2c669..efd30349a 100644 --- a/grails-plugins/redis/src/groovy/org/grails/plugins/redis/AggregatePersistenceContextInterceptor.java +++ b/grails-plugins/redis/src/groovy/org/grails/plugins/redis/AggregatePersistenceContextInterceptor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-plugins/redis/src/groovy/org/grails/plugins/redis/PersistenceContextInterceptorAggregator.groovy b/grails-plugins/redis/src/groovy/org/grails/plugins/redis/PersistenceContextInterceptorAggregator.groovy index f7ce1bf56..6465f4bcb 100644 --- a/grails-plugins/redis/src/groovy/org/grails/plugins/redis/PersistenceContextInterceptorAggregator.groovy +++ b/grails-plugins/redis/src/groovy/org/grails/plugins/redis/PersistenceContextInterceptorAggregator.groovy @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-plugins/redis/src/groovy/org/grails/plugins/redis/RedisDatastoreFactoryBean.groovy b/grails-plugins/redis/src/groovy/org/grails/plugins/redis/RedisDatastoreFactoryBean.groovy index 26df9c239..a4fe4001d 100644 --- a/grails-plugins/redis/src/groovy/org/grails/plugins/redis/RedisDatastoreFactoryBean.groovy +++ b/grails-plugins/redis/src/groovy/org/grails/plugins/redis/RedisDatastoreFactoryBean.groovy @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-plugins/redis/src/groovy/org/grails/plugins/redis/RedisMappingContextFactoryBean.groovy b/grails-plugins/redis/src/groovy/org/grails/plugins/redis/RedisMappingContextFactoryBean.groovy index 36fe74abf..1afe1289d 100644 --- a/grails-plugins/redis/src/groovy/org/grails/plugins/redis/RedisMappingContextFactoryBean.groovy +++ b/grails-plugins/redis/src/groovy/org/grails/plugins/redis/RedisMappingContextFactoryBean.groovy @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-plugins/riak/RiakGrailsPlugin.groovy b/grails-plugins/riak/RiakGrailsPlugin.groovy index 7f81d59d2..e37e5b2b2 100644 --- a/grails-plugins/riak/RiakGrailsPlugin.groovy +++ b/grails-plugins/riak/RiakGrailsPlugin.groovy @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-plugins/simpledb/src/groovy/org/grails/plugin/simpledb/AggregatePersistenceContextInterceptor.java b/grails-plugins/simpledb/src/groovy/org/grails/plugin/simpledb/AggregatePersistenceContextInterceptor.java index e0368396e..fb2c52ac5 100644 --- a/grails-plugins/simpledb/src/groovy/org/grails/plugin/simpledb/AggregatePersistenceContextInterceptor.java +++ b/grails-plugins/simpledb/src/groovy/org/grails/plugin/simpledb/AggregatePersistenceContextInterceptor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/grails-plugins/simpledb/src/groovy/org/grails/plugin/simpledb/PersistenceContextInterceptorAggregator.groovy b/grails-plugins/simpledb/src/groovy/org/grails/plugin/simpledb/PersistenceContextInterceptorAggregator.groovy index 431d384ff..862459f2f 100644 --- a/grails-plugins/simpledb/src/groovy/org/grails/plugin/simpledb/PersistenceContextInterceptorAggregator.groovy +++ b/grails-plugins/simpledb/src/groovy/org/grails/plugin/simpledb/PersistenceContextInterceptorAggregator.groovy @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS,