Skip to content

Commit 0fdf526

Browse files
committed
Merge branch 'master' into hotfix-1.12.1-issue-17-response-header-gone-on-exception
2 parents eaf8376 + eea4aec commit 0fdf526

File tree

1,088 files changed

+3149
-1162
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,088 files changed

+3149
-1162
lines changed

.github/FUNDING.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# These are supported funding model platforms
2+
3+
github: [zamronypj]

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Fano Web Framework (https://fanoframework.github.io)
33
#
44
# @link https://github.com/fanoframework/fano
5-
# @copyright Copyright (c) 2018 - 2021 Zamrony P. Juhara
5+
# @copyright Copyright (c) 2018 - 2022 Zamrony P. Juhara
66
# @license https://github.com/fanoframework/fano/blob/master/LICENSE (MIT)
77
#------------------------------------------------
88

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018 - 2020 Zamrony P. Juhara
3+
Copyright (c) 2018 - 2022 Zamrony P. Juhara
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

fano.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Fano Web Framework (https://fanoframework.github.io)
33
#
44
# @link https://github.com/fanoframework/fano
5-
# @copyright Copyright (c) 2018 - 2021 Zamrony P. Juhara
5+
# @copyright Copyright (c) 2018 - 2022 Zamrony P. Juhara
66
# @license https://github.com/fanoframework/fano/blob/master/LICENSE (MIT)
77
#------------------------------------------------
88

src/App/Contracts/AppFactoryIntf.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Fano Web Framework (https://fanoframework.github.io)
33
*
44
* @link https://github.com/fanoframework/fano
5-
* @copyright Copyright (c) 2018 - 2021 Zamrony P. Juhara
5+
* @copyright Copyright (c) 2018 - 2022 Zamrony P. Juhara
66
* @license https://github.com/fanoframework/fano/blob/master/LICENSE (MIT)
77
*}
88

src/App/Contracts/AppIntf.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Fano Web Framework (https://fanoframework.github.io)
33
*
44
* @link https://github.com/fanoframework/fano
5-
* @copyright Copyright (c) 2018 - 2021 Zamrony P. Juhara
5+
* @copyright Copyright (c) 2018 - 2022 Zamrony P. Juhara
66
* @license https://github.com/fanoframework/fano/blob/master/LICENSE (MIT)
77
*}
88

src/App/Contracts/AppServiceProviderIntf.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Fano Web Framework (https://fanoframework.github.io)
33
*
44
* @link https://github.com/fanoframework/fano
5-
* @copyright Copyright (c) 2018 - 2021 Zamrony P. Juhara
5+
* @copyright Copyright (c) 2018 - 2022 Zamrony P. Juhara
66
* @license https://github.com/fanoframework/fano/blob/master/LICENSE (MIT)
77
*}
88
unit AppServiceProviderIntf;

src/App/Contracts/DaemonAppServiceProviderIntf.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Fano Web Framework (https://fanoframework.github.io)
33
*
44
* @link https://github.com/fanoframework/fano
5-
* @copyright Copyright (c) 2018 - 2021 Zamrony P. Juhara
5+
* @copyright Copyright (c) 2018 - 2022 Zamrony P. Juhara
66
* @license https://github.com/fanoframework/fano/blob/master/LICENSE (MIT)
77
*}
88
unit DaemonAppServiceProviderIntf;

src/App/Implementations/Cgi/AppImpl.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Fano Web Framework (https://fanoframework.github.io)
33
*
44
* @link https://github.com/fanoframework/fano
5-
* @copyright Copyright (c) 2018 - 2021 Zamrony P. Juhara
5+
* @copyright Copyright (c) 2018 - 2022 Zamrony P. Juhara
66
* @license https://github.com/fanoframework/fano/blob/master/LICENSE (MIT)
77
*}
88
unit AppImpl;

src/App/Implementations/CgiFcgi/CgiFcgiGatewayAppImpl.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Fano Web Framework (https://fanoframework.github.io)
33
*
44
* @link https://github.com/fanoframework/fano
5-
* @copyright Copyright (c) 2018 - 2021 Zamrony P. Juhara
5+
* @copyright Copyright (c) 2018 - 2022 Zamrony P. Juhara
66
* @license https://github.com/fanoframework/fano/blob/master/LICENSE (MIT)
77
*}
88
unit CgiFcgiGatewayAppImpl;

src/App/Implementations/Core/CoreAppConsts.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Fano Web Framework (https://fanoframework.github.io)
33
*
44
* @link https://github.com/fanoframework/fano
5-
* @copyright Copyright (c) 2018 - 2021 Zamrony P. Juhara
5+
* @copyright Copyright (c) 2018 - 2022 Zamrony P. Juhara
66
* @license https://github.com/fanoframework/fano/blob/master/LICENSE (MIT)
77
*}
88
unit CoreAppConsts;

src/App/Implementations/Core/CoreAppImpl.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Fano Web Framework (https://fanoframework.github.io)
33
*
44
* @link https://github.com/fanoframework/fano
5-
* @copyright Copyright (c) 2018 - 2021 Zamrony P. Juhara
5+
* @copyright Copyright (c) 2018 - 2022 Zamrony P. Juhara
66
* @license https://github.com/fanoframework/fano/blob/master/LICENSE (MIT)
77
*}
88
unit CoreAppImpl;

src/App/Implementations/Core/DaemonAppImpl.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Fano Web Framework (https://fanoframework.github.io)
33
*
44
* @link https://github.com/fanoframework/fano
5-
* @copyright Copyright (c) 2018 - 2021 Zamrony P. Juhara
5+
* @copyright Copyright (c) 2018 - 2022 Zamrony P. Juhara
66
* @license https://github.com/fanoframework/fano/blob/master/LICENSE (MIT)
77
*}
88
unit DaemonAppImpl;

src/App/Implementations/ServiceProviders/AdapterDaemonAppServiceProviderImpl.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Fano Web Framework (https://fanoframework.github.io)
33
*
44
* @link https://github.com/fanoframework/fano
5-
* @copyright Copyright (c) 2018 - 2021 Zamrony P. Juhara
5+
* @copyright Copyright (c) 2018 - 2022 Zamrony P. Juhara
66
* @license https://github.com/fanoframework/fano/blob/master/LICENSE (MIT)
77
*}
88
unit AdapterDaemonAppServiceProviderImpl;

src/App/Implementations/ServiceProviders/BasicAppServiceProviderImpl.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Fano Web Framework (https://fanoframework.github.io)
33
*
44
* @link https://github.com/fanoframework/fano
5-
* @copyright Copyright (c) 2018 - 2021 Zamrony P. Juhara
5+
* @copyright Copyright (c) 2018 - 2022 Zamrony P. Juhara
66
* @license https://github.com/fanoframework/fano/blob/master/LICENSE (MIT)
77
*}
88
unit BasicAppServiceProviderImpl;

src/App/Implementations/ServiceProviders/DaemonAppServiceProviderImpl.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Fano Web Framework (https://fanoframework.github.io)
33
*
44
* @link https://github.com/fanoframework/fano
5-
* @copyright Copyright (c) 2018 - 2021 Zamrony P. Juhara
5+
* @copyright Copyright (c) 2018 - 2022 Zamrony P. Juhara
66
* @license https://github.com/fanoframework/fano/blob/master/LICENSE (MIT)
77
*}
88
unit DaemonAppServiceProviderImpl;

src/App/Implementations/ServiceProviders/DecoratorAppServiceProviderImpl.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Fano Web Framework (https://fanoframework.github.io)
33
*
44
* @link https://github.com/fanoframework/fano
5-
* @copyright Copyright (c) 2018 - 2021 Zamrony P. Juhara
5+
* @copyright Copyright (c) 2018 - 2022 Zamrony P. Juhara
66
* @license https://github.com/fanoframework/fano/blob/master/LICENSE (MIT)
77
*}
88
unit DecoratorAppServiceProviderImpl;

src/App/Implementations/ServiceProviders/DecoratorDaemonAppServiceProviderImpl.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Fano Web Framework (https://fanoframework.github.io)
33
*
44
* @link https://github.com/fanoframework/fano
5-
* @copyright Copyright (c) 2018 - 2021 Zamrony P. Juhara
5+
* @copyright Copyright (c) 2018 - 2022 Zamrony P. Juhara
66
* @license https://github.com/fanoframework/fano/blob/master/LICENSE (MIT)
77
*}
88
unit DecoratorDaemonAppServiceProviderImpl;

src/App/Implementations/ServiceProviders/FastCgiAppServiceProviderImpl.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Fano Web Framework (https://fanoframework.github.io)
33
*
44
* @link https://github.com/fanoframework/fano
5-
* @copyright Copyright (c) 2018 - 2021 Zamrony P. Juhara
5+
* @copyright Copyright (c) 2018 - 2022 Zamrony P. Juhara
66
* @license https://github.com/fanoframework/fano/blob/master/LICENSE (MIT)
77
*}
88
unit FastCgiAppServiceProviderImpl;

src/App/Implementations/ServiceProviders/ProtocolAppServiceProviderImpl.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Fano Web Framework (https://fanoframework.github.io)
33
*
44
* @link https://github.com/fanoframework/fano
5-
* @copyright Copyright (c) 2018 - 2021 Zamrony P. Juhara
5+
* @copyright Copyright (c) 2018 - 2022 Zamrony P. Juhara
66
* @license https://github.com/fanoframework/fano/blob/master/LICENSE (MIT)
77
*}
88
unit ProtocolAppServiceProviderImpl;

src/App/Implementations/ServiceProviders/ScgiAppServiceProviderImpl.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Fano Web Framework (https://fanoframework.github.io)
33
*
44
* @link https://github.com/fanoframework/fano
5-
* @copyright Copyright (c) 2018 - 2021 Zamrony P. Juhara
5+
* @copyright Copyright (c) 2018 - 2022 Zamrony P. Juhara
66
* @license https://github.com/fanoframework/fano/blob/master/LICENSE (MIT)
77
*}
88
unit ScgiAppServiceProviderImpl;

src/App/Implementations/ServiceProviders/ServerAppServiceProviderImpl.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Fano Web Framework (https://fanoframework.github.io)
33
*
44
* @link https://github.com/fanoframework/fano
5-
* @copyright Copyright (c) 2018 - 2021 Zamrony P. Juhara
5+
* @copyright Copyright (c) 2018 - 2022 Zamrony P. Juhara
66
* @license https://github.com/fanoframework/fano/blob/master/LICENSE (MIT)
77
*}
88
unit ServerAppServiceProviderImpl;

src/App/Implementations/ServiceProviders/UwsgiAppServiceProviderImpl.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Fano Web Framework (https://fanoframework.github.io)
33
*
44
* @link https://github.com/fanoframework/fano
5-
* @copyright Copyright (c) 2018 - 2021 Zamrony P. Juhara
5+
* @copyright Copyright (c) 2018 - 2022 Zamrony P. Juhara
66
* @license https://github.com/fanoframework/fano/blob/master/LICENSE (MIT)
77
*}
88
unit UwsgiAppServiceProviderImpl;

src/Config/Contracts/ConfigFactoryIntf.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Fano Web Framework (https://fanoframework.github.io)
33
*
44
* @link https://github.com/fanoframework/fano
5-
* @copyright Copyright (c) 2018 - 2021 Zamrony P. Juhara
5+
* @copyright Copyright (c) 2018 - 2022 Zamrony P. Juhara
66
* @license https://github.com/fanoframework/fano/blob/master/LICENSE (MIT)
77
*}
88

src/Config/Contracts/ConfigIntf.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Fano Web Framework (https://fanoframework.github.io)
33
*
44
* @link https://github.com/fanoframework/fano
5-
* @copyright Copyright (c) 2018 - 2021 Zamrony P. Juhara
5+
* @copyright Copyright (c) 2018 - 2022 Zamrony P. Juhara
66
* @license https://github.com/fanoframework/fano/blob/master/LICENSE (MIT)
77
*}
88

src/Config/Implementations/Composite/CompositeConfigImpl.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Fano Web Framework (https://fanoframework.github.io)
33
*
44
* @link https://github.com/fanoframework/fano
5-
* @copyright Copyright (c) 2018 - 2021 Zamrony P. Juhara
5+
* @copyright Copyright (c) 2018 - 2022 Zamrony P. Juhara
66
* @license https://github.com/fanoframework/fano/blob/master/LICENSE (MIT)
77
*}
88

src/Config/Implementations/Env/EnvConfigImpl.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Fano Web Framework (https://fanoframework.github.io)
33
*
44
* @link https://github.com/fanoframework/fano
5-
* @copyright Copyright (c) 2018 - 2021 Zamrony P. Juhara
5+
* @copyright Copyright (c) 2018 - 2022 Zamrony P. Juhara
66
* @license https://github.com/fanoframework/fano/blob/master/LICENSE (MIT)
77
*}
88

src/Config/Implementations/Ini/IniConfigImpl.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Fano Web Framework (https://fanoframework.github.io)
33
*
44
* @link https://github.com/fanoframework/fano
5-
* @copyright Copyright (c) 2018 - 2021 Zamrony P. Juhara
5+
* @copyright Copyright (c) 2018 - 2022 Zamrony P. Juhara
66
* @license https://github.com/fanoframework/fano/blob/master/LICENSE (MIT)
77
*}
88

src/Config/Implementations/Ini/IniFileConfigImpl.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Fano Web Framework (https://fanoframework.github.io)
33
*
44
* @link https://github.com/fanoframework/fano
5-
* @copyright Copyright (c) 2018 - 2021 Zamrony P. Juhara
5+
* @copyright Copyright (c) 2018 - 2022 Zamrony P. Juhara
66
* @license https://github.com/fanoframework/fano/blob/master/LICENSE (MIT)
77
*}
88

src/Config/Implementations/Ini/IniStringConfigImpl.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Fano Web Framework (https://fanoframework.github.io)
33
*
44
* @link https://github.com/fanoframework/fano
5-
* @copyright Copyright (c) 2018 - 2021 Zamrony P. Juhara
5+
* @copyright Copyright (c) 2018 - 2022 Zamrony P. Juhara
66
* @license https://github.com/fanoframework/fano/blob/master/LICENSE (MIT)
77
*}
88

src/Config/Implementations/Json/JsonConfigImpl.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Fano Web Framework (https://fanoframework.github.io)
33
*
44
* @link https://github.com/fanoframework/fano
5-
* @copyright Copyright (c) 2018 - 2021 Zamrony P. Juhara
5+
* @copyright Copyright (c) 2018 - 2022 Zamrony P. Juhara
66
* @license https://github.com/fanoframework/fano/blob/master/LICENSE (MIT)
77
*}
88

src/Config/Implementations/Json/JsonFileConfigImpl.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Fano Web Framework (https://fanoframework.github.io)
33
*
44
* @link https://github.com/fanoframework/fano
5-
* @copyright Copyright (c) 2018 - 2021 Zamrony P. Juhara
5+
* @copyright Copyright (c) 2018 - 2022 Zamrony P. Juhara
66
* @license https://github.com/fanoframework/fano/blob/master/LICENSE (MIT)
77
*}
88

src/Config/Implementations/Json/JsonStringConfigImpl.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Fano Web Framework (https://fanoframework.github.io)
33
*
44
* @link https://github.com/fanoframework/fano
5-
* @copyright Copyright (c) 2018 - 2021 Zamrony P. Juhara
5+
* @copyright Copyright (c) 2018 - 2022 Zamrony P. Juhara
66
* @license https://github.com/fanoframework/fano/blob/master/LICENSE (MIT)
77
*}
88

src/Config/Implementations/Null/NullConfigImpl.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Fano Web Framework (https://fanoframework.github.io)
33
*
44
* @link https://github.com/fanoframework/fano
5-
* @copyright Copyright (c) 2018 - 2021 Zamrony P. Juhara
5+
* @copyright Copyright (c) 2018 - 2022 Zamrony P. Juhara
66
* @license https://github.com/fanoframework/fano/blob/master/LICENSE (MIT)
77
*}
88

src/Core/CompositeListImpl.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Fano Web Framework (https://fanoframework.github.io)
33
*
44
* @link https://github.com/fanoframework/fano
5-
* @copyright Copyright (c) 2018 - 2021 Zamrony P. Juhara
5+
* @copyright Copyright (c) 2018 - 2022 Zamrony P. Juhara
66
* @license https://github.com/fanoframework/fano/blob/master/LICENSE (MIT)
77
*}
88

src/Core/CompositeReadOnlyListImpl.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Fano Web Framework (https://fanoframework.github.io)
33
*
44
* @link https://github.com/fanoframework/fano
5-
* @copyright Copyright (c) 2018 - 2021 Zamrony P. Juhara
5+
* @copyright Copyright (c) 2018 - 2022 Zamrony P. Juhara
66
* @license https://github.com/fanoframework/fano/blob/master/LICENSE (MIT)
77
*}
88

src/Core/Consts.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Fano Web Framework (https://fanoframework.github.io)
33
*
44
* @link https://github.com/fanoframework/fano
5-
* @copyright Copyright (c) 2018 - 2021 Zamrony P. Juhara
5+
* @copyright Copyright (c) 2018 - 2022 Zamrony P. Juhara
66
* @license https://github.com/fanoframework/fano/blob/master/LICENSE (MIT)
77
*}
88

src/Core/Contracts/CloneableIntf.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Fano Web Framework (https://fanoframework.github.io)
33
*
44
* @link https://github.com/fanoframework/fano
5-
* @copyright Copyright (c) 2018 - 2021 Zamrony P. Juhara
5+
* @copyright Copyright (c) 2018 - 2022 Zamrony P. Juhara
66
* @license https://github.com/fanoframework/fano/blob/master/LICENSE (MIT)
77
*}
88
unit CloneableIntf;

src/Core/Contracts/CloseableIntf.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Fano Web Framework (https://fanoframework.github.io)
33
*
44
* @link https://github.com/fanoframework/fano
5-
* @copyright Copyright (c) 2018 - 2021 Zamrony P. Juhara
5+
* @copyright Copyright (c) 2018 - 2022 Zamrony P. Juhara
66
* @license https://github.com/fanoframework/fano/blob/master/LICENSE (MIT)
77
*}
88
unit CloseableIntf;

src/Core/Contracts/ListIntf.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Fano Web Framework (https://fanoframework.github.io)
33
*
44
* @link https://github.com/fanoframework/fano
5-
* @copyright Copyright (c) 2018 - 2021 Zamrony P. Juhara
5+
* @copyright Copyright (c) 2018 - 2022 Zamrony P. Juhara
66
* @license https://github.com/fanoframework/fano/blob/master/LICENSE (MIT)
77
*}
88

src/Core/Contracts/ReadOnlyListIntf.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Fano Web Framework (https://fanoframework.github.io)
33
*
44
* @link https://github.com/fanoframework/fano
5-
* @copyright Copyright (c) 2018 - 2021 Zamrony P. Juhara
5+
* @copyright Copyright (c) 2018 - 2022 Zamrony P. Juhara
66
* @license https://github.com/fanoframework/fano/blob/master/LICENSE (MIT)
77
*}
88

src/Core/Contracts/RunnableIntf.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Fano Web Framework (https://fanoframework.github.io)
33
*
44
* @link https://github.com/fanoframework/fano
5-
* @copyright Copyright (c) 2018 - 2021 Zamrony P. Juhara
5+
* @copyright Copyright (c) 2018 - 2022 Zamrony P. Juhara
66
* @license https://github.com/fanoframework/fano/blob/master/LICENSE (MIT)
77
*}
88
unit RunnableIntf;

src/Core/Contracts/SerializeableIntf.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Fano Web Framework (https://fanoframework.github.io)
33
*
44
* @link https://github.com/fanoframework/fano
5-
* @copyright Copyright (c) 2018 - 2021 Zamrony P. Juhara
5+
* @copyright Copyright (c) 2018 - 2022 Zamrony P. Juhara
66
* @license https://github.com/fanoframework/fano/blob/master/LICENSE (MIT)
77
*}
88
unit SerializeableIntf;

src/Core/Exceptions/EIndexOutOfBoundImpl.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Fano Web Framework (https://fanoframework.github.io)
33
*
44
* @link https://github.com/fanoframework/fano
5-
* @copyright Copyright (c) 2018 - 2021 Zamrony P. Juhara
5+
* @copyright Copyright (c) 2018 - 2022 Zamrony P. Juhara
66
* @license https://github.com/fanoframework/fano/blob/master/LICENSE (MIT)
77
*}
88
unit EIndexOutOfBoundImpl;

src/Core/Exceptions/EKeyNotFoundImpl.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Fano Web Framework (https://fanoframework.github.io)
33
*
44
* @link https://github.com/fanoframework/fano
5-
* @copyright Copyright (c) 2018 - 2021 Zamrony P. Juhara
5+
* @copyright Copyright (c) 2018 - 2022 Zamrony P. Juhara
66
* @license https://github.com/fanoframework/fano/blob/master/LICENSE (MIT)
77
*}
88
unit EKeyNotFoundImpl;

0 commit comments

Comments
 (0)