mirror of
https://github.com/percona/pg_stat_monitor.git
synced 2026-02-04 05:56:21 +00:00
Add license headers validation (#458)
* Add .licenserc.yaml file * Fix license headers * Add github action to check license headers * Fix workflow * Fix checkout path * Rename workflow * Add debug info * Disable workflows * Try fix * Split check workflow in two jobs * Try invalid license header * Comment of failure * Disable cppcheck job * Fix licenserc file * Enable debug logging * Prevent comments from licence-eye * Revert "Disable cppcheck job" This reverts commit10f55373ea. * Revert "Disable workflows" This reverts commit2e2ead2fa5. * Fix typo * Revert "Try invalid license header" This reverts commit0cc0c883d2. * Update year in license headers * Cleanup * Fix indention in license header
This commit is contained in:
8
guc.c
8
guc.c
@@ -1,14 +1,14 @@
|
||||
/*-------------------------------------------------------------------------
|
||||
*
|
||||
* guc.c: guc variable handling of pg_stat_monitor
|
||||
* guc.c
|
||||
* guc variable handling of pg_stat_monitor
|
||||
*
|
||||
* Portions Copyright © 2018-2020, Percona LLC and/or its affiliates
|
||||
* Portions Copyright © 2018-2024, Percona LLC and/or its affiliates
|
||||
*
|
||||
* Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
|
||||
*
|
||||
* Portions Copyright (c) 1994, The Regents of the University of California
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* contrib/pg_stat_monitor/guc.c
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user