Hello community,

here is the log from the commit of package yast2-iscsi-server for 
openSUSE:Factory checked in at 2012-04-12 09:58:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-iscsi-server (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-iscsi-server.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-iscsi-server", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-iscsi-server/yast2-iscsi-server.changes    
2011-10-04 17:04:37.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-iscsi-server.new/yast2-iscsi-server.changes   
    2012-04-12 09:58:14.000000000 +0200
@@ -1,0 +2,11 @@
+Tue Apr 10 17:26:44 CEST 2012 - [email protected]
+
+- Changed license to GPL 2.0
+- 2.22.0
+
+-------------------------------------------------------------------
+Thu Mar 29 15:16:10 CEST 2012 - [email protected]
+
+- merged proofed texts
+
+-------------------------------------------------------------------

Old:
----
  yast2-iscsi-server-2.21.5.tar.bz2

New:
----
  yast2-iscsi-server-2.22.0.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ yast2-iscsi-server.spec ++++++
--- /var/tmp/diff_new_pack.MrO1S2/_old  2012-04-12 09:58:18.000000000 +0200
+++ /var/tmp/diff_new_pack.MrO1S2/_new  2012-04-12 09:58:18.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-iscsi-server
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,21 +15,26 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           yast2-iscsi-server
-Version:        2.21.5
+Version:        2.22.0
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source0:        yast2-iscsi-server-%{version}.tar.bz2
 
-Prefix:         /usr
-
-Group:          System/YaST
-License:        GPL-2.0+
-BuildRequires:  docbook-xsl-stylesheets doxygen libxslt perl-XML-Writer 
popt-devel sgml-skel update-desktop-files yast2 yast2-devtools 
yast2-packagemanager-devel yast2-perl-bindings yast2-testsuite
+BuildRequires:  docbook-xsl-stylesheets
+BuildRequires:  doxygen
+BuildRequires:  libxslt
+BuildRequires:  perl-XML-Writer
+BuildRequires:  popt-devel
+BuildRequires:  sgml-skel
+BuildRequires:  update-desktop-files
+BuildRequires:  yast2
+BuildRequires:  yast2-devtools
+BuildRequires:  yast2-packagemanager-devel
+BuildRequires:  yast2-perl-bindings
+BuildRequires:  yast2-testsuite
 
 # network needs Wizard::OpenCancelOKDialog()
 #  function from yast2-2.18.2
@@ -39,6 +44,8 @@
 BuildArch:      noarch
 
 Summary:        YaST2 - Configuration of iSCSI target
+License:        GPL-2.0
+Group:          System/YaST
 
 %description
 Configuration of iSCSI target
@@ -47,23 +54,22 @@
 %setup -n yast2-iscsi-server-%{version}
 
 %build
-%{prefix}/bin/y2tool y2autoconf
-%{prefix}/bin/y2tool y2automake
+%{_prefix}/bin/y2tool y2autoconf
+%{_prefix}/bin/y2tool y2automake
 autoreconf --force --install
 
 export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
 export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
 
-%{?suse_update_config:%{suse_update_config -f}}
-./configure --libdir=%{_libdir} --prefix=%{prefix} --mandir=%{_mandir}
+./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir}
 # V=1: verbose build in case we used AM_SILENT_RULES(yes)
 # so that RPM_OPT_FLAGS check works
 make %{?jobs:-j%jobs} V=1
 
 %install
 make install DESTDIR="$RPM_BUILD_ROOT"
-[ -e "%{prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK" ] || 
Y2DIR="$RPM_BUILD_ROOT/usr/share/YaST2" make check DESTDIR="$RPM_BUILD_ROOT"
-for f in `find $RPM_BUILD_ROOT/%{prefix}/share/applications/YaST2/ -name 
"*.desktop"` ; do
+[ -e "%{_prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK" ] || 
Y2DIR="$RPM_BUILD_ROOT/usr/share/YaST2" make check DESTDIR="$RPM_BUILD_ROOT"
+for f in `find $RPM_BUILD_ROOT/%{_prefix}/share/applications/YaST2/ -name 
"*.desktop"` ; do
     d=${f##*/}
     %suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop}
 done
@@ -78,8 +84,8 @@
 /usr/share/YaST2/clients/iscsi-server.ycp
 /usr/share/YaST2/clients/iscsi-server_*.ycp
 /usr/share/YaST2/modules/IscsiServer*
-%{prefix}/share/applications/YaST2/iscsi-server.desktop
+%{_prefix}/share/applications/YaST2/iscsi-server.desktop
 /usr/share/YaST2/scrconf/ietd.scr
-%doc %{prefix}/share/doc/packages/yast2-iscsi-server
+%doc %{_prefix}/share/doc/packages/yast2-iscsi-server
 
 %changelog

++++++ yast2-iscsi-server-2.21.5.tar.bz2 -> yast2-iscsi-server-2.22.0.tar.bz2 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-iscsi-server-2.21.5/VERSION 
new/yast2-iscsi-server-2.22.0/VERSION
--- old/yast2-iscsi-server-2.21.5/VERSION       2011-09-27 15:19:56.000000000 
+0200
+++ new/yast2-iscsi-server-2.22.0/VERSION       2012-04-10 17:27:47.000000000 
+0200
@@ -1 +1 @@
-2.21.5
+2.22.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-iscsi-server-2.21.5/configure 
new/yast2-iscsi-server-2.22.0/configure
--- old/yast2-iscsi-server-2.21.5/configure     2011-09-27 15:18:13.000000000 
+0200
+++ new/yast2-iscsi-server-2.22.0/configure     2012-04-10 17:13:03.000000000 
+0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for yast2-iscsi-server 2.21.4.
+# Generated by GNU Autoconf 2.68 for yast2-iscsi-server 2.21.5.
 #
 # Report bugs to <http://bugs.opensuse.org/>.
 #
@@ -559,8 +559,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2-iscsi-server'
 PACKAGE_TARNAME='yast2-iscsi-server'
-PACKAGE_VERSION='2.21.4'
-PACKAGE_STRING='yast2-iscsi-server 2.21.4'
+PACKAGE_VERSION='2.21.5'
+PACKAGE_STRING='yast2-iscsi-server 2.21.5'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1229,7 +1229,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures yast2-iscsi-server 2.21.4 to adapt to many kinds of 
systems.
+\`configure' configures yast2-iscsi-server 2.21.5 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1301,7 +1301,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of yast2-iscsi-server 2.21.4:";;
+     short | recursive ) echo "Configuration of yast2-iscsi-server 2.21.5:";;
    esac
   cat <<\_ACEOF
 
@@ -1381,7 +1381,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-yast2-iscsi-server configure 2.21.4
+yast2-iscsi-server configure 2.21.5
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1398,7 +1398,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by yast2-iscsi-server $as_me 2.21.4, which was
+It was created by yast2-iscsi-server $as_me 2.21.5, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -2328,7 +2328,7 @@
 
 # Define the identity of the package.
  PACKAGE='yast2-iscsi-server'
- VERSION='2.21.4'
+ VERSION='2.21.5'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -2450,7 +2450,7 @@
 
 
 
-VERSION="2.21.4"
+VERSION="2.21.5"
 RPMNAME="yast2-iscsi-server"
 MAINTAINER="Thomas Fehr <[email protected]>"
 
@@ -3380,7 +3380,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by yast2-iscsi-server $as_me 2.21.4, which was
+This file was extended by yast2-iscsi-server $as_me 2.21.5, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -3433,7 +3433,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-yast2-iscsi-server config.status 2.21.4
+yast2-iscsi-server config.status 2.21.5
 configured by $0, generated by GNU Autoconf 2.68,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-iscsi-server-2.21.5/configure.in 
new/yast2-iscsi-server-2.22.0/configure.in
--- old/yast2-iscsi-server-2.21.5/configure.in  2011-09-27 15:18:11.000000000 
+0200
+++ new/yast2-iscsi-server-2.22.0/configure.in  2012-04-10 17:12:59.000000000 
+0200
@@ -1,9 +1,9 @@
 dnl configure.in for yast2-iscsi-server
 dnl
-dnl -- This file is generated by y2autoconf 2.21.2 - DO NOT EDIT! --
+dnl -- This file is generated by y2autoconf 2.21.8 - DO NOT EDIT! --
 dnl    (edit configure.in.in instead)
 
-AC_INIT(yast2-iscsi-server, 2.21.4, http://bugs.opensuse.org/, 
yast2-iscsi-server)
+AC_INIT(yast2-iscsi-server, 2.21.5, http://bugs.opensuse.org/, 
yast2-iscsi-server)
 dnl Check for presence of file 'RPMNAME'
 AC_CONFIG_SRCDIR([RPMNAME])
 
@@ -18,7 +18,7 @@
 AM_INIT_AUTOMAKE(tar-ustar -Wno-portability)
 
 dnl Important YaST2 variables
-VERSION="2.21.4"
+VERSION="2.21.5"
 RPMNAME="yast2-iscsi-server"
 MAINTAINER="Thomas Fehr <[email protected]>"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-iscsi-server-2.21.5/src/IscsiServer.ycp 
new/yast2-iscsi-server-2.22.0/src/IscsiServer.ycp
--- old/yast2-iscsi-server-2.21.5/src/IscsiServer.ycp   2011-09-27 
15:17:09.000000000 +0200
+++ new/yast2-iscsi-server-2.22.0/src/IscsiServer.ycp   2012-04-10 
17:28:05.000000000 +0200
@@ -1,10 +1,33 @@
+/*
+|***************************************************************************
+|
+| Copyright (c) [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/IscsiServer.ycp
  * Package:    Configuration of iscsi-server
  * Summary:    IscsiServer settings, input and output functions
  * Authors:    Michal Zugec <[email protected]>
  *
- * $Id: IscsiServer.ycp 65205 2011-08-04 12:13:02Z fehr $
+ * $Id: IscsiServer.ycp 67893 2012-04-10 15:28:04Z fehr $
  *
  * Representation of the configuration of iscsi-server.
  * Input and output routines.
@@ -130,7 +153,7 @@
  if (!PackageSystem::PackageInstalled("iscsitarget")){
   y2milestone("Not installed, will install");
   boolean confirm = Popup::AnyQuestionRichText(
-        "", _("Can't continue without installing iscsitarget package"), 40, 10,
+        "", _("Cannot continue without installing iscsitarget package."), 40, 
10,
         Label::InstallButton(), Label::CancelButton (), `focus_yes
     );
 
@@ -179,8 +202,8 @@
 boolean reloadServer(){
 // ask user whether reload or restart server
 // #180205 - gettext problem - string wasn't marked to translate
-if (Popup::YesNo(_( "If changes have been made, the iSCSI target is not able
-to reload current configuration. It can only restart.
+if (Popup::YesNo(_("If changes have been made, the iSCSI target is not able
+to reload the current configuration. It can only restart.
 When restarting, all sessions are aborted.
 Restart the iscsitarget service?
 "))) Service::Restart("iscsitarget");
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-iscsi-server-2.21.5/src/complex.ycp 
new/yast2-iscsi-server-2.22.0/src/complex.ycp
--- old/yast2-iscsi-server-2.21.5/src/complex.ycp       2011-09-27 
15:17:09.000000000 +0200
+++ new/yast2-iscsi-server-2.22.0/src/complex.ycp       2012-04-10 
17:28:05.000000000 +0200
@@ -1,10 +1,33 @@
+/*
+|***************************************************************************
+|
+| Copyright (c) [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:       include/iscsi-server/complex.ycp
  * Package:    Configuration of iscsi-server
  * Summary:    Dialogs definitions
  * Authors:    Michal Zugec <[email protected]>
  *
- * $Id: complex.ycp 65763 2011-09-19 06:51:34Z visnov $
+ * $Id: complex.ycp 67893 2012-04-10 15:28:04Z fehr $
  */
 
 {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-iscsi-server-2.21.5/src/dialogs.ycp 
new/yast2-iscsi-server-2.22.0/src/dialogs.ycp
--- old/yast2-iscsi-server-2.21.5/src/dialogs.ycp       2011-09-27 
15:17:09.000000000 +0200
+++ new/yast2-iscsi-server-2.22.0/src/dialogs.ycp       2012-04-10 
17:28:05.000000000 +0200
@@ -1,17 +1,33 @@
+/*
+|***************************************************************************
+|
+| Copyright (c) [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
+|
+|***************************************************************************
+*/
 /**
- if (size((list)UI::QueryWidget(`server, `Items))==0){
-  UI::ChangeWidget(`edit, `Enabled, false);
-  UI::ChangeWidget(`delete,  `Enabled, false);
- } else {
-         UI::ChangeWidget(`edit, `Enabled, true);
-         UI::ChangeWidget(`delete,  `Enabled, true);
-       }
  * File:       include/iscsi-server/dialogs.ycp
  * Package:    Configuration of iscsi-server
  * Summary:    Dialogs definitions
  * Authors:    Michal Zugec <[email protected]>
  *
- * $Id: dialogs.ycp 62013 2010-05-14 10:54:47Z mzugec $
+ * $Id: dialogs.ycp 67893 2012-04-10 15:28:04Z fehr $
  */
 
 {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-iscsi-server-2.21.5/src/helps.ycp 
new/yast2-iscsi-server-2.22.0/src/helps.ycp
--- old/yast2-iscsi-server-2.21.5/src/helps.ycp 2011-09-27 15:17:09.000000000 
+0200
+++ new/yast2-iscsi-server-2.22.0/src/helps.ycp 2012-04-10 17:28:05.000000000 
+0200
@@ -1,10 +1,33 @@
+/*
+|***************************************************************************
+|
+| Copyright (c) [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:       include/iscsi-server/helps.ycp
  * Package:    Configuration of iscsi-server
  * Summary:    Help texts of all the dialogs
  * Authors:    Michal Zugec <[email protected]>
  *
- * $Id: helps.ycp 64650 2011-06-30 11:39:06Z fehr $
+ * $Id: helps.ycp 67893 2012-04-10 15:28:04Z fehr $
  */
 
 {
@@ -98,26 +121,24 @@
 </p>"),
 
        // discovery authentication
-       "global_config" : _(
-"Select the type of authentication. Use <b>No Authentication</b> or one of 
<b>Incoming</b> and <b>Outgoing</b> (can be both together). Then insert 
<b>User</b> and <b>Password</b>.\n"
+       "global_config" : _("Select the type of authentication. Use <b>No 
Authentication</b> or one of <b>Incoming</b> and <b>Outgoing</b> (can be both 
together). Then insert <b>User</b> and <b>Password</b>.\n"
 "For incoming authentication, it is possible to <b>Add</b> more  pairs or 
<b>Edit</b> or <b>Delete</b> them."),
 
        // target dialog
-       "server_table" :_(
-"List of offered targets. Create a new target by clicking <b>Add</b>. \n"
-"To delete or modify an item, select it and press <b>Modify</b> or 
<b>Delete</b>."
-),
+       "server_table" :_("List of offered targets. Create a new target by 
clicking <b>Add</b>. \n"
+"To delete or modify an item, select it and press <b>Modify</b> or 
<b>Delete</b>."),
 
        // edit target
        "target-modify":        _("<h1>iSCSI Target</h1>") + _("It is possible 
to change the <b>Path</b> to block devices, regular files, LVM, or RAID.
 "),
 
        // add target
-       "target-add":   _("<h1>iSCSI Target</h1>") + _(
-"Create a new target. Replace template values with the correct values.\n"
+       "target-add":   _("<h1>iSCSI Target</h1>") + _("Create a new target. 
Replace template values with the correct values.\n"
 "For <b>Target</b>, use the format iqn.yyyy-mm.<reversed domain name>.\n"
 "For <b>Path</b>, use block devices, regular files, LVM, or RAID.\n")
-+_("<b>Add</b> one or more LUNs.\nIf you need any extra options, push 
<b>Expert Settings</b>."),
++_("<b>Add</b> one or more LUNs.
+If you need additional options, click <b>Expert Settings</b>.
+"),
 
 
        // expert dialog
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-iscsi-server-2.21.5/src/iscsi-server.ycp 
new/yast2-iscsi-server-2.22.0/src/iscsi-server.ycp
--- old/yast2-iscsi-server-2.21.5/src/iscsi-server.ycp  2011-09-27 
15:17:09.000000000 +0200
+++ new/yast2-iscsi-server-2.22.0/src/iscsi-server.ycp  2012-04-10 
17:28:05.000000000 +0200
@@ -1,10 +1,33 @@
+/*
+|***************************************************************************
+|
+| Copyright (c) [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:       clients/iscsi-server.ycp
  * Package:    Configuration of iscsi-server
  * Summary:    Main file
  * Authors:    Michal Zugec <[email protected]>
  *
- * $Id: iscsi-server.ycp 28597 2006-03-06 11:29:38Z mzugec $
+ * $Id: iscsi-server.ycp 67893 2012-04-10 15:28:04Z fehr $
  *
  * Main file for iscsi-server configuration. Uses all other files.
  */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-iscsi-server-2.21.5/src/iscsi-server_auto.ycp 
new/yast2-iscsi-server-2.22.0/src/iscsi-server_auto.ycp
--- old/yast2-iscsi-server-2.21.5/src/iscsi-server_auto.ycp     2011-09-27 
15:17:09.000000000 +0200
+++ new/yast2-iscsi-server-2.22.0/src/iscsi-server_auto.ycp     2012-04-10 
17:28:05.000000000 +0200
@@ -1,10 +1,33 @@
+/*
+|***************************************************************************
+|
+| Copyright (c) [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:       clients/iscsi-server_auto.ycp
  * Package:    Configuration of iscsi-server
  * Summary:    Client for autoinstallation
  * Authors:    Michal Zugec <[email protected]>
  *
- * $Id: iscsi-server_auto.ycp 30747 2006-05-09 09:19:14Z mzugec $
+ * $Id: iscsi-server_auto.ycp 67893 2012-04-10 15:28:04Z fehr $
  *
  * This is a client for autoinstallation. It takes its arguments,
  * goes through the configuration and return the setting.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-iscsi-server-2.21.5/src/iscsi-server_proposal.ycp 
new/yast2-iscsi-server-2.22.0/src/iscsi-server_proposal.ycp
--- old/yast2-iscsi-server-2.21.5/src/iscsi-server_proposal.ycp 2011-09-27 
15:17:09.000000000 +0200
+++ new/yast2-iscsi-server-2.22.0/src/iscsi-server_proposal.ycp 2012-04-10 
17:28:05.000000000 +0200
@@ -1,10 +1,33 @@
+/*
+|***************************************************************************
+|
+| Copyright (c) [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:       clients/iscsi-server_proposal.ycp
  * Package:    Configuration of iscsi-server
  * Summary:    Proposal function dispatcher.
  * Authors:    Michal Zugec <[email protected]>
  *
- * $Id: iscsi-server_proposal.ycp 28597 2006-03-06 11:29:38Z mzugec $
+ * $Id: iscsi-server_proposal.ycp 67893 2012-04-10 15:28:04Z fehr $
  *
  * Proposal function dispatcher for iscsi-server configuration.
  * See source/installation/proposal/proposal-API.txt
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-iscsi-server-2.21.5/src/widgets.ycp 
new/yast2-iscsi-server-2.22.0/src/widgets.ycp
--- old/yast2-iscsi-server-2.21.5/src/widgets.ycp       2011-09-27 
15:17:09.000000000 +0200
+++ new/yast2-iscsi-server-2.22.0/src/widgets.ycp       2012-04-10 
17:01:00.000000000 +0200
@@ -1,3 +1,26 @@
+/*
+|***************************************************************************
+|
+| Copyright (c) [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
+|
+|***************************************************************************
+*/
 {
 
 textdomain "iscsi-server";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-iscsi-server-2.21.5/src/wizards.ycp 
new/yast2-iscsi-server-2.22.0/src/wizards.ycp
--- old/yast2-iscsi-server-2.21.5/src/wizards.ycp       2011-09-27 
15:20:42.000000000 +0200
+++ new/yast2-iscsi-server-2.22.0/src/wizards.ycp       2012-04-10 
17:28:05.000000000 +0200
@@ -1,10 +1,33 @@
+/*
+|***************************************************************************
+|
+| Copyright (c) [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:       include/iscsi-server/wizards.ycp
  * Package:    Configuration of iscsi-server
  * Summary:    Wizards definitions
  * Authors:    Michal Zugec <[email protected]>
  *
- * $Id: wizards.ycp 66099 2011-09-27 13:20:41Z visnov $
+ * $Id: wizards.ycp 67893 2012-04-10 15:28:04Z fehr $
  */
 
 {

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to