From c0e1e25ed5da28f7ea3834372385e95b2b87b18a Mon Sep 17 00:00:00 2001 From: chris mikkelson Date: Fri, 2 Apr 2010 14:47:03 -0500 Subject: [PATCH] Added copyright and license information. --- ssm_nmsg.c | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/ssm_nmsg.c b/ssm_nmsg.c index 355956a..5318a58 100644 --- a/ssm_nmsg.c +++ b/ssm_nmsg.c @@ -1,3 +1,20 @@ +/* + * Copyright (c) 2010 Christopher L. Mikkelson + * + * Permission to use, copy, modify, and/or 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. + */ + #include #include #include -- 2.50.1