diff options
| author | Mattias Andrée <m@maandree.se> | 2026-02-22 14:17:32 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-22 14:17:32 +0100 |
| commit | 2e6ff7df917fc8f261268e752f84986ed3c683c5 (patch) | |
| tree | 903ea5d54d281cb88600f4ee46546a3672472b1e /src/Test.java | |
| parent | Update e-mail (diff) | |
| download | argparser-2e6ff7df917fc8f261268e752f84986ed3c683c5.tar.gz argparser-2e6ff7df917fc8f261268e752f84986ed3c683c5.tar.bz2 argparser-2e6ff7df917fc8f261268e752f84986ed3c683c5.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'src/Test.java')
| -rw-r--r-- | src/Test.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Test.java b/src/Test.java index c9c04a2..fe4da66 100644 --- a/src/Test.java +++ b/src/Test.java @@ -1,7 +1,7 @@ /** * argparser – command line argument parser library * - * Copyright © 2013 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2013 Mattias Andrée (m@maandree.se) * * This library is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -26,7 +26,7 @@ public class Test System.out.println("Parent: " + ArgParser.parentName()); ArgParser parser = new ArgParser.Abbreviations("A test for argparser", "test [options] [files]", - "Copyright © 2013 Mattias Andrée (maandree@member.fsf.org)\n" + + "Copyright © 2013 Mattias Andrée (m@maandree.se)\n" + "\n" + "This library is free software: you can redistribute it and/or modify\n" + "it under the terms of the GNU Affero General Public License as published by\n" + |
