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/06/14 13:02:10 UTC

git commit: DELSTASPIKE-196 add ALv2 license header to test source

Updated Branches:
  refs/heads/master c05c64d61 -> 3cb358161


DELSTASPIKE-196 add ALv2 license header to test source


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

Branch: refs/heads/master
Commit: 3cb3581611280ce3bcb859e5c2f8bf9c6715a845
Parents: c05c64d
Author: Mark Struberg <st...@apache.org>
Authored: Thu Jun 14 13:01:31 2012 +0200
Committer: Mark Struberg <st...@apache.org>
Committed: Thu Jun 14 13:01:31 2012 +0200

----------------------------------------------------------------------
 ...CustomConfigAnnotationWithMetaDataProducer.java |   18 +++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/3cb35816/deltaspike/core/impl/src/test/java/org/apache/deltaspike/test/core/api/config/injectable/CustomConfigAnnotationWithMetaDataProducer.java
----------------------------------------------------------------------
diff --git a/deltaspike/core/impl/src/test/java/org/apache/deltaspike/test/core/api/config/injectable/CustomConfigAnnotationWithMetaDataProducer.java b/deltaspike/core/impl/src/test/java/org/apache/deltaspike/test/core/api/config/injectable/CustomConfigAnnotationWithMetaDataProducer.java
index 1575133..8a3e5f2 100644
--- a/deltaspike/core/impl/src/test/java/org/apache/deltaspike/test/core/api/config/injectable/CustomConfigAnnotationWithMetaDataProducer.java
+++ b/deltaspike/core/impl/src/test/java/org/apache/deltaspike/test/core/api/config/injectable/CustomConfigAnnotationWithMetaDataProducer.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.config.injectable;
 
 import org.apache.deltaspike.core.spi.config.BaseConfigPropertyProducer;