diff options
author | Antonio Quartulli <antonio@meshcoding.com> | 2013-11-03 20:40:48 +0100 |
---|---|---|
committer | Antonio Quartulli <antonio@meshcoding.com> | 2014-01-08 20:49:39 +0100 |
commit | ebf38fb7ab18ba60460bbd03de760ad5a2f435eb (patch) | |
tree | 53bb392794f7c237eb4fe414f0e3961b69eaf017 /net/batman-adv/routing.h | |
parent | 3fba7325bb057977ec180b5f462084c50ca7940e (diff) | |
download | linux-ebf38fb7ab18ba60460bbd03de760ad5a2f435eb.tar.gz linux-ebf38fb7ab18ba60460bbd03de760ad5a2f435eb.tar.bz2 linux-ebf38fb7ab18ba60460bbd03de760ad5a2f435eb.zip |
batman-adv: remove FSF address from GPL disclaimer
As suggested by checkpatch, remove all the references to the
FSF address since the kernel already has one reference in
its documentation.
In this way it is easier to update it in case of future
changes.
Signed-off-by: Antonio Quartulli <antonio@meshcoding.com>
Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
Diffstat (limited to 'net/batman-adv/routing.h')
-rw-r--r-- | net/batman-adv/routing.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/batman-adv/routing.h b/net/batman-adv/routing.h index 19544ddb81b5..c1eadfa67945 100644 --- a/net/batman-adv/routing.h +++ b/net/batman-adv/routing.h @@ -12,9 +12,7 @@ * 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 Street, Fifth Floor, Boston, MA - * 02110-1301, USA + * along with this program; if not, see <http://www.gnu.org/licenses/>. */ #ifndef _NET_BATMAN_ADV_ROUTING_H_ |