summaryrefslogtreecommitdiff
path: root/sys/lib
diff options
context:
space:
mode:
authorbjh21 <bjh21@NetBSD.org>2001-01-23 19:12:29 +0000
committerbjh21 <bjh21@NetBSD.org>2001-01-23 19:12:29 +0000
commite68a8d59fab8a61ea618bb7d128c360bf2a8b577 (patch)
tree80c2121beced4d05abeb09d78ebb3a05f5f1e2f0 /sys/lib
parent3da8f9bff4e165e452b143b4d7cc6a3619917c90 (diff)
Sync with libc for licence update.
Diffstat (limited to 'sys/lib')
-rw-r--r--sys/lib/libkern/arch/arm/_memcpy.S23
-rw-r--r--sys/lib/libkern/arch/arm32/_memcpy.S23
2 files changed, 42 insertions, 4 deletions
diff --git a/sys/lib/libkern/arch/arm/_memcpy.S b/sys/lib/libkern/arch/arm/_memcpy.S
index 2cc6a2acba9..9a6b4e5e33f 100644
--- a/sys/lib/libkern/arch/arm/_memcpy.S
+++ b/sys/lib/libkern/arch/arm/_memcpy.S
@@ -1,9 +1,28 @@
-/* $NetBSD: _memcpy.S,v 1.1 2000/12/29 20:51:56 bjh21 Exp $ */
+/* $NetBSD: _memcpy.S,v 1.2 2001/01/23 19:12:29 bjh21 Exp $ */
-/*
+/*-
+ * Copyright (c) 1997 The NetBSD Foundation, Inc.
+ * All rights reserved.
+ *
* This code is derived from software contributed to The NetBSD Foundation
* by Neil A. Carson and Mark Brinicombe
*
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ * notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ * notice, this list of conditions and the following disclaimer in the
+ * documentation and/or other materials provided with the distribution.
+ * 3. All advertising materials mentioning features or use of this software
+ * must display the following acknowledgement:
+ * This product includes software developed by the NetBSD
+ * Foundation, Inc. and its contributors.
+ * 4. Neither the name of The NetBSD Foundation nor the names of its
+ * contributors may be used to endorse or promote products derived
+ * from this software without specific prior written permission.
+ *
* THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
* ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
* TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
diff --git a/sys/lib/libkern/arch/arm32/_memcpy.S b/sys/lib/libkern/arch/arm32/_memcpy.S
index 88c3414c131..b59df00764a 100644
--- a/sys/lib/libkern/arch/arm32/_memcpy.S
+++ b/sys/lib/libkern/arch/arm32/_memcpy.S
@@ -1,9 +1,28 @@
-/* $NetBSD: _memcpy.S,v 1.1 1997/10/12 21:24:00 mark Exp $ */
+/* $NetBSD: _memcpy.S,v 1.2 2001/01/23 19:12:29 bjh21 Exp $ */
-/*
+/*-
+ * Copyright (c) 1997 The NetBSD Foundation, Inc.
+ * All rights reserved.
+ *
* This code is derived from software contributed to The NetBSD Foundation
* by Neil A. Carson and Mark Brinicombe
*
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ * notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ * notice, this list of conditions and the following disclaimer in the
+ * documentation and/or other materials provided with the distribution.
+ * 3. All advertising materials mentioning features or use of this software
+ * must display the following acknowledgement:
+ * This product includes software developed by the NetBSD
+ * Foundation, Inc. and its contributors.
+ * 4. Neither the name of The NetBSD Foundation nor the names of its
+ * contributors may be used to endorse or promote products derived
+ * from this software without specific prior written permission.
+ *
* THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
* ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
* TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR