You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by js...@apache.org on 2010/02/01 08:57:42 UTC

svn commit: r905204 - in /tuscany/sca-cpp/trunk: ./ components/chat/ components/queue/ components/webservice/ modules/python/ modules/server/ test/store-python/ test/store-scheme/

Author: jsdelfino
Date: Mon Feb  1 07:57:40 2010
New Revision: 905204

URL: http://svn.apache.org/viewvc?rev=905204&view=rev
Log:
Added missing headers to scheme and python test cases. Updated NOTICE and LICENSE files.

Modified:
    tuscany/sca-cpp/trunk/LICENSE
    tuscany/sca-cpp/trunk/NOTICE
    tuscany/sca-cpp/trunk/components/chat/server-test.scm
    tuscany/sca-cpp/trunk/components/queue/server-test.scm
    tuscany/sca-cpp/trunk/components/webservice/server-test.scm
    tuscany/sca-cpp/trunk/modules/python/client-test.py
    tuscany/sca-cpp/trunk/modules/python/server-test.py
    tuscany/sca-cpp/trunk/modules/server/client-test.scm
    tuscany/sca-cpp/trunk/modules/server/server-test.scm
    tuscany/sca-cpp/trunk/test/store-python/currency-converter.py
    tuscany/sca-cpp/trunk/test/store-python/fruits-catalog.py
    tuscany/sca-cpp/trunk/test/store-python/shopping-cart.py
    tuscany/sca-cpp/trunk/test/store-python/store.py
    tuscany/sca-cpp/trunk/test/store-scheme/currency-converter.scm
    tuscany/sca-cpp/trunk/test/store-scheme/fruits-catalog.scm
    tuscany/sca-cpp/trunk/test/store-scheme/script-test.scm
    tuscany/sca-cpp/trunk/test/store-scheme/shopping-cart.scm
    tuscany/sca-cpp/trunk/test/store-scheme/store.scm

Modified: tuscany/sca-cpp/trunk/LICENSE
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/LICENSE?rev=905204&r1=905203&r2=905204&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/LICENSE (original)
+++ tuscany/sca-cpp/trunk/LICENSE Mon Feb  1 07:57:40 2010
@@ -201,3 +201,36 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 
+================================================================================
+
+Apache Tuscany SCA C++ Subcomponents:
+
+The Tuscany SCA C++ release includes a number of subcomponents with separate
+copyright notices and license terms. Your use of the source code for these
+subcomponents is subject to the terms and conditions of the following licenses.
+
+================================================================================
+
+The Chat component includes the Libstrophe library under the following MIT
+license:
+
+Copyright (c) 2005-2009 Collecta, Inc.
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+

Modified: tuscany/sca-cpp/trunk/NOTICE
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/NOTICE?rev=905204&r1=905203&r2=905204&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/NOTICE (original)
+++ tuscany/sca-cpp/trunk/NOTICE Mon Feb  1 07:57:40 2010
@@ -1,6 +1,17 @@
 Apache Tuscany SCA
-Copyright 2005, 2009 The Apache Software Foundation
+Copyright 2005, 2010 The Apache Software Foundation
 
-This product includes software developed by
+This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/)
 
+This product also includes software under the MIT license (see the LICENSE
+file contained in the distribution), with the the following copyright:
+
+Copyright (c) 2005-2009 Collecta, Inc.
+
+This product includes software under the OASIS specification License
+with the following copyright:
+
+Copyright(C) OASIS(R) 2005,2009. All Rights Reserved.
+OASIS trademark, IPR and other policies apply.
+

Modified: tuscany/sca-cpp/trunk/components/chat/server-test.scm
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/components/chat/server-test.scm?rev=905204&r1=905203&r2=905204&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/components/chat/server-test.scm (original)
+++ tuscany/sca-cpp/trunk/components/chat/server-test.scm Mon Feb  1 07:57:40 2010
@@ -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.
+
 ; Chat test case
 
 (define (print x) (display x))

Modified: tuscany/sca-cpp/trunk/components/queue/server-test.scm
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/components/queue/server-test.scm?rev=905204&r1=905203&r2=905204&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/components/queue/server-test.scm (original)
+++ tuscany/sca-cpp/trunk/components/queue/server-test.scm Mon Feb  1 07:57:40 2010
@@ -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.
+
 ; Queue test case
 
 (define (print x) (display x))

Modified: tuscany/sca-cpp/trunk/components/webservice/server-test.scm
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/components/webservice/server-test.scm?rev=905204&r1=905203&r2=905204&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/components/webservice/server-test.scm (original)
+++ tuscany/sca-cpp/trunk/components/webservice/server-test.scm Mon Feb  1 07:57:40 2010
@@ -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.
+
 ; Web service test case
 
 (define (echoString x) x)

Modified: tuscany/sca-cpp/trunk/modules/python/client-test.py
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/modules/python/client-test.py?rev=905204&r1=905203&r2=905204&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/modules/python/client-test.py (original)
+++ tuscany/sca-cpp/trunk/modules/python/client-test.py Mon Feb  1 07:57:40 2010
@@ -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.
+
 # JSON-RPC test case
 
 def echo(x, ref):

Modified: tuscany/sca-cpp/trunk/modules/python/server-test.py
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/modules/python/server-test.py?rev=905204&r1=905203&r2=905204&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/modules/python/server-test.py (original)
+++ tuscany/sca-cpp/trunk/modules/python/server-test.py Mon Feb  1 07:57:40 2010
@@ -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.
+
 # JSON-RPC test case
 
 def echo(x):

Modified: tuscany/sca-cpp/trunk/modules/server/client-test.scm
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/modules/server/client-test.scm?rev=905204&r1=905203&r2=905204&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/modules/server/client-test.scm (original)
+++ tuscany/sca-cpp/trunk/modules/server/client-test.scm Mon Feb  1 07:57:40 2010
@@ -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.
+
 ; JSON-RPC test case
 
 (define (echo x ref) (ref "echo" x))

Modified: tuscany/sca-cpp/trunk/modules/server/server-test.scm
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/modules/server/server-test.scm?rev=905204&r1=905203&r2=905204&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/modules/server/server-test.scm (original)
+++ tuscany/sca-cpp/trunk/modules/server/server-test.scm Mon Feb  1 07:57:40 2010
@@ -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.
+
 ; JSON-RPC test case
 
 (define (echo x) x)

Modified: tuscany/sca-cpp/trunk/test/store-python/currency-converter.py
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/test/store-python/currency-converter.py?rev=905204&r1=905203&r2=905204&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/test/store-python/currency-converter.py (original)
+++ tuscany/sca-cpp/trunk/test/store-python/currency-converter.py Mon Feb  1 07:57:40 2010
@@ -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.
+
 # Currency converter implementation
 
 def convert(fr, to, amount):

Modified: tuscany/sca-cpp/trunk/test/store-python/fruits-catalog.py
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/test/store-python/fruits-catalog.py?rev=905204&r1=905203&r2=905204&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/test/store-python/fruits-catalog.py (original)
+++ tuscany/sca-cpp/trunk/test/store-python/fruits-catalog.py Mon Feb  1 07:57:40 2010
@@ -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.
+
 # Catalog implementation
 
 def get(converter, currencyCode):

Modified: tuscany/sca-cpp/trunk/test/store-python/shopping-cart.py
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/test/store-python/shopping-cart.py?rev=905204&r1=905203&r2=905204&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/test/store-python/shopping-cart.py (original)
+++ tuscany/sca-cpp/trunk/test/store-python/shopping-cart.py Mon Feb  1 07:57:40 2010
@@ -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.
+
 # Shopping cart implementation
 import uuid
 import sys

Modified: tuscany/sca-cpp/trunk/test/store-python/store.py
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/test/store-python/store.py?rev=905204&r1=905203&r2=905204&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/test/store-python/store.py (original)
+++ tuscany/sca-cpp/trunk/test/store-python/store.py Mon Feb  1 07:57:40 2010
@@ -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.
+
 # Store implementation
 
 def post(item, catalog, shoppingCart, shoppingTotal):

Modified: tuscany/sca-cpp/trunk/test/store-scheme/currency-converter.scm
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/test/store-scheme/currency-converter.scm?rev=905204&r1=905203&r2=905204&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/test/store-scheme/currency-converter.scm (original)
+++ tuscany/sca-cpp/trunk/test/store-scheme/currency-converter.scm Mon Feb  1 07:57:40 2010
@@ -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.
+
 ; Currency converter implementation
 
 (define (convert from to amount)

Modified: tuscany/sca-cpp/trunk/test/store-scheme/fruits-catalog.scm
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/test/store-scheme/fruits-catalog.scm?rev=905204&r1=905203&r2=905204&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/test/store-scheme/fruits-catalog.scm (original)
+++ tuscany/sca-cpp/trunk/test/store-scheme/fruits-catalog.scm Mon Feb  1 07:57:40 2010
@@ -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.
+
 ; Catalog implementation
 
 (define (get converter currencyCode)

Modified: tuscany/sca-cpp/trunk/test/store-scheme/script-test.scm
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/test/store-scheme/script-test.scm?rev=905204&r1=905203&r2=905204&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/test/store-scheme/script-test.scm (original)
+++ tuscany/sca-cpp/trunk/test/store-scheme/script-test.scm Mon Feb  1 07:57:40 2010
@@ -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.
+
 ; Currency implementation
 
 (define (currency_convert from to amount) 

Modified: tuscany/sca-cpp/trunk/test/store-scheme/shopping-cart.scm
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/test/store-scheme/shopping-cart.scm?rev=905204&r1=905203&r2=905204&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/test/store-scheme/shopping-cart.scm (original)
+++ tuscany/sca-cpp/trunk/test/store-scheme/shopping-cart.scm Mon Feb  1 07:57:40 2010
@@ -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.
+
 ; Shopping cart implementation
 
 (define cartId "1234")

Modified: tuscany/sca-cpp/trunk/test/store-scheme/store.scm
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/test/store-scheme/store.scm?rev=905204&r1=905203&r2=905204&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/test/store-scheme/store.scm (original)
+++ tuscany/sca-cpp/trunk/test/store-scheme/store.scm Mon Feb  1 07:57:40 2010
@@ -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.
+
 ; Store implementation
 
 (define (post item catalog shoppingCart shoppingTotal)