From a78d18924b672542b22ea9213acc9a0a789b6218 Mon Sep 17 00:00:00 2001 From: Christoffer Sandberg Date: Wed, 18 Mar 2020 11:01:03 +0100 Subject: [PATCH] Add license header to Makefile --- Makefile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/Makefile b/Makefile index beb8c71..f6b282e 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,21 @@ +# +# Copyright (c) 2018-2020 TUXEDO Computers GmbH +# +# This file is part of tuxedo-keyboard. +# +# tuxedo-keyboard is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This software is distributed in the hope that it will be useful, +# 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 software. If not, see . +# obj-m := ./src/tuxedo_keyboard.o PWD := $(shell pwd)