History log of /curl/scripts/contrithanks.sh (Results 1 – 20 of 20)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 5adbf72b 08-Apr-2024 Viktor Szakats

contrithanks: honor `CURLWWW` variable

Reviewed-by: Daniel Stenberg
Closes #13315


# fa69b41c 07-Apr-2024 Viktor Szakats

GHA: add shellcheck job and fix warnings, shell tidy-ups

Reviewed-by: Daniel Stenberg
Closes #13307


# af7670cf 25-May-2023 Daniel Stenberg

scripts/contri*sh: no longer grep -v ' '

Originally these scripts filtered out names that have no space so that
they better avoid nick names not intended for credits. Such names are

scripts/contri*sh: no longer grep -v ' '

Originally these scripts filtered out names that have no space so that
they better avoid nick names not intended for credits. Such names are
not too commonly used, plus we now give credit even to those.

Additionally: non-latin names, like Asian, don't have spaces at all so
they were also filtered out and had to be manually added which made it
an error-prone operation where Asian names eventually easily fell off by
mistake.

Closes #11206

show more ...


# 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 ...


# c3a61653 12-Sep-2022 a1346054 on github <36859588+a1346054@users.noreply.github.com>

scripts: use `grep -E` instead of `egrep`

egrep is deprecated

Closes #9491


# 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 ...


Revision tags: curl-7_76_1, curl-7_76_0, curl-7_75_0, curl-7_74_0
# 4d2f8006 04-Nov-2020 Daniel Stenberg

curl.se: new home

Closes #6172


Revision tags: curl-7_73_0
# 2aac895f 30-Sep-2020 Daniel Gustafsson

src: Consistently spell whitespace without whitespace

Whitespace is spelled without a space between white and space, so
make sure to consistently spell it that way across the codebase.

src: Consistently spell whitespace without whitespace

Whitespace is spelled without a space between white and space, so
make sure to consistently spell it that way across the codebase.

Closes #6023
Reviewed-by: Daniel Stenberg <daniel@haxx.se>
Reviewed-by: Emil Engler <me@emilengler.com>

show more ...


# 4608fa4a 27-Aug-2020 Daniel Stenberg

scripts: improve the "get latest curl release tag" logic

... by insiting on it matching "^curl-".


Revision tags: tiny-curl-7_72_0, curl-7_72_0, curl-7_71_1, curl-7_71_0, curl-7_70_0
# 9a8b3b3e 23-Mar-2020 Daniel Stenberg

copyright: fix out-of-date copyright ranges and missing headers

Reported by the new script 'scripts/copyright.pl'. The script has a
regex whitelist for the files that don't need copyrigh

copyright: fix out-of-date copyright ranges and missing headers

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

show more ...


Revision tags: curl-7_69_1, curl-7_69_0
# 8a5c1cf1 05-Feb-2020 Frank Gevaerts

contributors: Also include people who contributed to curl-www

Closes #4884


# d2411a78 05-Feb-2020 Frank Gevaerts

contrithanks: Use the most recent tag by default

(similar to 5296abe)

Closes #4883


Revision tags: curl-7_68_0, curl-7_67_0, curl-7_66_0, curl-7_65_3, curl-7_65_2, curl-7_65_1, curl-7_65_0, curl-7_64_1, curl-7_64_0, curl-7_63_0, curl-7_62_0, curl-7_61_1, curl-7_61_0, curl-7_60_0, curl-7_59_0, curl-7_58_0
# 621b2450 12-Dec-2017 Daniel Stenberg

THANKS: added missing names

... as I reran the contrithanks script after the mailmap name fixups.


Revision tags: curl-7_57_0, curl-7_56_1, curl-7_56_0
# 8baead42 18-Aug-2017 Daniel Stenberg

scripts/contri*sh: use "git log --use-mailmap"


Revision tags: curl-7_55_1, curl-7_55_0, curl-7_54_1, curl-7_54_0, curl-7_53_1, curl-7_53_0
# 40e3d6c8 20-Jan-2017 Daniel Stenberg

contri*.sh: cut off parentheses from names too


Revision tags: curl-7_52_1, curl-7_52_0, curl-7_51_0, curl-7_50_3, curl-7_50_2, curl-7_50_1, curl-7_50_0, curl-7_49_1
# fcfe3923 23-May-2016 Daniel Stenberg

contrithanks.sh: exclude existing names case insensitively


# 9816c67b 23-May-2016 Daniel Stenberg

contrithanks.sh: use same grep pattern and -a flag as contributors.sh


# ed62ec59 23-May-2016 Daniel Stenberg

contrithanks.sh: do the same github fix as contributors.sh

from 1577bfa35ba


Revision tags: curl-7_49_0, curl-7_48_0, curl-7_47_1
# 4af40b36 02-Feb-2016 Daniel Stenberg

URLs: change all http:// URLs to https://


Revision tags: curl-7_47_0, curl-7_46_0, curl-7_45_0, curl-7_44_0, curl-7_43_0
# 44fe4b90 27-May-2015 Daniel Stenberg

scripts: moved contributors.sh and contrithanks.sh into subdir