diff options
author | meri <meri@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2007-04-10 22:32:08 +0000 |
---|---|---|
committer | meri <meri@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2007-04-10 22:32:08 +0000 |
commit | 744b5882914cda63347d8d2109430f62f0e74dbc (patch) | |
tree | bf477bfaaa3bdd500dc058e0fd8af331afe1185a | |
parent | e73b417c526bc32355487544b92db058459a5619 (diff) |
opcd_presence: fixed copyright
git-svn-id: https://svn.openpcd.org:2342/trunk@308 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
-rw-r--r-- | host/Makefile | 2 | ||||
-rw-r--r-- | host/opcd_presence.c | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/host/Makefile b/host/Makefile index 8d27808..89aa72c 100644 --- a/host/Makefile +++ b/host/Makefile @@ -5,7 +5,7 @@ CFLAGS=-Wall -I../firmware/include all: opcd_presence opcd_test opcd_sh clean: - -rm -f *.o opcd_test + -rm -f *.o opcd_test opcd_sh opcd_presence $(MAKE) -C ausb clean ausb/libausb.a: diff --git a/host/opcd_presence.c b/host/opcd_presence.c index 47333df..847117f 100644 --- a/host/opcd_presence.c +++ b/host/opcd_presence.c @@ -1,5 +1,6 @@ /* opcd_test - Low-Level test program for OpenPCD - * (C) 2006 by Harald Welte <laforge@gnumonks.org> + * + * (C) 2006 by Milosch Meriac <meriac@openpcd.de> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 @@ -15,8 +16,6 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#define __user - #include <stdio.h> #include <stdlib.h> #include <unistd.h> |