From f2efba644cf5257b2ebb2017a0f14475a96bdb04 Mon Sep 17 00:00:00 2001 From: Philipp Schafft Date: Fri, 12 Oct 2018 10:28:09 +0000 Subject: [PATCH] Update: Corrected years of copyright --- avl/avl.c | 3 ++- avl/avl.h | 3 ++- httpp/encoding.c | 2 +- httpp/encoding.h | 2 +- httpp/httpp.c | 10 +++++----- httpp/httpp.h | 8 ++++---- log/log.c | 14 +++++++------- log/log.h | 14 +++++++------- net/resolver.c | 10 +++++----- net/resolver.h | 5 +++-- net/sock.c | 11 ++++++----- net/sock.h | 11 ++++++----- thread/thread.c | 11 ++++++----- thread/thread.h | 9 +++++---- timing/timing.c | 13 +++++++------ timing/timing.h | 11 ++++++----- 16 files changed, 73 insertions(+), 64 deletions(-) diff --git a/avl/avl.c b/avl/avl.c index 5653440..d007b91 100644 --- a/avl/avl.c +++ b/avl/avl.c @@ -1,5 +1,6 @@ /* - * Copyright (C) 1995-1997 by Sam Rushing + * Copyright (C) 1995-1997 Sam Rushing + * Copyright (C) 2012-2018 Philipp "ph3-der-loewe" Schafft * * All Rights Reserved * diff --git a/avl/avl.h b/avl/avl.h index a86ac6a..9e0d7ea 100644 --- a/avl/avl.h +++ b/avl/avl.h @@ -1,5 +1,6 @@ /* - * Copyright (C) 1995 by Sam Rushing + * Copyright (C) 1995 Sam Rushing , + * Copyright (C) 2012-2018 Philipp "ph3-der-loewe" Schafft */ /* $Id: avl.h,v 1.7 2003/07/07 01:10:14 brendan Exp $ */ diff --git a/httpp/encoding.c b/httpp/encoding.c index bbd80e2..4ea78a4 100644 --- a/httpp/encoding.c +++ b/httpp/encoding.c @@ -3,7 +3,7 @@ ** http transfer encoding library ** See RFC2616 section 3.6 for more details. ** -** Copyright (C) 2015 Philipp "ph3-der-loewe" Schafft +** Copyright (C) 2015-2018 Philipp "ph3-der-loewe" Schafft ** ** This library is free software; you can redistribute it and/or ** modify it under the terms of the GNU Library General Public diff --git a/httpp/encoding.h b/httpp/encoding.h index 5f77173..49dbf7a 100644 --- a/httpp/encoding.h +++ b/httpp/encoding.h @@ -3,7 +3,7 @@ ** http transfer encoding library ** See RFC2616 section 3.6 for more details. ** -** Copyright (C) 2015 Philipp "ph3-der-loewe" Schafft +** Copyright (C) 2015-2018 Philipp "ph3-der-loewe" Schafft ** ** This library is free software; you can redistribute it and/or ** modify it under the terms of the GNU Library General Public diff --git a/httpp/httpp.c b/httpp/httpp.c index 3c14448..84a6fb2 100644 --- a/httpp/httpp.c +++ b/httpp/httpp.c @@ -2,11 +2,11 @@ ** ** http parsing engine ** -** Copyright (C) 2014 Michael Smith , -** Ralph Giles , -** Ed "oddsock" Zaleski , -** Karl Heyes , -** Philipp "ph3-der-loewe" Schafft +** Copyright (C) 2014 Michael Smith , +** Ralph Giles , +** Ed "oddsock" Zaleski , +** Karl Heyes , +** Copyright (C) 2012-2018 Philipp "ph3-der-loewe" Schafft ** ** This library is free software; you can redistribute it and/or ** modify it under the terms of the GNU Library General Public diff --git a/httpp/httpp.h b/httpp/httpp.h index 5fd4a2b..8c9059f 100644 --- a/httpp/httpp.h +++ b/httpp/httpp.h @@ -2,10 +2,10 @@ ** ** http parsing library ** -** Copyright (C) 2014 Michael Smith , -** Ralph Giles , -** Karl Heyes , -** Philipp "ph3-der-loewe" Schafft +** Copyright (C) 2014 Michael Smith , +** Ralph Giles , +** Karl Heyes , +** Copyright (C) 2012-2018 Philipp "ph3-der-loewe" Schafft ** ** This library is free software; you can redistribute it and/or ** modify it under the terms of the GNU Library General Public diff --git a/log/log.c b/log/log.c index e1ff9e9..83910be 100644 --- a/log/log.c +++ b/log/log.c @@ -1,13 +1,13 @@ /* ** Logging framework. ** -** Copyright (C) 2014 Michael Smith , -** Ralph Giles , -** Ed "oddsock" Zaleski , -** Karl Heyes , -** Jack Moffitt , -** Philipp "ph3-der-loewe" Schafft , -** Thomas Ruecker +** Copyright (C) 2014 Michael Smith , +** Ralph Giles , +** Ed "oddsock" Zaleski , +** Karl Heyes , +** Jack Moffitt , +** Thomas Ruecker , +** Copyright (C) 2012-2018 Philipp "ph3-der-loewe" Schafft ** ** This library is free software; you can redistribute it and/or ** modify it under the terms of the GNU Library General Public diff --git a/log/log.h b/log/log.h index 62063b2..fe9ea54 100644 --- a/log/log.h +++ b/log/log.h @@ -1,13 +1,13 @@ /* ** Logging framework. ** -** Copyright (C) 2014 Michael Smith , -** Ralph Giles , -** Ed "oddsock" Zaleski , -** Karl Heyes , -** Jack Moffitt , -** Philipp "ph3-der-loewe" Schafft , -** Thomas Ruecker +** Copyright (C) 2014 Michael Smith , +** Ralph Giles , +** Ed "oddsock" Zaleski , +** Karl Heyes , +** Jack Moffitt , +** Thomas Ruecker , +** Copyright (C) 2012-2018 Philipp "ph3-der-loewe" Schafft ** ** This library is free software; you can redistribute it and/or ** modify it under the terms of the GNU Library General Public diff --git a/net/resolver.c b/net/resolver.c index f502082..34a3af9 100644 --- a/net/resolver.c +++ b/net/resolver.c @@ -1,11 +1,11 @@ /* * resolver.c - name resolver library * - * Copyright (C) 2014 Michael Smith , - * Brendan Cully , - * Karl Heyes , - * Jack Moffitt , - * Philipp "ph3-der-loewe" Schafft + * Copyright (C) 2014 Michael Smith , + * Brendan Cully , + * Karl Heyes , + * Jack Moffitt , + * Copyright (C) 2012-2018 Philipp "ph3-der-loewe" Schafft * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff --git a/net/resolver.h b/net/resolver.h index 828db71..ffc4dc6 100644 --- a/net/resolver.h +++ b/net/resolver.h @@ -3,8 +3,9 @@ * * name resolver library header * - * Copyright (C) 2014 Brendan Cully , - * Jack Moffitt + * Copyright (C) 2014 Brendan Cully , + * Jack Moffitt , + * Copyright (C) 2012-2018 Philipp "ph3-der-loewe" Schafft * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff --git a/net/sock.c b/net/sock.c index d82a8a6..97c79a1 100644 --- a/net/sock.c +++ b/net/sock.c @@ -1,11 +1,12 @@ /* -*- c-basic-offset: 4; -*- */ /* sock.c: General Socket Functions * - * Copyright (C) 2014 Michael Smith , - * Brendan Cully , - * Karl Heyes , - * Jack Moffitt , - * Ed "oddsock" Zaleski + * Copyright (C) 2014 Michael Smith , + * Brendan Cully , + * Karl Heyes , + * Jack Moffitt , + * Ed "oddsock" Zaleski , + * Copyright (C) 2012-2018 Philipp "ph3-der-loewe" Schafft * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff --git a/net/sock.h b/net/sock.h index 5448940..d5f1028 100644 --- a/net/sock.h +++ b/net/sock.h @@ -1,11 +1,12 @@ /* sock.h * - General Socket Function Headers * - * Copyright (C) 2014 Michael Smith , - * Brendan Cully , - * Karl Heyes , - * Jack Moffitt , - * Ed "oddsock" Zaleski + * Copyright (C) 2014 Michael Smith , + * Brendan Cully , + * Karl Heyes , + * Jack Moffitt , + * Ed "oddsock" Zaleski , + * Copyright (C) 2012-2018 Philipp "ph3-der-loewe" Schafft * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff --git a/thread/thread.c b/thread/thread.c index 11d28f0..33f6f08 100644 --- a/thread/thread.c +++ b/thread/thread.c @@ -1,10 +1,11 @@ /* threads.c: Thread Abstraction Functions * - * Copyright (C) 2014 Michael Smith , - * Brendan Cully , - * Karl Heyes , - * Jack Moffitt , - * Ed "oddsock" Zaleski + * Copyright (C) 2014 Michael Smith , + * Brendan Cully , + * Karl Heyes , + * Jack Moffitt , + * Ed "oddsock" Zaleski , + * Copyright (C) 2012-2018 Philipp "ph3-der-loewe" Schafft * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff --git a/thread/thread.h b/thread/thread.h index d4a675d..74cb2b0 100644 --- a/thread/thread.h +++ b/thread/thread.h @@ -1,10 +1,11 @@ /* thread.h * - Thread Abstraction Function Headers * - * Copyright (C) 2014 Michael Smith , - * Brendan Cully , - * Karl Heyes , - * Jack Moffitt + * Copyright (C) 2014 Michael Smith , + * Brendan Cully , + * Karl Heyes , + * Jack Moffitt , + * Copyright (C) 2012-2018 Philipp "ph3-der-loewe" Schafft * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff --git a/timing/timing.c b/timing/timing.c index 7273918..e343938 100644 --- a/timing/timing.c +++ b/timing/timing.c @@ -1,12 +1,13 @@ /* timing.c * - Timing functions * - * Copyright (C) 2014 Michael Smith , - * Brendan Cully , - * Karl Heyes , - * Jack Moffitt , - * Ed "oddsock" Zaleski , - * Ralph Giles + * Copyright (C) 2014 Michael Smith , + * Brendan Cully , + * Karl Heyes , + * Jack Moffitt , + * Ed "oddsock" Zaleski , + * Ralph Giles , + * Copyright (C) 2012-2018 Philipp "ph3-der-loewe" Schafft * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff --git a/timing/timing.h b/timing/timing.h index 8b8b01c..fa83988 100644 --- a/timing/timing.h +++ b/timing/timing.h @@ -1,11 +1,12 @@ /* * Timing functions. * - * Copyright (C) 2014 Michael Smith , - * Karl Heyes , - * Jack Moffitt , - * Moritz Grimm , - * Ralph Giles + * Copyright (C) 2014 Michael Smith , + * Karl Heyes , + * Jack Moffitt , + * Moritz Grimm , + * Ralph Giles , + * Copyright (C) 2012-2018 Philipp "ph3-der-loewe" Schafft * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public