summaryrefslogtreecommitdiff
path: root/usr.bin/mg/cscope.c
diff options
context:
space:
mode:
authorlum <lum@cvs.openbsd.org>2012-07-02 08:08:32 +0000
committerlum <lum@cvs.openbsd.org>2012-07-02 08:08:32 +0000
commit97ce53619759c36a338cca2f2ad6a2d3909f3ae7 (patch)
treee9c9af48ae96046224b7b98dd1205ad444737379 /usr.bin/mg/cscope.c
parentdb37077b60e531f9d01b7194b0a9fbc6b37938e5 (diff)
Maintain mg's Public Domain license heritage.
Sunil Nimmagadda agrees.
Diffstat (limited to 'usr.bin/mg/cscope.c')
-rw-r--r--usr.bin/mg/cscope.c16
1 files changed, 3 insertions, 13 deletions
diff --git a/usr.bin/mg/cscope.c b/usr.bin/mg/cscope.c
index 26abdf1d413..9a8db5e413d 100644
--- a/usr.bin/mg/cscope.c
+++ b/usr.bin/mg/cscope.c
@@ -1,19 +1,9 @@
-/* $OpenBSD: cscope.c,v 1.2 2012/06/26 16:59:23 jasper Exp $ */
+/* $OpenBSD: cscope.c,v 1.3 2012/07/02 08:08:31 lum Exp $ */
/*
- * Copyright (c) 2012 Sunil Nimmagadda <sunil@sunilnimmagadda.com>
+ * This file is in the public domain.
*
- * 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.
+ * Author: Sunil Nimmagadda <sunil@sunilnimmagadda.com>
*/
#include <sys/types.h>