ref: 4fe44447a2085348e488e6c2b22f4dce06077b92
parent: 23c600eef5ee904755aeee4abee10188f8efe1cb
author: ISSOtm <eldredhabert0@gmail.com>
date: Sun Jan 19 06:11:36 EST 2020
Add license headers where missing
--- a/include/asm/warning.h
+++ b/include/asm/warning.h
@@ -1,3 +1,11 @@
+/*
+ * This file is part of RGBDS.
+ *
+ * Copyright (c) 2019, Eldred Habert and RGBDS contributors.
+ *
+ * SPDX-License-Identifier: MIT
+ */
+
#ifndef WARNING_H
#define WARNING_H
--- a/src/asm/warning.c
+++ b/src/asm/warning.c
@@ -1,3 +1,10 @@
+/*
+ * This file is part of RGBDS.
+ *
+ * Copyright (c) 2019, Eldred Habert and RGBDS contributors.
+ *
+ * SPDX-License-Identifier: MIT
+ */
#include <limits.h>
#include <stdarg.h>
--- a/src/hashmap.c
+++ b/src/hashmap.c
@@ -1,3 +1,10 @@
+/*
+ * This file is part of RGBDS.
+ *
+ * Copyright (c) 2019, Eldred Habert and RGBDS contributors.
+ *
+ * SPDX-License-Identifier: MIT
+ */
#include <stdint.h>
#include <stdbool.h>
--- a/src/link/assign.c
+++ b/src/link/assign.c
@@ -1,3 +1,10 @@
+/*
+ * This file is part of RGBDS.
+ *
+ * Copyright (c) 2019, Eldred Habert and RGBDS contributors.
+ *
+ * SPDX-License-Identifier: MIT
+ */
#include <stdbool.h>
#include <stdlib.h>
--- a/src/link/object.c
+++ b/src/link/object.c
@@ -1,3 +1,10 @@
+/*
+ * This file is part of RGBDS.
+ *
+ * Copyright (c) 2019, Eldred Habert and RGBDS contributors.
+ *
+ * SPDX-License-Identifier: MIT
+ */
#include <stdio.h>
#include <stdint.h>
--- a/src/link/output.c
+++ b/src/link/output.c
@@ -1,3 +1,10 @@
+/*
+ * This file is part of RGBDS.
+ *
+ * Copyright (c) 2019, Eldred Habert and RGBDS contributors.
+ *
+ * SPDX-License-Identifier: MIT
+ */
#include <stdlib.h>
#include <stdint.h>
--- a/src/link/patch.c
+++ b/src/link/patch.c
@@ -1,3 +1,10 @@
+/*
+ * This file is part of RGBDS.
+ *
+ * Copyright (c) 2019, Eldred Habert and RGBDS contributors.
+ *
+ * SPDX-License-Identifier: MIT
+ */
#include <stdlib.h>
#include <limits.h>
--- a/src/link/script.c
+++ b/src/link/script.c
@@ -1,3 +1,10 @@
+/*
+ * This file is part of RGBDS.
+ *
+ * Copyright (c) 2019, Eldred Habert and RGBDS contributors.
+ *
+ * SPDX-License-Identifier: MIT
+ */
#include <stdlib.h>
#include <stdbool.h>
--- a/src/link/section.c
+++ b/src/link/section.c
@@ -1,3 +1,10 @@
+/*
+ * This file is part of RGBDS.
+ *
+ * Copyright (c) 2019, Eldred Habert and RGBDS contributors.
+ *
+ * SPDX-License-Identifier: MIT
+ */
#include <stdbool.h>
--- a/src/link/symbol.c
+++ b/src/link/symbol.c
@@ -1,3 +1,10 @@
+/*
+ * This file is part of RGBDS.
+ *
+ * Copyright (c) 2019, Eldred Habert and RGBDS contributors.
+ *
+ * SPDX-License-Identifier: MIT
+ */
#include <stdbool.h>