Return-Path: X-Original-To: apmail-incubator-ooo-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-ooo-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 519C19A21 for ; Sun, 10 Jun 2012 18:17:41 +0000 (UTC) Received: (qmail 87985 invoked by uid 500); 10 Jun 2012 18:17:41 -0000 Delivered-To: apmail-incubator-ooo-commits-archive@incubator.apache.org Received: (qmail 87950 invoked by uid 500); 10 Jun 2012 18:17:41 -0000 Mailing-List: contact ooo-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ooo-dev@incubator.apache.org Delivered-To: mailing list ooo-commits@incubator.apache.org Received: (qmail 87943 invoked by uid 99); 10 Jun 2012 18:17:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 10 Jun 2012 18:17:41 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 10 Jun 2012 18:17:38 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 04B252388860; Sun, 10 Jun 2012 18:17:17 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1348637 - in /incubator/ooo/trunk/main/odk/examples/CLI: CSharp/Spreadsheet/Makefile VB.NET/WriterDemo/Makefile Date: Sun, 10 Jun 2012 18:17:16 -0000 To: ooo-commits@incubator.apache.org From: arielch@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120610181717.04B252388860@eris.apache.org> 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.