~ubuntu-branches/debian/jessie/autogen/jessie

« back to all changes in this revision

Viewing changes to autoopts/test/getopt.test

  • Committer: Package Import Robot
  • Author(s): Andreas Metzler
  • Date: 2014-02-09 15:15:42 UTC
  • mto: (12.1.16 experimental)
  • mto: This revision was merged to the branch mainline in revision 16.
  • Revision ID: package-import@ubuntu.com-20140209151542-xj2tj1ou7wokkl65
Tags: upstream-5.18.3~pre16
ImportĀ upstreamĀ versionĀ 5.18.3~pre16

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
#
8
8
##  This file is part of AutoOpts, a companion to AutoGen.
9
9
##  AutoOpts is free software.
10
 
##  AutoOpts is Copyright (C) 1992-2013 by Bruce Korb - all rights reserved
 
10
##  AutoOpts is Copyright (C) 1992-2014 by Bruce Korb - all rights reserved
11
11
##
12
12
##  AutoOpts is available under any one of two licenses.  The license
13
13
##  in use must be one of these two and the choice is under the control
162
162
no-libopts;
163
163
 
164
164
copyright = {
165
 
    date  = "2003-2013";
 
165
    date  = "2003-2014";
166
166
    owner = "Odyssey Computing Concepts, Inc.";
167
167
    author= "Bruce Korb";
168
168
    eaddr = "bkorb@gnu.org";
275
275
  char const * pz_by =
276
276
    _("test_getopt 1.2.3\n\
277
277
Written by Bruce Korb.\n\n\
278
 
Copyright (C) 2003-2013 Odyssey Computing Concepts, Inc.\n\
 
278
Copyright (C) 2003-2014 Odyssey Computing Concepts, Inc.\n\
279
279
This is free software; see the source for copying conditions.  There is NO\n\
280
280
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n");
281
281
 
509
509
  char const * pz_by =
510
510
    _("test_getopt 1.2.3\n\
511
511
Written by Bruce Korb.\n\n\
512
 
Copyright (C) 2003-2013 Odyssey Computing Concepts, Inc.\n\
 
512
Copyright (C) 2003-2014 Odyssey Computing Concepts, Inc.\n\
513
513
This is free software; see the source for copying conditions.  There is NO\n\
514
514
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n");
515
515