mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Update copyright notices in Dockerfile and Makefile and ensure they don't get missed again.
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2018, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2023, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
#########################################################################
|
#########################################################################
|
||||||
|
2
Makefile
2
Makefile
@@ -2,7 +2,7 @@
|
|||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2018, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2023, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
#########################################################################
|
#########################################################################
|
||||||
|
@@ -20,7 +20,7 @@ import codecs
|
|||||||
ALLOWED_FILE_EXTENSIONS = (
|
ALLOWED_FILE_EXTENSIONS = (
|
||||||
".py", ".js", ".sql", ".cpp", ".h", ".rc", ".am", ".wsgi", ".pro",
|
".py", ".js", ".sql", ".cpp", ".h", ".rc", ".am", ".wsgi", ".pro",
|
||||||
".plist", ".rst", ".sh", ".in", ".mako", ".ini", ".jsx", ".rtf", ".rst",
|
".plist", ".rst", ".sh", ".in", ".mako", ".ini", ".jsx", ".rtf", ".rst",
|
||||||
"LICENSE", ".ts", ".tsx"
|
"LICENSE", "Dockerfile", "Makefile", ".ts", ".tsx"
|
||||||
)
|
)
|
||||||
|
|
||||||
EXCLUDE_DIR = ("node_modules")
|
EXCLUDE_DIR = ("node_modules")
|
||||||
|
Reference in New Issue
Block a user