OSDN Git Service

Fix typo, and update licensing terms for embedded getopt.c
authorKeith Marshall <keithmarshall@users.sourceforge.net>
Sun, 9 Sep 2012 19:39:39 +0000 (20:39 +0100)
committerKeith Marshall <keithmarshall@users.sourceforge.net>
Sun, 9 Sep 2012 19:39:39 +0000 (20:39 +0100)
ChangeLog
src/getopt.c

index 72ed472..7ebb5a3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2012-09-09  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Fix typo, and update licensing terms for embedded getopt.c
+
+       * src/getopt.c: Incorporate MIT/X style licence; update copyright
+       notice, to reflect chronology of publication; correct degenerate RCS
+       keyword usage in EOF marker comment.
+
 2012-09-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
 
        Correct omission from copyright notice.
index e5bcbad..dc0637e 100644 (file)
@@ -8,25 +8,33 @@
  *
  * This file is part of the MinGW32 package set.
  *
- * Contributed by Keith Marshall <keithmarshall@users.sourceforge.net>
+ * Written by Keith Marshall <keithmarshall@users.sourceforge.net>
+ * Copyright (C) 2008, 2009, 2011, 2012, MinGW.org Project.
  *
+ * ---------------------------------------------------------------------------
  *
- * THIS SOFTWARE IS NOT COPYRIGHTED
+ * Permission is hereby granted, free of charge, to any person obtaining a
+ * copy of this software and associated documentation files (the "Software"),
+ * to deal in the Software without restriction, including without limitation
+ * the rights to use, copy, modify, merge, publish, distribute, sublicense,
+ * and/or sell copies of the Software, and to permit persons to whom the
+ * Software is furnished to do so, subject to the following conditions:
  *
- * This source code is offered for use in the public domain. You may
- * use, modify or distribute it freely.
+ * The above copyright notice, this permission notice, and the following
+ * disclaimer shall be included in all copies or substantial portions of
+ * the Software.
  *
- * This code is distributed in the hope that it will be useful but
- * WITHOUT ANY WARRANTY. ALL WARRANTIES, EXPRESS OR IMPLIED ARE HEREBY
- * DISCLAIMED. This includes but is not limited to warranties of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+ * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
+ * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+ * DEALINGS IN THE SOFTWARE.
  *
- * $Revision$
- * $Author$
- * $Date$
+ * ---------------------------------------------------------------------------
  *
  */
-
 #include <stdio.h>
 #include <stdlib.h>
 #include <stdarg.h>
@@ -781,4 +789,4 @@ __weak_alias( getopt_long, _getopt_long )
 __weak_alias( getopt_long_only, _getopt_long_only )
 #endif
 
-/* $RCSfile$Revision: 1.9 $: end of file */
+/* $RCSfile$: end of file */