Author: fehr Date: Tue Apr 10 17:28:04 2012 New Revision: 67893 URL: http://svn.opensuse.org/viewcvs/yast?rev=67893&view=rev Log: - Changed license to GPL 2.0 - version 2.22.0 Modified: trunk/iscsi-server/VERSION trunk/iscsi-server/package/yast2-iscsi-server.changes trunk/iscsi-server/src/IscsiServer.ycp trunk/iscsi-server/src/complex.ycp trunk/iscsi-server/src/dialogs.ycp trunk/iscsi-server/src/helps.ycp trunk/iscsi-server/src/iscsi-server.ycp trunk/iscsi-server/src/iscsi-server_auto.ycp trunk/iscsi-server/src/iscsi-server_proposal.ycp trunk/iscsi-server/src/widgets.ycp trunk/iscsi-server/src/wizards.ycp trunk/iscsi-server/yast2-iscsi-server.spec.in Modified: trunk/iscsi-server/VERSION URL: http://svn.opensuse.org/viewcvs/yast/trunk/iscsi-server/VERSION?rev=67893&r1=67892&r2=67893&view=diff ============================================================================== --- trunk/iscsi-server/VERSION (original) +++ trunk/iscsi-server/VERSION Tue Apr 10 17:28:04 2012 @@ -1 +1 @@ -2.21.5 +2.22.0 Modified: trunk/iscsi-server/package/yast2-iscsi-server.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/iscsi-server/package/yast2-iscsi-server.changes?rev=67893&r1=67892&r2=67893&view=diff ============================================================================== --- trunk/iscsi-server/package/yast2-iscsi-server.changes (original) +++ trunk/iscsi-server/package/yast2-iscsi-server.changes Tue Apr 10 17:28:04 2012 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Tue Apr 10 17:26:44 CEST 2012 - fehr@suse.de + +- Changed license to GPL 2.0 +- 2.22.0 + +------------------------------------------------------------------- Thu Mar 29 15:16:10 CEST 2012 - jsuchome@suse.cz - merged proofed texts Modified: trunk/iscsi-server/src/IscsiServer.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/iscsi-server/src/IscsiServer.ycp?rev=67893&r1=67892&r2=67893&view=diff ============================================================================== --- trunk/iscsi-server/src/IscsiServer.ycp (original) +++ trunk/iscsi-server/src/IscsiServer.ycp Tue Apr 10 17:28:04 2012 @@ -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 +| +|*************************************************************************** +*/ /** * File: modules/IscsiServer.ycp * Package: Configuration of iscsi-server Modified: trunk/iscsi-server/src/complex.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/iscsi-server/src/complex.ycp?rev=67893&r1=67892&r2=67893&view=diff ============================================================================== --- trunk/iscsi-server/src/complex.ycp (original) +++ trunk/iscsi-server/src/complex.ycp Tue Apr 10 17:28:04 2012 @@ -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 +| +|*************************************************************************** +*/ /** * File: include/iscsi-server/complex.ycp * Package: Configuration of iscsi-server Modified: trunk/iscsi-server/src/dialogs.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/iscsi-server/src/dialogs.ycp?rev=67893&r1=67892&r2=67893&view=diff ============================================================================== --- trunk/iscsi-server/src/dialogs.ycp (original) +++ trunk/iscsi-server/src/dialogs.ycp Tue Apr 10 17:28:04 2012 @@ -1,11 +1,27 @@ +/* +|*************************************************************************** +| +| 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 Modified: trunk/iscsi-server/src/helps.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/iscsi-server/src/helps.ycp?rev=67893&r1=67892&r2=67893&view=diff ============================================================================== --- trunk/iscsi-server/src/helps.ycp (original) +++ trunk/iscsi-server/src/helps.ycp Tue Apr 10 17:28:04 2012 @@ -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 +| +|*************************************************************************** +*/ /** * File: include/iscsi-server/helps.ycp * Package: Configuration of iscsi-server Modified: trunk/iscsi-server/src/iscsi-server.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/iscsi-server/src/iscsi-server.ycp?rev=67893&r1=67892&r2=67893&view=diff ============================================================================== --- trunk/iscsi-server/src/iscsi-server.ycp (original) +++ trunk/iscsi-server/src/iscsi-server.ycp Tue Apr 10 17:28:04 2012 @@ -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 +| +|*************************************************************************** +*/ /** * File: clients/iscsi-server.ycp * Package: Configuration of iscsi-server Modified: trunk/iscsi-server/src/iscsi-server_auto.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/iscsi-server/src/iscsi-server_auto.ycp?rev=67893&r1=67892&r2=67893&view=diff ============================================================================== --- trunk/iscsi-server/src/iscsi-server_auto.ycp (original) +++ trunk/iscsi-server/src/iscsi-server_auto.ycp Tue Apr 10 17:28:04 2012 @@ -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 +| +|*************************************************************************** +*/ /** * File: clients/iscsi-server_auto.ycp * Package: Configuration of iscsi-server Modified: trunk/iscsi-server/src/iscsi-server_proposal.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/iscsi-server/src/iscsi-server_proposal.ycp?rev=67893&r1=67892&r2=67893&view=diff ============================================================================== --- trunk/iscsi-server/src/iscsi-server_proposal.ycp (original) +++ trunk/iscsi-server/src/iscsi-server_proposal.ycp Tue Apr 10 17:28:04 2012 @@ -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 +| +|*************************************************************************** +*/ /** * File: clients/iscsi-server_proposal.ycp * Package: Configuration of iscsi-server Modified: trunk/iscsi-server/src/widgets.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/iscsi-server/src/widgets.ycp?rev=67893&r1=67892&r2=67893&view=diff ============================================================================== --- trunk/iscsi-server/src/widgets.ycp (original) +++ trunk/iscsi-server/src/widgets.ycp Tue Apr 10 17:28:04 2012 @@ -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"; Modified: trunk/iscsi-server/src/wizards.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/iscsi-server/src/wizards.ycp?rev=67893&r1=67892&r2=67893&view=diff ============================================================================== --- trunk/iscsi-server/src/wizards.ycp (original) +++ trunk/iscsi-server/src/wizards.ycp Tue Apr 10 17:28:04 2012 @@ -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 +| +|*************************************************************************** +*/ /** * File: include/iscsi-server/wizards.ycp * Package: Configuration of iscsi-server Modified: trunk/iscsi-server/yast2-iscsi-server.spec.in URL: http://svn.opensuse.org/viewcvs/yast/trunk/iscsi-server/yast2-iscsi-server.spec.in?rev=67893&r1=67892&r2=67893&view=diff ============================================================================== --- trunk/iscsi-server/yast2-iscsi-server.spec.in (original) +++ trunk/iscsi-server/yast2-iscsi-server.spec.in Tue Apr 10 17:28:04 2012 @@ -3,7 +3,7 @@ @HEADER@ Group: System/YaST -License: GPL-2.0+ +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 # network needs Wizard::OpenCancelOKDialog() -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org