From d750f9e1d6194b2a4f1f4ca58b3e0959938333d6 Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Fri, 23 Mar 2007 14:43:47 +0000 Subject: * inserted correct copyright header git-svn-id: http://svn.openslx.org/svn/openslx/trunk@813 95ad53e4-c205-0410-b2fa-d234c58c8868 --- bin/devel-tools/extractTranslations.pl | 17 ++++++++++++----- bin/devel-tools/parseSusePatterns.pl | 17 ++++++++++++----- bin/slxldd | 15 +++++++++++---- 3 files changed, 35 insertions(+), 14 deletions(-) (limited to 'bin') diff --git a/bin/devel-tools/extractTranslations.pl b/bin/devel-tools/extractTranslations.pl index d156eb65..9bef83c9 100755 --- a/bin/devel-tools/extractTranslations.pl +++ b/bin/devel-tools/extractTranslations.pl @@ -1,12 +1,19 @@ #! /usr/bin/perl +# ----------------------------------------------------------------------------- +# Copyright (c) 2006, 2007 - OpenSLX GmbH # -# extractTranslations.pl - OpenSLX-script to extract translatable strings from -# other scripts and modules. +# This program is free software distributed under the GPL version 2. +# See http://openslx.org/COPYING # -# (c) 2006 - OpenSLX.com -# -# Oliver Tappe +# If you have any feedback please consult http://openslx.org/feedback and +# send your suggestions, praise, or complaints to feedback@openslx.org # +# General information about OpenSLX can be found at http://openslx.org/ +# ----------------------------------------------------------------------------- +# extractTranslations.pl +# - OpenSLX-script to extract translatable strings from other scripts +# and modules. +# ----------------------------------------------------------------------------- use strict; my $abstract = q[ diff --git a/bin/devel-tools/parseSusePatterns.pl b/bin/devel-tools/parseSusePatterns.pl index dc830ce5..ab6978b4 100755 --- a/bin/devel-tools/parseSusePatterns.pl +++ b/bin/devel-tools/parseSusePatterns.pl @@ -1,12 +1,19 @@ #! /usr/bin/perl +# ----------------------------------------------------------------------------- +# Copyright (c) 2006, 2007 - OpenSLX GmbH # -# parseSusePatterns.pl - OpenSLX script to extract a package list from -# a given list of SUSE-pattern-files (*.pat). +# This program is free software distributed under the GPL version 2. +# See http://openslx.org/COPYING # -# (c) 2007 - OpenSLX.com -# -# Oliver Tappe +# If you have any feedback please consult http://openslx.org/feedback and +# send your suggestions, praise, or complaints to feedback@openslx.org # +# General information about OpenSLX can be found at http://openslx.org/ +# ----------------------------------------------------------------------------- +# parseSusePatterns.pl +# - OpenSLX script to extract a package list from a given list of +# SUSE-pattern-files (*.pat). +# ----------------------------------------------------------------------------- use strict; my $abstract = q[ diff --git a/bin/slxldd b/bin/slxldd index 426e9f90..c84ca513 100755 --- a/bin/slxldd +++ b/bin/slxldd @@ -1,11 +1,18 @@ #! /usr/bin/perl +# ----------------------------------------------------------------------------- +# Copyright (c) 2006, 2007 - OpenSLX GmbH # -# slxldd - OpenSLX-rewrite of ldd that works on multiple architectures. +# This program is free software distributed under the GPL version 2. +# See http://openslx.org/COPYING # -# (c) 2006 - OpenSLX.com -# -# Oliver Tappe +# If you have any feedback please consult http://openslx.org/feedback and +# send your suggestions, praise, or complaints to feedback@openslx.org # +# General information about OpenSLX can be found at http://openslx.org/ +# ----------------------------------------------------------------------------- +# slxldd +# - OpenSLX-rewrite of ldd that works on multiple architectures. +# ----------------------------------------------------------------------------- use strict; my $abstract = q[ -- cgit v1.2.3-55-g7522