From cd38ba42ac937eabc58ff95145beee877a9e5030 Mon Sep 17 00:00:00 2001 From: Jan Materne Date: Fri, 13 Oct 2006 09:12:13 +0000 Subject: [PATCH] Forgot the license header. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@463605 13f79535-47bb-0310-9956-ffa450edef68 --- .../types/EnumeratedAttributeTest_Factory.java | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/tests/junit/org/apache/tools/ant/types/EnumeratedAttributeTest_Factory.java b/src/tests/junit/org/apache/tools/ant/types/EnumeratedAttributeTest_Factory.java index e7b10794f..4a5c4bd48 100644 --- a/src/tests/junit/org/apache/tools/ant/types/EnumeratedAttributeTest_Factory.java +++ b/src/tests/junit/org/apache/tools/ant/types/EnumeratedAttributeTest_Factory.java @@ -1,3 +1,20 @@ +/* + * 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.tools.ant.types; public class EnumeratedAttributeTest_Factory extends EnumeratedAttribute {