[tor-commits] [torsocks/osx] Tidy up copyright in parser.h
hoganrobert at torproject.org
hoganrobert at torproject.org
Sun Oct 23 18:27:15 UTC 2011
commit 5c401fb4bd98cdb23facef6f9cd97a9fd6d44442
Author: Robert Hogan <robert at roberthogan.net>
Date: Mon Feb 14 20:59:49 2011 +0000
Tidy up copyright in parser.h
---
src/parser.h | 33 +++++++++++++--------------------
1 files changed, 13 insertions(+), 20 deletions(-)
diff --git a/src/parser.h b/src/parser.h
index ef35982..462f6fe 100644
--- a/src/parser.h
+++ b/src/parser.h
@@ -1,9 +1,7 @@
/***************************************************************************
* *
- * $Id: parser.h,v 1.3 2008-10-03 19:37:29 hoganrobert Exp $ *
- * *
- * Copyright (C) 2008 by Robert Hogan *
- * robert at roberthogan.net *
+ * Copyright (C) 2000-2008 Shaun Clowes <delius at progsoc.org> *
+ * Copyright (C) 2008-2011 Robert Hogan <robert at roberthogan.net> *
* *
* 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 *
@@ -19,32 +17,27 @@
* along with this program; if not, write to the *
* Free Software Foundation, Inc., *
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
- ***************************************************************************
- * *
- * This is a modified version of a source file from the tsocks project. *
- * Original copyright notice from tsocks source file follows: *
- * (Source file contained no copyright information.) *
***************************************************************************/
-/* parser.h - Structures, functions and global variables for the
- tsocks parsing routines */
+/* parser.h - Structures, functions and global variables for the
+ torsocks parsing routines */
#ifndef _PARSER_H
-#define _PARSER_H 1
+#define _PARSER_H 1
/* Structure definitions */
/* Structure representing one server specified in the config */
struct serverent {
- int lineno; /* Line number in conf file this path started on */
- char *address; /* Address/hostname of server */
- int port; /* Port number of server */
- int type; /* Type of server (4/5) */
- char *defuser; /* Default username for this socks server */
- char *defpass; /* Default password for this socks server */
- struct netent *reachnets; /* Linked list of nets from this server */
- struct serverent *next; /* Pointer to next server entry */
+ int lineno; /* Line number in conf file this path started on */
+ char *address; /* Address/hostname of server */
+ int port; /* Port number of server */
+ int type; /* Type of server (4/5) */
+ char *defuser; /* Default username for this socks server */
+ char *defpass; /* Default password for this socks server */
+ struct netent *reachnets; /* Linked list of nets from this server */
+ struct serverent *next; /* Pointer to next server entry */
};
/* Structure representing a network */
More information about the tor-commits
mailing list