From e2df00fc0527a83b30bad4f1b7f4215afea34557 Mon Sep 17 00:00:00 2001 From: Dave Page Date: Thu, 20 Dec 2018 10:58:31 +0000 Subject: [PATCH] Use the standard copyright string. --- web/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/config.py b/web/config.py index e44086b89..32b5b8b32 100644 --- a/web/config.py +++ b/web/config.py @@ -70,7 +70,7 @@ else: # Copyright string for display in the app # Any changes made here must also be made in runtime/pgAdmin4.pro -APP_COPYRIGHT = 'Copyright 2013 - 2018, The pgAdmin Development Team' +APP_COPYRIGHT = 'Copyright (C) 2013 - 2018, The pgAdmin Development Team' ########################################################################## # Misc stuff