Skip to content

Commit c7ecc13

Browse files
YusukeKatoKuraZuzu
andauthored
Add Copyright and LICENSE
Co-authored-by: Kazushi Kurasawa <kurazuzukun3@gmail.com>
1 parent f197d93 commit c7ecc13

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

src/drivers/rtmouse.h

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
/*
2+
*
3+
* rtmouse.h
4+
* Raspberry Pi Mouse device driver header
5+
*
6+
* Copyright (C) 2024 RT Corporation <shop@rt-net.jp>
7+
*
8+
* This program is free software; you can redistribute it and/or modify
9+
* it under the terms of the GNU General Public License as published by
10+
* the Free Software Foundation; version 2.
11+
*
12+
* This program is distributed in the hope that it will be useful,
13+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
14+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15+
* GNU General Public License for more details.
16+
*
17+
* You should have received a copy of the GNU General Public License
18+
* along with this program; if not, write to the Free Software
19+
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
20+
* MA 02110-1301, USA.
21+
*/
22+
123
#ifndef RTMOUSE_H
224
#define RTMOUSE_H
325

0 commit comments

Comments
 (0)