mirror of
https://github.com/curl/curl.git
synced 2026-04-14 18:31:42 +03:00
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
7 lines
176 B
TOML
7 lines
176 B
TOML
# Copyright (C) 2000 - 2022 Daniel Stenberg, <daniel@haxx.se>, et al.
|
|
#
|
|
# SPDX-License-Identifier: curl
|
|
|
|
ignoreRules = [ "DEAD_STORE" ]
|
|
build = "make"
|
|
setup = ".lift/setup.sh"
|