clarify licensing

This commit is contained in:
2026-08-22 15:10:59 +02:00
parent 679cb07d1b
commit 769cf688cb
5 changed files with 383 additions and 0 deletions
+14
View File
@@ -1,3 +1,17 @@
/*
* Copyright (c) 2026 Vincent Schweiger
*
* Fake Battery driver for Linux.
*
* The main purpose is to emulate a battery for battery-less systems like desktops.
*/
/*
* This program 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 2 of the License, or (at your option)
* any later version.
*/
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
#include <linux/module.h>