Skip to content

Commit 029f808

Browse files
Update author and copyright info
1 parent 5c2e57c commit 029f808

4 files changed

Lines changed: 3 additions & 4 deletions

File tree

AUTHORS

Lines changed: 0 additions & 1 deletion
This file was deleted.

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ provides a set of helper functions for making the usage of uinput
99
easier. Libsuinput can be considered thin, because it operates on the
1010
same file descriptors as traditional ioctl commands.
1111

12-
Author: Tuomas Jorma Juhani Räsänen <tuomasjjrasanen@tjjr.fi>
12+
Author: Tuomas Räsänen <tuomasjjrasanen@tjjr.fi>
1313
Homepage: <http://tjjr.fi/sw/libsuinput/>
1414

1515
How to install

src/suinput.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
libsuinput - thin userspace library on top of Linux uinput kernel module
3-
Copyright (C) 2012 Tuomas Jorma Juhani Räsänen <tuomasjjrasanen@tjjr.fi>
3+
Copyright (C) 2013 Tuomas Räsänen <tuomasjjrasanen@tjjr.fi>
44
55
This program is free software: you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by

src/suinput.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
libsuinput - thin userspace library on top of Linux uinput kernel module
3-
Copyright (C) 2012 Tuomas Jorma Juhani Räsänen <tuomasjjrasanen@tjjr.fi>
3+
Copyright (C) 2013 Tuomas Räsänen <tuomasjjrasanen@tjjr.fi>
44
55
This program is free software: you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)