From 7efb33e0544d4c38a80105efb1d795e92957cd24 Mon Sep 17 00:00:00 2001 From: Artem Gavrilov Date: Thu, 25 Apr 2024 17:58:58 +0200 Subject: [PATCH] Fix licenserc file --- .licenserc.yaml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/.licenserc.yaml b/.licenserc.yaml index a6059f4..80530f1 100644 --- a/.licenserc.yaml +++ b/.licenserc.yaml @@ -1,19 +1,19 @@ header: - - paths: - - "**/*.c" - - "**/*.h" - license: - pattern: | - .*\.(c|h) - .* - - Portions Copyright © 2018-2020, Percona LLC and/or its affiliates - - Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group - - Portions Copyright (c) 1994, The Regents of the University of California - - IDENTIFICATION - contrib/pg_stat_monitor/.*\.(c|h) + paths: + - "**/*.c" + - "**/*.h" + license: + pattern: | + .*\.(c|h) + .* -comment: on-failure + Portions Copyright © 2018-2020, Percona LLC and/or its affiliates + + Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group + + Portions Copyright (c) 1994, The Regents of the University of California + + IDENTIFICATION + contrib/pg_stat_monitor/.*\.(c|h) + + comment: on-failure