You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by ta...@apache.org on 2020/08/25 10:50:13 UTC

[openwebbeans] branch master updated: OWB-1346 added Apache Header

This is an automated email from the ASF dual-hosted git repository.

tandraschko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwebbeans.git


The following commit(s) were added to refs/heads/master by this push:
     new 9d628be  OWB-1346 added Apache Header
     new 488f058  Merge pull request #32 from a-rekkusu/master
9d628be is described below

commit 9d628beba7afbb9598a7ed91d773c55fdbc42871
Author: Alexander Fischer <fi...@mailbox.org>
AuthorDate: Tue Aug 25 12:24:44 2020 +0200

    OWB-1346 added Apache Header
---
 .../apache/webbeans/test/proxy/ProxyVetoedTest.java    | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/webbeans-impl/src/test/java/org/apache/webbeans/test/proxy/ProxyVetoedTest.java b/webbeans-impl/src/test/java/org/apache/webbeans/test/proxy/ProxyVetoedTest.java
index 037c014..247ae35 100644
--- a/webbeans-impl/src/test/java/org/apache/webbeans/test/proxy/ProxyVetoedTest.java
+++ b/webbeans-impl/src/test/java/org/apache/webbeans/test/proxy/ProxyVetoedTest.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.webbeans.test.proxy;
 
 import org.apache.webbeans.test.AbstractUnitTest;