Thu Jul 2 12:47:19 2020 UTC ()
add $NetBSD:


(macallan)
diff -r1.4 -r1.5 src/sys/arch/macppc/dev/smuiic.c

cvs diff -r1.4 -r1.5 src/sys/arch/macppc/dev/smuiic.c (expand / switch to unified diff)

--- src/sys/arch/macppc/dev/smuiic.c 2020/07/02 12:45:27 1.4
+++ src/sys/arch/macppc/dev/smuiic.c 2020/07/02 12:47:19 1.5
@@ -1,13 +1,15 @@ @@ -1,13 +1,15 @@
 1/* $NetBSD: smuiic.c,v 1.5 2020/07/02 12:47:19 macallan Exp $ */
 2
1/*- 3/*-
2 * Copyright (c) 2013 Phileas Fogg 4 * Copyright (c) 2013 Phileas Fogg
3 * All rights reserved. 5 * All rights reserved.
4 * 6 *
5 * Redistribution and use in source and binary forms, with or without 7 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions 8 * modification, are permitted provided that the following conditions
7 * are met: 9 * are met:
8 * 1. Redistributions of source code must retain the above copyright 10 * 1. Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer. 11 * notice, this list of conditions and the following disclaimer.
10 * 2. Redistributions in binary form must reproduce the above copyright 12 * 2. Redistributions in binary form must reproduce the above copyright
11 * notice, this list of conditions and the following disclaimer in the 13 * notice, this list of conditions and the following disclaimer in the
12 * documentation and/or other materials provided with the distribution. 14 * documentation and/or other materials provided with the distribution.
13 * 15 *