diff options
author | millert <> | 2003-06-17 21:56:24 +0000 |
---|---|---|
committer | millert <> | 2003-06-17 21:56:24 +0000 |
commit | 032d9a965adfb74e42b18dc939b34fcda2cf740e (patch) | |
tree | 4fc4e0ce2b31725378c1aabbf1263b4733e82401 /src/regress/lib | |
parent | db6ea2c7a12ae570b3345e8d8e469dfa75983776 (diff) | |
download | openbsd-032d9a965adfb74e42b18dc939b34fcda2cf740e.tar.gz openbsd-032d9a965adfb74e42b18dc939b34fcda2cf740e.tar.bz2 openbsd-032d9a965adfb74e42b18dc939b34fcda2cf740e.zip |
Sync with share/misc/license.template and add missing DARPA credit
where applicable.
Diffstat (limited to 'src/regress/lib')
-rw-r--r-- | src/regress/lib/libc/getopt_long/getopt_long_test.c | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/src/regress/lib/libc/getopt_long/getopt_long_test.c b/src/regress/lib/libc/getopt_long/getopt_long_test.c index b03741bd79..9f6f603702 100644 --- a/src/regress/lib/libc/getopt_long/getopt_long_test.c +++ b/src/regress/lib/libc/getopt_long/getopt_long_test.c | |||
@@ -5,13 +5,17 @@ | |||
5 | * purpose with or without fee is hereby granted, provided that the above | 5 | * purpose with or without fee is hereby granted, provided that the above |
6 | * copyright notice and this permission notice appear in all copies. | 6 | * copyright notice and this permission notice appear in all copies. |
7 | * | 7 | * |
8 | * THE SOFTWARE IS PROVIDED "AS IS" AND TODD C. MILLER DISCLAIMS ALL | 8 | * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
9 | * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES | 9 | * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
10 | * OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL TODD C. MILLER BE LIABLE | 10 | * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
11 | * FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | 11 | * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
12 | * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION | 12 | * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
13 | * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN | 13 | * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
14 | * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 14 | * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
15 | * | ||
16 | * Sponsored in part by the Defense Advanced Research Projects | ||
17 | * Agency (DARPA) and Air Force Research Laboratory, Air Force | ||
18 | * Materiel Command, USAF, under agreement number F39502-99-1-0512. | ||
15 | */ | 19 | */ |
16 | 20 | ||
17 | #include <stdio.h> | 21 | #include <stdio.h> |