mirror of
https://github.com/lretq/fake-battery-linux.git
synced 2026-08-22 13:27:19 +00:00
clarify licensing
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user