You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by st...@apache.org on 2012/10/01 14:28:23 UTC

[1/2] git commit: DELTASPIKE-266 add missing license headers

Updated Branches:
  refs/heads/master 76f3d4d81 -> ba9240b60


DELTASPIKE-266 add missing license headers


Project: http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/commit/ba9240b6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/tree/ba9240b6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/diff/ba9240b6

Branch: refs/heads/master
Commit: ba9240b6062a16eaabbbffb78627eac95ca090f9
Parents: 122addb
Author: Mark Struberg <st...@apache.org>
Authored: Mon Oct 1 14:27:59 2012 +0200
Committer: Mark Struberg <st...@apache.org>
Committed: Mon Oct 1 14:27:59 2012 +0200

----------------------------------------------------------------------
 .../test/core/api/context/AbstractContextTest.java |   18 +++++++++++++++
 .../test/core/api/context/DummyBean.java           |   18 +++++++++++++++
 .../test/core/api/context/DummyScopeExtension.java |   18 +++++++++++++++
 3 files changed, 54 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/ba9240b6/deltaspike/core/impl/src/test/java/org/apache/deltaspike/test/core/api/context/AbstractContextTest.java
----------------------------------------------------------------------
diff --git a/deltaspike/core/impl/src/test/java/org/apache/deltaspike/test/core/api/context/AbstractContextTest.java b/deltaspike/core/impl/src/test/java/org/apache/deltaspike/test/core/api/context/AbstractContextTest.java
index 1fcb910..4f3b422 100644
--- a/deltaspike/core/impl/src/test/java/org/apache/deltaspike/test/core/api/context/AbstractContextTest.java
+++ b/deltaspike/core/impl/src/test/java/org/apache/deltaspike/test/core/api/context/AbstractContextTest.java
@@ -1,3 +1,21 @@
+/*
+* 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
+*
+* 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.
+*/
 package org.apache.deltaspike.test.core.api.context;
 
 import javax.enterprise.inject.spi.Extension;

http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/ba9240b6/deltaspike/core/impl/src/test/java/org/apache/deltaspike/test/core/api/context/DummyBean.java
----------------------------------------------------------------------
diff --git a/deltaspike/core/impl/src/test/java/org/apache/deltaspike/test/core/api/context/DummyBean.java b/deltaspike/core/impl/src/test/java/org/apache/deltaspike/test/core/api/context/DummyBean.java
index dfd16f0..7498572 100644
--- a/deltaspike/core/impl/src/test/java/org/apache/deltaspike/test/core/api/context/DummyBean.java
+++ b/deltaspike/core/impl/src/test/java/org/apache/deltaspike/test/core/api/context/DummyBean.java
@@ -1,3 +1,21 @@
+/*
+* 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
+*
+* 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.
+*/
 package org.apache.deltaspike.test.core.api.context;
 
 import java.io.Serializable;

http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/ba9240b6/deltaspike/core/impl/src/test/java/org/apache/deltaspike/test/core/api/context/DummyScopeExtension.java
----------------------------------------------------------------------
diff --git a/deltaspike/core/impl/src/test/java/org/apache/deltaspike/test/core/api/context/DummyScopeExtension.java b/deltaspike/core/impl/src/test/java/org/apache/deltaspike/test/core/api/context/DummyScopeExtension.java
index 7d0d73a..cd81a35 100644
--- a/deltaspike/core/impl/src/test/java/org/apache/deltaspike/test/core/api/context/DummyScopeExtension.java
+++ b/deltaspike/core/impl/src/test/java/org/apache/deltaspike/test/core/api/context/DummyScopeExtension.java
@@ -1,3 +1,21 @@
+/*
+* 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
+*
+* 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.
+*/
 package org.apache.deltaspike.test.core.api.context;
 
 import javax.enterprise.event.Observes;