diff options
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/cfsysline.c | 4 | ||||
-rw-r--r-- | runtime/ctok.c | 2 | ||||
-rw-r--r-- | runtime/linkedlist.c | 2 | ||||
-rw-r--r-- | runtime/sysvar.c | 2 |
4 files changed, 9 insertions, 1 deletions
diff --git a/runtime/cfsysline.c b/runtime/cfsysline.c index ffc49057..0043ce5c 100644 --- a/runtime/cfsysline.c +++ b/runtime/cfsysline.c @@ -3,6 +3,10 @@ * * File begun on 2007-07-30 by RGerhards * + * Copyright (C) 2007, 2008 by Rainer Gerhards and Adiscon GmbH. + * + * This file is part of rsyslog. + * * 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/runtime/ctok.c b/runtime/ctok.c index 98d5b63b..de2bd8a8 100644 --- a/runtime/ctok.c +++ b/runtime/ctok.c @@ -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/runtime/linkedlist.c b/runtime/linkedlist.c index ce20651e..8f842e43 100644 --- a/runtime/linkedlist.c +++ b/runtime/linkedlist.c @@ -11,7 +11,7 @@ * * File begun on 2007-07-31 by RGerhards * - * Copyright (C) 2007, 2008 by Rainer Gerhards and Adiscon GmbH + * Copyright (C) 2007, 2008 by Rainer Gerhards and Adiscon GmbH. * * This file is part of the rsyslog runtime library. * diff --git a/runtime/sysvar.c b/runtime/sysvar.c index 14e32b96..5eec8f67 100644 --- a/runtime/sysvar.c +++ b/runtime/sysvar.c @@ -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 |