diff options
author | Marco S Hyman <marc@cvs.openbsd.org> | 2001-11-11 19:57:44 +0000 |
---|---|---|
committer | Marco S Hyman <marc@cvs.openbsd.org> | 2001-11-11 19:57:44 +0000 |
commit | 92f9066a4ef297de3c39d6e5f9fd965796fc4b57 (patch) | |
tree | 01d0a675fb81f03b1d9e49227bd3cbe3c60a655f /regress/lib | |
parent | 04e214fab3335d4c85291050b55619e16c7537a6 (diff) |
place 2 line test in the public domain
Diffstat (limited to 'regress/lib')
-rw-r--r-- | regress/lib/libc_r/system/system.c | 12 | ||||
-rw-r--r-- | regress/lib/libpthread/system/system.c | 12 |
2 files changed, 4 insertions, 20 deletions
diff --git a/regress/lib/libc_r/system/system.c b/regress/lib/libc_r/system/system.c index 4f631c7d8ae..cf9a8defac6 100644 --- a/regress/lib/libc_r/system/system.c +++ b/regress/lib/libc_r/system/system.c @@ -1,14 +1,6 @@ -/* $OpenBSD: system.c,v 1.1 2001/11/09 00:13:32 marc Exp $ */ +/* $OpenBSD: system.c,v 1.2 2001/11/11 19:57:43 marc Exp $ */ /* - * Copyright (c) 2001 Marco S. Hyman - * - * Permission to copy all or part of this material with or without - * modification for any purpose is granted provided that the above - * copyright notice and this paragraph are duplicated in all copies. - * - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR - * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED - * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. + * Placed in the PUBLIC DOMAIN */ /* diff --git a/regress/lib/libpthread/system/system.c b/regress/lib/libpthread/system/system.c index 4f631c7d8ae..cf9a8defac6 100644 --- a/regress/lib/libpthread/system/system.c +++ b/regress/lib/libpthread/system/system.c @@ -1,14 +1,6 @@ -/* $OpenBSD: system.c,v 1.1 2001/11/09 00:13:32 marc Exp $ */ +/* $OpenBSD: system.c,v 1.2 2001/11/11 19:57:43 marc Exp $ */ /* - * Copyright (c) 2001 Marco S. Hyman - * - * Permission to copy all or part of this material with or without - * modification for any purpose is granted provided that the above - * copyright notice and this paragraph are duplicated in all copies. - * - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR - * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED - * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. + * Placed in the PUBLIC DOMAIN */ /* |