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/OSSetup/Distro/Any_Clone.pm | 14 ++++++++++---- installer/OpenSLX/OSSetup/Distro/Base.pm | 13 ++++++++++--- installer/OpenSLX/OSSetup/Distro/Fedora_6.pm | 14 ++++++++++---- installer/OpenSLX/OSSetup/Distro/SUSE_10_1.pm | 14 ++++++++++---- installer/OpenSLX/OSSetup/Distro/SUSE_10_2.pm | 14 ++++++++++---- installer/OpenSLX/OSSetup/Distro/SUSE_10_2_x86_64.pm | 14 ++++++++++---- installer/OpenSLX/OSSetup/Engine.pm | 13 ++++++++++--- installer/OpenSLX/OSSetup/MetaPackager/Base.pm | 13 ++++++++++--- installer/OpenSLX/OSSetup/MetaPackager/yum.pm | 14 ++++++++++---- installer/OpenSLX/OSSetup/Packager/Base.pm | 13 ++++++++++--- installer/OpenSLX/OSSetup/Packager/rpm.pm | 14 ++++++++++---- 11 files changed, 110 insertions(+), 40 deletions(-) (limited to 'installer/OpenSLX/OSSetup') diff --git a/installer/OpenSLX/OSSetup/Distro/Any_Clone.pm b/installer/OpenSLX/OSSetup/Distro/Any_Clone.pm index 7602870d..315d3c43 100644 --- a/installer/OpenSLX/OSSetup/Distro/Any_Clone.pm +++ b/installer/OpenSLX/OSSetup/Distro/Any_Clone.pm @@ -1,10 +1,16 @@ -# Any_Clone.pm -# - provides generic clone-only overrides of the OpenSLX OSSetup 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/ +# ----------------------------------------------------------------------------- +# Any_Clone.pm +# - provides generic clone-only overrides of the OpenSLX OSSetup API. +# ----------------------------------------------------------------------------- package OpenSLX::OSSetup::Distro::Any_Clone; use vars qw(@ISA $VERSION); diff --git a/installer/OpenSLX/OSSetup/Distro/Base.pm b/installer/OpenSLX/OSSetup/Distro/Base.pm index 19c2ecd5..0f4a0ffa 100644 --- a/installer/OpenSLX/OSSetup/Distro/Base.pm +++ b/installer/OpenSLX/OSSetup/Distro/Base.pm @@ -1,9 +1,16 @@ -# Base.pm - provides empty base of the OpenSLX OSSetup 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 OSSetup API. +# ----------------------------------------------------------------------------- package OpenSLX::OSSetup::Distro::Base; use vars qw($VERSION); diff --git a/installer/OpenSLX/OSSetup/Distro/Fedora_6.pm b/installer/OpenSLX/OSSetup/Distro/Fedora_6.pm index 15a88554..a621d001 100644 --- a/installer/OpenSLX/OSSetup/Distro/Fedora_6.pm +++ b/installer/OpenSLX/OSSetup/Distro/Fedora_6.pm @@ -1,10 +1,16 @@ -# Fedora_6.pm -# - provides Fedora-6-specific overrides of the OpenSLX OSSetup 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/ +# ----------------------------------------------------------------------------- +# Fedora_6.pm +# - provides Fedora-6-specific overrides of the OpenSLX OSSetup API. +# ----------------------------------------------------------------------------- package OpenSLX::OSSetup::Distro::Fedora_6; use vars qw(@ISA $VERSION); diff --git a/installer/OpenSLX/OSSetup/Distro/SUSE_10_1.pm b/installer/OpenSLX/OSSetup/Distro/SUSE_10_1.pm index 13510c64..c0b68d75 100644 --- a/installer/OpenSLX/OSSetup/Distro/SUSE_10_1.pm +++ b/installer/OpenSLX/OSSetup/Distro/SUSE_10_1.pm @@ -1,10 +1,16 @@ -# SUSE_10_2.pm -# - provides SUSE-10.1-specific overrides of the OpenSLX OSSetup 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/ +# ----------------------------------------------------------------------------- +# SUSE_10_1.pm +# - provides SUSE-10.1-specific overrides of the OpenSLX OSSetup API. +# ----------------------------------------------------------------------------- package OpenSLX::OSSetup::Distro::SUSE_10_1; use vars qw(@ISA $VERSION); diff --git a/installer/OpenSLX/OSSetup/Distro/SUSE_10_2.pm b/installer/OpenSLX/OSSetup/Distro/SUSE_10_2.pm index b1515767..db4b1115 100644 --- a/installer/OpenSLX/OSSetup/Distro/SUSE_10_2.pm +++ b/installer/OpenSLX/OSSetup/Distro/SUSE_10_2.pm @@ -1,10 +1,16 @@ -# SUSE_10_2.pm -# - provides SUSE-10.2-specific overrides of the OpenSLX OSSetup 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/ +# ----------------------------------------------------------------------------- +# SUSE_10_2.pm +# - provides SUSE-10.2-specific overrides of the OpenSLX OSSetup API. +# ----------------------------------------------------------------------------- package OpenSLX::OSSetup::Distro::SUSE_10_2; use vars qw(@ISA $VERSION); diff --git a/installer/OpenSLX/OSSetup/Distro/SUSE_10_2_x86_64.pm b/installer/OpenSLX/OSSetup/Distro/SUSE_10_2_x86_64.pm index 86afe3e0..cb72ea89 100644 --- a/installer/OpenSLX/OSSetup/Distro/SUSE_10_2_x86_64.pm +++ b/installer/OpenSLX/OSSetup/Distro/SUSE_10_2_x86_64.pm @@ -1,10 +1,16 @@ -# SUSE_10_2_x86_64.pm -# - provides SUSE-10.2-x86_64-specific overrides of the OpenSLX OSSetup 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/ +# ----------------------------------------------------------------------------- +# SUSE_10_2_x86_64.pm +# - provides SUSE-10.2-x86_64-specific overrides of the OpenSLX OSSetup API. +# ----------------------------------------------------------------------------- package OpenSLX::OSSetup::Distro::SUSE_10_2_x86_64; use vars qw(@ISA $VERSION); diff --git a/installer/OpenSLX/OSSetup/Engine.pm b/installer/OpenSLX/OSSetup/Engine.pm index 6e89fccb..144238e9 100644 --- a/installer/OpenSLX/OSSetup/Engine.pm +++ b/installer/OpenSLX/OSSetup/Engine.pm @@ -1,9 +1,16 @@ -# Engine.pm - provides driver engine for the OSSetup 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/ +# ----------------------------------------------------------------------------- +# Engine.pm +# - provides driver engine for the OSSetup API. +# ----------------------------------------------------------------------------- package OpenSLX::OSSetup::Engine; use vars qw(@ISA @EXPORT $VERSION); diff --git a/installer/OpenSLX/OSSetup/MetaPackager/Base.pm b/installer/OpenSLX/OSSetup/MetaPackager/Base.pm index b8e8e3e3..1591562c 100644 --- a/installer/OpenSLX/OSSetup/MetaPackager/Base.pm +++ b/installer/OpenSLX/OSSetup/MetaPackager/Base.pm @@ -1,9 +1,16 @@ -# Base.pm - provides empty base of the OpenSLX OSSetup::MetaPackager 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 OSSetup::MetaPackager API. +# ----------------------------------------------------------------------------- package OpenSLX::OSSetup::MetaPackager::Base; use vars qw($VERSION); diff --git a/installer/OpenSLX/OSSetup/MetaPackager/yum.pm b/installer/OpenSLX/OSSetup/MetaPackager/yum.pm index de03ffe1..056940c3 100644 --- a/installer/OpenSLX/OSSetup/MetaPackager/yum.pm +++ b/installer/OpenSLX/OSSetup/MetaPackager/yum.pm @@ -1,10 +1,16 @@ -# yum.pm -# - provides yum-specific overrides of the OpenSLX::OSSetup::MetaPackager 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/ +# ----------------------------------------------------------------------------- +# yum.pm +# - provides yum-specific overrides of the OpenSLX::OSSetup::MetaPackager API. +# ----------------------------------------------------------------------------- package OpenSLX::OSSetup::MetaPackager::yum; use vars qw(@ISA $VERSION); diff --git a/installer/OpenSLX/OSSetup/Packager/Base.pm b/installer/OpenSLX/OSSetup/Packager/Base.pm index ca0fbbae..6ab76cfa 100644 --- a/installer/OpenSLX/OSSetup/Packager/Base.pm +++ b/installer/OpenSLX/OSSetup/Packager/Base.pm @@ -1,9 +1,16 @@ -# Base.pm - provides empty base of the OpenSLX OSSetup::Packager 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 OSSetup::Packager API. +# ----------------------------------------------------------------------------- package OpenSLX::OSSetup::Packager::Base; use vars qw($VERSION); diff --git a/installer/OpenSLX/OSSetup/Packager/rpm.pm b/installer/OpenSLX/OSSetup/Packager/rpm.pm index 06a808c8..63c49e47 100644 --- a/installer/OpenSLX/OSSetup/Packager/rpm.pm +++ b/installer/OpenSLX/OSSetup/Packager/rpm.pm @@ -1,10 +1,16 @@ -# rpm.pm -# - provides rpm-specific overrides of the OpenSLX::OSSetup::Packager 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/ +# ----------------------------------------------------------------------------- +# rpm.pm +# - provides rpm-specific overrides of the OpenSLX::OSSetup::Packager API. +# ----------------------------------------------------------------------------- package OpenSLX::OSSetup::Packager::rpm; use vars qw(@ISA $VERSION); -- cgit v1.2.3-55-g7522