Date: Wed, 19 Feb 2020 03:39:11 +0000 (UTC) From: Justin Hibbits <jhibbits@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r358093 - head/sys/powerpc/amigaone Message-ID: <202002190339.01J3dBm5094969@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002190339.01J3dBm5094969>