From 898d69037de106be8f5b14093daee409f8f7a88f Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 24 Apr 2008 19:28:42 +0200 Subject: added missing copyright statements (thanks to Michael Biebl for noticing) --- doc/status.html | 13 +++++++------ runtime/cfsysline.c | 2 ++ runtime/ctok.c | 2 ++ runtime/sysvar.c | 2 ++ 4 files changed, 13 insertions(+), 6 deletions(-) diff --git a/doc/status.html b/doc/status.html index 63a3f588..3ff8a625 100644 --- a/doc/status.html +++ b/doc/status.html @@ -2,19 +2,20 @@ rsyslog status page

rsyslog status page

-

This page reflects the status as of 2008-04-15.

+

This page reflects the status as of 2008-04-24.

Current Releases

development: 3.17.1 - change log - download -
beta: 3.15.1 - -change log - -download

+ -

v3 stable: 3.14.2 - change log - -download +

v3 stable: 3.16.0 - change log - +download
v2 stable: 2.0.4 - change log - download diff --git a/runtime/cfsysline.c b/runtime/cfsysline.c index ffc49057..2124f11e 100644 --- a/runtime/cfsysline.c +++ b/runtime/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 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..2a92e285 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/sysvar.c b/runtime/sysvar.c index 14e32b96..d59f2623 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 -- cgit