See release announce [1]. The src/mygetopt.h file license was updated from BSD-4-Clause to BSD-2-Clause in upstream commit [2]. This change makes this file using the same license as most other files. So this commit removes the license entry for this file and update the _LICENSE accordingly. This commit also replaces the mention "one file" on BSD-3-Clause, to the actual file name using it, which is "vasprintf.c". This commit also updates the Config.in package homepage URL, to use https. [1] https://mailman.astron.com/pipermail/file/2024-November/001435.html [2] https://github.com/file/file/commit/d605bb40478c4ce94aef88316d3a928b3da746f5 Signed-off-by: Julien Olivain <ju.o@free.fr> Reviewed-by: Vincent Jardin <vjardin@free.fr> Signed-off-by: Julien Olivain <ju.o@free.fr>
8 lines
165 B
Plaintext
8 lines
165 B
Plaintext
config BR2_PACKAGE_FILE
|
|
bool "file"
|
|
help
|
|
Program to identify a file's format by scanning binary data
|
|
for known patterns.
|
|
|
|
https://www.darwinsys.com/file/
|