Change license agreement terming to ensure version 2 only.
This commit is contained in:
@@ -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)))))
|
||||
|
||||
13
lib/base.c
13
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
|
||||
* <https://www.gnu.org/licenses/>.
|
||||
* You should have received a copy of the GNU General Public License Version 2
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
* Created: 2023-10-26
|
||||
* Author: Aryadev Chavali
|
||||
|
||||
13
lib/base.h
13
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
|
||||
* <https://www.gnu.org/licenses/>.
|
||||
* You should have received a copy of the GNU General Public License Version 2
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
* Created: 2023-10-15
|
||||
* Author: Aryadev Chavali
|
||||
|
||||
13
lib/darr.c
13
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
|
||||
* <https://www.gnu.org/licenses/>.
|
||||
* You should have received a copy of the GNU General Public License Version 2
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
* Created: 2023-10-15
|
||||
* Author: Aryadev Chavali
|
||||
|
||||
13
lib/darr.h
13
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
|
||||
* <https://www.gnu.org/licenses/>.
|
||||
* You should have received a copy of the GNU General Public License Version 2
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
* Created: 2023-10-15
|
||||
* Author: Aryadev Chavali
|
||||
|
||||
13
lib/heap.c
13
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
|
||||
* <https://www.gnu.org/licenses/>.
|
||||
* You should have received a copy of the GNU General Public License Version 2
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
* Created: 2023-11-01
|
||||
* Author: Aryadev Chavali
|
||||
|
||||
13
lib/heap.h
13
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
|
||||
* <https://www.gnu.org/licenses/>.
|
||||
* You should have received a copy of the GNU General Public License Version 2
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
* Created: 2023-11-01
|
||||
* Author: Aryadev Chavali
|
||||
|
||||
@@ -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
|
||||
* <https://www.gnu.org/licenses/>.
|
||||
* You should have received a copy of the GNU General Public License Version 2
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
* Created: 2024-04-28
|
||||
* Author: Aryadev Chavali
|
||||
|
||||
13
lib/inst.c
13
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
|
||||
* <https://www.gnu.org/licenses/>.
|
||||
* You should have received a copy of the GNU General Public License Version 2
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
* Created: 2023-10-15
|
||||
* Author: Aryadev Chavali
|
||||
|
||||
13
lib/inst.h
13
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
|
||||
* <https://www.gnu.org/licenses/>.
|
||||
* You should have received a copy of the GNU General Public License Version 2
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
* Created: 2023-10-15
|
||||
* Author: Aryadev Chavali
|
||||
|
||||
@@ -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
|
||||
* <https://www.gnu.org/licenses/>.
|
||||
* You should have received a copy of the GNU General Public License Version 2
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
* Created: 2024-04-28
|
||||
* Author: Aryadev Chavali
|
||||
|
||||
@@ -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
|
||||
* <https://www.gnu.org/licenses/>.
|
||||
* You should have received a copy of the GNU General Public License Version 2
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
* Created: 2024-04-28
|
||||
* Author: Aryadev Chavali
|
||||
|
||||
@@ -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
|
||||
* <https://www.gnu.org/licenses/>.
|
||||
* You should have received a copy of the GNU General Public License Version 2
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
* Created: 2024-04-28
|
||||
* Author: Aryadev Chavali
|
||||
|
||||
@@ -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
|
||||
* <https://www.gnu.org/licenses/>.
|
||||
* You should have received a copy of the GNU General Public License Version 2
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
* Created: 2024-04-28
|
||||
* Author: Aryadev Chavali
|
||||
|
||||
13
vm/main.c
13
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
|
||||
* <https://www.gnu.org/licenses/>.
|
||||
* You should have received a copy of the GNU General Public License Version 2
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
* Created: 2023-10-15
|
||||
* Author: Aryadev Chavali
|
||||
|
||||
13
vm/runtime.c
13
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
|
||||
* <https://www.gnu.org/licenses/>.
|
||||
* You should have received a copy of the GNU General Public License Version 2
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
* Created: 2023-10-15
|
||||
* Author: Aryadev Chavali
|
||||
|
||||
13
vm/runtime.h
13
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
|
||||
* <https://www.gnu.org/licenses/>.
|
||||
* You should have received a copy of the GNU General Public License Version 2
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
* Created: 2023-10-15
|
||||
* Author: Aryadev Chavali
|
||||
|
||||
13
vm/struct.c
13
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
|
||||
* <https://www.gnu.org/licenses/>.
|
||||
* You should have received a copy of the GNU General Public License Version 2
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
* Created: 2024-04-25
|
||||
* Author: Aryadev Chavali
|
||||
|
||||
13
vm/struct.h
13
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
|
||||
* <https://www.gnu.org/licenses/>.
|
||||
* You should have received a copy of the GNU General Public License Version 2
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
* Created: 2024-04-25
|
||||
* Author: Aryadev Chavali
|
||||
|
||||
Reference in New Issue
Block a user