Skip to content

Commit

Permalink
copyright: add severity-aliases.table
Browse files Browse the repository at this point in the history
Signed-off-by: Attila Szakacs <attila.szakacs@axoflow.com>
  • Loading branch information
alltilla committed Jan 4, 2024
1 parent b1077f9 commit 7866aea
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
23 changes: 23 additions & 0 deletions lib/severity-aliases.table
@@ -1,3 +1,26 @@
/*
* Copyright (c) 2024 Balazs Scheidler
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
* As an additional exemption you are allowed to compile & link against the
* OpenSSL libraries as published by the OpenSSL project. See the file
* COPYING for details.
*
*/

%{

#pragma GCC diagnostic ignored "-Wswitch-default"
Expand Down
2 changes: 1 addition & 1 deletion tests/copyright/check.sh
Expand Up @@ -301,7 +301,7 @@ extract_holder_license() {

local EXT="`echo "$FILE" | sed -r "s~^.*\.([^.]+)$~\1~"`"
case "$EXT" in
c|h|cpp|hpp|ym|java)
c|h|cpp|hpp|ym|java|table)
extract_holder_license_c
;;
ac|am|cmake|conf|sh|pl|py)
Expand Down
1 change: 1 addition & 0 deletions tests/copyright/policy
Expand Up @@ -107,6 +107,7 @@ lib/multi-line/tests/test_smart_multi_line\.c
libtest/mock-logpipe\.[ch]
lib/generic-number\.[ch]
lib/tests/test_generic_number\.c
lib/severity-aliases\.table
syslog-ng-ctl/commands/log-level.[ch]
modules/afsocket/afsocket-signals.h
syslog-ng-ctl/commands/healthcheck.[ch]
Expand Down

0 comments on commit 7866aea

Please sign in to comment.