diff --git a/.dir-locals.el b/.dir-locals.el
index 7d6cf7f..08146bf 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -1,7 +1,7 @@
;;; Directory Local Variables -*- no-byte-compile: t -*-
;;; For more information see (info "(emacs) Directory Variables")
-((nil . ((+license/license-choice . "GPLv2")
+((nil . ((+license/license-choice . "GNU General Public License Version 2")
(compile-command . "make all VERBOSE=2 RELEASE=0")))
(c-mode . ((mode . clang-format)
(eval . (eglot-ensure)))))
diff --git a/lib/base.c b/lib/base.c
index b412f68..b55532f 100644
--- a/lib/base.c
+++ b/lib/base.c
@@ -1,13 +1,12 @@
/* Copyright (C) 2023, 2024 Aryadev Chavali
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * General Public License for more details.
+ * This program is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU General Public License Version 2 for
+ * more details.
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see
- * .
+ * You should have received a copy of the GNU General Public License Version 2
+ * along with this program. If not, see .
* Created: 2023-10-26
* Author: Aryadev Chavali
diff --git a/lib/base.h b/lib/base.h
index 25431e4..58b47dc 100644
--- a/lib/base.h
+++ b/lib/base.h
@@ -1,13 +1,12 @@
/* Copyright (C) 2023, 2024 Aryadev Chavali
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * General Public License for more details.
+ * This program is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU General Public License Version 2 for
+ * more details.
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see
- * .
+ * You should have received a copy of the GNU General Public License Version 2
+ * along with this program. If not, see .
* Created: 2023-10-15
* Author: Aryadev Chavali
diff --git a/lib/darr.c b/lib/darr.c
index 8ea85fa..98c20ad 100644
--- a/lib/darr.c
+++ b/lib/darr.c
@@ -1,13 +1,12 @@
/* Copyright (C) 2023, 2024 Aryadev Chavali
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * General Public License for more details.
+ * This program is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU General Public License Version 2 for
+ * more details.
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see
- * .
+ * You should have received a copy of the GNU General Public License Version 2
+ * along with this program. If not, see .
* Created: 2023-10-15
* Author: Aryadev Chavali
diff --git a/lib/darr.h b/lib/darr.h
index 3a6dda1..1f51679 100644
--- a/lib/darr.h
+++ b/lib/darr.h
@@ -1,13 +1,12 @@
/* Copyright (C) 2023, 2024 Aryadev Chavali
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * General Public License for more details.
+ * This program is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU General Public License Version 2 for
+ * more details.
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see
- * .
+ * You should have received a copy of the GNU General Public License Version 2
+ * along with this program. If not, see .
* Created: 2023-10-15
* Author: Aryadev Chavali
diff --git a/lib/heap.c b/lib/heap.c
index 33e1db0..a74505e 100644
--- a/lib/heap.c
+++ b/lib/heap.c
@@ -1,13 +1,12 @@
/* Copyright (C) 2023, 2024 Aryadev Chavali
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * General Public License for more details.
+ * This program is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU General Public License Version 2 for
+ * more details.
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see
- * .
+ * You should have received a copy of the GNU General Public License Version 2
+ * along with this program. If not, see .
* Created: 2023-11-01
* Author: Aryadev Chavali
diff --git a/lib/heap.h b/lib/heap.h
index a8466ac..30bda2e 100644
--- a/lib/heap.h
+++ b/lib/heap.h
@@ -1,13 +1,12 @@
/* Copyright (C) 2023, 2024 Aryadev Chavali
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * General Public License for more details.
+ * This program is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU General Public License Version 2 for
+ * more details.
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see
- * .
+ * You should have received a copy of the GNU General Public License Version 2
+ * along with this program. If not, see .
* Created: 2023-11-01
* Author: Aryadev Chavali
diff --git a/lib/inst-macro.h b/lib/inst-macro.h
index dc260cc..9e26390 100644
--- a/lib/inst-macro.h
+++ b/lib/inst-macro.h
@@ -1,13 +1,12 @@
/* Copyright (C) 2024 Aryadev Chavali
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * General Public License for more details.
+ * This program is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU General Public License Version 2 for
+ * more details.
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see
- * .
+ * You should have received a copy of the GNU General Public License Version 2
+ * along with this program. If not, see .
* Created: 2024-04-28
* Author: Aryadev Chavali
diff --git a/lib/inst.c b/lib/inst.c
index 1b1f10a..02a109a 100644
--- a/lib/inst.c
+++ b/lib/inst.c
@@ -1,13 +1,12 @@
/* Copyright (C) 2023, 2024 Aryadev Chavali
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * General Public License for more details.
+ * This program is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU General Public License Version 2 for
+ * more details.
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see
- * .
+ * You should have received a copy of the GNU General Public License Version 2
+ * along with this program. If not, see .
* Created: 2023-10-15
* Author: Aryadev Chavali
diff --git a/lib/inst.h b/lib/inst.h
index 55c2b6c..38d29e6 100644
--- a/lib/inst.h
+++ b/lib/inst.h
@@ -1,13 +1,12 @@
/* Copyright (C) 2023, 2024 Aryadev Chavali
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * General Public License for more details.
+ * This program is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU General Public License Version 2 for
+ * more details.
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see
- * .
+ * You should have received a copy of the GNU General Public License Version 2
+ * along with this program. If not, see .
* Created: 2023-10-15
* Author: Aryadev Chavali
diff --git a/test/lib/main.c b/test/lib/main.c
index b49e0ca..1953862 100644
--- a/test/lib/main.c
+++ b/test/lib/main.c
@@ -1,13 +1,12 @@
/* Copyright (C) 2024 Aryadev Chavali
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * General Public License for more details.
+ * This program is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU General Public License Version 2 for
+ * more details.
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see
- * .
+ * You should have received a copy of the GNU General Public License Version 2
+ * along with this program. If not, see .
* Created: 2024-04-28
* Author: Aryadev Chavali
diff --git a/test/lib/test-base.h b/test/lib/test-base.h
index 696214d..4f07a0f 100644
--- a/test/lib/test-base.h
+++ b/test/lib/test-base.h
@@ -1,13 +1,12 @@
/* Copyright (C) 2024 Aryadev Chavali
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * General Public License for more details.
+ * This program is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU General Public License Version 2 for
+ * more details.
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see
- * .
+ * You should have received a copy of the GNU General Public License Version 2
+ * along with this program. If not, see .
* Created: 2024-04-28
* Author: Aryadev Chavali
diff --git a/test/lib/test-darr.h b/test/lib/test-darr.h
index 69b97e1..6473867 100644
--- a/test/lib/test-darr.h
+++ b/test/lib/test-darr.h
@@ -1,13 +1,12 @@
/* Copyright (C) 2024 Aryadev Chavali
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * General Public License for more details.
+ * This program is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU General Public License Version 2 for
+ * more details.
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see
- * .
+ * You should have received a copy of the GNU General Public License Version 2
+ * along with this program. If not, see .
* Created: 2024-04-28
* Author: Aryadev Chavali
diff --git a/test/testing.h b/test/testing.h
index 7fdd7ea..82b2431 100644
--- a/test/testing.h
+++ b/test/testing.h
@@ -1,13 +1,12 @@
/* Copyright (C) 2024 Aryadev Chavali
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * General Public License for more details.
+ * This program is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU General Public License Version 2 for
+ * more details.
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see
- * .
+ * You should have received a copy of the GNU General Public License Version 2
+ * along with this program. If not, see .
* Created: 2024-04-28
* Author: Aryadev Chavali
diff --git a/vm/main.c b/vm/main.c
index 5faa63b..b68630c 100644
--- a/vm/main.c
+++ b/vm/main.c
@@ -1,13 +1,12 @@
/* Copyright (C) 2023, 2024 Aryadev Chavali
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * General Public License for more details.
+ * This program is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU General Public License Version 2 for
+ * more details.
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see
- * .
+ * You should have received a copy of the GNU General Public License Version 2
+ * along with this program. If not, see .
* Created: 2023-10-15
* Author: Aryadev Chavali
diff --git a/vm/runtime.c b/vm/runtime.c
index 0b71a3b..3960ca2 100644
--- a/vm/runtime.c
+++ b/vm/runtime.c
@@ -1,13 +1,12 @@
/* Copyright (C) 2023, 2024 Aryadev Chavali
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * General Public License for more details.
+ * This program is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU General Public License Version 2 for
+ * more details.
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see
- * .
+ * You should have received a copy of the GNU General Public License Version 2
+ * along with this program. If not, see .
* Created: 2023-10-15
* Author: Aryadev Chavali
diff --git a/vm/runtime.h b/vm/runtime.h
index 2035227..d846c74 100644
--- a/vm/runtime.h
+++ b/vm/runtime.h
@@ -1,13 +1,12 @@
/* Copyright (C) 2023, 2024 Aryadev Chavali
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * General Public License for more details.
+ * This program is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU General Public License Version 2 for
+ * more details.
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see
- * .
+ * You should have received a copy of the GNU General Public License Version 2
+ * along with this program. If not, see .
* Created: 2023-10-15
* Author: Aryadev Chavali
diff --git a/vm/struct.c b/vm/struct.c
index ffb85ba..f681826 100644
--- a/vm/struct.c
+++ b/vm/struct.c
@@ -1,13 +1,12 @@
/* Copyright (C) 2024 Aryadev Chavali
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * General Public License for more details.
+ * This program is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU General Public License Version 2 for
+ * more details.
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see
- * .
+ * You should have received a copy of the GNU General Public License Version 2
+ * along with this program. If not, see .
* Created: 2024-04-25
* Author: Aryadev Chavali
diff --git a/vm/struct.h b/vm/struct.h
index 7ba06a2..cc44ea7 100644
--- a/vm/struct.h
+++ b/vm/struct.h
@@ -1,13 +1,12 @@
/* Copyright (C) 2024 Aryadev Chavali
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * General Public License for more details.
+ * This program is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU General Public License Version 2 for
+ * more details.
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see
- * .
+ * You should have received a copy of the GNU General Public License Version 2
+ * along with this program. If not, see .
* Created: 2024-04-25
* Author: Aryadev Chavali