From b23071280f5cf0312ebe76fee364ef9a104a2676 Mon Sep 17 00:00:00 2001 From: Christian Dupuis Date: Tue, 26 May 2009 20:01:36 +0000 Subject: [PATCH] added missing license header --- .../EmbeddedDatabaseBeanDefinitionParser.java | 16 ++++++++++++++++ .../jdbc/config/JdbcNamespaceHandler.java | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/org.springframework.jdbc/src/main/java/org/springframework/jdbc/config/EmbeddedDatabaseBeanDefinitionParser.java b/org.springframework.jdbc/src/main/java/org/springframework/jdbc/config/EmbeddedDatabaseBeanDefinitionParser.java index ce0a842cf8e..51a0451153f 100644 --- a/org.springframework.jdbc/src/main/java/org/springframework/jdbc/config/EmbeddedDatabaseBeanDefinitionParser.java +++ b/org.springframework.jdbc/src/main/java/org/springframework/jdbc/config/EmbeddedDatabaseBeanDefinitionParser.java @@ -1,3 +1,19 @@ +/* + * Copyright 2002-2009 the original author or authors. + * + * 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. + */ + package org.springframework.jdbc.config; import java.util.List; diff --git a/org.springframework.jdbc/src/main/java/org/springframework/jdbc/config/JdbcNamespaceHandler.java b/org.springframework.jdbc/src/main/java/org/springframework/jdbc/config/JdbcNamespaceHandler.java index b1821161088..e03b2ceb2e6 100644 --- a/org.springframework.jdbc/src/main/java/org/springframework/jdbc/config/JdbcNamespaceHandler.java +++ b/org.springframework.jdbc/src/main/java/org/springframework/jdbc/config/JdbcNamespaceHandler.java @@ -1,3 +1,19 @@ +/* + * Copyright 2002-2009 the original author or authors. + * + * 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. + */ + package org.springframework.jdbc.config; import org.springframework.beans.factory.xml.NamespaceHandler;