diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-04-10 15:53:59 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-04-10 15:53:59 +0000 |
commit | e2d9e22e989d1953851905271704de0c809f8349 (patch) | |
tree | 03a98086bc23f3f786abac80e90e34a152026d8d /solenv/bin/packimages.pl | |
parent | c2ae3e3ffc758b53402d6dd10c0116abdea6b081 (diff) |
INTEGRATION: CWS changefileheader (1.16.380); FILE MERGED
2008/03/28 15:55:31 rt 1.16.380.1: #i87441# Change license header to LPGL v3.
Diffstat (limited to 'solenv/bin/packimages.pl')
-rwxr-xr-x | solenv/bin/packimages.pl | 42 |
1 files changed, 19 insertions, 23 deletions
diff --git a/solenv/bin/packimages.pl b/solenv/bin/packimages.pl index 0fcbd61be184..16cf2a113e8a 100755 --- a/solenv/bin/packimages.pl +++ b/solenv/bin/packimages.pl @@ -3,36 +3,32 @@ eval 'exec perl -wS $0 ${1+"$@"}' if 0; #************************************************************************* # -# OpenOffice.org - a multi-platform office productivity suite +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # -# $RCSfile: packimages.pl,v $ +# Copyright 2008 by Sun Microsystems, Inc. # -# $Revision: 1.16 $ +# OpenOffice.org - a multi-platform office productivity suite # -# last change: $Author: ihi $ $Date: 2007-06-06 14:04:05 $ +# $RCSfile: packimages.pl,v $ # -# The Contents of this file are made available subject to -# the terms of GNU Lesser General Public License Version 2.1. +# $Revision: 1.17 $ # +# This file is part of OpenOffice.org. # -# GNU Lesser General Public License Version 2.1 -# ============================================= -# Copyright 2005 by Sun Microsystems, Inc. -# 901 San Antonio Road, Palo Alto, CA 94303, USA +# 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. # -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License version 2.1, as published by the Free Software Foundation. +# OpenOffice.org is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License version 3 for more details +# (a copy is included in the LICENSE file that accompanied this code). # -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, -# MA 02111-1307 USA +# You should have received a copy of the GNU Lesser General Public License +# version 3 along with OpenOffice.org. If not, see +# <http://www.openoffice.org/license.html> +# for a copy of the LGPLv3 License. # #************************************************************************* @@ -68,7 +64,7 @@ my @custom_list; ( my $script_name = $0 ) =~ s/^.*\b(\w+)\.pl$/$1/; my $script_rev; -my $id_str = ' $Revision: 1.16 $ '; +my $id_str = ' $Revision: 1.17 $ '; $id_str =~ /Revision:\s+(\S+)\s+\$/ ? ($script_rev = $1) : ($script_rev = "-"); |