[yast-commit] r67282 - in /trunk/samba-server: ./ package/ src/
Author: jsuchome Date: Wed Jan 25 10:49:50 2012 New Revision: 67282 URL: http://svn.opensuse.org/viewcvs/yast?rev=67282&view=rev Log: - confirmed license - 2.22.0 Modified: trunk/samba-server/VERSION trunk/samba-server/package/yast2-samba-server.changes trunk/samba-server/src/SambaAccounts.pm trunk/samba-server/src/SambaBackend.pm trunk/samba-server/src/SambaBackendLDAP.pm trunk/samba-server/src/SambaBackendSimple.pm trunk/samba-server/src/SambaPrinters.pm trunk/samba-server/src/SambaRole.pm trunk/samba-server/src/SambaSecrets.pm trunk/samba-server/src/SambaServer.pm trunk/samba-server/src/SambaService.pm trunk/samba-server/src/SambaTrustDom.pm trunk/samba-server/src/add_machine.ycp trunk/samba-server/src/complex.ycp trunk/samba-server/src/dialogs-items.ycp trunk/samba-server/src/dialogs.ycp trunk/samba-server/src/helps.ycp trunk/samba-server/src/ldap-widget.ycp trunk/samba-server/src/samba-options-global.ycp trunk/samba-server/src/samba-options-local.ycp trunk/samba-server/src/samba-server.ycp trunk/samba-server/src/samba-server_auto.ycp trunk/samba-server/src/wizards.ycp trunk/samba-server/yast2-samba-server.spec.in Modified: trunk/samba-server/VERSION URL: http://svn.opensuse.org/viewcvs/yast/trunk/samba-server/VERSION?rev=67282&r1=67281&r2=67282&view=diff ============================================================================== --- trunk/samba-server/VERSION (original) +++ trunk/samba-server/VERSION Wed Jan 25 10:49:50 2012 @@ -1 +1 @@ -2.21.4 +2.22.0 Modified: trunk/samba-server/package/yast2-samba-server.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/samba-server/package/yast2-samba-server.changes?rev=67282&r1=67281&r2=67282&view=diff ============================================================================== --- trunk/samba-server/package/yast2-samba-server.changes (original) +++ trunk/samba-server/package/yast2-samba-server.changes Wed Jan 25 10:49:50 2012 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Wed Jan 25 10:43:04 CET 2012 - jsuchome@suse.cz + +- confirmed license +- 2.22.0 + +------------------------------------------------------------------- Thu Sep 22 15:47:42 CEST 2011 - visnov@suse.cz - set dialog title Modified: trunk/samba-server/src/SambaAccounts.pm URL: http://svn.opensuse.org/viewcvs/yast/trunk/samba-server/src/SambaAccounts.pm?rev=67282&r1=67281&r2=67282&view=diff ============================================================================== --- trunk/samba-server/src/SambaAccounts.pm (original) +++ trunk/samba-server/src/SambaAccounts.pm Wed Jan 25 10:49:50 2012 @@ -1,3 +1,22 @@ +# ------------------------------------------------------------------------------ +# 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/SambaAccounts.pm # Package: Configuration of samba-server # Authors: Stanislav Visnovsky <visnov@suse.cz> Modified: trunk/samba-server/src/SambaBackend.pm URL: http://svn.opensuse.org/viewcvs/yast/trunk/samba-server/src/SambaBackend.pm?rev=67282&r1=67281&r2=67282&view=diff ============================================================================== --- trunk/samba-server/src/SambaBackend.pm (original) +++ trunk/samba-server/src/SambaBackend.pm Wed Jan 25 10:49:50 2012 @@ -1,3 +1,22 @@ +# ------------------------------------------------------------------------------ +# 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/SambaBackend.pm # Package: Configuration of samba-server # Authors: Stanislav Visnovsky <visnov@suse.cz> Modified: trunk/samba-server/src/SambaBackendLDAP.pm URL: http://svn.opensuse.org/viewcvs/yast/trunk/samba-server/src/SambaBackendLDAP.pm?rev=67282&r1=67281&r2=67282&view=diff ============================================================================== --- trunk/samba-server/src/SambaBackendLDAP.pm (original) +++ trunk/samba-server/src/SambaBackendLDAP.pm Wed Jan 25 10:49:50 2012 @@ -1,3 +1,22 @@ +# ------------------------------------------------------------------------------ +# 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/SambaBackendLDAP.pm # Package: Configuration of samba-server # Authors: Stanislav Visnovsky <visnov@suse.cz> Modified: trunk/samba-server/src/SambaBackendSimple.pm URL: http://svn.opensuse.org/viewcvs/yast/trunk/samba-server/src/SambaBackendSimple.pm?rev=67282&r1=67281&r2=67282&view=diff ============================================================================== --- trunk/samba-server/src/SambaBackendSimple.pm (original) +++ trunk/samba-server/src/SambaBackendSimple.pm Wed Jan 25 10:49:50 2012 @@ -1,3 +1,22 @@ +# ------------------------------------------------------------------------------ +# 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/SambaBackendSimple.pm # Package: Configuration of samba-server # Authors: Stanislav Visnovsky <visnov@suse.cz> Modified: trunk/samba-server/src/SambaPrinters.pm URL: http://svn.opensuse.org/viewcvs/yast/trunk/samba-server/src/SambaPrinters.pm?rev=67282&r1=67281&r2=67282&view=diff ============================================================================== --- trunk/samba-server/src/SambaPrinters.pm (original) +++ trunk/samba-server/src/SambaPrinters.pm Wed Jan 25 10:49:50 2012 @@ -1,3 +1,22 @@ +# ------------------------------------------------------------------------------ +# 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/SambaPrinters.pm # Package: Configuration of samba-server # Authors: Stanislav Visnovsky <visnov@suse.cz> Modified: trunk/samba-server/src/SambaRole.pm URL: http://svn.opensuse.org/viewcvs/yast/trunk/samba-server/src/SambaRole.pm?rev=67282&r1=67281&r2=67282&view=diff ============================================================================== --- trunk/samba-server/src/SambaRole.pm (original) +++ trunk/samba-server/src/SambaRole.pm Wed Jan 25 10:49:50 2012 @@ -1,3 +1,22 @@ +# ------------------------------------------------------------------------------ +# 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/SambaRole.pm # Package: Configuration of samba-server # Authors: Stanislav Visnovsky <visnov@suse.cz> Modified: trunk/samba-server/src/SambaSecrets.pm URL: http://svn.opensuse.org/viewcvs/yast/trunk/samba-server/src/SambaSecrets.pm?rev=67282&r1=67281&r2=67282&view=diff ============================================================================== --- trunk/samba-server/src/SambaSecrets.pm (original) +++ trunk/samba-server/src/SambaSecrets.pm Wed Jan 25 10:49:50 2012 @@ -1,4 +1,23 @@ #! /usr/bin/perl +# ------------------------------------------------------------------------------ +# 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/SambaSecrets.pm # Package: Samba server # Summary: Reading of /etc/samba/secrets.tdb Modified: trunk/samba-server/src/SambaServer.pm URL: http://svn.opensuse.org/viewcvs/yast/trunk/samba-server/src/SambaServer.pm?rev=67282&r1=67281&r2=67282&view=diff ============================================================================== --- trunk/samba-server/src/SambaServer.pm (original) +++ trunk/samba-server/src/SambaServer.pm Wed Jan 25 10:49:50 2012 @@ -1,3 +1,22 @@ +# ------------------------------------------------------------------------------ +# 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/SambaServer.ycp # Package: Configuration of samba-server # Summary: Data for configuration of samba-server, input and output functions. Modified: trunk/samba-server/src/SambaService.pm URL: http://svn.opensuse.org/viewcvs/yast/trunk/samba-server/src/SambaService.pm?rev=67282&r1=67281&r2=67282&view=diff ============================================================================== --- trunk/samba-server/src/SambaService.pm (original) +++ trunk/samba-server/src/SambaService.pm Wed Jan 25 10:49:50 2012 @@ -1,3 +1,22 @@ +# ------------------------------------------------------------------------------ +# 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/SambaService.ycp # Package: Configuration of samba-server # Summary: Data for configuration of samba-server, input and output functions. Modified: trunk/samba-server/src/SambaTrustDom.pm URL: http://svn.opensuse.org/viewcvs/yast/trunk/samba-server/src/SambaTrustDom.pm?rev=67282&r1=67281&r2=67282&view=diff ============================================================================== --- trunk/samba-server/src/SambaTrustDom.pm (original) +++ trunk/samba-server/src/SambaTrustDom.pm Wed Jan 25 10:49:50 2012 @@ -1,3 +1,22 @@ +# ------------------------------------------------------------------------------ +# 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/SambaTrustDom.pm # Package: Configuration of samba-server # Authors: Stanislav Visnovsky <visnov@suse.cz> Modified: trunk/samba-server/src/add_machine.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/samba-server/src/add_machine.ycp?rev=67282&r1=67281&r2=67282&view=diff ============================================================================== --- trunk/samba-server/src/add_machine.ycp (original) +++ trunk/samba-server/src/add_machine.ycp Wed Jan 25 10:49:50 2012 @@ -1,3 +1,23 @@ +/* ------------------------------------------------------------------------------ + * 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: data/add_machine.ycp * Package: Configuration of samba-server Modified: trunk/samba-server/src/complex.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/samba-server/src/complex.ycp?rev=67282&r1=67281&r2=67282&view=diff ============================================================================== --- trunk/samba-server/src/complex.ycp (original) +++ trunk/samba-server/src/complex.ycp Wed Jan 25 10:49:50 2012 @@ -1,3 +1,23 @@ +/* ------------------------------------------------------------------------------ + * 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: include/samba-server/complex.ycp * Package: Configuration of samba-server Modified: trunk/samba-server/src/dialogs-items.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/samba-server/src/dialogs-items.ycp?rev=67282&r1=67281&r2=67282&view=diff ============================================================================== --- trunk/samba-server/src/dialogs-items.ycp (original) +++ trunk/samba-server/src/dialogs-items.ycp Wed Jan 25 10:49:50 2012 @@ -1,3 +1,23 @@ +/* ------------------------------------------------------------------------------ + * 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/dialogs-items.ycp * Package: Configuration of samba-server Modified: trunk/samba-server/src/dialogs.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/samba-server/src/dialogs.ycp?rev=67282&r1=67281&r2=67282&view=diff ============================================================================== --- trunk/samba-server/src/dialogs.ycp (original) +++ trunk/samba-server/src/dialogs.ycp Wed Jan 25 10:49:50 2012 @@ -1,3 +1,23 @@ +/* ------------------------------------------------------------------------------ + * 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: include/samba-server/dialogs.ycp * Package: Configuration of samba-server Modified: trunk/samba-server/src/helps.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/samba-server/src/helps.ycp?rev=67282&r1=67281&r2=67282&view=diff ============================================================================== --- trunk/samba-server/src/helps.ycp (original) +++ trunk/samba-server/src/helps.ycp Wed Jan 25 10:49:50 2012 @@ -1,3 +1,23 @@ +/* ------------------------------------------------------------------------------ + * 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: include/samba-server/helps.ycp * Package: Configuration of samba-server Modified: trunk/samba-server/src/ldap-widget.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/samba-server/src/ldap-widget.ycp?rev=67282&r1=67281&r2=67282&view=diff ============================================================================== --- trunk/samba-server/src/ldap-widget.ycp (original) +++ trunk/samba-server/src/ldap-widget.ycp Wed Jan 25 10:49:50 2012 @@ -1,3 +1,23 @@ +/* ------------------------------------------------------------------------------ + * 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: include/samba-server/ldap-widget.ycp * Package: Configuration of samba-server Modified: trunk/samba-server/src/samba-options-global.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/samba-server/src/samba-options-global.ycp?rev=67282&r1=67281&r2=67282&view=diff ============================================================================== --- trunk/samba-server/src/samba-options-global.ycp (original) +++ trunk/samba-server/src/samba-options-global.ycp Wed Jan 25 10:49:50 2012 @@ -1,3 +1,23 @@ +/* ------------------------------------------------------------------------------ + * 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: include/samba-options-global.ycp * Package: Configuration of samba-server Modified: trunk/samba-server/src/samba-options-local.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/samba-server/src/samba-options-local.ycp?rev=67282&r1=67281&r2=67282&view=diff ============================================================================== --- trunk/samba-server/src/samba-options-local.ycp (original) +++ trunk/samba-server/src/samba-options-local.ycp Wed Jan 25 10:49:50 2012 @@ -1,3 +1,23 @@ +/* ------------------------------------------------------------------------------ + * 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: include/samba-options-local.ycp * Package: Configuration of samba-server Modified: trunk/samba-server/src/samba-server.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/samba-server/src/samba-server.ycp?rev=67282&r1=67281&r2=67282&view=diff ============================================================================== --- trunk/samba-server/src/samba-server.ycp (original) +++ trunk/samba-server/src/samba-server.ycp Wed Jan 25 10:49:50 2012 @@ -1,3 +1,23 @@ +/* ------------------------------------------------------------------------------ + * 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: clients/samba-server.ycp * Package: Configuration of samba-server Modified: trunk/samba-server/src/samba-server_auto.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/samba-server/src/samba-server_auto.ycp?rev=67282&r1=67281&r2=67282&view=diff ============================================================================== --- trunk/samba-server/src/samba-server_auto.ycp (original) +++ trunk/samba-server/src/samba-server_auto.ycp Wed Jan 25 10:49:50 2012 @@ -1,3 +1,23 @@ +/* ------------------------------------------------------------------------------ + * 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: clients/samba-server_auto.ycp * Package: Configuration of samba-server Modified: trunk/samba-server/src/wizards.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/samba-server/src/wizards.ycp?rev=67282&r1=67281&r2=67282&view=diff ============================================================================== --- trunk/samba-server/src/wizards.ycp (original) +++ trunk/samba-server/src/wizards.ycp Wed Jan 25 10:49:50 2012 @@ -1,3 +1,23 @@ +/* ------------------------------------------------------------------------------ + * 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: include/samba-server/wizards.ycp * Package: Configuration of samba-server Modified: trunk/samba-server/yast2-samba-server.spec.in URL: http://svn.opensuse.org/viewcvs/yast/trunk/samba-server/yast2-samba-server.spec.in?rev=67282&r1=67281&r2=67282&view=diff ============================================================================== --- trunk/samba-server/yast2-samba-server.spec.in (original) +++ trunk/samba-server/yast2-samba-server.spec.in Wed Jan 25 10:49:50 2012 @@ -1,8 +1,8 @@ @HEADER-COMMENT@ @HEADER@ -Group: System/YaST -License: GPL-2.0+ +Group: System/YaST +License: GPL-2.0 BuildRequires: libsmbclient libsmbclient-devel perl-Crypt-SmbHash perl-X500-DN samba-client yast2-samba-client perl-XML-Writer update-desktop-files yast2 yast2-devtools yast2-testsuite yast2-perl-bindings yast2-ldap-client yast2-users Requires: perl-Crypt-SmbHash -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
jsuchome@svn2.opensuse.org