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

« back to all changes in this revision

Viewing changes to Tools/AGSHtml.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:
10
10
 
11
11
   This program is free software; you can redistribute it and/or
12
12
   modify it under the terms of the GNU General Public License
13
 
   as published by the Free Software Foundation; either version 2
14
 
   of the License, or (at your option) any later version.
 
13
   as published by the Free Software Foundation; either
 
14
   version 3 of the License, or (at your option) any later version.
15
15
 
16
16
   You should have received a copy of the GNU General Public
17
 
   License along with this program; see the file COPYING.LIB.
 
17
   License along with this program; see the file COPYINGv3.
18
18
   If not, write to the Free Software Foundation,
19
19
   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
20
20
 
2505
2505
            }
2506
2506
          if ([gvrem length] > 0)
2507
2507
            {
2508
 
              [buf appendString: @" deprecated for removal at "];
 
2508
              [buf appendString: @" Likely to be changed/moved/removed at "];
2509
2509
              [buf appendString: gvrem];
2510
2510
            }
2511
2511
        }
2531
2531
      [buf appendString: @"<br />\n"];
2532
2532
      if ([gvrem length] > 0)
2533
2533
        {
2534
 
          [buf appendString: @" deprecated for removal at "];
 
2534
          [buf appendString: @" Likely to be changed/moved/removed at "];
2535
2535
          [buf appendString: gvrem];
2536
2536
        }
2537
2537
      [buf appendString:@"</div>\n"];