Skip to content

Commit

Permalink
Add Copyright and LICENSE
Browse files Browse the repository at this point in the history
Co-authored-by: Kazushi Kurasawa <[email protected]>
  • Loading branch information
YusukeKato and KuraZuzu authored Oct 29, 2024
1 parent f197d93 commit c7ecc13
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions src/drivers/rtmouse.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
/*
*
* rtmouse.h
* Raspberry Pi Mouse device driver header
*
* Copyright (C) 2024 RT Corporation <[email protected]>
*
* 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; version 2.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
* MA 02110-1301, USA.
*/

#ifndef RTMOUSE_H
#define RTMOUSE_H

Expand Down

0 comments on commit c7ecc13

Please sign in to comment.