~ubuntu-branches/ubuntu/quantal/gnupg2/quantal-proposed

« back to all changes in this revision

Viewing changes to jnlib/argparse.c

  • Committer: Bazaar Package Importer
  • Author(s): Marc Deslauriers
  • Date: 2011-05-25 14:27:35 UTC
  • mfrom: (1.1.15 upstream) (7.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20110525142735-jccyw0fopnyv728q
Tags: 2.0.17-2ubuntu1
* Merge from debian unstable. Remaining changes:
  - Add udev rules to give gpg access to some smartcard readers;
    Debian #543217.
    . debian/gnupg2.dev: udev rules to set ACLs on SCM smartcard readers.
    . debian/rules: Call dh_installudev.
  - debian/control: Rename Vcs-* to XS-Debian-Vcs-*.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1107
1107
      break;
1108
1108
    case 11: p = "foo"; break;
1109
1109
    case 13: p = "0.0"; break;
1110
 
    case 14: p = "Copyright (C) 2009 Free Software Foundation, Inc."; break;
 
1110
    case 14: p = "Copyright (C) 2011 Free Software Foundation, Inc."; break;
1111
1111
    case 15: p =
1112
1112
"This is free software: you are free to change and redistribute it.\n"
1113
1113
"There is NO WARRANTY, to the extent permitted by law.\n";