mirror of
https://github.com/wessel-novacustom/clevo-keyboard.git
synced 2024-11-15 03:34:01 +01:00
Add license header to Makefile
This commit is contained in:
parent
95723a9555
commit
a78d18924b
18
Makefile
18
Makefile
|
@ -1,3 +1,21 @@
|
||||||
|
#
|
||||||
|
# Copyright (c) 2018-2020 TUXEDO Computers GmbH <tux@tuxedocomputers.com>
|
||||||
|
#
|
||||||
|
# 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 <https://www.gnu.org/licenses/>.
|
||||||
|
#
|
||||||
obj-m := ./src/tuxedo_keyboard.o
|
obj-m := ./src/tuxedo_keyboard.o
|
||||||
|
|
||||||
PWD := $(shell pwd)
|
PWD := $(shell pwd)
|
||||||
|
|
Loading…
Reference in a new issue