svn commit: r358093 - head/sys/powerpc/amigaone
Justin Hibbits
jhibbits at FreeBSD.org
Wed Feb 19 03:39:12 UTC 2020
Author: jhibbits
Date: Wed Feb 19 03:39:11 2020
New Revision: 358093
URL: https://svnweb.freebsd.org/changeset/base/358093
Log:
powerpc/amigaone: Fix license header formatting on cpld files
This should've been fixed before initial commit, but wasn't. Not even sure
how it happened in the first place.
Modified:
head/sys/powerpc/amigaone/cpld.h
head/sys/powerpc/amigaone/cpld_x5000.c
Modified: head/sys/powerpc/amigaone/cpld.h
==============================================================================
--- head/sys/powerpc/amigaone/cpld.h Wed Feb 19 02:35:43 2020 (r358092)
+++ head/sys/powerpc/amigaone/cpld.h Wed Feb 19 03:39:11 2020 (r358093)
@@ -7,7 +7,8 @@
*
* 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
+ * 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.
*
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
Modified: head/sys/powerpc/amigaone/cpld_x5000.c
==============================================================================
--- head/sys/powerpc/amigaone/cpld_x5000.c Wed Feb 19 02:35:43 2020 (r358092)
+++ head/sys/powerpc/amigaone/cpld_x5000.c Wed Feb 19 03:39:11 2020 (r358093)
@@ -7,7 +7,8 @@
*
* 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
+ * 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.
*
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
More information about the svn-src-all
mailing list