Skip to content

Commit e438376

Browse files
committed
Meta: Updated licenses and config wording
1 parent 5d547fc commit e438376

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

app/Config/app.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
'allow_untrusted_server_fetching' => env('ALLOW_UNTRUSTED_SERVER_FETCHING', false),
5454

5555
// Override the default behaviour for allowing crawlers to crawl the instance.
56-
// May be ignored if view has be overridden or modified.
57-
// Defaults to null since, if not set, 'app-public' status used instead.
56+
// May be ignored if the underlying view has been overridden or modified.
57+
// Defaults to null in which case the 'app-public' status is used instead.
5858
'allow_robots' => env('ALLOW_ROBOTS', null),
5959

6060
// Application Base URL, Used by laravel in development commands

dev/licensing/php-library-licenses.txt

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,13 @@ Copyright: Copyright (c) 2013-2023 Eduardo Gulias Davis
9898
Source: https://github.com/egulias/EmailValidator.git
9999
Link: https://github.com/egulias/EmailValidator
100100
-----------
101+
ezyang/htmlpurifier
102+
License: LGPL-2.1-or-later
103+
License File: vendor/ezyang/htmlpurifier/LICENSE
104+
Copyright: Copyright (C) 1991, 1999 Free Software Foundation, Inc.
105+
Source: https://github.com/ezyang/htmlpurifier.git
106+
Link: http://htmlpurifier.org/
107+
-----------
101108
firebase/php-jwt
102109
License: BSD-3-Clause
103110
License File: vendor/firebase/php-jwt/LICENSE
@@ -465,7 +472,7 @@ Link: https://github.com/php-fig/simple-cache.git
465472
psy/psysh
466473
License: MIT
467474
License File: vendor/psy/psysh/LICENSE
468-
Copyright: Copyright (c) 2012-2025 Justin Hileman
475+
Copyright: Copyright (c) 2012-2026 Justin Hileman
469476
Source: https://github.com/bobthecow/psysh.git
470477
Link: https://psysh.org
471478
-----------
@@ -787,3 +794,10 @@ License File: vendor/voku/portable-ascii/LICENSE.txt
787794
Copyright: Copyright (C) 2019 Lars Moelleken
788795
Source: https://github.com/voku/portable-ascii.git
789796
Link: https://github.com/voku/portable-ascii
797+
-----------
798+
xemlock/htmlpurifier-html5
799+
License: MIT
800+
License File: vendor/xemlock/htmlpurifier-html5/LICENSE
801+
Copyright: Copyright (c) 2015 Xemlock
802+
Source: https://github.com/xemlock/htmlpurifier-html5.git
803+
Link: https://github.com/xemlock/htmlpurifier-html5

0 commit comments

Comments
 (0)