Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken committed Aug 30, 2015
1 parent 2ba4c11 commit 071217b
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 15 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2014-2015 Ken <[email protected]>
Copyright (c) 2014-2015 lparam

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
#
# (C) Copyright 2000-2015
# Ken <[email protected]>
#

MAJOR = 0
MINOR = 2
PATCH = 0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Features

The MIT License (MIT)

Copyright (c) 2014-2015 Ken <[email protected]>
Copyright (c) 2014-2015 lparam

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down
7 changes: 0 additions & 7 deletions config.mk
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
#
# (C) Copyright 2000-2015
# Ken <[email protected]>
#

#########################################################################

ifneq ($(OBJTREE),$(SRCTREE))
ifeq ($(CURDIR),$(SRCTREE))
Expand Down Expand Up @@ -81,4 +75,3 @@ endif
$(obj)%.o: %.c
$(shell [ -d $(dir $@) ] || mkdir -p $(dir $@))
$(CCC) -c $< -o $(cobj)

2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ static const struct option _lopts[] = {

static void
print_usage(const char *prog) {
printf("socksd Version: %s Maintained by Ken <[email protected]>\n", SOCKSD_VER);
printf("socksd Version: %s Maintained by lparam\n", SOCKSD_VER);
printf("Usage: %s [-l bind] [-p pidfile] [-c concurrency] [-t timeout] -s [signal] [-nhvV]\n\n", prog);
printf("Options:\n");
puts(" -h, --help\t\t : this help\n"
Expand Down

0 comments on commit 071217b

Please sign in to comment.