Repository : ssh://git@open-mesh.org/batctl
On branch : master
commit 0f5328829dcadc1937b5bae1929c453c924bba0d Author: Sven Eckelmann sven@narfation.org Date: Fri Dec 15 17:40:24 2017 +0100
batctl: Remove License-Filename from packet.h
David Miller rejects this change
> Nothing else in entire kernel tree uses this. > > I strongly discourage you from doing something at this level that is > not in accordance with some kind of precendence or official > recommendation for the rest of the kernel project. > > If you want this to start happening, discuss it on a global scale > on lkml.
Signed-off-by: Sven Eckelmann sven@narfation.org
0f5328829dcadc1937b5bae1929c453c924bba0d packet.h | 2 -- 1 file changed, 2 deletions(-)
diff --git a/packet.h b/packet.h index ebe0605..dccbd4a 100644 --- a/packet.h +++ b/packet.h @@ -14,8 +14,6 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, see http://www.gnu.org/licenses/. - * - * License-Filename: LICENSES/preferred/GPL-2.0 */
#ifndef _NET_BATMAN_ADV_PACKET_H_