From d750f9e1d6194b2a4f1f4ca58b3e0959938333d6 Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Fri, 23 Mar 2007 14:43:47 +0000 Subject: * inserted correct copyright header git-svn-id: http://svn.openslx.org/svn/openslx/trunk@813 95ad53e4-c205-0410-b2fa-d234c58c8868 --- installer/OpenSLX/OSExport/ExportType/Base.pm | 13 ++++++++++--- installer/OpenSLX/OSExport/ExportType/NBD_Squash.pm | 14 ++++++++++---- installer/OpenSLX/OSExport/ExportType/NFS.pm | 14 ++++++++++---- 3 files changed, 30 insertions(+), 11 deletions(-) (limited to 'installer/OpenSLX/OSExport/ExportType') 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 +# 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 +# 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 +# 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); -- cgit v1.2.3-55-g7522