From c43c02f8c8608645e01b7bb8441c928d8b02d640 Mon Sep 17 00:00:00 2001 From: "J. Daniel Schmidt" Date: Tue, 20 Nov 2012 18:39:10 +0100 Subject: [PATCH] confirmed license --- src/clients/inst_suse_register.ycp | 21 +++++++++++++++++++++ src/clients/suse_register_auto.ycp | 21 +++++++++++++++++++++ src/dialogs/texts.ycp | 21 +++++++++++++++++++++ src/modules/Register.ycp | 21 +++++++++++++++++++++ src/modules/YSR.pm | 24 +++++++++++++++++++++--- testsuite/tests/Registration.ycp | 21 +++++++++++++++++++++ yast2-registration.spec.in | 6 +++--- 7 files changed, 129 insertions(+), 6 deletions(-) diff --git a/src/clients/inst_suse_register.ycp b/src/clients/inst_suse_register.ycp index 825b01fed..45373e346 100644 --- a/src/clients/inst_suse_register.ycp +++ b/src/clients/inst_suse_register.ycp @@ -1,3 +1,24 @@ +/**************************************************************************** + +Copyright (c) 2006 - 2012 Novell, Inc. +All Rights Reserved. + +This program is free software; you can redistribute it and/or +modify it under the terms of version 2 of the GNU General Public License as +published by the Free Software Foundation. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, contact Novell, Inc. + +To contact Novell about this file by physical or electronic mail, +you may find current contact information at www.novell.com + +****************************************************************************/ /** * File: installation/general/inst_suse_register * Module: Installation diff --git a/src/clients/suse_register_auto.ycp b/src/clients/suse_register_auto.ycp index 958d403c4..30d0e4b0a 100644 --- a/src/clients/suse_register_auto.ycp +++ b/src/clients/suse_register_auto.ycp @@ -1,3 +1,24 @@ +/**************************************************************************** + +Copyright (c) 2006 - 2012 Novell, Inc. +All Rights Reserved. + +This program is free software; you can redistribute it and/or +modify it under the terms of version 2 of the GNU General Public License as +published by the Free Software Foundation. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, contact Novell, Inc. + +To contact Novell about this file by physical or electronic mail, +you may find current contact information at www.novell.com + +****************************************************************************/ /** * File: suse_register_auto * Module: Installation diff --git a/src/dialogs/texts.ycp b/src/dialogs/texts.ycp index dd09a7dda..74262ae8f 100644 --- a/src/dialogs/texts.ycp +++ b/src/dialogs/texts.ycp @@ -1,3 +1,24 @@ +/**************************************************************************** + +Copyright (c) 2006 - 2012 Novell, Inc. +All Rights Reserved. + +This program is free software; you can redistribute it and/or +modify it under the terms of version 2 of the GNU General Public License as +published by the Free Software Foundation. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, contact Novell, Inc. + +To contact Novell about this file by physical or electronic mail, +you may find current contact information at www.novell.com + +****************************************************************************/ /** * File: registration/src/clients/texts.ycp * Module: registration diff --git a/src/modules/Register.ycp b/src/modules/Register.ycp index d28120eee..5a38b54e7 100644 --- a/src/modules/Register.ycp +++ b/src/modules/Register.ycp @@ -1,3 +1,24 @@ +/**************************************************************************** + +Copyright (c) 2006 - 2012 Novell, Inc. +All Rights Reserved. + +This program is free software; you can redistribute it and/or +modify it under the terms of version 2 of the GNU General Public License as +published by the Free Software Foundation. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, contact Novell, Inc. + +To contact Novell about this file by physical or electronic mail, +you may find current contact information at www.novell.com + +****************************************************************************/ /** * File: modules/Register.ycp * Package: Installation diff --git a/src/modules/YSR.pm b/src/modules/YSR.pm index 0c474a5b8..faca8d5e4 100644 --- a/src/modules/YSR.pm +++ b/src/modules/YSR.pm @@ -1,11 +1,29 @@ # -# Copyright (c) 2008 SUSE LINUX Products GmbH. All rights reserved. +# Copyright (c) 2008 - 2012 Novell, Inc. +# All Rights Reserved. # -# Author: Michael Calmer , 2008 -# Editor: J. Daniel Schmidt , 2008,2009 +# This program is free software; you can redistribute it and/or +# modify it under the terms of version 2 of the GNU General Public License as +# published by the Free Software Foundation. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, contact Novell, Inc. +# +# To contact Novell about this file by physical or electronic mail, +# you may find current contact information at www.novell.com +# + # # YSR.pm - interface for YaST to interact with SUSE::SuseRegister # +# Authors: Michael Calmer +# J. Daniel Schmidt +# package YSR; diff --git a/testsuite/tests/Registration.ycp b/testsuite/tests/Registration.ycp index 8bf25ae8a..4001b633d 100644 --- a/testsuite/tests/Registration.ycp +++ b/testsuite/tests/Registration.ycp @@ -1,3 +1,24 @@ +/**************************************************************************** + +Copyright (c) 2006 - 2012 Novell, Inc. +All Rights Reserved. + +This program is free software; you can redistribute it and/or +modify it under the terms of version 2 of the GNU General Public License as +published by the Free Software Foundation. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, contact Novell, Inc. + +To contact Novell about this file by physical or electronic mail, +you may find current contact information at www.novell.com + +****************************************************************************/ { // testedfiles: Registration.ycp diff --git a/yast2-registration.spec.in b/yast2-registration.spec.in index 9f58e202f..643795d16 100644 --- a/yast2-registration.spec.in +++ b/yast2-registration.spec.in @@ -19,7 +19,7 @@ @HEADER@ Group: System/YaST -License: GPL-2.0+ +License: GPL-2.0 Requires: yast2 >= 2.17.0 Requires: yast2-packager >= 2.17.0 Requires: suseRegister @@ -61,7 +61,7 @@ install -m 0644 %SOURCE1 $RPM_BUILD_ROOT/usr/share/PolicyKit/policy/ @CLEAN@ %package branding-SLE -License: GPL-2.0+ +License: GPL-2.0 Requires: yast2-registration Provides: yast2-registration-branding Conflicts: otherproviders(yast2-registration-branding) @@ -78,7 +78,7 @@ Authors: J. Daniel Schmidt %package branding-openSUSE -License: GPL-2.0+ +License: GPL-2.0 Requires: yast2-registration Provides: yast2-registration-branding Conflicts: otherproviders(yast2-registration-branding)