diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-04-24 19:30:24 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-04-24 19:30:24 +0200 |
commit | 824ef91438af118ffa6972f45f19844b1ed2ec43 (patch) | |
tree | 75059db43de189c8d0565dc3d42e9af600326e3e | |
parent | 28516a1b745d1d078681a063b71637dd45306712 (diff) | |
download | rsyslog-824ef91438af118ffa6972f45f19844b1ed2ec43.tar.gz rsyslog-824ef91438af118ffa6972f45f19844b1ed2ec43.tar.xz rsyslog-824ef91438af118ffa6972f45f19844b1ed2ec43.zip |
added missing copyright statements
thanks to Michael Biebl for noticing
-rw-r--r-- | cfsysline.c | 2 | ||||
-rw-r--r-- | ctok.c | 2 | ||||
-rw-r--r-- | linkedlist.c | 2 | ||||
-rw-r--r-- | sysvar.c | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/cfsysline.c b/cfsysline.c index 1fd03a46..1aebc354 100644 --- a/cfsysline.c +++ b/cfsysline.c @@ -3,6 +3,8 @@ * * File begun on 2007-07-30 by RGerhards * + * Copyright (C) 2007, 2008 by Rainer Gerhards and Adiscon GmbH. + * * This file is part of rsyslog. * * Rsyslog is free software: you can redistribute it and/or modify @@ -8,6 +8,8 @@ * * Module begun 2008-02-19 by Rainer Gerhards * + * Copyright (C) 2008 by Rainer Gerhards and Adiscon GmbH. + * * This file is part of the rsyslog runtime library. * * The rsyslog runtime library is free software: you can redistribute it and/or modify diff --git a/linkedlist.c b/linkedlist.c index 9adf40c4..383cf488 100644 --- a/linkedlist.c +++ b/linkedlist.c @@ -11,6 +11,8 @@ * * File begun on 2007-07-31 by RGerhards * + * Copyright (C) 2007, 2008 by Rainer Gerhards and Adiscon GmbH. + * * This file is part of rsyslog. * * Rsyslog is free software: you can redistribute it and/or modify @@ -5,6 +5,8 @@ * * Module begun 2008-02-25 by Rainer Gerhards * + * Copyright (C) 2008 by Rainer Gerhards and Adiscon GmbH. + * * This file is part of the rsyslog runtime library. * * The rsyslog runtime library is free software: you can redistribute it and/or modify |