diff mbox

[v2,2/5] hwmon: (tmp102) Drop FSF address

Message ID 1466908825-14222-2-git-send-email-linux@roeck-us.net (mailing list archive)
State Accepted
Headers show

Commit Message

Guenter Roeck June 26, 2016, 2:40 a.m. UTC
The FSF address can change, so drop it from the driver.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
---
v2: No change

 drivers/hwmon/tmp102.c | 4 ----
 1 file changed, 4 deletions(-)

Comments

Nishanth Menon June 26, 2016, 1:32 p.m. UTC | #1
On 06/25/2016 09:40 PM, Guenter Roeck wrote:
> The FSF address can change, so drop it from the driver.
> 
> Signed-off-by: Guenter Roeck <linux@roeck-us.net>

Acked-by: Nishanth Menon <nm@ti.com>
diff mbox

Patch

diff --git a/drivers/hwmon/tmp102.c b/drivers/hwmon/tmp102.c
index befd06b6f3a5..5bdf262e6a0e 100644
--- a/drivers/hwmon/tmp102.c
+++ b/drivers/hwmon/tmp102.c
@@ -11,10 +11,6 @@ 
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 #include <linux/module.h>