diff options
author | Michael Meeks <michael.meeks@suse.com> | 2012-06-19 17:56:50 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-06-19 18:00:37 +0100 |
commit | bdc909b07d3beb2fade8471d467fbd82b40abcc6 (patch) | |
tree | e5555b6ff97c1ac19b23405cb33f28df7c0efccf /basegfx/qa | |
parent | 3f785dae866da1ce77f03edd35d45402d0869877 (diff) |
re-base on ALv2 code.
Diffstat (limited to 'basegfx/qa')
-rw-r--r-- | basegfx/qa/mkpolygons.pl | 28 |
1 files changed, 17 insertions, 11 deletions
diff --git a/basegfx/qa/mkpolygons.pl b/basegfx/qa/mkpolygons.pl index b465a4f845ab..cbe2502cde7c 100644 --- a/basegfx/qa/mkpolygons.pl +++ b/basegfx/qa/mkpolygons.pl @@ -1,13 +1,25 @@ : eval 'exec perl -wS $0 ${1+"$@"}' if 0; - # -# 2009 Copyright Novell, Inc. & Sun Microsystems, Inc. +# This file is part of the LibreOffice project. +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. +# +# This file incorporates work covered by the following license notice: # -# 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. +# 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 . +# +# +# 2009 Copyright Novell, Inc. & Sun Microsystems, Inc. # use IO::File; @@ -24,7 +36,6 @@ $TempDir = ""; # write-calc-doc.pl -############################################################################### # Open a file with the given name. # First it is checked if the temporary directory, in which all files for # the document are gathered, is already present and create it if it is not. @@ -52,7 +63,6 @@ sub open_file } -############################################################################### # Zip the files in the directory tree into the given file. # sub zip_dirtree @@ -248,7 +258,6 @@ sub writeManifest } -############################################################################### # Print usage information. # sub usage () @@ -263,7 +272,6 @@ output-file-name defaults to polygons.odp. END_OF_USAGE } -############################################################################### # Process the command line. # sub process_command_line @@ -306,9 +314,7 @@ sub process_command_line print "output to $global_output_name\n"; } -############################################################################### # Main -############################################################################### $ZipCmd = $ENV{LOG_FILE_ZIP_CMD}; $ZipFlags = $ENV{LOG_FILE_ZIP_FLAGS}; |