~ubuntu-branches/ubuntu/trusty/apr-util/trusty

« back to all changes in this revision

Viewing changes to LICENSE

  • Committer: Bazaar Package Importer
  • Author(s): Ryan Niebur
  • Date: 2009-03-26 22:25:48 UTC
  • mto: (4.1.1 squeeze) (20.1.2 sid)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20090326222548-v103269kb84vo0ub
Tags: upstream-1.3.4+dfsg
ImportĀ upstreamĀ versionĀ 1.3.4+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
402
402
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
403
403
 
404
404
====================================================================
 
405
 
 
406
For the ldap/apr_ldap_url.c component:
 
407
 
 
408
/* Portions Copyright 1998-2002 The OpenLDAP Foundation
 
409
 * All rights reserved.
 
410
 *
 
411
 * Redistribution and use in source and binary forms, with or without
 
412
 * modification, are permitted only as authorized by the OpenLDAP
 
413
 * Public License.  A copy of this license is available at
 
414
 * http://www.OpenLDAP.org/license.html or in file LICENSE in the
 
415
 * top-level directory of the distribution.
 
416
 *
 
417
 * OpenLDAP is a registered trademark of the OpenLDAP Foundation.
 
418
 *
 
419
 * Individual files and/or contributed packages may be copyright by
 
420
 * other parties and subject to additional restrictions.
 
421
 *
 
422
 * This work is derived from the University of Michigan LDAP v3.3
 
423
 * distribution.  Information concerning this software is available
 
424
 * at: http://www.umich.edu/~dirsvcs/ldap/
 
425
 *
 
426
 * This work also contains materials derived from public sources.
 
427
 *
 
428
 * Additional information about OpenLDAP can be obtained at:
 
429
 *     http://www.openldap.org/
 
430
 */
 
431
 
 
432
/*
 
433
 * Portions Copyright (c) 1992-1996 Regents of the University of Michigan.
 
434
 * All rights reserved.
 
435
 *
 
436
 * Redistribution and use in source and binary forms are permitted
 
437
 * provided that this notice is preserved and that due credit is given
 
438
 * to the University of Michigan at Ann Arbor. The name of the University
 
439
 * may not be used to endorse or promote products derived from this
 
440
 * software without specific prior written permission. This software
 
441
 * is provided ``as is'' without express or implied warranty.
 
442
 */
 
443