You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ar...@apache.org on 2012/03/29 03:50:39 UTC

svn commit: r1306680 - in /incubator/ooo/trunk/main: basegfx/qa/ cppuhelper/test/testlib/ helpcontent2/helpers/ reportdesign/qa/complex/reportdesign/ sal/qa/helper/gcov/ sc/source/ui/vba/testvba/ sd/res/webview/ setup_native/scripts/ sfx2/util/ slidesh...

Author: arist
Date: Thu Mar 29 01:50:37 2012
New Revision: 1306680

URL: http://svn.apache.org/viewvc?rev=1306680&view=rev
Log:
Update headers to Alv2 headers

Modified:
    incubator/ooo/trunk/main/basegfx/qa/mkpolygons.pl
    incubator/ooo/trunk/main/cppuhelper/test/testlib/UNO.pm
    incubator/ooo/trunk/main/helpcontent2/helpers/checkuno.pl
    incubator/ooo/trunk/main/helpcontent2/helpers/createmakefile.pl
    incubator/ooo/trunk/main/reportdesign/qa/complex/reportdesign/mysql-connector-exists.pl
    incubator/ooo/trunk/main/sal/qa/helper/gcov/gcov_result.pl
    incubator/ooo/trunk/main/sal/qa/helper/gcov/gcov_resultcompare.pl
    incubator/ooo/trunk/main/sal/qa/helper/gcov/gcov_resultinterpreter.pl
    incubator/ooo/trunk/main/sc/source/ui/vba/testvba/runTests.pl
    incubator/ooo/trunk/main/sc/source/ui/vba/testvba/testResult.pl
    incubator/ooo/trunk/main/sc/source/ui/vba/testvba/testResults.pl
    incubator/ooo/trunk/main/sc/source/ui/vba/testvba/timestampsClean.pl
    incubator/ooo/trunk/main/sd/res/webview/common.pl
    incubator/ooo/trunk/main/sd/res/webview/editpic.pl
    incubator/ooo/trunk/main/sd/res/webview/poll.pl
    incubator/ooo/trunk/main/sd/res/webview/savepic.pl
    incubator/ooo/trunk/main/sd/res/webview/show.pl
    incubator/ooo/trunk/main/sd/res/webview/webview.pl
    incubator/ooo/trunk/main/setup_native/scripts/install_create.pl
    incubator/ooo/trunk/main/sfx2/util/mkdemo.pl
    incubator/ooo/trunk/main/slideshow/qa/debug/timings.pl
    incubator/ooo/trunk/main/slideshow/qa/tools/mkeffects.pl
    incubator/ooo/trunk/main/slideshow/qa/tools/mktransitions.pl
    incubator/ooo/trunk/main/solenv/bin/image-sort.pl
    incubator/ooo/trunk/main/solenv/bin/modules/osarch.pm
    incubator/ooo/trunk/main/solenv/inc/startup/startup.mk
    incubator/ooo/trunk/main/solenv/inc/startup/wnt/macros.mk
    incubator/ooo/trunk/main/svx/uiconfig/layout/layout.mk
    incubator/ooo/trunk/main/sw/uiconfig/layout/layout.mk
    incubator/ooo/trunk/main/sysui/desktop/share/create_mime_xml.pl
    incubator/ooo/trunk/main/sysui/desktop/util/pkgdiff.pl
    incubator/ooo/trunk/main/testgraphical/source/ConvwatchHelper.pm
    incubator/ooo/trunk/main/testgraphical/source/dbhelper.pm
    incubator/ooo/trunk/main/testgraphical/source/fill_documents_loop.pl
    incubator/ooo/trunk/main/writerfilter/source/resourcemodel/namespace_preprocess.pl
    incubator/ooo/trunk/main/writerperfect/source/filter/makefile.mk
    incubator/ooo/trunk/main/writerperfect/source/stream/makefile.mk
    incubator/ooo/trunk/main/writerperfect/source/wpdimp/makefile.mk
    incubator/ooo/trunk/main/writerperfect/util/makefile.mk

Modified: incubator/ooo/trunk/main/basegfx/qa/mkpolygons.pl
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/basegfx/qa/mkpolygons.pl?rev=1306680&r1=1306679&r2=1306680&view=diff
==============================================================================
--- incubator/ooo/trunk/main/basegfx/qa/mkpolygons.pl (original)
+++ incubator/ooo/trunk/main/basegfx/qa/mkpolygons.pl Thu Mar 29 01:50:37 2012
@@ -1,13 +1,30 @@
 :
 eval 'exec perl -wS $0 ${1+"$@"}'
     if 0; 
+# *************************************************************
+#  
+#  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.
+#  
+# *************************************************************
 
 #
 # 2009 Copyright Novell, Inc. & Sun Microsystems, Inc.
 #
-# OpenOffice.org is free software: you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License version 3
-# only, as published by the Free Software Foundation.
 #
 
 use	IO::File;

Modified: incubator/ooo/trunk/main/cppuhelper/test/testlib/UNO.pm
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/cppuhelper/test/testlib/UNO.pm?rev=1306680&r1=1306679&r2=1306680&view=diff
==============================================================================
--- incubator/ooo/trunk/main/cppuhelper/test/testlib/UNO.pm (original)
+++ incubator/ooo/trunk/main/cppuhelper/test/testlib/UNO.pm Thu Mar 29 01:50:37 2012
@@ -1,3 +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.
+#  
+# *************************************************************
 package UNO;
 
 require 5.005_62;

Modified: incubator/ooo/trunk/main/helpcontent2/helpers/checkuno.pl
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/helpcontent2/helpers/checkuno.pl?rev=1306680&r1=1306679&r2=1306680&view=diff
==============================================================================
--- incubator/ooo/trunk/main/helpcontent2/helpers/checkuno.pl (original)
+++ incubator/ooo/trunk/main/helpcontent2/helpers/checkuno.pl Thu Mar 29 01:50:37 2012
@@ -1,4 +1,24 @@
 #!/usr/bin/perl
+# *************************************************************
+#  
+#  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.
+#  
+# *************************************************************
 
 $uno_hid = "/handbuch/WORKBENCH/helpcontent2/helpers/uno_hid.lst";
 $uno_cmd = "/handbuch/WORKBENCH/helpcontent2/helpers/unocmds.txt";

Modified: incubator/ooo/trunk/main/helpcontent2/helpers/createmakefile.pl
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/helpcontent2/helpers/createmakefile.pl?rev=1306680&r1=1306679&r2=1306680&view=diff
==============================================================================
--- incubator/ooo/trunk/main/helpcontent2/helpers/createmakefile.pl (original)
+++ incubator/ooo/trunk/main/helpcontent2/helpers/createmakefile.pl Thu Mar 29 01:50:37 2012
@@ -1,4 +1,24 @@
 #!/usr/bin/perl
+# *************************************************************
+#  
+#  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.
+#  
+# *************************************************************
 
 use File::Find;
 use File::Basename;

Modified: incubator/ooo/trunk/main/reportdesign/qa/complex/reportdesign/mysql-connector-exists.pl
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/reportdesign/qa/complex/reportdesign/mysql-connector-exists.pl?rev=1306680&r1=1306679&r2=1306680&view=diff
==============================================================================
--- incubator/ooo/trunk/main/reportdesign/qa/complex/reportdesign/mysql-connector-exists.pl (original)
+++ incubator/ooo/trunk/main/reportdesign/qa/complex/reportdesign/mysql-connector-exists.pl Thu Mar 29 01:50:37 2012
@@ -1,3 +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.
+#  
+# *************************************************************
 eval 'exec perl -wS $0 ${1+\"$@\"}'
     if 0;
 

Modified: incubator/ooo/trunk/main/sal/qa/helper/gcov/gcov_result.pl
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sal/qa/helper/gcov/gcov_result.pl?rev=1306680&r1=1306679&r2=1306680&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sal/qa/helper/gcov/gcov_result.pl (original)
+++ incubator/ooo/trunk/main/sal/qa/helper/gcov/gcov_result.pl Thu Mar 29 01:50:37 2012
@@ -1,4 +1,24 @@
 #!/usr/bin/perl -w
+# *************************************************************
+#  
+#  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.
+#  
+# *************************************************************
 # 
 # $Id: gcov_result.pl,v 1.2 2003-06-11 16:36:30 vg Exp $
 #

Modified: incubator/ooo/trunk/main/sal/qa/helper/gcov/gcov_resultcompare.pl
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sal/qa/helper/gcov/gcov_resultcompare.pl?rev=1306680&r1=1306679&r2=1306680&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sal/qa/helper/gcov/gcov_resultcompare.pl (original)
+++ incubator/ooo/trunk/main/sal/qa/helper/gcov/gcov_resultcompare.pl Thu Mar 29 01:50:37 2012
@@ -1,4 +1,24 @@
 #!/usr/bin/perl -w
+# *************************************************************
+#  
+#  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.
+#  
+# *************************************************************
 # 
 # $Id: gcov_resultcompare.pl,v 1.2 2004-03-19 14:46:51 obo Exp $
 #

Modified: incubator/ooo/trunk/main/sal/qa/helper/gcov/gcov_resultinterpreter.pl
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sal/qa/helper/gcov/gcov_resultinterpreter.pl?rev=1306680&r1=1306679&r2=1306680&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sal/qa/helper/gcov/gcov_resultinterpreter.pl (original)
+++ incubator/ooo/trunk/main/sal/qa/helper/gcov/gcov_resultinterpreter.pl Thu Mar 29 01:50:37 2012
@@ -1,4 +1,24 @@
 #!/usr/bin/perl -w
+# *************************************************************
+#  
+#  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.
+#  
+# *************************************************************
 # 
 # $Id: gcov_resultinterpreter.pl,v 1.3 2005-11-02 17:24:12 kz Exp $
 #

Modified: incubator/ooo/trunk/main/sc/source/ui/vba/testvba/runTests.pl
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sc/source/ui/vba/testvba/runTests.pl?rev=1306680&r1=1306679&r2=1306680&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sc/source/ui/vba/testvba/runTests.pl (original)
+++ incubator/ooo/trunk/main/sc/source/ui/vba/testvba/runTests.pl Thu Mar 29 01:50:37 2012
@@ -1,4 +1,24 @@
 #!/usr/bin/perl -w
+# *************************************************************
+#  
+#  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.
+#  
+# *************************************************************
 use URI::Escape;
 use File::Basename;
 use Cwd;

Modified: incubator/ooo/trunk/main/sc/source/ui/vba/testvba/testResult.pl
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sc/source/ui/vba/testvba/testResult.pl?rev=1306680&r1=1306679&r2=1306680&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sc/source/ui/vba/testvba/testResult.pl (original)
+++ incubator/ooo/trunk/main/sc/source/ui/vba/testvba/testResult.pl Thu Mar 29 01:50:37 2012
@@ -1,4 +1,24 @@
 #!/usr/bin/perl -w
+# *************************************************************
+#  
+#  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.
+#  
+# *************************************************************
 use File::Temp qw/ tempfile tempdir /;
 use File::Basename;
 use File::stat;

Modified: incubator/ooo/trunk/main/sc/source/ui/vba/testvba/testResults.pl
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sc/source/ui/vba/testvba/testResults.pl?rev=1306680&r1=1306679&r2=1306680&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sc/source/ui/vba/testvba/testResults.pl (original)
+++ incubator/ooo/trunk/main/sc/source/ui/vba/testvba/testResults.pl Thu Mar 29 01:50:37 2012
@@ -1,4 +1,24 @@
 #!/usr/bin/perl -w
+# *************************************************************
+#  
+#  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.
+#  
+# *************************************************************
 use File::Temp qw/ tempfile tempdir /;
 use File::Basename;
 use File::stat;

Modified: incubator/ooo/trunk/main/sc/source/ui/vba/testvba/timestampsClean.pl
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sc/source/ui/vba/testvba/timestampsClean.pl?rev=1306680&r1=1306679&r2=1306680&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sc/source/ui/vba/testvba/timestampsClean.pl (original)
+++ incubator/ooo/trunk/main/sc/source/ui/vba/testvba/timestampsClean.pl Thu Mar 29 01:50:37 2012
@@ -1,4 +1,24 @@
 #!/usr/bin/perl -w
+# *************************************************************
+#  
+#  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.
+#  
+# *************************************************************
 
 my @output_buffer = ();
 my $fname;

Modified: incubator/ooo/trunk/main/sd/res/webview/common.pl
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sd/res/webview/common.pl?rev=1306680&r1=1306679&r2=1306680&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sd/res/webview/common.pl (original)
+++ incubator/ooo/trunk/main/sd/res/webview/common.pl Thu Mar 29 01:50:37 2012
@@ -1,3 +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.
+#  
+# *************************************************************
 package common;
 
 $REFRESH_TIME = 5;
@@ -45,4 +65,4 @@ sub HTTP_getRequest
     return %aRequestMap;
 }   ##HTTP_getRequest
 
-1;
\ No newline at end of file
+1;

Modified: incubator/ooo/trunk/main/sd/res/webview/editpic.pl
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sd/res/webview/editpic.pl?rev=1306680&r1=1306679&r2=1306680&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sd/res/webview/editpic.pl (original)
+++ incubator/ooo/trunk/main/sd/res/webview/editpic.pl Thu Mar 29 01:50:37 2012
@@ -1,4 +1,24 @@
 #!/usr/bin/perl
+# *************************************************************
+#  
+#  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.
+#  
+# *************************************************************
 
 require "common.pl";
 

Modified: incubator/ooo/trunk/main/sd/res/webview/poll.pl
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sd/res/webview/poll.pl?rev=1306680&r1=1306679&r2=1306680&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sd/res/webview/poll.pl (original)
+++ incubator/ooo/trunk/main/sd/res/webview/poll.pl Thu Mar 29 01:50:37 2012
@@ -1,4 +1,24 @@
 #!/usr/bin/perl
+# *************************************************************
+#  
+#  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.
+#  
+# *************************************************************
 
 require "common.pl";
 
@@ -29,4 +49,4 @@ else
 
 print "</BODY>";
 
-print "</HTML>";
\ No newline at end of file
+print "</HTML>";

Modified: incubator/ooo/trunk/main/sd/res/webview/savepic.pl
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sd/res/webview/savepic.pl?rev=1306680&r1=1306679&r2=1306680&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sd/res/webview/savepic.pl (original)
+++ incubator/ooo/trunk/main/sd/res/webview/savepic.pl Thu Mar 29 01:50:37 2012
@@ -1,4 +1,24 @@
 #!/usr/bin/perl
+# *************************************************************
+#  
+#  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.
+#  
+# *************************************************************
 
 require "common.pl";
 

Modified: incubator/ooo/trunk/main/sd/res/webview/show.pl
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sd/res/webview/show.pl?rev=1306680&r1=1306679&r2=1306680&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sd/res/webview/show.pl (original)
+++ incubator/ooo/trunk/main/sd/res/webview/show.pl Thu Mar 29 01:50:37 2012
@@ -1,4 +1,24 @@
 #!/usr/bin/perl
+# *************************************************************
+#  
+#  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.
+#  
+# *************************************************************
 
 require "common.pl";
 
@@ -36,4 +56,4 @@ print "<BODY bgcolor=\"white\">";
     print "<P><IMG src=\"" . $sPictureName2 . "\" width=1 height=1 border=0>";
 print "</BODY>";
 
-print "</HTML>";
\ No newline at end of file
+print "</HTML>";

Modified: incubator/ooo/trunk/main/sd/res/webview/webview.pl
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sd/res/webview/webview.pl?rev=1306680&r1=1306679&r2=1306680&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sd/res/webview/webview.pl (original)
+++ incubator/ooo/trunk/main/sd/res/webview/webview.pl Thu Mar 29 01:50:37 2012
@@ -1,4 +1,24 @@
 #!/usr/bin/perl
+# *************************************************************
+#  
+#  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.
+#  
+# *************************************************************
 
 print "Content-type: text/html\n\n";
 
@@ -18,4 +38,4 @@ print "<BODY BGCOLOR=\"white\">";
     print "<META HTTP-EQUIV=\"-REFRESH\" CONTENT=\"1;URL=./show.pl\">";
 print "</BODY>";
 
-print "</HTML>";
\ No newline at end of file
+print "</HTML>";

Modified: incubator/ooo/trunk/main/setup_native/scripts/install_create.pl
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/setup_native/scripts/install_create.pl?rev=1306680&r1=1306679&r2=1306680&view=diff
==============================================================================
--- incubator/ooo/trunk/main/setup_native/scripts/install_create.pl (original)
+++ incubator/ooo/trunk/main/setup_native/scripts/install_create.pl Thu Mar 29 01:50:37 2012
@@ -1,6 +1,26 @@
 : # -*- perl -*-
 eval 'exec perl -wS $0 ${1+"$@"}'
     if 0;
+# *************************************************************
+#  
+#  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.
+#  
+# *************************************************************
 # create setup self extracting script
 
 if( $#ARGV < 2 )

Modified: incubator/ooo/trunk/main/sfx2/util/mkdemo.pl
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sfx2/util/mkdemo.pl?rev=1306680&r1=1306679&r2=1306680&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sfx2/util/mkdemo.pl (original)
+++ incubator/ooo/trunk/main/sfx2/util/mkdemo.pl Thu Mar 29 01:50:37 2012
@@ -1,3 +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.
+#  
+# *************************************************************
 binmode stdin;
 binmode stdout;
 while(<>)

Modified: incubator/ooo/trunk/main/slideshow/qa/debug/timings.pl
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/slideshow/qa/debug/timings.pl?rev=1306680&r1=1306679&r2=1306680&view=diff
==============================================================================
--- incubator/ooo/trunk/main/slideshow/qa/debug/timings.pl (original)
+++ incubator/ooo/trunk/main/slideshow/qa/debug/timings.pl Thu Mar 29 01:50:37 2012
@@ -1,6 +1,26 @@
 :
 eval 'exec perl -wS $0 ${1+"$@"}'
     if 0;
+# *************************************************************
+#  
+#  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.
+#  
+# *************************************************************
 # POD Documentation
 
 =head1 PROGRAM NAME AND AUTHOR

Modified: incubator/ooo/trunk/main/slideshow/qa/tools/mkeffects.pl
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/slideshow/qa/tools/mkeffects.pl?rev=1306680&r1=1306679&r2=1306680&view=diff
==============================================================================
--- incubator/ooo/trunk/main/slideshow/qa/tools/mkeffects.pl (original)
+++ incubator/ooo/trunk/main/slideshow/qa/tools/mkeffects.pl Thu Mar 29 01:50:37 2012
@@ -1,6 +1,26 @@
 :
 eval 'exec perl -wS $0 ${1+"$@"}'
     if 0; 
+# *************************************************************
+#  
+#  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.
+#  
+# *************************************************************
 
 
 use	IO::File;

Modified: incubator/ooo/trunk/main/slideshow/qa/tools/mktransitions.pl
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/slideshow/qa/tools/mktransitions.pl?rev=1306680&r1=1306679&r2=1306680&view=diff
==============================================================================
--- incubator/ooo/trunk/main/slideshow/qa/tools/mktransitions.pl (original)
+++ incubator/ooo/trunk/main/slideshow/qa/tools/mktransitions.pl Thu Mar 29 01:50:37 2012
@@ -1,6 +1,26 @@
 :
 eval 'exec perl -wS $0 ${1+"$@"}'
     if 0; 
+# *************************************************************
+#  
+#  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.
+#  
+# *************************************************************
 
 
 use	IO::File;

Modified: incubator/ooo/trunk/main/solenv/bin/image-sort.pl
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/solenv/bin/image-sort.pl?rev=1306680&r1=1306679&r2=1306680&view=diff
==============================================================================
--- incubator/ooo/trunk/main/solenv/bin/image-sort.pl (original)
+++ incubator/ooo/trunk/main/solenv/bin/image-sort.pl Thu Mar 29 01:50:37 2012
@@ -1,4 +1,24 @@
 #!/usr/bin/perl -w
+# *************************************************************
+#  
+#  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.
+#  
+# *************************************************************
 
 my @global_list = ();
 my %global_hash = ();

Modified: incubator/ooo/trunk/main/solenv/bin/modules/osarch.pm
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/solenv/bin/modules/osarch.pm?rev=1306680&r1=1306679&r2=1306680&view=diff
==============================================================================
--- incubator/ooo/trunk/main/solenv/bin/modules/osarch.pm (original)
+++ incubator/ooo/trunk/main/solenv/bin/modules/osarch.pm Thu Mar 29 01:50:37 2012
@@ -1,4 +1,24 @@
 #!/usr/bin/perl -w
+# *************************************************************
+#  
+#  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.
+#  
+# *************************************************************
 
 # ***********************************************************************
 # Description: 

Modified: incubator/ooo/trunk/main/solenv/inc/startup/startup.mk
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/solenv/inc/startup/startup.mk?rev=1306680&r1=1306679&r2=1306680&view=diff
==============================================================================
--- incubator/ooo/trunk/main/solenv/inc/startup/startup.mk (original)
+++ incubator/ooo/trunk/main/solenv/inc/startup/startup.mk Thu Mar 29 01:50:37 2012
@@ -1,3 +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.
+#  
+# *************************************************************
 # This is the root DMAKE startup file.
 #
 # Definitions common to all environments are given at the root.

Modified: incubator/ooo/trunk/main/solenv/inc/startup/wnt/macros.mk
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/solenv/inc/startup/wnt/macros.mk?rev=1306680&r1=1306679&r2=1306680&view=diff
==============================================================================
--- incubator/ooo/trunk/main/solenv/inc/startup/wnt/macros.mk (original)
+++ incubator/ooo/trunk/main/solenv/inc/startup/wnt/macros.mk Thu Mar 29 01:50:37 2012
@@ -1,3 +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.
+#  
+# *************************************************************
 # Define additional MSDOS specific settings.
 #
 

Modified: incubator/ooo/trunk/main/svx/uiconfig/layout/layout.mk
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/svx/uiconfig/layout/layout.mk?rev=1306680&r1=1306679&r2=1306680&view=diff
==============================================================================
--- incubator/ooo/trunk/main/svx/uiconfig/layout/layout.mk (original)
+++ incubator/ooo/trunk/main/svx/uiconfig/layout/layout.mk Thu Mar 29 01:50:37 2012
@@ -1,3 +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.
+#  
+# *************************************************************
 # TODO: move to solenv/inc
 # copies: sw/uiconfig/layout svx/uiconfig/layout
 

Modified: incubator/ooo/trunk/main/sw/uiconfig/layout/layout.mk
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sw/uiconfig/layout/layout.mk?rev=1306680&r1=1306679&r2=1306680&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sw/uiconfig/layout/layout.mk (original)
+++ incubator/ooo/trunk/main/sw/uiconfig/layout/layout.mk Thu Mar 29 01:50:37 2012
@@ -1,3 +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.
+#  
+# *************************************************************
 # TODO: move to solenv/inc
 # copies: sw/uiconfig/layout svx/uiconfig/layout
 

Modified: incubator/ooo/trunk/main/sysui/desktop/share/create_mime_xml.pl
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sysui/desktop/share/create_mime_xml.pl?rev=1306680&r1=1306679&r2=1306680&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sysui/desktop/share/create_mime_xml.pl (original)
+++ incubator/ooo/trunk/main/sysui/desktop/share/create_mime_xml.pl Thu Mar 29 01:50:37 2012
@@ -1,4 +1,24 @@
 #!/usr/bin/perl
+# *************************************************************
+#  
+#  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.
+#  
+# *************************************************************
 use File::Basename;
 $basedir = dirname($0);
 $productname = 'OpenOffice.org';

Modified: incubator/ooo/trunk/main/sysui/desktop/util/pkgdiff.pl
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sysui/desktop/util/pkgdiff.pl?rev=1306680&r1=1306679&r2=1306680&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sysui/desktop/util/pkgdiff.pl (original)
+++ incubator/ooo/trunk/main/sysui/desktop/util/pkgdiff.pl Thu Mar 29 01:50:37 2012
@@ -1,4 +1,24 @@
 : # -*- perl -*-
+# *************************************************************
+#  
+#  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.
+#  
+# *************************************************************
 eval 'exec perl -wS $0 ${1+"$@"}'
     if 0;
 

Modified: incubator/ooo/trunk/main/testgraphical/source/ConvwatchHelper.pm
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/testgraphical/source/ConvwatchHelper.pm?rev=1306680&r1=1306679&r2=1306680&view=diff
==============================================================================
--- incubator/ooo/trunk/main/testgraphical/source/ConvwatchHelper.pm (original)
+++ incubator/ooo/trunk/main/testgraphical/source/ConvwatchHelper.pm Thu Mar 29 01:50:37 2012
@@ -1,3 +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.
+#  
+# *************************************************************
 package ConvwatchHelper;
 
 use English;

Modified: incubator/ooo/trunk/main/testgraphical/source/dbhelper.pm
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/testgraphical/source/dbhelper.pm?rev=1306680&r1=1306679&r2=1306680&view=diff
==============================================================================
--- incubator/ooo/trunk/main/testgraphical/source/dbhelper.pm (original)
+++ incubator/ooo/trunk/main/testgraphical/source/dbhelper.pm Thu Mar 29 01:50:37 2012
@@ -1,3 +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.
+#  
+# *************************************************************
 # 
 # # ------------------------------------------------------------------------------
 # 

Modified: incubator/ooo/trunk/main/testgraphical/source/fill_documents_loop.pl
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/testgraphical/source/fill_documents_loop.pl?rev=1306680&r1=1306679&r2=1306680&view=diff
==============================================================================
--- incubator/ooo/trunk/main/testgraphical/source/fill_documents_loop.pl (original)
+++ incubator/ooo/trunk/main/testgraphical/source/fill_documents_loop.pl Thu Mar 29 01:50:37 2012
@@ -1,3 +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.
+#  
+# *************************************************************
 eval 'exec perl -wS $0 ${1+\"$@\"}'
     if 0;
 

Modified: incubator/ooo/trunk/main/writerfilter/source/resourcemodel/namespace_preprocess.pl
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/writerfilter/source/resourcemodel/namespace_preprocess.pl?rev=1306680&r1=1306679&r2=1306680&view=diff
==============================================================================
--- incubator/ooo/trunk/main/writerfilter/source/resourcemodel/namespace_preprocess.pl (original)
+++ incubator/ooo/trunk/main/writerfilter/source/resourcemodel/namespace_preprocess.pl Thu Mar 29 01:50:37 2012
@@ -1,3 +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.
+#  
+# *************************************************************
 $ARGV0 = shift @ARGV;
 
 print <<EOF;

Modified: incubator/ooo/trunk/main/writerperfect/source/filter/makefile.mk
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/writerperfect/source/filter/makefile.mk?rev=1306680&r1=1306679&r2=1306680&view=diff
==============================================================================
--- incubator/ooo/trunk/main/writerperfect/source/filter/makefile.mk (original)
+++ incubator/ooo/trunk/main/writerperfect/source/filter/makefile.mk Thu Mar 29 01:50:37 2012
@@ -1,3 +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.
+#  
+# *************************************************************
 PRJ=..$/..
 
 PRJNAME=writerperfect

Modified: incubator/ooo/trunk/main/writerperfect/source/stream/makefile.mk
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/writerperfect/source/stream/makefile.mk?rev=1306680&r1=1306679&r2=1306680&view=diff
==============================================================================
--- incubator/ooo/trunk/main/writerperfect/source/stream/makefile.mk (original)
+++ incubator/ooo/trunk/main/writerperfect/source/stream/makefile.mk Thu Mar 29 01:50:37 2012
@@ -1,3 +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.
+#  
+# *************************************************************
 PRJ=..$/..
 
 PRJNAME=writerperfect

Modified: incubator/ooo/trunk/main/writerperfect/source/wpdimp/makefile.mk
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/writerperfect/source/wpdimp/makefile.mk?rev=1306680&r1=1306679&r2=1306680&view=diff
==============================================================================
--- incubator/ooo/trunk/main/writerperfect/source/wpdimp/makefile.mk (original)
+++ incubator/ooo/trunk/main/writerperfect/source/wpdimp/makefile.mk Thu Mar 29 01:50:37 2012
@@ -1,3 +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.
+#  
+# *************************************************************
 PRJ=..$/..
 
 PRJNAME=writerperfect

Modified: incubator/ooo/trunk/main/writerperfect/util/makefile.mk
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/writerperfect/util/makefile.mk?rev=1306680&r1=1306679&r2=1306680&view=diff
==============================================================================
--- incubator/ooo/trunk/main/writerperfect/util/makefile.mk (original)
+++ incubator/ooo/trunk/main/writerperfect/util/makefile.mk Thu Mar 29 01:50:37 2012
@@ -1,3 +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.
+#  
+# *************************************************************
 PRJ=..
 PRJNAME=writerperfect
 TARGET=writerperfect