[yast-commit] r67263 - in /trunk/ldap: VERSION package/yast2-ldap.changes src/LdapAgent.cc src/LdapAgent.h src/LdapServerAccess.pm src/Y2CCLdapAgent.cc yast2-ldap.spec.in
Author: jsuchome Date: Tue Jan 24 17:12:02 2012 New Revision: 67263 URL: http://svn.opensuse.org/viewcvs/yast?rev=67263&view=rev Log: - confirmed license - 2.22.0 Modified: trunk/ldap/VERSION trunk/ldap/package/yast2-ldap.changes trunk/ldap/src/LdapAgent.cc trunk/ldap/src/LdapAgent.h trunk/ldap/src/LdapServerAccess.pm trunk/ldap/src/Y2CCLdapAgent.cc trunk/ldap/yast2-ldap.spec.in Modified: trunk/ldap/VERSION URL: http://svn.opensuse.org/viewcvs/yast/trunk/ldap/VERSION?rev=67263&r1=67262&r... ============================================================================== --- trunk/ldap/VERSION (original) +++ trunk/ldap/VERSION Tue Jan 24 17:12:02 2012 @@ -1 +1 @@ -2.21.1 +2.22.0 Modified: trunk/ldap/package/yast2-ldap.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/ldap/package/yast2-ldap.changes?r... ============================================================================== --- trunk/ldap/package/yast2-ldap.changes (original) +++ trunk/ldap/package/yast2-ldap.changes Tue Jan 24 17:12:02 2012 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Tue Jan 24 17:09:51 CET 2012 - jsuchome@suse.cz + +- confirmed license +- 2.22.0 + +------------------------------------------------------------------- Fri Nov 25 12:21:42 UTC 2011 - coolo@suse.com - add libtool as buildrequire to avoid implicit dependency Modified: trunk/ldap/src/LdapAgent.cc URL: http://svn.opensuse.org/viewcvs/yast/trunk/ldap/src/LdapAgent.cc?rev=67263&r... ============================================================================== --- trunk/ldap/src/LdapAgent.cc (original) +++ trunk/ldap/src/LdapAgent.cc Tue Jan 24 17:12:02 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. + * ------------------------------------------------------------------------------ + */ + /* LdapAgent.cc * * An agent for reading the ldap configuration file. Modified: trunk/ldap/src/LdapAgent.h URL: http://svn.opensuse.org/viewcvs/yast/trunk/ldap/src/LdapAgent.h?rev=67263&r1... ============================================================================== --- trunk/ldap/src/LdapAgent.h (original) +++ trunk/ldap/src/LdapAgent.h Tue Jan 24 17:12:02 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. + * ------------------------------------------------------------------------------ + */ + /* LdapAgent.h * * Ldap agent implementation Modified: trunk/ldap/src/LdapServerAccess.pm URL: http://svn.opensuse.org/viewcvs/yast/trunk/ldap/src/LdapServerAccess.pm?rev=... ============================================================================== --- trunk/ldap/src/LdapServerAccess.pm (original) +++ trunk/ldap/src/LdapServerAccess.pm Tue Jan 24 17:12:02 2012 @@ -1,4 +1,24 @@ #! /usr/bin/perl -w +# ------------------------------------------------------------------------------ +# 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/LdapServerAccess.pm # Package: Low-level LDAP configuration (agent, etc.) Modified: trunk/ldap/src/Y2CCLdapAgent.cc URL: http://svn.opensuse.org/viewcvs/yast/trunk/ldap/src/Y2CCLdapAgent.cc?rev=672... ============================================================================== --- trunk/ldap/src/Y2CCLdapAgent.cc (original) +++ trunk/ldap/src/Y2CCLdapAgent.cc Tue Jan 24 17:12:02 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. + * ------------------------------------------------------------------------------ + */ + /* Y2CCLdapAgent.cc * * Ldap agent implementation Modified: trunk/ldap/yast2-ldap.spec.in URL: http://svn.opensuse.org/viewcvs/yast/trunk/ldap/yast2-ldap.spec.in?rev=67263... ============================================================================== --- trunk/ldap/yast2-ldap.spec.in (original) +++ trunk/ldap/yast2-ldap.spec.in Tue Jan 24 17:12:02 2012 @@ -1,8 +1,8 @@ @HEADER-COMMENT@ @HEADER@ -Group: System/YaST -License: GPL-2.0+ +Group: System/YaST +License: GPL-2.0 BuildRequires: gcc-c++ libldapcpp-devel libxcrypt-devel yast2-devtools doxygen yast2-core-devel yast2 libtool Summary: YaST2 - LDAP Agent Requires: ldapcpplib yast2 -- 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