Repository: deltaspike Updated Branches: refs/heads/master 29cd1ce10 -> ea3d4893e
DELTASPIKE-588 - Fix license header Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/afe5f498 Tree: http://git-wip-us.apache.org/repos/asf/deltaspike/tree/afe5f498 Diff: http://git-wip-us.apache.org/repos/asf/deltaspike/diff/afe5f498 Branch: refs/heads/master Commit: afe5f498953175fb9017a25d00bd7515467333a4 Parents: 29cd1ce Author: Rafael Benevides <[email protected]> Authored: Mon Mar 2 09:59:34 2015 -0500 Committer: Rafael Benevides <[email protected]> Committed: Mon Mar 2 09:59:34 2015 -0500 ---------------------------------------------------------------------- .../META-INF/apache-deltaspike.properties | 28 +++++++++++--------- 1 file changed, 15 insertions(+), 13 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/deltaspike/blob/afe5f498/deltaspike/modules/data/impl/src/test/resources/disabled/META-INF/apache-deltaspike.properties ---------------------------------------------------------------------- diff --git a/deltaspike/modules/data/impl/src/test/resources/disabled/META-INF/apache-deltaspike.properties b/deltaspike/modules/data/impl/src/test/resources/disabled/META-INF/apache-deltaspike.properties index 9d9dc1e..a358ef1 100644 --- a/deltaspike/modules/data/impl/src/test/resources/disabled/META-INF/apache-deltaspike.properties +++ b/deltaspike/modules/data/impl/src/test/resources/disabled/META-INF/apache-deltaspike.properties @@ -1,17 +1,19 @@ +##################################################################################### +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at # -# JBoss, Home of Professional Open Source -# Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual -# contributors by the @authors tag. See the copyright.txt in the -# distribution for a full listing of individual contributors. -# -# Licensed under the Apache License, Version 2.0 (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 -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. # +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +##################################################################################### org.apache.deltaspike.core.spi.activation.ClassDeactivator=org.apache.deltaspike.data.impl.RepositoryDeactivator
