summaryrefslogtreecommitdiffstats
path: root/runtime/srutils.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-01-18 14:08:24 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2012-01-18 14:08:24 +0100
commitac9afc4149db314d9c480232d70216960342e3e4 (patch)
treea35a772b89985b2e73b76ddedc28dd5e0b507bf6 /runtime/srutils.c
parente1e6ef71f4572de404d63a53f43c53c1b2b56803 (diff)
parent92f7e549df5a1333f037cf3b290e3087fd9ad5da (diff)
downloadrsyslog-ac9afc4149db314d9c480232d70216960342e3e4.tar.gz
rsyslog-ac9afc4149db314d9c480232d70216960342e3e4.tar.bz2
rsyslog-ac9afc4149db314d9c480232d70216960342e3e4.zip
Merge branch 'v5-stable' into master
Conflicts: ChangeLog action.h configure.ac doc/manual.html plugins/immark/immark.c plugins/impstats/impstats.c plugins/imptcp/imptcp.c plugins/imtcp/imtcp.c runtime/cfsysline.c runtime/cfsysline.h runtime/conf.c runtime/ctok.c runtime/ctok.h runtime/ctok_token.c runtime/ctok_token.h runtime/dnscache.h runtime/expr.c runtime/expr.h runtime/rule.c runtime/rule.h runtime/ruleset.h runtime/sysvar.c runtime/vm.h runtime/vmop.c runtime/vmop.h runtime/vmprg.c runtime/vmprg.h runtime/vmstk.c runtime/vmstk.h tools/omusrmsg.c
Diffstat (limited to 'runtime/srutils.c')
-rw-r--r--runtime/srutils.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/srutils.c b/runtime/srutils.c
index d357cd77..a473c83e 100644
--- a/runtime/srutils.c
+++ b/runtime/srutils.c
@@ -54,6 +54,8 @@
* to do it, but over here is also not ideal... -- rgerhards, 2008-02-14
* rgerhards, 2008-04-16: note in LGPL move: the code tables below exist in
* the same way in BSD, so it is not a problem to move them from GPLv3 to LGPL.
+ * And nobody modified them since it was under LGPL, so we can also move it
+ * to ASL 2.0.
*/
syslogName_t syslogPriNames[] = {
{"alert", LOG_ALERT},