summaryrefslogtreecommitdiff
path: root/scripts/copyright.pl
Commit message (Collapse)AuthorAgeFilesLines
* zuul: stop using this CI serviceDaniel Stenberg2023-01-301-2/+0
| | | | | | | The important jobs have already transitioned. The remaining ones we can skip for now. Closes #10368
* copyright: remove "m4/ax_compile_check_sizeof.m4" from skipsDaniel Stenberg2023-01-301-3/+11
| | | | | | | | and report if skipped files do not exist. Follow-up to 9e11c2791fb960758 which removed the file. Closes #10369
* copyright.pl: cease doing year verificationsDaniel Stenberg2023-01-291-32/+16
| | | | | | | | As we have (mostly) removed the copyright year ranges. Reported-by: Ryan Schmidt Fixes #10345 Closes #10352
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
| | | | | | | | | | | | - 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
* examples/curlx.c: removeDaniel Stenberg2022-08-181-1/+0
| | | | | | | This example is a bit convoluted to use as an example, combined with the special license for it makes it unsuitable. Closes #9330
* configure: introduce CURL_SIZEOFDaniel Stenberg2022-08-111-1/+0
| | | | | | | | | 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
* copyright.pl: parse and use .reuse/dep5 for skipsDaniel Stenberg2022-06-141-67/+96
| | | | | | Also scan skipped files to be able to find superfluous ignores, shown with -v. Closes #9006
* docs/cmdline-opts: add copyright and license identifier to each fileDaniel Stenberg2022-06-141-1/+0
| | | | | | | gen.pl now insists on C: and SPDX-License-Identifier: fields to be present in all files. Closes #9002
* copyright: info for/ignore .github/ISSUE_TEMPLATE/bug_report.mdDaniel Stenberg2022-06-141-0/+3
| | | | | | | Follow-up from 448f7ef9ab2afb7. The adding of the copyright text in that file broke site functionality. Closes #9001
* copyright: verify SPDX-License-Identifier presence as wellDaniel Stenberg2022-06-131-0/+8
|
* copyright: make repository REUSE compliantmax.mehl2022-06-131-5/+6
| | | | | | | | | | | 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
* scripts/copyright.pl: ignore leading spacesDaniel Stenberg2022-06-121-1/+1
|
* scripts/copyright.pl: fix the exclusion to not ignore man pagesDaniel Stenberg2022-06-021-1/+4
| | | | | Ref: #8869 Closes #8952
* macos9: remove partial supportDaniel Gustafsson2022-05-161-4/+0
| | | | | | | | | | 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>
* macos: set .plist version in autoconfDaniel Gustafsson2022-04-201-1/+1
| | | | | | | | | 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>
* scripts/copyright.pl: ignore the new mlc_config.json fileDaniel Stenberg2022-03-181-0/+3
|
* scripts/copyright.pl: fix for handling removed files betterDaniel Stenberg2022-02-011-1/+1
|
* scripts/copyright.pl: ignore missing filesDaniel Stenberg2022-01-091-5/+9
|
* scripts/copyright.pl: support many provided file names on the cmdlineDaniel Stenberg2022-01-071-1/+1
|
* scripts/copyright.pl: hush unless -v (for verbose) is usedDaniel Stenberg2022-01-071-4/+11
|
* scripts/copyright: .muse is .lift nowDaniel Stenberg2021-09-281-1/+1
| | | | And update 5 files with old copyright year range
* scripts: invoke interpreters through /usr/bin/enva13460542021-08-231-1/+1
| | | | Closes #7602
* copyright: add boiler-plate headers to CI config filesDaniel Stenberg2021-06-291-0/+3
| | | | | | And whitelist .zuul.ignore Closes #7314
* language: s/behaviour/behavior/gEmil Engler2021-01-021-4/+5
| | | | | | | | 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
* Revert "libcurl.pc: make it relocatable"Daniel Stenberg2020-11-091-3/+0
| | | | | | | | | | This reverts commit 3862c37b6373a55ca704171d45ba5ee91dec2c9f. That fix should either be done differently or with an option. Reported-by: asavah on github Fixes #6157 Closes #6183
* copyright: fix year rangesDaniel Stenberg2020-11-051-0/+3
| | | | Follow-up from 4d2f8006777
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
| | | | Closes #6172
* symbian: drop supportDaniel Stenberg2020-09-221-11/+0
| | | | | | | | | The OS is deprecated. I see no traces of anyone having actually built curl for Symbian after 2012. The public headers are unmodified. Closes #5989
* copyright.pl: ignore buildconfDaniel Stenberg2020-09-021-0/+1
|
* winbuild: convert the instruction text to README.mdDaniel Stenberg2020-08-261-1/+0
| | | | Closes #5861
* scripts/copyright.pl: ignore .muse filesDaniel Stenberg2020-08-141-0/+1
|
* scripts/copyright.pl: skip .dcignoreDaniel Stenberg2020-06-301-0/+1
|
* wording: avoid blacklist/whitelist stereotypesDaniel Stenberg2020-06-101-4/+4
| | | | | | | | Instead of discussing if there's value or meaning (implied or not) in the colors, let's use words without the same possibly negative associations. Closes #5546
* all: fix codespell errorsViktor Szakats2020-05-251-2/+2
| | | | | | Reviewed-by: Jay Satiro Reviewed-by: Daniel Stenberg Closes https://github.com/curl/curl/pull/5452
* copyright: updated year ranges out of syncDaniel Stenberg2020-05-241-0/+4
| | | | ... and whitelisted a few more files in the the copyright.pl script.
* copyright: fix out-of-date copyright ranges and missing headersDaniel Stenberg2020-03-241-0/+187
Reported by the new script 'scripts/copyright.pl'. The script has a regex whitelist for the files that don't need copyright headers. Removed three (mostly usesless) README files from docs/ Closes #5141