Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1658501 > unrolled thread

[PATCH] regulator: lp87565: Fix the GPL header

Started byKeerthy <j-keerthy@ti.com>
First post2017-06-06 11:10 +0200
Last post2017-06-06 11:10 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] regulator: lp87565: Fix the GPL header Keerthy <j-keerthy@ti.com> - 2017-06-06 11:10 +0200

#1658501 — [PATCH] regulator: lp87565: Fix the GPL header

FromKeerthy <j-keerthy@ti.com>
Date2017-06-06 11:10 +0200
Subject[PATCH] regulator: lp87565: Fix the GPL header
Message-ID<tPiEW-6IR-11@gated-at.bofh.it>
Fix the GPL header to reflect GPL v2

Signed-off-by: Keerthy <j-keerthy@ti.com>
---
 drivers/regulator/lp87565-regulator.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/drivers/regulator/lp87565-regulator.c b/drivers/regulator/lp87565-regulator.c
index 71e7622..6d92c3f 100644
--- a/drivers/regulator/lp87565-regulator.c
+++ b/drivers/regulator/lp87565-regulator.c
@@ -5,8 +5,7 @@
  *
  *  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.
+ *  Free Software Foundation version 2. 
  */
 
 #include <linux/module.h>
-- 
1.9.1

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web