The library definition in social_media_links.libraries.yml is missing the license information for the fontawesome.component
library.
See https://git.drupalcode.org/project/social_media_links/-/blob/8.x-2.x/soc...
As a result Drupal core adds the GPL to the definition, which could be interpreted as re-licensing the library.
See https://git.drupalcode.org/project/drupal/-/blob/9.4.x/core/lib/Drupal/C...
Resulting library definition
[fontawesome.component] => Array
(
[css] => Array
(
[0] => Array
(
[type] => external
[weight] => 0
[group] => 0
[data] => //maxcdn.bootstrapcdn.com/font-awesome/4.6.0/css/font-awesome.min.css
[version] => -1
)
)
[dependencies] => Array
(
)
[js] => Array
(
)
[license] => Array
(
[name] => GNU-GPL-2.0-or-later
[url] => https://www.drupal.org/licensing/faq
[gpl-compatible] => 1
)
)
Although the font and CSS are released under an open license, this seems wrong.
Fix the license declaration.
Fix the license declaration.
n/a
n/a
n/a
Closed: outdated
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.