summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorOliver Tappe2007-03-23 15:43:47 +0100
committerOliver Tappe2007-03-23 15:43:47 +0100
commitd750f9e1d6194b2a4f1f4ca58b3e0959938333d6 (patch)
tree03fe57c3b77f9fc207f7cd2d6795ae3c1642c27e /bin
parent* fixed incorrect uses of the _tr() function (diff)
downloadcore-d750f9e1d6194b2a4f1f4ca58b3e0959938333d6.tar.gz
core-d750f9e1d6194b2a4f1f4ca58b3e0959938333d6.tar.xz
core-d750f9e1d6194b2a4f1f4ca58b3e0959938333d6.zip
* inserted correct copyright header
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@813 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'bin')
-rwxr-xr-xbin/devel-tools/extractTranslations.pl17
-rwxr-xr-xbin/devel-tools/parseSusePatterns.pl17
-rwxr-xr-xbin/slxldd15
3 files changed, 35 insertions, 14 deletions
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 <ot@openslx.com>
+# 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 <ot@openslx.com>
+# 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 <ot@openslx.com>
+# 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[