From a2180c1f4e6b4ff745b3dea1f4b8e98dfdb5eba4 Mon Sep 17 00:00:00 2001 From: Tomasz Kramkowski Date: Thu, 5 Aug 2021 22:17:51 +0100 Subject: Fix license information content and format --- .licignore | 1 + common.c | 2 +- common.h | 2 +- ieee754b.c | 2 +- ieee754b.h | 2 +- pack.c | 2 +- pack.h | 2 +- test.c | 2 +- test_gen.c | 2 +- trace.c | 2 +- trace.h | 2 +- unpack.c | 2 +- 12 files changed, 12 insertions(+), 11 deletions(-) diff --git a/.licignore b/.licignore index c35173f..bd06040 100644 --- a/.licignore +++ b/.licignore @@ -1,4 +1,5 @@ *.do +.builds/ .gitignore .licignore .parse-deps.sed diff --git a/common.c b/common.c index d48046c..0176d09 100644 --- a/common.c +++ b/common.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Tomasz Kramkowski + * Copyright (C) 2020 Tomasz Kramkowski * SPDX-License-Identifier: MIT */ #include diff --git a/common.h b/common.h index a9386be..e4eebb0 100644 --- a/common.h +++ b/common.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2021 Tomasz Kramkowski + * Copyright (C) 2020-2021 Tomasz Kramkowski * SPDX-License-Identifier: MIT */ #ifndef PACK_COMMON_H diff --git a/ieee754b.c b/ieee754b.c index bf418a8..865f79e 100644 --- a/ieee754b.c +++ b/ieee754b.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Tomasz Kramkowski + * Copyright (C) 2021 Tomasz Kramkowski * SPDX-License-Identifier: MIT */ #include diff --git a/ieee754b.h b/ieee754b.h index bb6266f..5c58975 100644 --- a/ieee754b.h +++ b/ieee754b.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Tomasz Kramkowski + * Copyright (C) 2021 Tomasz Kramkowski * SPDX-License-Identifier: MIT */ #ifndef PACK_IEEE754B_H diff --git a/pack.c b/pack.c index a287448..3f25ab8 100644 --- a/pack.c +++ b/pack.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Tomasz Kramkowski + * Copyright (C) 2020-2021 Tomasz Kramkowski * SPDX-License-Identifier: MIT */ #include diff --git a/pack.h b/pack.h index b8139d5..1cc0851 100644 --- a/pack.h +++ b/pack.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Tomasz Kramkowski + * Copyright (C) 2020 Tomasz Kramkowski * SPDX-License-Identifier: MIT */ #ifndef PACK_H diff --git a/test.c b/test.c index b2cff61..138284a 100644 --- a/test.c +++ b/test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Tomasz Kramkowski + * Copyright (C) 2020-2021 Tomasz Kramkowski * SPDX-License-Identifier: MIT */ #include diff --git a/test_gen.c b/test_gen.c index 549d925..27643af 100644 --- a/test_gen.c +++ b/test_gen.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2021 Tomasz Kramkowski + * Copyright (C) 2020-2021 Tomasz Kramkowski * SPDX-License-Identifier: MIT */ // @BUILD_CC host diff --git a/trace.c b/trace.c index 05556bc..d8e6ef2 100644 --- a/trace.c +++ b/trace.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Tomasz Kramkowski + * Copyright (C) 2020 Tomasz Kramkowski * SPDX-License-Identifier: MIT */ #include diff --git a/trace.h b/trace.h index 3b3cfa1..57393d9 100644 --- a/trace.h +++ b/trace.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2021 Tomasz Kramkowski + * Copyright (C) 2020-2021 Tomasz Kramkowski * SPDX-License-Identifier: MIT */ #ifndef PACK_TRACE_H diff --git a/unpack.c b/unpack.c index 6c0d97d..7d2b08a 100644 --- a/unpack.c +++ b/unpack.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2021 Tomasz Kramkowski + * Copyright (C) 2020-2021 Tomasz Kramkowski * SPDX-License-Identifier: MIT */ #include -- cgit v1.2.3-54-g00ecf