svn commit: r328258 - head/sys/arm/broadcom/bcm2835
Poul-Henning Kamp
phk at FreeBSD.org
Mon Jan 22 07:15:26 UTC 2018
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 at peach.ne.jp>
- * All rights reserved.
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
+ * Copyright (c) 2017 Poul-Henning Kamp <phk at 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 at freebsd.org>
+ * Copyright (c) 2017 Poul-Henning Kamp <phk at FreeBSD.org>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
More information about the svn-src-all
mailing list