mirror of
https://github.com/curl/curl.git
synced 2026-04-11 12:01:42 +08: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
16 lines
559 B
YAML
16 lines
559 B
YAML
# Copyright (C) 2000 - 2022 Daniel Stenberg, <daniel@haxx.se>, et al.
|
|
#
|
|
# SPDX-License-Identifier: curl
|
|
|
|
blank_issues_enabled: false
|
|
contact_links:
|
|
- name: Feature request
|
|
url: https://curl.se/mail/
|
|
about: To propose new features or enhancements, please bring that discussion to a suitable curl mailing list.
|
|
- name: Question
|
|
url: https://curl.se/mail/
|
|
about: Questions should go to the mailing list
|
|
- name: Commercial support
|
|
url: https://curl.se/support.html
|
|
about: Several companies are offering paid support for curl/libcurl
|