From 5d241dde125a9c2d84cf85e1e0f05ffdae36d8bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Petryka?= <35800402+MichalPetryka@users.noreply.github.com> Date: Wed, 27 Aug 2025 01:07:33 +0200 Subject: [PATCH] Add license header --- .editorconfig | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/.editorconfig b/.editorconfig index 5dbd76ee3f..221bcfc1df 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,3 +1,27 @@ +#*************************************************************************** +# _ _ ____ _ +# Project ___| | | | _ \| | +# / __| | | | |_) | | +# | (__| |_| | _ <| |___ +# \___|\___/|_| \_\_____| +# +# Copyright (C) Daniel Stenberg, , et al. +# +# This software is licensed as described in the file COPYING, which +# you should have received as part of this distribution. The terms +# are also available at https://curl.se/docs/copyright.html. +# +# You may opt to use, copy, modify, merge, publish, distribute and/or sell +# copies of the Software, and permit persons to whom the Software is +# furnished to do so, under the terms of the COPYING file. +# +# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY +# KIND, either express or implied. +# +# SPDX-License-Identifier: curl +# +########################################################################### + root = true [*.{c,h}]