Date: Mon, 22 Jan 2018 07:15:24 +0000 (UTC) From: Poul-Henning Kamp <phk@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r328258 - head/sys/arm/broadcom/bcm2835 Message-ID: <201801220715.w0M7FO6n095686@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: phk Date: Mon Jan 22 07:15:24 2018 New Revision: 328258 URL: https://svnweb.freebsd.org/changeset/base/328258 Log: Forgot to edit copy&pasted copyright blurb. Modified: head/sys/arm/broadcom/bcm2835/bcm2835_clkman.c head/sys/arm/broadcom/bcm2835/bcm2835_pwm.c Modified: head/sys/arm/broadcom/bcm2835/bcm2835_clkman.c ============================================================================== --- head/sys/arm/broadcom/bcm2835/bcm2835_clkman.c Mon Jan 22 07:10:30 2018 (r328257) +++ head/sys/arm/broadcom/bcm2835/bcm2835_clkman.c Mon Jan 22 07:15:24 2018 (r328258) @@ -1,6 +1,7 @@ /*- - * Copyright (C) 2013-2015 Daisuke Aoyama <aoyama@peach.ne.jp> - * All rights reserved. + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * + * Copyright (c) 2017 Poul-Henning Kamp <phk@FreeBSD.org> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions Modified: head/sys/arm/broadcom/bcm2835/bcm2835_pwm.c ============================================================================== --- head/sys/arm/broadcom/bcm2835/bcm2835_pwm.c Mon Jan 22 07:10:30 2018 (r328257) +++ head/sys/arm/broadcom/bcm2835/bcm2835_pwm.c Mon Jan 22 07:15:24 2018 (r328258) @@ -1,7 +1,7 @@ /*- * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * - * Copyright (c) 2017 Poul-Henning Kamp <phk@freebsd.org> + * Copyright (c) 2017 Poul-Henning Kamp <phk@FreeBSD.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801220715.w0M7FO6n095686>