diff options
author | Tomasz Kramkowski <tk@the-tk.com> | 2021-08-05 22:17:51 +0100 |
---|---|---|
committer | Tomasz Kramkowski <tk@the-tk.com> | 2021-08-05 22:17:51 +0100 |
commit | a2180c1f4e6b4ff745b3dea1f4b8e98dfdb5eba4 (patch) | |
tree | 464e0b7bdc73208e6a757a6eb60857f5b64ae6c7 | |
parent | fa6ce07fbcf4fc784b25efb74f9e099104fea0d5 (diff) | |
download | pack-a2180c1f4e6b4ff745b3dea1f4b8e98dfdb5eba4.tar.gz pack-a2180c1f4e6b4ff745b3dea1f4b8e98dfdb5eba4.tar.xz pack-a2180c1f4e6b4ff745b3dea1f4b8e98dfdb5eba4.zip |
Fix license information content and format
-rw-r--r-- | .licignore | 1 | ||||
-rw-r--r-- | common.c | 2 | ||||
-rw-r--r-- | common.h | 2 | ||||
-rw-r--r-- | ieee754b.c | 2 | ||||
-rw-r--r-- | ieee754b.h | 2 | ||||
-rw-r--r-- | pack.c | 2 | ||||
-rw-r--r-- | pack.h | 2 | ||||
-rw-r--r-- | test.c | 2 | ||||
-rw-r--r-- | test_gen.c | 2 | ||||
-rw-r--r-- | trace.c | 2 | ||||
-rw-r--r-- | trace.h | 2 | ||||
-rw-r--r-- | unpack.c | 2 |
12 files changed, 12 insertions, 11 deletions
@@ -1,4 +1,5 @@ *.do +.builds/ .gitignore .licignore .parse-deps.sed @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Tomasz Kramkowski <tk@the-tk.com> + * Copyright (C) 2020 Tomasz Kramkowski <tk@the-tk.com> * SPDX-License-Identifier: MIT */ #include <stddef.h> @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2021 Tomasz Kramkowski <tk@the-tk.com> + * Copyright (C) 2020-2021 Tomasz Kramkowski <tk@the-tk.com> * SPDX-License-Identifier: MIT */ #ifndef PACK_COMMON_H @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Tomasz Kramkowski <tk@the-tk.com> + * Copyright (C) 2021 Tomasz Kramkowski <tk@the-tk.com> * SPDX-License-Identifier: MIT */ #include <math.h> @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Tomasz Kramkowski <tk@the-tk.com> + * Copyright (C) 2021 Tomasz Kramkowski <tk@the-tk.com> * SPDX-License-Identifier: MIT */ #ifndef PACK_IEEE754B_H @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Tomasz Kramkowski <tk@the-tk.com> + * Copyright (C) 2020-2021 Tomasz Kramkowski <tk@the-tk.com> * SPDX-License-Identifier: MIT */ #include <ctype.h> @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Tomasz Kramkowski <tk@the-tk.com> + * Copyright (C) 2020 Tomasz Kramkowski <tk@the-tk.com> * SPDX-License-Identifier: MIT */ #ifndef PACK_H @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Tomasz Kramkowski <tk@the-tk.com> + * Copyright (C) 2020-2021 Tomasz Kramkowski <tk@the-tk.com> * SPDX-License-Identifier: MIT */ #include <assert.h> @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2021 Tomasz Kramkowski <tk@the-tk.com> + * Copyright (C) 2020-2021 Tomasz Kramkowski <tk@the-tk.com> * SPDX-License-Identifier: MIT */ // @BUILD_CC host @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Tomasz Kramkowski <tk@the-tk.com> + * Copyright (C) 2020 Tomasz Kramkowski <tk@the-tk.com> * SPDX-License-Identifier: MIT */ #include <stdarg.h> @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2021 Tomasz Kramkowski <tk@the-tk.com> + * Copyright (C) 2020-2021 Tomasz Kramkowski <tk@the-tk.com> * SPDX-License-Identifier: MIT */ #ifndef PACK_TRACE_H @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2021 Tomasz Kramkowski <tk@the-tk.com> + * Copyright (C) 2020-2021 Tomasz Kramkowski <tk@the-tk.com> * SPDX-License-Identifier: MIT */ #include <ctype.h> |