diff options
author | Peter Osterlund <petero2@telia.com> | 2004-02-08 21:49:41 +0100 |
---|---|---|
committer | Peter Osterlund <petero2@telia.com> | 2006-04-09 04:01:44 +0200 |
commit | 173ce7d90bafce6fec77dd66d3baa7f993226cc5 (patch) | |
tree | fbd9eee897bc10b64c9031d7aebc9103984f49b3 /synclient.c | |
parent | 354b45ae8123adb0d9805d8e7043d617ab72d6e4 (diff) |
Added copyright headers to synclient.c and syndaemon.c.
Diffstat (limited to 'synclient.c')
-rw-r--r-- | synclient.c | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/synclient.c b/synclient.c index fb342aa..eb1891c 100644 --- a/synclient.c +++ b/synclient.c @@ -1,3 +1,22 @@ +/* + * Copyright 2002-2004 Peter Osterlund <petero2@telia.com> + * + * 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; either version 2 + * of the License, or (at your option) any later version. + * + * 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., 675 Mass Ave, Cambridge, MA 02139, USA. + * + */ + #include <stdio.h> #include <stdlib.h> #include <sys/types.h> |