You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@etch.apache.org by sc...@apache.org on 2009/04/23 19:36:30 UTC

svn commit: r767991 [3/3] - in /incubator/etch/trunk: ./ binding-csharp/compiler/src/main/java/org/apache/etch/bindings/csharp/compiler/ binding-csharp/compiler/src/main/resources/org/apache/etch/bindings/csharp/compiler/ binding-csharp/runtime/src/mai...

Modified: incubator/etch/trunk/tests/src/main/etch/Types.etch
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/tests/src/main/etch/Types.etch?rev=767991&r1=767990&r2=767991&view=diff
==============================================================================
--- incubator/etch/trunk/tests/src/main/etch/Types.etch (original)
+++ incubator/etch/trunk/tests/src/main/etch/Types.etch Thu Apr 23 17:36:27 2009
@@ -1,17 +1,20 @@
 /* $Id$
  *
- * Copyright 2007-2008 Cisco Systems Inc.
+ * 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
  *
- * 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
  *
- *      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
+ * 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.
  */
 

Modified: incubator/etch/trunk/tests/src/main/resources/org/apache/etch/tests/Test5WordsList.kwd
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/tests/src/main/resources/org/apache/etch/tests/Test5WordsList.kwd?rev=767991&r1=767990&r2=767991&view=diff
==============================================================================
--- incubator/etch/trunk/tests/src/main/resources/org/apache/etch/tests/Test5WordsList.kwd (original)
+++ incubator/etch/trunk/tests/src/main/resources/org/apache/etch/tests/Test5WordsList.kwd Thu Apr 23 17:36:27 2009
@@ -1,17 +1,20 @@
 # $Id$
 # 
-# Copyright 2007-2008 Cisco Systems Inc.
-# 
-# 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
+# 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.
 
 res1

Modified: incubator/etch/trunk/tests/src/test/csharp/TestsProj/Properties/AssemblyInfo.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/tests/src/test/csharp/TestsProj/Properties/AssemblyInfo.cs?rev=767991&r1=767990&r2=767991&view=diff
==============================================================================
--- incubator/etch/trunk/tests/src/test/csharp/TestsProj/Properties/AssemblyInfo.cs (original)
+++ incubator/etch/trunk/tests/src/test/csharp/TestsProj/Properties/AssemblyInfo.cs Thu Apr 23 17:36:27 2009
@@ -24,9 +24,9 @@
 [assembly: AssemblyTitle("Tests")]
 [assembly: AssemblyDescription("Etch Based Compiler Tests")]
 [assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("Cisco Systems, Inc")]
-[assembly: AssemblyProduct("Etch")]
-[assembly: AssemblyCopyright("Copyright © 2008")]
+[assembly: AssemblyCompany("Apache Software Foundation")]
+[assembly: AssemblyProduct("Apache Etch (incubating)")]
+[assembly: AssemblyCopyright("Copyright © Apache Software Foundation 2009")]
 [assembly: AssemblyTrademark("")]
 [assembly: AssemblyCulture("")]