diff --git a/package/gluon-web/files/lib/gluon/web/view/error/404.html b/package/gluon-web/files/lib/gluon/web/view/error/404.html index b2db7d0f..f865ecc0 100644 --- a/package/gluon-web/files/lib/gluon/web/view/error/404.html +++ b/package/gluon-web/files/lib/gluon/web/view/error/404.html @@ -1,7 +1,7 @@ <%# - Copyright 2008 Steven Barth - Copyright 2008 Jo-Philipp Wich - Licensed to the public under the Apache License 2.0. +SPDX-FileCopyrightText: 2008 Steven Barth +SPDX-FileCopyrightText: 2008 Jo-Philipp Wich +SPDX-License-Identifier: Apache-2.0 -%>

404 <%:Not Found%>

diff --git a/package/gluon-web/files/lib/gluon/web/view/error/500.html b/package/gluon-web/files/lib/gluon/web/view/error/500.html index 8f1532be..b09219bf 100644 --- a/package/gluon-web/files/lib/gluon/web/view/error/500.html +++ b/package/gluon-web/files/lib/gluon/web/view/error/500.html @@ -1,7 +1,7 @@ <%# - Copyright 2008 Steven Barth - Copyright 2008 Jo-Philipp Wich - Licensed to the public under the Apache License 2.0. +SPDX-FileCopyrightText: 2008 Steven Barth +SPDX-FileCopyrightText: 2008 Jo-Philipp Wich +SPDX-License-Identifier: Apache-2.0 -%>

500 <%:Internal Server Error%>