]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
contrib/asprintf: machine readable license
authorPetr Špaček <petr.spacek@nic.cz>
Fri, 14 Feb 2020 07:56:58 +0000 (08:56 +0100)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Tue, 25 Feb 2020 08:26:36 +0000 (09:26 +0100)
contrib/ccan/asprintf/asprintf.c
contrib/ccan/asprintf/asprintf.h
contrib/licenses/BSD-MIT

index e9e02d7dd7482bbe2919397d978f46ca6f8d489c..4077599f8f75e68c7febfee0c2949e879685344b 100644 (file)
@@ -1,4 +1,5 @@
-/* Licensed under BSD-MIT - see LICENSE file for details */
+/* SPDX-License-Identifier: MIT
+ * Source: https://ccodearchive.net/info/asprintf.html */
 #include <ccan/asprintf/asprintf.h>
 #include <stdarg.h>
 #include <stdio.h>
index 958e244b56bc7a73ec71907da85dfcf810266315..d4cc5ca2dfea658464e854a1ca7e19987aa05f6f 100644 (file)
@@ -1,4 +1,5 @@
-/* Licensed under BSD-MIT - see LICENSE file for details */
+/* SPDX-License-Identifier: MIT
+ * Source: https://ccodearchive.net/info/asprintf.html */
 #ifndef CCAN_ASPRINTF_H
 #define CCAN_ASPRINTF_H
 #include "config.h"
index 89de354795ec7a7cdab07c091029653d3618540d..58c875148c138410f912241b9c1e6201f2ca7d06 100644 (file)
@@ -15,3 +15,5 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 THE SOFTWARE.
+
+SPDX-License-Identifier: MIT