summaryrefslogtreecommitdiffstats
path: root/lib/OpenSLX/Utils.pm
diff options
context:
space:
mode:
authorOliver Tappe2007-03-23 15:43:47 +0100
committerOliver Tappe2007-03-23 15:43:47 +0100
commitd750f9e1d6194b2a4f1f4ca58b3e0959938333d6 (patch)
tree03fe57c3b77f9fc207f7cd2d6795ae3c1642c27e /lib/OpenSLX/Utils.pm
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 'lib/OpenSLX/Utils.pm')
-rw-r--r--lib/OpenSLX/Utils.pm13
1 files changed, 10 insertions, 3 deletions
diff --git a/lib/OpenSLX/Utils.pm b/lib/OpenSLX/Utils.pm
index 833aa591..611d6eb8 100644
--- a/lib/OpenSLX/Utils.pm
+++ b/lib/OpenSLX/Utils.pm
@@ -1,9 +1,16 @@
-# Utils.pm - provides utility functions for OpenSLX
+# Copyright (c) 2006, 2007 - OpenSLX GmbH
#
-# (c) 2006 - OpenSLX.com
+# This program is free software distributed under the GPL version 2.
+# See http://openslx.org/COPYING
#
-# 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/
+# -----------------------------------------------------------------------------
+# Utils.pm
+# - provides utility functions for OpenSLX
+# -----------------------------------------------------------------------------
package OpenSLX::Utils;
use strict;