Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ebf38fb7 authored by Antonio Quartulli's avatar Antonio Quartulli
Browse files

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: default avatarAntonio Quartulli <antonio@meshcoding.com>
Signed-off-by: default avatarMarek Lindner <mareklindner@neomailbox.ch>
parent 3fba7325
Loading
Loading
Loading
Loading
+1 −3
Original line number Original line Diff line number Diff line
@@ -13,9 +13,7 @@
# General Public License for more details.
# General Public License for more details.
#
#
# You should have received a copy of the GNU General Public License
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# along with this program; if not, see <http://www.gnu.org/licenses/>.
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
# 02110-1301, USA
#
#


obj-$(CONFIG_BATMAN_ADV) += batman-adv.o
obj-$(CONFIG_BATMAN_ADV) += batman-adv.o
+1 −3
Original line number Original line Diff line number Diff line
@@ -12,9 +12,7 @@
 * General Public License for more details.
 * General Public License for more details.
 *
 *
 * You should have received a copy of the GNU General Public License
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * along with this program; if not, see <http://www.gnu.org/licenses/>.
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 * 02110-1301, USA
 */
 */


#ifndef _NET_BATMAN_ADV_BAT_ALGO_H_
#ifndef _NET_BATMAN_ADV_BAT_ALGO_H_
+1 −3
Original line number Original line Diff line number Diff line
@@ -12,9 +12,7 @@
 * General Public License for more details.
 * General Public License for more details.
 *
 *
 * You should have received a copy of the GNU General Public License
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * along with this program; if not, see <http://www.gnu.org/licenses/>.
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 * 02110-1301, USA
 */
 */


#include "main.h"
#include "main.h"
+1 −3
Original line number Original line Diff line number Diff line
@@ -12,9 +12,7 @@
 * General Public License for more details.
 * General Public License for more details.
 *
 *
 * You should have received a copy of the GNU General Public License
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * along with this program; if not, see <http://www.gnu.org/licenses/>.
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 * 02110-1301, USA
 */
 */


#include "main.h"
#include "main.h"
+1 −3
Original line number Original line Diff line number Diff line
@@ -12,9 +12,7 @@
 * General Public License for more details.
 * General Public License for more details.
 *
 *
 * You should have received a copy of the GNU General Public License
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * along with this program; if not, see <http://www.gnu.org/licenses/>.
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 * 02110-1301, USA
 */
 */


#ifndef _NET_BATMAN_ADV_BITARRAY_H_
#ifndef _NET_BATMAN_ADV_BITARRAY_H_
Loading