Skip to content

Commit d530af8

Browse files
committed
ライセンスとバージョンを更新
1 parent 560bd67 commit d530af8

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

src/drivers/rtmouse_dev_fops.c

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
/*
22
*
3-
* rtmouse_dev.c
4-
* Raspberry Pi Mouse device driver
3+
* rtmouse_dev_fops.c
4+
* Define device file operations
55
*
6-
* Version: 3.3.2
7-
*
8-
* Copyright (C) 2015-2024 RT Corporation <shop@rt-net.jp>
6+
* Copyright (C) 2024 RT Corporation <shop@rt-net.jp>
97
*
108
* This program is free software; you can redistribute it and/or modify
119
* it under the terms of the GNU General Public License as published by

src/drivers/rtmouse_main.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*
22
*
33
* rtmouse_main.c
4-
* Raspberry Pi Mouse device driver
4+
* Raspberry Pi Mouse device driver main
55
*
6-
* Version: 3.3.2
6+
* Version: 3.3.3
77
*
88
* Copyright (C) 2015-2024 RT Corporation <shop@rt-net.jp>
99
*
@@ -26,7 +26,7 @@
2626

2727
MODULE_AUTHOR("RT Corporation");
2828
MODULE_LICENSE("GPL");
29-
MODULE_VERSION("3.3.2");
29+
MODULE_VERSION("3.3.3");
3030
MODULE_DESCRIPTION("Raspberry Pi Mouse device driver");
3131

3232
/* --- Device Numbers --- */

0 commit comments

Comments
 (0)