aboutsummaryrefslogtreecommitdiff
path: root/sam.c
diff options
context:
space:
mode:
Diffstat (limited to 'sam.c')
-rw-r--r--sam.c17
1 files changed, 14 insertions, 3 deletions
diff --git a/sam.c b/sam.c
index 662eb7d..6c77861 100644
--- a/sam.c
+++ b/sam.c
@@ -1,9 +1,20 @@
/*
- * Heavily inspired (and partially based upon) Rob Pike's sam text editor
- * for Plan 9. Licensed under the Lucent Public License Version 1.02.
+ * Heavily inspired (and partially based upon) the X11 version of
+ * Rob Pike's sam text editor originally written for Plan 9.
*
- * Copyright © 2000-2009 Lucent Technologies
* Copyright © 2016 Marc André Tanner <mat at brain-dump.org>
+ * Copyright © 1998 by Lucent Technologies
+ *
+ * Permission to use, copy, modify, and distribute this software for any
+ * purpose without fee is hereby granted, provided that this entire notice
+ * is included in all copies of any software which is or includes a copy
+ * or modification of this software and in all copies of the supporting
+ * documentation for such software.
+ *
+ * THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED
+ * WARRANTY. IN PARTICULAR, NEITHER THE AUTHORS NOR LUCENT TECHNOLOGIES MAKE ANY
+ * REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY
+ * OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.
*/
#include <string.h>
#include <strings.h>