summaryrefslogtreecommitdiffstats
path: root/lib/OpenSLX/DistroUtils/Base.pm
diff options
context:
space:
mode:
authorSebastian Schmelzer2008-12-15 00:48:32 +0100
committerSebastian Schmelzer2008-12-15 00:48:32 +0100
commitfdf75f08e672f1536cb772ad5cc0197239aae3bd (patch)
tree88bbbb1d7a9f587825827816d34d3082f5458ae4 /lib/OpenSLX/DistroUtils/Base.pm
parent * first ideas of distro based utilities (diff)
downloadcore-fdf75f08e672f1536cb772ad5cc0197239aae3bd.tar.gz
core-fdf75f08e672f1536cb772ad5cc0197239aae3bd.tar.xz
core-fdf75f08e672f1536cb772ad5cc0197239aae3bd.zip
* added descriptions
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2406 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'lib/OpenSLX/DistroUtils/Base.pm')
-rw-r--r--lib/OpenSLX/DistroUtils/Base.pm13
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/OpenSLX/DistroUtils/Base.pm b/lib/OpenSLX/DistroUtils/Base.pm
index bc6f6f69..e5993694 100644
--- a/lib/OpenSLX/DistroUtils/Base.pm
+++ b/lib/OpenSLX/DistroUtils/Base.pm
@@ -1,3 +1,16 @@
+# Copyright (c) 2008 - OpenSLX GmbH
+#
+# This program is free software distributed under the GPL version 2.
+# See http://openslx.org/COPYING
+#
+# 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/
+# -----------------------------------------------------------------------------
+# DistroUtils.pm
+# - provides base for distro based utils for OpenSLX
+# -----------------------------------------------------------------------------
package OpenSLX::DistroUtils::Base;
use Data::Dumper;