All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] genirq/irq_sim: remove the license boilerplate
@ 2018-04-26 20:07 Bartosz Golaszewski
  2018-04-26 20:07 ` [PATCH 2/2] genirq/irq_sim: use the SPDX license identifier in the header Bartosz Golaszewski
  2018-04-26 20:33 ` [tip:irq/core] genirq/irq_sim: Remove the license boilerplate tip-bot for Bartosz Golaszewski
  0 siblings, 2 replies; 4+ messages in thread
From: Bartosz Golaszewski @ 2018-04-26 20:07 UTC (permalink / raw)
  To: Thomas Gleixner; +Cc: linux-kernel, Bartosz Golaszewski

We now have the SPDX license identifier in the irq simulator. Remove
the license boilerplate.

While we're at it: update the copyright notice, since I did some
changes in 2018.

Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
---
 kernel/irq/irq_sim.c | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/kernel/irq/irq_sim.c b/kernel/irq/irq_sim.c
index fc4f361a86bb..dd20d0d528d4 100644
--- a/kernel/irq/irq_sim.c
+++ b/kernel/irq/irq_sim.c
@@ -1,11 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0+
 /*
- * Copyright (C) 2017 Bartosz Golaszewski <brgl@bgdev.pl>
- *
- * This program is free software; you can redistribute  it and/or modify it
- * under  the terms of  the GNU General  Public License as published by the
- * Free Software Foundation;  either version 2 of the  License, or (at your
- * option) any later version.
+ * Copyright (C) 2017-2018 Bartosz Golaszewski <brgl@bgdev.pl>
  */
 
 #include <linux/slab.h>
-- 
2.17.0

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH 2/2] genirq/irq_sim: use the SPDX license identifier in the header
  2018-04-26 20:07 [PATCH 1/2] genirq/irq_sim: remove the license boilerplate Bartosz Golaszewski
@ 2018-04-26 20:07 ` Bartosz Golaszewski
  2018-04-26 20:34   ` [tip:irq/core] genirq/irq_sim: Use " tip-bot for Bartosz Golaszewski
  2018-04-26 20:33 ` [tip:irq/core] genirq/irq_sim: Remove the license boilerplate tip-bot for Bartosz Golaszewski
  1 sibling, 1 reply; 4+ messages in thread
From: Bartosz Golaszewski @ 2018-04-26 20:07 UTC (permalink / raw)
  To: Thomas Gleixner; +Cc: linux-kernel, Bartosz Golaszewski

Use C-style comment for the identifier as per
Documentation/process/license-rules.rst and remove the license
boilerplate.

Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
---
 include/linux/irq_sim.h | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/include/linux/irq_sim.h b/include/linux/irq_sim.h
index 0380d899b955..630a57e55db6 100644
--- a/include/linux/irq_sim.h
+++ b/include/linux/irq_sim.h
@@ -1,14 +1,11 @@
-#ifndef _LINUX_IRQ_SIM_H
-#define _LINUX_IRQ_SIM_H
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
- * Copyright (C) 2017 Bartosz Golaszewski <brgl@bgdev.pl>
- *
- * This program is free software; you can redistribute  it and/or modify it
- * under  the terms of  the GNU General  Public License as published by the
- * Free Software Foundation;  either version 2 of the  License, or (at your
- * option) any later version.
+ * Copyright (C) 2017-2018 Bartosz Golaszewski <brgl@bgdev.pl>
  */
 
+#ifndef _LINUX_IRQ_SIM_H
+#define _LINUX_IRQ_SIM_H
+
 #include <linux/irq_work.h>
 #include <linux/device.h>
 
-- 
2.17.0

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [tip:irq/core] genirq/irq_sim: Remove the license boilerplate
  2018-04-26 20:07 [PATCH 1/2] genirq/irq_sim: remove the license boilerplate Bartosz Golaszewski
  2018-04-26 20:07 ` [PATCH 2/2] genirq/irq_sim: use the SPDX license identifier in the header Bartosz Golaszewski
@ 2018-04-26 20:33 ` tip-bot for Bartosz Golaszewski
  1 sibling, 0 replies; 4+ messages in thread
From: tip-bot for Bartosz Golaszewski @ 2018-04-26 20:33 UTC (permalink / raw)
  To: linux-tip-commits; +Cc: linux-kernel, tglx, mingo, brgl, hpa

Commit-ID:  275220ca6e694c3fc1702487a14432dc414df58f
Gitweb:     https://git.kernel.org/tip/275220ca6e694c3fc1702487a14432dc414df58f
Author:     Bartosz Golaszewski <brgl@bgdev.pl>
AuthorDate: Thu, 26 Apr 2018 22:07:46 +0200
Committer:  Thomas Gleixner <tglx@linutronix.de>
CommitDate: Thu, 26 Apr 2018 22:26:39 +0200

genirq/irq_sim: Remove the license boilerplate

There is the SPDX license identifier now in the irq simulator. Remove the
license boilerplate.

While at it: update the copyright notice, since I did some changes in 2018.

Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lkml.kernel.org/r/20180426200747.8344-1-brgl@bgdev.pl

---
 kernel/irq/irq_sim.c | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/kernel/irq/irq_sim.c b/kernel/irq/irq_sim.c
index fc4f361a86bb..dd20d0d528d4 100644
--- a/kernel/irq/irq_sim.c
+++ b/kernel/irq/irq_sim.c
@@ -1,11 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0+
 /*
- * Copyright (C) 2017 Bartosz Golaszewski <brgl@bgdev.pl>
- *
- * This program is free software; you can redistribute  it and/or modify it
- * under  the terms of  the GNU General  Public License as published by the
- * Free Software Foundation;  either version 2 of the  License, or (at your
- * option) any later version.
+ * Copyright (C) 2017-2018 Bartosz Golaszewski <brgl@bgdev.pl>
  */
 
 #include <linux/slab.h>

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [tip:irq/core] genirq/irq_sim: Use the SPDX license identifier in the header
  2018-04-26 20:07 ` [PATCH 2/2] genirq/irq_sim: use the SPDX license identifier in the header Bartosz Golaszewski
@ 2018-04-26 20:34   ` tip-bot for Bartosz Golaszewski
  0 siblings, 0 replies; 4+ messages in thread
From: tip-bot for Bartosz Golaszewski @ 2018-04-26 20:34 UTC (permalink / raw)
  To: linux-tip-commits; +Cc: linux-kernel, mingo, hpa, tglx, brgl

Commit-ID:  b5c5f3959bb3c018a68f5659bcd6adf05e141a03
Gitweb:     https://git.kernel.org/tip/b5c5f3959bb3c018a68f5659bcd6adf05e141a03
Author:     Bartosz Golaszewski <brgl@bgdev.pl>
AuthorDate: Thu, 26 Apr 2018 22:07:47 +0200
Committer:  Thomas Gleixner <tglx@linutronix.de>
CommitDate: Thu, 26 Apr 2018 22:26:39 +0200

genirq/irq_sim: Use the SPDX license identifier in the header

Use C-style comment for the identifier as per
Documentation/process/license-rules.rst and remove the license boilerplate.

Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lkml.kernel.org/r/20180426200747.8344-2-brgl@bgdev.pl

---
 include/linux/irq_sim.h | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/include/linux/irq_sim.h b/include/linux/irq_sim.h
index 0380d899b955..630a57e55db6 100644
--- a/include/linux/irq_sim.h
+++ b/include/linux/irq_sim.h
@@ -1,14 +1,11 @@
-#ifndef _LINUX_IRQ_SIM_H
-#define _LINUX_IRQ_SIM_H
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
- * Copyright (C) 2017 Bartosz Golaszewski <brgl@bgdev.pl>
- *
- * This program is free software; you can redistribute  it and/or modify it
- * under  the terms of  the GNU General  Public License as published by the
- * Free Software Foundation;  either version 2 of the  License, or (at your
- * option) any later version.
+ * Copyright (C) 2017-2018 Bartosz Golaszewski <brgl@bgdev.pl>
  */
 
+#ifndef _LINUX_IRQ_SIM_H
+#define _LINUX_IRQ_SIM_H
+
 #include <linux/irq_work.h>
 #include <linux/device.h>
 

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-04-26 20:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-26 20:07 [PATCH 1/2] genirq/irq_sim: remove the license boilerplate Bartosz Golaszewski
2018-04-26 20:07 ` [PATCH 2/2] genirq/irq_sim: use the SPDX license identifier in the header Bartosz Golaszewski
2018-04-26 20:34   ` [tip:irq/core] genirq/irq_sim: Use " tip-bot for Bartosz Golaszewski
2018-04-26 20:33 ` [tip:irq/core] genirq/irq_sim: Remove the license boilerplate tip-bot for Bartosz Golaszewski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.