You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2008/12/08 15:52:26 UTC

svn commit: r724369 - in /tuscany/branches/sca-java-1.4/itest/spring: ./ src/main/java/context/access/SCAApplicationContextProvider.java

Author: antelder
Date: Mon Dec  8 06:52:25 2008
New Revision: 724369

URL: http://svn.apache.org/viewvc?rev=724369&view=rev
Log:
Merge missing license header fix from 1.x to 1.4

Modified:
    tuscany/branches/sca-java-1.4/itest/spring/   (props changed)
    tuscany/branches/sca-java-1.4/itest/spring/src/main/java/context/access/SCAApplicationContextProvider.java

Propchange: tuscany/branches/sca-java-1.4/itest/spring/
------------------------------------------------------------------------------
--- svn:mergeinfo (added)
+++ svn:mergeinfo Mon Dec  8 06:52:25 2008
@@ -0,0 +1,2 @@
+/tuscany/branches/sca-java-1.3/itest/spring:671193
+/tuscany/branches/sca-java-1.x/itest/spring:724365

Modified: tuscany/branches/sca-java-1.4/itest/spring/src/main/java/context/access/SCAApplicationContextProvider.java
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.4/itest/spring/src/main/java/context/access/SCAApplicationContextProvider.java?rev=724369&r1=724368&r2=724369&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.4/itest/spring/src/main/java/context/access/SCAApplicationContextProvider.java (original)
+++ tuscany/branches/sca-java-1.4/itest/spring/src/main/java/context/access/SCAApplicationContextProvider.java Mon Dec  8 06:52:25 2008
@@ -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 context.access;
 
 import org.springframework.beans.BeansException;