summaryrefslogtreecommitdiff
path: root/rgo/include/rgo.h
diff options
context:
space:
mode:
Diffstat (limited to 'rgo/include/rgo.h')
-rw-r--r--rgo/include/rgo.h18
1 files changed, 6 insertions, 12 deletions
diff --git a/rgo/include/rgo.h b/rgo/include/rgo.h
index c0ae8a9..ff3c127 100644
--- a/rgo/include/rgo.h
+++ b/rgo/include/rgo.h
@@ -1,24 +1,18 @@
/*
- Copyright 2022 Gabriel Jensen
-
- This file is part of rgo.
-
- rgo is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
- rgo 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 Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License along with rgo. If not, see <https://www.gnu.org/licenses/>.
+ Copyright 2022 Gabriel Jensen.
+ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
+ If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/.
*/
#if !defined(__x86_64__) && !defined(__i386__)
-#error Unsupported machine architecture! Supported: Aarch64, AMD64, IA-32;
+#define rgo_noimpl
#endif
#if !defined(rgo_ver)
#if defined(__ASSEMBLER__)
-#define rgo_ver $0x6
+#define rgo_ver $0x7
#else
-#define rgo_ver (0x6)
+#define rgo_ver (0x7)
#endif
#if defined(__ASSEMBLER__)