summaryrefslogtreecommitdiffstats
path: root/installer/OpenSLX/OSExport
diff options
context:
space:
mode:
Diffstat (limited to 'installer/OpenSLX/OSExport')
-rw-r--r--installer/OpenSLX/OSExport/Distro/Any.pm14
-rw-r--r--installer/OpenSLX/OSExport/Distro/Base.pm15
-rw-r--r--installer/OpenSLX/OSExport/Distro/Debian.pm14
-rw-r--r--installer/OpenSLX/OSExport/Distro/Fedora.pm14
-rw-r--r--installer/OpenSLX/OSExport/Distro/Gentoo.pm14
-rw-r--r--installer/OpenSLX/OSExport/Distro/SUSE.pm14
-rw-r--r--installer/OpenSLX/OSExport/Distro/Ubuntu.pm14
-rw-r--r--installer/OpenSLX/OSExport/Engine.pm13
-rw-r--r--installer/OpenSLX/OSExport/ExportType/Base.pm13
-rw-r--r--installer/OpenSLX/OSExport/ExportType/NBD_Squash.pm14
-rw-r--r--installer/OpenSLX/OSExport/ExportType/NFS.pm14
11 files changed, 111 insertions, 42 deletions
diff --git a/installer/OpenSLX/OSExport/Distro/Any.pm b/installer/OpenSLX/OSExport/Distro/Any.pm
index 5c76a5b7..674131f1 100644
--- a/installer/OpenSLX/OSExport/Distro/Any.pm
+++ b/installer/OpenSLX/OSExport/Distro/Any.pm
@@ -1,10 +1,16 @@
-# Any.pm
-# - provides generic overrides of the OpenSLX OSExport API.
+# 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/
+# -----------------------------------------------------------------------------
+# Any.pm
+# - provides generic overrides of the OpenSLX OSExport API.
+# -----------------------------------------------------------------------------
package OpenSLX::OSExport::Distro::Any;
use vars qw(@ISA $VERSION);
diff --git a/installer/OpenSLX/OSExport/Distro/Base.pm b/installer/OpenSLX/OSExport/Distro/Base.pm
index 36e73ca6..645523c6 100644
--- a/installer/OpenSLX/OSExport/Distro/Base.pm
+++ b/installer/OpenSLX/OSExport/Distro/Base.pm
@@ -1,10 +1,17 @@
-# Base.pm - provides empty base of the distro-specific part of the
-# OpenSLX OSExport API.
+# 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/
+# -----------------------------------------------------------------------------
+# Base.pm
+# - provides empty base of the distro-specific part of the OpenSLX
+# OSExport API.
+# -----------------------------------------------------------------------------
package OpenSLX::OSExport::Distro::Base;
use vars qw($VERSION);
diff --git a/installer/OpenSLX/OSExport/Distro/Debian.pm b/installer/OpenSLX/OSExport/Distro/Debian.pm
index 5056c877..2cb107fc 100644
--- a/installer/OpenSLX/OSExport/Distro/Debian.pm
+++ b/installer/OpenSLX/OSExport/Distro/Debian.pm
@@ -1,10 +1,16 @@
-# Debian.pm
-# - provides Debian-specific overrides of the OpenSLX OSExport API.
+# 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/
+# -----------------------------------------------------------------------------
+# Debian.pm
+# - provides Debian-specific overrides of the OpenSLX OSExport API.
+# -----------------------------------------------------------------------------
package OpenSLX::OSExport::Distro::Debian;
use vars qw(@ISA $VERSION);
diff --git a/installer/OpenSLX/OSExport/Distro/Fedora.pm b/installer/OpenSLX/OSExport/Distro/Fedora.pm
index b518008a..111e4c48 100644
--- a/installer/OpenSLX/OSExport/Distro/Fedora.pm
+++ b/installer/OpenSLX/OSExport/Distro/Fedora.pm
@@ -1,10 +1,16 @@
-# Fedora.pm
-# - provides Fedora-specific overrides of the OpenSLX OSExport API.
+# 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/
+# -----------------------------------------------------------------------------
+# Fedora.pm
+# - provides Fedora-specific overrides of the OpenSLX OSExport API.
+# -----------------------------------------------------------------------------
package OpenSLX::OSExport::Distro::Fedora;
use vars qw(@ISA $VERSION);
diff --git a/installer/OpenSLX/OSExport/Distro/Gentoo.pm b/installer/OpenSLX/OSExport/Distro/Gentoo.pm
index 5dbcb652..7a1eb266 100644
--- a/installer/OpenSLX/OSExport/Distro/Gentoo.pm
+++ b/installer/OpenSLX/OSExport/Distro/Gentoo.pm
@@ -1,10 +1,16 @@
-# Gentoo.pm
-# - provides Gentoo-specific overrides of the OpenSLX OSExport API.
+# 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/
+# -----------------------------------------------------------------------------
+# Gentoo.pm
+# - provides Gentoo-specific overrides of the OpenSLX OSExport API.
+# -----------------------------------------------------------------------------
package OpenSLX::OSExport::Distro::Gentoo;
use vars qw(@ISA $VERSION);
diff --git a/installer/OpenSLX/OSExport/Distro/SUSE.pm b/installer/OpenSLX/OSExport/Distro/SUSE.pm
index d7f0dde2..1795c707 100644
--- a/installer/OpenSLX/OSExport/Distro/SUSE.pm
+++ b/installer/OpenSLX/OSExport/Distro/SUSE.pm
@@ -1,10 +1,16 @@
-# SUSE.pm
-# - provides SUSE-specific overrides of the OpenSLX OSExport API.
+# 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/
+# -----------------------------------------------------------------------------
+# SUSE.pm
+# - provides SUSE-specific overrides of the OpenSLX OSExport API.
+# -----------------------------------------------------------------------------
package OpenSLX::OSExport::Distro::SUSE;
use vars qw(@ISA $VERSION);
diff --git a/installer/OpenSLX/OSExport/Distro/Ubuntu.pm b/installer/OpenSLX/OSExport/Distro/Ubuntu.pm
index 52062a87..9b39df80 100644
--- a/installer/OpenSLX/OSExport/Distro/Ubuntu.pm
+++ b/installer/OpenSLX/OSExport/Distro/Ubuntu.pm
@@ -1,10 +1,16 @@
-# Ubuntu.pm
-# - provides Ubuntu-specific overrides of the OpenSLX OSExport API.
+# 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/
+# -----------------------------------------------------------------------------
+# Ubuntu.pm
+# - provides Ubuntu-specific overrides of the OpenSLX OSExport API.
+# -----------------------------------------------------------------------------
package OpenSLX::OSExport::Distro::Ubuntu;
use vars qw(@ISA $VERSION);
diff --git a/installer/OpenSLX/OSExport/Engine.pm b/installer/OpenSLX/OSExport/Engine.pm
index 721bddf5..81d2125a 100644
--- a/installer/OpenSLX/OSExport/Engine.pm
+++ b/installer/OpenSLX/OSExport/Engine.pm
@@ -1,9 +1,16 @@
-# Engine.pm - provides driver engine for the OSExport API.
+# 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/
+# -----------------------------------------------------------------------------
+# Engine.pm
+# - provides driver engine for the OSExport API.
+# -----------------------------------------------------------------------------
package OpenSLX::OSExport::Engine;
use vars qw(@ISA @EXPORT $VERSION);
diff --git a/installer/OpenSLX/OSExport/ExportType/Base.pm b/installer/OpenSLX/OSExport/ExportType/Base.pm
index 7acda8b2..864a6ffd 100644
--- a/installer/OpenSLX/OSExport/ExportType/Base.pm
+++ b/installer/OpenSLX/OSExport/ExportType/Base.pm
@@ -1,9 +1,16 @@
-# Base.pm - provides empty base of the OpenSLX OSExport::ExportType API.
+# 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/
+# -----------------------------------------------------------------------------
+# Base.pm
+# - provides empty base of the OpenSLX OSExport::ExportType API.
+# -----------------------------------------------------------------------------
package OpenSLX::OSExport::ExportType::Base;
use vars qw($VERSION);
diff --git a/installer/OpenSLX/OSExport/ExportType/NBD_Squash.pm b/installer/OpenSLX/OSExport/ExportType/NBD_Squash.pm
index e660ae04..41bb9bb9 100644
--- a/installer/OpenSLX/OSExport/ExportType/NBD_Squash.pm
+++ b/installer/OpenSLX/OSExport/ExportType/NBD_Squash.pm
@@ -1,10 +1,16 @@
-# NBD_Squash.pm
-# - provides NBD+Squashfs-specific overrides of the OpenSLX::OSExport::ExportType API.
+# 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/
+# -----------------------------------------------------------------------------
+# NBD_Squash.pm
+# - provides NBD+Squashfs-specific overrides of the OpenSLX::OSExport::ExportType API.
+# -----------------------------------------------------------------------------
package OpenSLX::OSExport::ExportType::NBD_Squash;
use vars qw(@ISA $VERSION);
diff --git a/installer/OpenSLX/OSExport/ExportType/NFS.pm b/installer/OpenSLX/OSExport/ExportType/NFS.pm
index cfa90ced..8bb8ae48 100644
--- a/installer/OpenSLX/OSExport/ExportType/NFS.pm
+++ b/installer/OpenSLX/OSExport/ExportType/NFS.pm
@@ -1,10 +1,16 @@
-# NFS.pm
-# - provides NFS-specific overrides of the OpenSLX::OSExport::ExportType API.
+# 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/
+# -----------------------------------------------------------------------------
+# NFS.pm
+# - provides NFS-specific overrides of the OpenSLX::OSExport::ExportType API.
+# -----------------------------------------------------------------------------
package OpenSLX::OSExport::ExportType::NFS;
use vars qw(@ISA $VERSION);