diff options
author | Christian Pointner <equinox@spreadspace.org> | 2015-05-13 07:29:11 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2015-05-13 07:29:11 +0200 |
commit | efa93f324d4e85df0ce2bcf0a443baef4e31fdb2 (patch) | |
tree | 474a186c48dbe195d6c46fad8f727b1991662fa1 /src | |
parent | added systemd service file (diff) |
updated copyright and changelog
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile | 2 | ||||
-rw-r--r-- | src/cfg_parser.h | 2 | ||||
-rw-r--r-- | src/cfg_parser.rl | 2 | ||||
-rw-r--r-- | src/clients.c | 2 | ||||
-rw-r--r-- | src/clients.h | 2 | ||||
-rwxr-xr-x | src/configure | 2 | ||||
-rw-r--r-- | src/daemon.h | 2 | ||||
-rw-r--r-- | src/datatypes.h | 2 | ||||
-rw-r--r-- | src/listener.c | 2 | ||||
-rw-r--r-- | src/listener.h | 2 | ||||
-rw-r--r-- | src/log.c | 2 | ||||
-rw-r--r-- | src/log.h | 2 | ||||
-rw-r--r-- | src/log_targets.h | 2 | ||||
-rw-r--r-- | src/options.c | 2 | ||||
-rw-r--r-- | src/options.h | 2 | ||||
-rw-r--r-- | src/sig_handler.c | 2 | ||||
-rw-r--r-- | src/sig_handler.h | 2 | ||||
-rw-r--r-- | src/slist.c | 2 | ||||
-rw-r--r-- | src/slist.h | 2 | ||||
-rw-r--r-- | src/string_list.c | 2 | ||||
-rw-r--r-- | src/string_list.h | 2 | ||||
-rw-r--r-- | src/tcp.c | 2 | ||||
-rw-r--r-- | src/tcp.h | 2 | ||||
-rw-r--r-- | src/tcpproxy.c | 2 |
24 files changed, 24 insertions, 24 deletions
diff --git a/src/Makefile b/src/Makefile index b86007f..5bcc68a 100644 --- a/src/Makefile +++ b/src/Makefile @@ -7,7 +7,7 @@ ## endpoints and vice versa. ## ## -## Copyright (C) 2010-2013 Christian Pointner <equinox@spreadspace.org> +## Copyright (C) 2010-2015 Christian Pointner <equinox@spreadspace.org> ## ## This file is part of tcpproxy. ## diff --git a/src/cfg_parser.h b/src/cfg_parser.h index a373154..c24c2ed 100644 --- a/src/cfg_parser.h +++ b/src/cfg_parser.h @@ -7,7 +7,7 @@ * endpoints and vice versa. * * - * Copyright (C) 2010-2013 Christian Pointner <equinox@spreadspace.org> + * Copyright (C) 2010-2015 Christian Pointner <equinox@spreadspace.org> * * This file is part of tcpproxy. * diff --git a/src/cfg_parser.rl b/src/cfg_parser.rl index 918501c..3ff2a4a 100644 --- a/src/cfg_parser.rl +++ b/src/cfg_parser.rl @@ -7,7 +7,7 @@ * endpoints and vice versa. * * - * Copyright (C) 2010-2013 Christian Pointner <equinox@spreadspace.org> + * Copyright (C) 2010-2015 Christian Pointner <equinox@spreadspace.org> * * This file is part of tcpproxy. * diff --git a/src/clients.c b/src/clients.c index 7dd6a85..31a61bf 100644 --- a/src/clients.c +++ b/src/clients.c @@ -7,7 +7,7 @@ * endpoints and vice versa. * * - * Copyright (C) 2010-2013 Christian Pointner <equinox@spreadspace.org> + * Copyright (C) 2010-2015 Christian Pointner <equinox@spreadspace.org> * * This file is part of tcpproxy. * diff --git a/src/clients.h b/src/clients.h index febc91c..0c3206a 100644 --- a/src/clients.h +++ b/src/clients.h @@ -7,7 +7,7 @@ * endpoints and vice versa. * * - * Copyright (C) 2010-2013 Christian Pointner <equinox@spreadspace.org> + * Copyright (C) 2010-2015 Christian Pointner <equinox@spreadspace.org> * * This file is part of tcpproxy. * diff --git a/src/configure b/src/configure index d651903..4d3a930 100755 --- a/src/configure +++ b/src/configure @@ -8,7 +8,7 @@ # endpoints and vice versa. # # -# Copyright (C) 2010-2013 Christian Pointner <equinox@spreadspace.org> +# Copyright (C) 2010-2015 Christian Pointner <equinox@spreadspace.org> # # This file is part of tcpproxy. # diff --git a/src/daemon.h b/src/daemon.h index 42f59a6..3f892eb 100644 --- a/src/daemon.h +++ b/src/daemon.h @@ -7,7 +7,7 @@ * endpoints and vice versa. * * - * Copyright (C) 2010-2013 Christian Pointner <equinox@spreadspace.org> + * Copyright (C) 2010-2015 Christian Pointner <equinox@spreadspace.org> * * This file is part of tcpproxy. * diff --git a/src/datatypes.h b/src/datatypes.h index 328829b..6c51eb6 100644 --- a/src/datatypes.h +++ b/src/datatypes.h @@ -7,7 +7,7 @@ * endpoints and vice versa. * * - * Copyright (C) 2010-2013 Christian Pointner <equinox@spreadspace.org> + * Copyright (C) 2010-2015 Christian Pointner <equinox@spreadspace.org> * * This file is part of tcpproxy. * diff --git a/src/listener.c b/src/listener.c index 02dd149..35b61cd 100644 --- a/src/listener.c +++ b/src/listener.c @@ -7,7 +7,7 @@ * endpoints and vice versa. * * - * Copyright (C) 2010-2013 Christian Pointner <equinox@spreadspace.org> + * Copyright (C) 2010-2015 Christian Pointner <equinox@spreadspace.org> * * This file is part of tcpproxy. * diff --git a/src/listener.h b/src/listener.h index d7319c2..bf413f0 100644 --- a/src/listener.h +++ b/src/listener.h @@ -7,7 +7,7 @@ * endpoints and vice versa. * * - * Copyright (C) 2010-2013 Christian Pointner <equinox@spreadspace.org> + * Copyright (C) 2010-2015 Christian Pointner <equinox@spreadspace.org> * * This file is part of tcpproxy. * @@ -7,7 +7,7 @@ * endpoints and vice versa. * * - * Copyright (C) 2010-2013 Christian Pointner <equinox@spreadspace.org> + * Copyright (C) 2010-2015 Christian Pointner <equinox@spreadspace.org> * * This file is part of tcpproxy. * @@ -7,7 +7,7 @@ * endpoints and vice versa. * * - * Copyright (C) 2010-2013 Christian Pointner <equinox@spreadspace.org> + * Copyright (C) 2010-2015 Christian Pointner <equinox@spreadspace.org> * * This file is part of tcpproxy. * diff --git a/src/log_targets.h b/src/log_targets.h index 8257a2d..b83e0d8 100644 --- a/src/log_targets.h +++ b/src/log_targets.h @@ -7,7 +7,7 @@ * endpoints and vice versa. * * - * Copyright (C) 2010-2013 Christian Pointner <equinox@spreadspace.org> + * Copyright (C) 2010-2015 Christian Pointner <equinox@spreadspace.org> * * This file is part of tcpproxy. * diff --git a/src/options.c b/src/options.c index 698cb8c..ed22a19 100644 --- a/src/options.c +++ b/src/options.c @@ -7,7 +7,7 @@ * endpoints and vice versa. * * - * Copyright (C) 2010-2013 Christian Pointner <equinox@spreadspace.org> + * Copyright (C) 2010-2015 Christian Pointner <equinox@spreadspace.org> * * This file is part of tcpproxy. * diff --git a/src/options.h b/src/options.h index 8d17bba..234125f 100644 --- a/src/options.h +++ b/src/options.h @@ -7,7 +7,7 @@ * endpoints and vice versa. * * - * Copyright (C) 2010-2013 Christian Pointner <equinox@spreadspace.org> + * Copyright (C) 2010-2015 Christian Pointner <equinox@spreadspace.org> * * This file is part of tcpproxy. * diff --git a/src/sig_handler.c b/src/sig_handler.c index fb50000..2bfbb5b 100644 --- a/src/sig_handler.c +++ b/src/sig_handler.c @@ -7,7 +7,7 @@ * endpoints and vice versa. * * - * Copyright (C) 2010-2013 Christian Pointner <equinox@spreadspace.org> + * Copyright (C) 2010-2015 Christian Pointner <equinox@spreadspace.org> * * This file is part of tcpproxy. * diff --git a/src/sig_handler.h b/src/sig_handler.h index efcdf66..9e4802b 100644 --- a/src/sig_handler.h +++ b/src/sig_handler.h @@ -7,7 +7,7 @@ * endpoints and vice versa. * * - * Copyright (C) 2010-2013 Christian Pointner <equinox@spreadspace.org> + * Copyright (C) 2010-2015 Christian Pointner <equinox@spreadspace.org> * * This file is part of tcpproxy. * diff --git a/src/slist.c b/src/slist.c index 3195833..f4b7b0e 100644 --- a/src/slist.c +++ b/src/slist.c @@ -7,7 +7,7 @@ * endpoints and vice versa. * * - * Copyright (C) 2010-2013 Christian Pointner <equinox@spreadspace.org> + * Copyright (C) 2010-2015 Christian Pointner <equinox@spreadspace.org> * * This file is part of tcpproxy. * diff --git a/src/slist.h b/src/slist.h index bf6b394..5e7d5c3 100644 --- a/src/slist.h +++ b/src/slist.h @@ -7,7 +7,7 @@ * endpoints and vice versa. * * - * Copyright (C) 2010-2013 Christian Pointner <equinox@spreadspace.org> + * Copyright (C) 2010-2015 Christian Pointner <equinox@spreadspace.org> * * This file is part of tcpproxy. * diff --git a/src/string_list.c b/src/string_list.c index 8715f65..29af918 100644 --- a/src/string_list.c +++ b/src/string_list.c @@ -7,7 +7,7 @@ * endpoints and vice versa. * * - * Copyright (C) 2010-2013 Christian Pointner <equinox@spreadspace.org> + * Copyright (C) 2010-2015 Christian Pointner <equinox@spreadspace.org> * * This file is part of tcpproxy. * diff --git a/src/string_list.h b/src/string_list.h index b60e7db..20873e8 100644 --- a/src/string_list.h +++ b/src/string_list.h @@ -7,7 +7,7 @@ * endpoints and vice versa. * * - * Copyright (C) 2010-2013 Christian Pointner <equinox@spreadspace.org> + * Copyright (C) 2010-2015 Christian Pointner <equinox@spreadspace.org> * * This file is part of tcpproxy. * @@ -7,7 +7,7 @@ * endpoints and vice versa. * * - * Copyright (C) 2010-2013 Christian Pointner <equinox@spreadspace.org> + * Copyright (C) 2010-2015 Christian Pointner <equinox@spreadspace.org> * * This file is part of tcpproxy. * @@ -7,7 +7,7 @@ * endpoints and vice versa. * * - * Copyright (C) 2010-2013 Christian Pointner <equinox@spreadspace.org> + * Copyright (C) 2010-2015 Christian Pointner <equinox@spreadspace.org> * * This file is part of tcpproxy. * diff --git a/src/tcpproxy.c b/src/tcpproxy.c index a328f26..a779cbe 100644 --- a/src/tcpproxy.c +++ b/src/tcpproxy.c @@ -7,7 +7,7 @@ * endpoints and vice versa. * * - * Copyright (C) 2010-2013 Christian Pointner <equinox@spreadspace.org> + * Copyright (C) 2010-2015 Christian Pointner <equinox@spreadspace.org> * * This file is part of tcpproxy. * |