]> granicus.if.org Git - sudo/commitdiff
add my copyright
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 9 Nov 2008 13:48:33 +0000 (13:48 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 9 Nov 2008 13:48:33 +0000 (13:48 +0000)
emul/charclass.h
fnmatch.c
glob.c

index 13fc18fa2a79dc8daf906609eabf9a8f0855fca6..c73928228ba2cc121f95ab073c354c9e97732770 100644 (file)
@@ -1,5 +1,17 @@
 /*
- * Public domain, 2008, Todd C. Miller <Todd.Miller@courtesan.com>
+ * Copyright (c) 2008 Todd C. Miller <Todd.Miller@courtesan.com>
+ *
+ * Permission to use, copy, modify, and distribute this software for any
+ * purpose with or without fee is hereby granted, provided that the above
+ * copyright notice and this permission notice appear in all copies.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+ * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+ * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+ * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  * $Sudo$
  */
index 31c89521265c1d1e68667464236dc1621e69853b..625d759cbbc055d1ef20a8c31f06a4567859cfb8 100644 (file)
--- a/fnmatch.c
+++ b/fnmatch.c
@@ -1,4 +1,5 @@
 /*
+ * Copyright (c) 2008 Todd C. Miller <Todd.Miller@courtesan.com>
  * Copyright (c) 1989, 1993, 1994
  *     The Regents of the University of California.  All rights reserved.
  *
diff --git a/glob.c b/glob.c
index ef6f67b9dd34c3d416f0d479405f2f0cf828a1de..e911d27e03c19e98fdc7fb9cc4121e9a91230fde 100644 (file)
--- a/glob.c
+++ b/glob.c
@@ -1,6 +1,5 @@
-/*     $OpenBSD: glob.c,v 1.23 2004/05/18 02:05:52 jfb Exp $   */
-
 /*
+ * Copyright (c) 2008 Todd C. Miller <Todd.Miller@courtesan.com>
  * Copyright (c) 1989, 1993
  *     The Regents of the University of California.  All rights reserved.
  *