mirror of
https://github.com/curl/curl.git
synced 2024-12-03 06:20:31 +08:00
ad9bc5976d
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
19 lines
409 B
Plaintext
19 lines
409 B
Plaintext
# Copyright (C) 2000 - 2022 Daniel Stenberg, <daniel@haxx.se>, et al.
|
|
#
|
|
# SPDX-License-Identifier: curl
|
|
|
|
*.dsw -crlf
|
|
buildconf eol=lf
|
|
configure.ac eol=lf
|
|
*.m4 eol=lf
|
|
*.in eol=lf
|
|
*.am eol=lf
|
|
*.sh eol=lf
|
|
*.[ch] whitespace=tab-in-indent
|
|
|
|
# Batch files (bat,btm,cmd) must be run with CRLF line endings.
|
|
# Refer to https://github.com/curl/curl/pull/6442
|
|
*.bat text eol=crlf
|
|
*.btm text eol=crlf
|
|
*.cmd text eol=crlf
|