~ubuntu-branches/ubuntu/precise/gnustep-base/precise

« back to all changes in this revision

Viewing changes to Source/NSMapTable.m

  • Committer: Bazaar Package Importer
  • Author(s): Luca Falavigna
  • Date: 2008-07-05 09:49:51 UTC
  • mfrom: (1.2.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20080705094951-gs19i3erqo2xx6if
Tags: 1.16.1-2ubuntu1
* Merge from Debian unstable, remaining Ubuntu changes:
  + debian/rules:
    - Add lpia to ALL_ARCHS supported architectures.
  + debian/control:
    - Add lpia architecture where needed.
  + debian/control{,.m4}:
    - Update Maintainer field as per spec.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
 * This library is free software; you can redistribute it and/or
13
13
 * modify it under the terms of the GNU Lesser General Public
14
14
 * License as published by the Free Software Foundation; either
15
 
 * version 3 of the License, or (at your option) any later version.
 
15
 * version 2 of the License, or (at your option) any later version.
16
16
 *
17
17
 * This library is distributed in the hope that it will be useful,
18
18
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
25
25
 * Boston, MA 02111 USA.
26
26
 *
27
27
 * <title>NSMapTable class reference</title>
28
 
 * $Date: 2007-09-14 05:39:44 -0600 (Fri, 14 Sep 2007) $ $Revision: 25483 $
 
28
 * $Date: 2008-06-09 05:05:01 +0100 (Mon, 09 Jun 2008) $ $Revision: 26607 $
29
29
 */
30
30
 
31
31
/**** Included Headers *******************************************************/