diff options
author | Andrew F. Davis <afd@ti.com> | 2017-01-05 15:37:46 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-01-25 05:48:03 -0500 |
commit | 8a0934bf9b2c5d4b6ead0bf6f3f3a21c540053c1 (patch) | |
tree | 8a3f491942bd499a7a57f6016d8672a0b106f353 /drivers/w1/w1_netlink.h | |
parent | d2ce4ea1a0b0162e5d2d7e7942ab6f5cc2063d5a (diff) |
w1: Fixup source file headers
Remove filename from file, this is not done anymore as it doesn't
add anything and usually is incorrect as filename change often.
Also shorten the GPL to the more common address-less version and
remove excess white-space.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/w1/w1_netlink.h')
-rw-r--r-- | drivers/w1/w1_netlink.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/w1/w1_netlink.h b/drivers/w1/w1_netlink.h index c99a9ce05e62..b389e5ff5fa5 100644 --- a/drivers/w1/w1_netlink.h +++ b/drivers/w1/w1_netlink.h | |||
@@ -1,9 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | * w1_netlink.h | ||
3 | * | ||
4 | * Copyright (c) 2003 Evgeniy Polyakov <zbr@ioremap.net> | 2 | * Copyright (c) 2003 Evgeniy Polyakov <zbr@ioremap.net> |
5 | * | 3 | * |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | 4 | * This program is free software; you can redistribute it and/or modify |
8 | * it under the terms of the GNU General Public License as published by | 5 | * it under the terms of the GNU General Public License as published by |
9 | * the Free Software Foundation; either version 2 of the License, or | 6 | * the Free Software Foundation; either version 2 of the License, or |
@@ -13,10 +10,6 @@ | |||
13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | 10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
15 | * GNU General Public License for more details. | 12 | * GNU General Public License for more details. |
16 | * | ||
17 | * You should have received a copy of the GNU General Public License | ||
18 | * along with this program; if not, write to the Free Software | ||
19 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
20 | */ | 13 | */ |
21 | 14 | ||
22 | #ifndef __W1_NETLINK_H | 15 | #ifndef __W1_NETLINK_H |