diff options
author | Michael Adam <obnox@samba.org> | 2009-12-22 13:20:36 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2009-12-23 00:33:21 +0100 |
commit | 5e8c8508efb618915ea3037424ca79a2a7a507ef (patch) | |
tree | 89794a50dab627d1e769d7c2a6e9c46646846467 | |
parent | 4a11f9f08f29cde2eaa6aa1ec179ab9ce69749df (diff) | |
download | tinyproxy-5e8c8508efb618915ea3037424ca79a2a7a507ef.tar.gz tinyproxy-5e8c8508efb618915ea3037424ca79a2a7a507ef.zip |
conf: confess - add my (C) after substantial changes.
Michael
Diffstat (limited to '')
-rw-r--r-- | src/conf.c | 1 | ||||
-rw-r--r-- | src/conf.h | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,6 @@ /* tinyproxy - A fast light-weight HTTP proxy * Copyright (C) 2004 Robert James Kaes <rjkaes@users.sourceforge.net> + * Copyright (C) 2009 Michael Adam <obnox@samba.org> * * 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 @@ -1,5 +1,6 @@ /* tinyproxy - A fast light-weight HTTP proxy * Copyright (C) 2004 Robert James Kaes <rjkaes@users.sourceforge.net> + * Copyright (C) 2009 Michael Adam <obnox@samba.org> * * 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 |