Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Copyright (c) 2014-2017 Ronan Dunklau
Copyright (c) 2018-2024 The Powa-Team
Copyright (c) 2018-2025 The Powa-Team

Permission to use, copy, modify, and distribute this software and its
documentation for any purpose, without fee, and without a written agreement is
Expand Down
2 changes: 1 addition & 1 deletion debian/copyright
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Copyright (c) 2014-2017 Ronan Dunklau
Copyright (c) 2018-2024 The Powa-Team
Copyright (c) 2018-2025 The Powa-Team

Permission to use, copy, modify, and distribute this software and its
documentation for any purpose, without fee, and without a written agreement is
Expand Down
2 changes: 1 addition & 1 deletion pg_qualstats.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* The implementation is heavily inspired by pg_stat_statements
*
* Copyright (c) 2014,2017 Ronan Dunklau
* Copyright (c) 2018-2024, The Powa-Team
* Copyright (c) 2018-2025, The Powa-Team
*-------------------------------------------------------------------------
*/
#include <limits.h>
Expand Down