History log of /curl/scripts/copyright.pl (Results 1 – 25 of 37)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 86d33001 31-Mar-2024 Daniel Stenberg

reuse: add copyright + license info to individual docs/*.md files

Instead of use 'docs/*.md' in dep5. For clarity and avoiding a wide-
matching wildcard.

+ Remove mention of old

reuse: add copyright + license info to individual docs/*.md files

Instead of use 'docs/*.md' in dep5. For clarity and avoiding a wide-
matching wildcard.

+ Remove mention of old files from .reuse/dep5
+ add info to .github/dependabot.yml
+ make scripts/copyright.pl warn on non-matching patterns

Closes #13245

show more ...


# be5f6c31 30-Jan-2023 Daniel Stenberg

zuul: stop using this CI service

The important jobs have already transitioned. The remaining ones we can
skip for now.

Closes #10368


# e62ebe3a 30-Jan-2023 Daniel Stenberg

copyright: remove "m4/ax_compile_check_sizeof.m4" from skips

and report if skipped files do not exist.

Follow-up to 9e11c2791fb960758 which removed the file.

Closes #10369


# 0e293bac 28-Jan-2023 Daniel Stenberg

copyright.pl: cease doing year verifications

As we have (mostly) removed the copyright year ranges.

Reported-by: Ryan Schmidt
Fixes #10345
Closes #10352


# 2bc1d775 02-Jan-2023 Daniel Stenberg

copyright: update all copyright lines and remove year ranges

- they are mostly pointless in all major jurisdictions
- many big corporations and projects already don't use them
- save

copyright: update all copyright lines and remove year ranges

- they are mostly pointless in all major jurisdictions
- many big corporations and projects already don't use them
- saves us from pointless churn
- git keeps history for us
- the year range is kept in COPYING

checksrc is updated to allow non-year using copyright statements

Closes #10205

show more ...


# 5357686f 17-Aug-2022 Daniel Stenberg

examples/curlx.c: remove

This example is a bit convoluted to use as an example, combined with the
special license for it makes it unsuitable.

Closes #9330


# 9e11c279 11-Aug-2022 Daniel Stenberg

configure: introduce CURL_SIZEOF

This is a rewrite of the previously used GPLv3+exception licensed
file. With this change, there is no more reference to GPL so we can
remove that fro

configure: introduce CURL_SIZEOF

This is a rewrite of the previously used GPLv3+exception licensed
file. With this change, there is no more reference to GPL so we can
remove that from LICENSES/.

Ref: #9220
Closes #9291

show more ...


# 4572489c 14-Jun-2022 Daniel Stenberg

copyright.pl: parse and use .reuse/dep5 for skips

Also scan skipped files to be able to find superfluous ignores, shown with -v.

Closes #9006


# df45fd17 13-Jun-2022 Daniel Stenberg

docs/cmdline-opts: add copyright and license identifier to each file

gen.pl now insists on C: and SPDX-License-Identifier: fields to be
present in all files.

Closes #9002


# d82c7eed 13-Jun-2022 Daniel Stenberg

copyright: info for/ignore .github/ISSUE_TEMPLATE/bug_report.md

Follow-up from 448f7ef9ab2afb7. The adding of the copyright text in that
file broke site functionality.

Closes #9

copyright: info for/ignore .github/ISSUE_TEMPLATE/bug_report.md

Follow-up from 448f7ef9ab2afb7. The adding of the copyright text in that
file broke site functionality.

Closes #9001

show more ...


# 75853785 13-Jun-2022 Daniel Stenberg

copyright: verify SPDX-License-Identifier presence as well


# ad9bc597 17-May-2022 max.mehl

copyright: make repository REUSE compliant

Add licensing and copyright information for all files in this repository. This
either happens in the file itself as a comment header or in the

copyright: make repository REUSE compliant

Add licensing and copyright information for all files in this repository. This
either happens in the file itself as a comment header or in the file
`.reuse/dep5`.

This commit also adds a Github workflow to check pull requests and adapts
copyright.pl to the changes.

Closes #8869

show more ...


# 18a01e32 12-Jun-2022 Daniel Stenberg

scripts/copyright.pl: ignore leading spaces


# e517b632 02-Jun-2022 Daniel Stenberg

scripts/copyright.pl: fix the exclusion to not ignore man pages

Ref: #8869
Closes #8952


# bf327a9d 16-May-2022 Daniel Gustafsson

macos9: remove partial support

The support for compiling on Mac OS 9 hasn't been modified since 2001
and has no active maintainer or packager, so it's time to remove it as
it's incre

macos9: remove partial support

The support for compiling on Mac OS 9 hasn't been modified since 2001
and has no active maintainer or packager, so it's time to remove it as
it's incredibly unlikely to work. If a maintainer re-emerges it can be
resurrected from Git history.

Closes: #8836
Reviewed-by: Daniel Stenberg <daniel@haxx.se>

show more ...


# e498a9b1 20-Apr-2022 Daniel Gustafsson

macos: set .plist version in autoconf

Set the libcurl version in libcurl.plist like how libcurl.vers is
created.

Closes: #8692
Reviewed-by: Daniel Stenberg <daniel@haxx.se>

macos: set .plist version in autoconf

Set the libcurl version in libcurl.plist like how libcurl.vers is
created.

Closes: #8692
Reviewed-by: Daniel Stenberg <daniel@haxx.se>
Reviewed-by: Nick Zitzmann <nickzman@gmail.com>

show more ...


# 5ab9b154 18-Mar-2022 Daniel Stenberg

scripts/copyright.pl: ignore the new mlc_config.json file


# 9d8f3ce6 01-Feb-2022 Daniel Stenberg

scripts/copyright.pl: fix for handling removed files better


# dbde76bd 09-Jan-2022 Daniel Stenberg

scripts/copyright.pl: ignore missing files


# 2e6f83f0 07-Jan-2022 Daniel Stenberg

scripts/copyright.pl: support many provided file names on the cmdline


# 8e657c36 07-Jan-2022 Daniel Stenberg

scripts/copyright.pl: hush unless -v (for verbose) is used


# acfe94c0 28-Sep-2021 Daniel Stenberg

scripts/copyright: .muse is .lift now

And update 5 files with old copyright year range


# 5458e6bd 21-Aug-2021 a1346054 <36859588+a1346054@users.noreply.github.com>

scripts: invoke interpreters through /usr/bin/env

Closes #7602


# 26317223 29-Jun-2021 Daniel Stenberg

copyright: add boiler-plate headers to CI config files

And whitelist .zuul.ignore

Closes #7314


Revision tags: curl-7_76_1, curl-7_76_0, curl-7_75_0
# 725ec470 31-Dec-2020 Emil Engler

language: s/behaviour/behavior/g

We currently use both spellings the british "behaviour" and the american
"behavior". However "behavior" is more used in the project so I think
it's w

language: s/behaviour/behavior/g

We currently use both spellings the british "behaviour" and the american
"behavior". However "behavior" is more used in the project so I think
it's worth dropping the british name.

Closes #6395

show more ...


12