diff options
author | Oliver Tappe | 2007-03-23 15:43:47 +0100 |
---|---|---|
committer | Oliver Tappe | 2007-03-23 15:43:47 +0100 |
commit | d750f9e1d6194b2a4f1f4ca58b3e0959938333d6 (patch) | |
tree | 03fe57c3b77f9fc207f7cd2d6795ae3c1642c27e /config-db/slxconfig-demuxer | |
parent | * fixed incorrect uses of the _tr() function (diff) | |
download | core-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 'config-db/slxconfig-demuxer')
-rwxr-xr-x | config-db/slxconfig-demuxer | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/config-db/slxconfig-demuxer b/config-db/slxconfig-demuxer index 97d7af2f..38e2a6d2 100755 --- a/config-db/slxconfig-demuxer +++ b/config-db/slxconfig-demuxer @@ -1,11 +1,18 @@ #! /usr/bin/perl +# ----------------------------------------------------------------------------- +# Copyright (c) 2006, 2007 - OpenSLX GmbH # -# slxconfig-demuxer - OpenSLX configuration demultiplexer +# 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/ +# ----------------------------------------------------------------------------- +# slxconfig-demuxer +# - OpenSLX configuration demultiplexer +# ----------------------------------------------------------------------------- use strict; my $abstract = q[ |