summaryrefslogtreecommitdiffstats
path: root/src/os-plugins/plugins/kiosk
diff options
context:
space:
mode:
authorDirk von Suchodoletz2011-05-25 14:54:05 +0200
committerDirk von Suchodoletz2011-05-25 14:54:05 +0200
commit3a82c9b82e6fa848ea485e19cf16114a4a4838bf (patch)
tree8146aad992fdb403abf4b552c4675023dfe1b392 /src/os-plugins/plugins/kiosk
parentAdding stuff for new Fedora ... (diff)
downloadcore-3a82c9b82e6fa848ea485e19cf16114a4a4838bf.tar.gz
core-3a82c9b82e6fa848ea485e19cf16114a4a4838bf.tar.xz
core-3a82c9b82e6fa848ea485e19cf16114a4a4838bf.zip
Distro specific stuff for Fedora inclusion ...
Diffstat (limited to 'src/os-plugins/plugins/kiosk')
-rw-r--r--src/os-plugins/plugins/kiosk/OpenSLX/Distro/Fedora.pm6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/os-plugins/plugins/kiosk/OpenSLX/Distro/Fedora.pm b/src/os-plugins/plugins/kiosk/OpenSLX/Distro/Fedora.pm
index 2b9f8ff5..a8cd25b3 100644
--- a/src/os-plugins/plugins/kiosk/OpenSLX/Distro/Fedora.pm
+++ b/src/os-plugins/plugins/kiosk/OpenSLX/Distro/Fedora.pm
@@ -1,4 +1,4 @@
-# Copyright (c) 2009 - OpenSLX GmbH
+# Copyright (c) 2011 - OpenSLX GmbH
#
# This program is free software distributed under the GPL version 2.
# See http://openslx.org/COPYING
@@ -9,7 +9,7 @@
# General information about OpenSLX can be found at http://openslx.org/
# -----------------------------------------------------------------------------
# kiosk/OpenSLX/Distro/Fedora.pm
-# - provides Fedora-specific overrides of the Distro API for the kiosk
+# - provides fedora-specific overrides of the Distro API for the kiosk
# plugin.
# -----------------------------------------------------------------------------
package kiosk::OpenSLX::Distro::Fedora;
@@ -27,6 +27,4 @@ use OpenSLX::Utils;
################################################################################
-
-
1;