Skip to content

Commit

Permalink
add licencse in each file
Browse files Browse the repository at this point in the history
  • Loading branch information
bmax committed Jan 9, 2024
1 parent 00de9a8 commit ec63ea8
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion banner
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
"| |/ /___ _ __ _ __ ___| | _ \\ __ _| |_ ___| |__ \n" \
"| ' // _ \\ '__| '_ \\ / _ \\ | |_) / _` | __/ __| '_ \\ \n" \
"| . \\ __/ | | | | | __/ | __/ (_| | || (__| | | |\n" \
"|_|\\_\\___|_| |_| |_|\\___|_|_| \\__,_|\\__\\___|_| |_|\n"
"|_|\\_\\___|_| |_| |_|\\___|_|_| \\__,_|\\__\\___|_| |_|\n"
5 changes: 5 additions & 0 deletions kpm-demo/hello/hello.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
* Copyright (C) 2023 bmax121. All Rights Reserved.
*/

#include <compiler.h>
#include <kpmodule.h>
#include <linux/printk.h>
Expand Down
5 changes: 5 additions & 0 deletions kpm-demo/inlinehook/inlinehook.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
* Copyright (C) 2023 bmax121. All Rights Reserved.
*/

#include <log.h>
#include <compiler.h>
#include <kpmodule.h>
Expand Down
5 changes: 5 additions & 0 deletions kpm-demo/syscallhook/syscallhook.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
* Copyright (C) 2023 bmax121. All Rights Reserved.
*/

#include <compiler.h>
#include <kpmodule.h>
#include <linux/printk.h>
Expand Down

0 comments on commit ec63ea8

Please sign in to comment.