Author: arielch
Date: Sun Jun 10 18:17:16 2012
New Revision: 1348637
URL: http://svn.apache.org/viewvc?rev=1348637&view=rev
Log:
Fix License header in Makefiles
Modified:
incubator/ooo/trunk/main/odk/examples/CLI/CSharp/Spreadsheet/Makefile
incubator/ooo/trunk/main/odk/examples/CLI/VB.NET/WriterDemo/Makefile
Modified: incubator/ooo/trunk/main/odk/examples/CLI/CSharp/Spreadsheet/Makefile
URL:
http://svn.apache.org/viewvc/incubator/ooo/trunk/main/odk/examples/CLI/CSharp/Spreadsheet/Makefile?rev=1348637&r1=1348636&r2=1348637&view=diff
==============================================================================
--- incubator/ooo/trunk/main/odk/examples/CLI/CSharp/Spreadsheet/Makefile
(original)
+++ incubator/ooo/trunk/main/odk/examples/CLI/CSharp/Spreadsheet/Makefile Sun
Jun 10 18:17:16 2012
@@ -1,23 +1,23 @@
-/**************************************************************
- *
- * 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.
- *
- *************************************************************/
+#**************************************************************
+#
+# 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.
+#
+#**************************************************************
# Builds the SpreadSheet examples of the Developers Guide.
Modified: incubator/ooo/trunk/main/odk/examples/CLI/VB.NET/WriterDemo/Makefile
URL:
http://svn.apache.org/viewvc/incubator/ooo/trunk/main/odk/examples/CLI/VB.NET/WriterDemo/Makefile?rev=1348637&r1=1348636&r2=1348637&view=diff
==============================================================================
--- incubator/ooo/trunk/main/odk/examples/CLI/VB.NET/WriterDemo/Makefile
(original)
+++ incubator/ooo/trunk/main/odk/examples/CLI/VB.NET/WriterDemo/Makefile Sun
Jun 10 18:17:16 2012
@@ -1,23 +1,24 @@
-/**************************************************************
- *
- * 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.
- *
- *************************************************************/
+#**************************************************************
+#
+# 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.
+#
+#**************************************************************
+
# Builds the WriterDemo examples of the Developers Guide.