<pre style='margin:0'>
Ken (kencu) pushed a commit to branch master
in repository macports-legacy-support.

</pre>
<p><a href="https://github.com/macports/macports-legacy-support/commit/3c95e564669010205334a381e9b254d180c8493b">https://github.com/macports/macports-legacy-support/commit/3c95e564669010205334a381e9b254d180c8493b</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 3c95e564669010205334a381e9b254d180c8493b
</span>Author: Christian Cornelssen <ccorn@1tein.de>
AuthorDate: Sat Dec 15 22:39:01 2018 +0100

<span style='display:block; white-space:pre;color:#404040;'>    Edited copyright notices: more accurate origin declarations
</span>---
 Makefile      |  2 +-
 src/wcsnlen.c | 37 +++++++++++++++++++++++++------------
 2 files changed, 26 insertions(+), 13 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/Makefile b/Makefile
</span><span style='display:block; white-space:pre;color:#808080;'>index 0000352..260fd04 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/Makefile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/Makefile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,5 +1,5 @@
</span> # GNU Makefile for MacportsLegacySupport
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# Copyright (c) 2018 Christian Cornelssen
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Copyright (c) 2010 Chris Jones <jonesc@macports.org>
</span> #
 # Permission to use, copy, modify, and distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/src/wcsnlen.c b/src/wcsnlen.c
</span><span style='display:block; white-space:pre;color:#808080;'>index 94ece11..c42af19 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/src/wcsnlen.c
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/src/wcsnlen.c
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,18 +1,31 @@
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> /*
<span style='display:block; white-space:pre;background:#ffe0e0;'>- * Copyright (c) 2018 Ken Cunningham
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ * Adapted for MacportsLegacySupport from:
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ *  https://git.musl-libc.org/cgit/musl/tree/src/string/wcsnlen.c
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ * License text (excerpt below):
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ *  https://git.musl-libc.org/cgit/musl/tree/COPYRIGHT
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ *
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ * musl as a whole is licensed under the following standard MIT license:
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ *
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ * Copyright © 2005-2014 Rich Felker, et al.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ *
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ * Permission is hereby granted, free of charge, to any person obtaining
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ * a copy of this software and associated documentation files (the
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ * "Software"), to deal in the Software without restriction, including
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ * without limitation the rights to use, copy, modify, merge, publish,
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ * distribute, sublicense, and/or sell copies of the Software, and to
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ * permit persons to whom the Software is furnished to do so, subject to
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ * the following conditions:
</span>  *
<span style='display:block; white-space:pre;background:#ffe0e0;'>- * Permission to use, copy, modify, and distribute this software for any
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- * purpose with or without fee is hereby granted, provided that the above
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- * copyright notice and this permission notice appear in all copies.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ * The above copyright notice and this permission notice shall be
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ * included in all copies or substantial portions of the Software.
</span>  *
<span style='display:block; white-space:pre;background:#ffe0e0;'>- * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
</span>  */
 
 // MP support header
</pre><pre style='margin:0'>

</pre>