Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
SquirrelJME
Commits
7fdca646
Commit
7fdca646
authored
Sep 16, 2021
by
Stephanie Gawroriski
Browse files
More simplification.
parent
85f38630
Changes
32
Hide whitespace changes
Inline
Side-by-side
.codebeatignore
View file @
7fdca646
# ---------------------------------------------------------------------------
#
Multi-Phasic Applications:
SquirrelJME
# SquirrelJME
# Copyright (C) Stephanie Gawroriski <xer@multiphasicapps.net>
# Copyright (C) Multi-Phasic Applications <multiphasicapps.net>
# ---------------------------------------------------------------------------
# SquirrelJME is under the GNU General Public License v3+, or later.
# See license.mkd for licensing and copyright information.
...
...
.codeclimate.yml
View file @
7fdca646
# ---------------------------------------------------------------------------
#
Multi-Phasic Applications:
SquirrelJME
# SquirrelJME
# Copyright (C) Stephanie Gawroriski <xer@multiphasicapps.net>
# Copyright (C) Multi-Phasic Applications <multiphasicapps.net>
# ---------------------------------------------------------------------------
# SquirrelJME is under the GNU General Public License v3+, or later.
# See license.mkd for licensing and copyright information.
...
...
.editorconfig
View file @
7fdca646
# ---------------------------------------------------------------------------
#
Multi-Phasic Applications:
SquirrelJME
# SquirrelJME
# Copyright (C) Stephanie Gawroriski <xer@multiphasicapps.net>
# ---------------------------------------------------------------------------
# SquirrelJME is under the GNU General Public License v3+, or later.
...
...
.gitlab-ci.yml
View file @
7fdca646
# ---------------------------------------------------------------------------
#
Multi-Phasic Applications:
SquirrelJME
# SquirrelJME
# Copyright (C) Stephanie Gawroriski <xer@multiphasicapps.net>
# ---------------------------------------------------------------------------
# SquirrelJME is under the GNU General Public License v3+, or later.
...
...
Dockerfile
View file @
7fdca646
# ---------------------------------------------------------------------------
#
Multi-Phasic Applications:
SquirrelJME
# SquirrelJME
# Copyright (C) Stephanie Gawroriski <xer@multiphasicapps.net>
# ---------------------------------------------------------------------------
# SquirrelJME is under the GNU General Public License v3+, or later.
...
...
commercial.mkd
View file @
7fdca646
...
...
@@ -10,7 +10,8 @@ permitted by the GNU GPLv3.
```
Copyright (C) 2013-2021 Stephanie Gawroriski <xerthesquirrel@gmail.com>
Copyright (C) 2013-2021 Multi-Phasic Applications <https://squirreljme.cc/>
"SquirrelJME" and "Lex" are trademarks of Stephanie Gawroriski 2016-2021.
The above copyright notice and this notice with the others below shall be
included in all copies or substantial portions of the Software.
...
...
contributing.mkd
View file @
7fdca646
...
...
@@ -92,17 +92,15 @@ are not permitted to contribute to this project due to potential poisoning:
**CODE "ON THE CLOCK" OR UNDER CONTRACT, THEN THAT DEVELOPER MUST SEEK THE**
**PERMISSION OF THE EMPLOYER.**
You grant Stephanie Gawroriski (and Multi-Phasic Applications) an
irrevocable license that:
You grant Stephanie Gawroriski an irrevocable license that:
1. That you own the contributing work.
2. Grants a patent license, as per the GNU GPLv3.
3. Granting Stephanie Gawroriski (and Multi-Phasic Applications)
permission to redistribute, sell, lease, modify, transform, translate,
and relicense the specified works. This is to simplify the licensing
of the project and permit it to be consistent. Your contribution may
be commercially licensed to other parties supporting the project
through this means.
3. Granting Stephanie Gawroriski permission to redistribute, sell, lease,
modify, transform, translate, and relicense the specified works. This
is to simplify the licensing of the project and permit it to be
consistent. Your contribution may be commercially licensed to other
parties supporting the project through this means.
4. If employed by a company, you have a right by that company to provide
contributions to this project.
5. Have pledged to follow the Code of Conduct.
...
...
license.mkd
View file @
7fdca646
...
...
@@ -2,11 +2,9 @@
SquirrelJME is copyright:
*
Copyright (C) 2013-2021 Stephanie Gawroriski
<xer@multiphasicapps.net>
*
Copyright (C) 2013-2021 Multi-Phasic Applications
*
Copyright (C) 2013-2021 Stephanie Gawroriski
<xer@multiphasicapps.net>
<http://multiphasicapps.net/>
*
"SquirrelJME" and "Lex" are trademarked by Stephanie Gawroriski 2016-201
9
*
"SquirrelJME" and "Lex" are trademarked by Stephanie Gawroriski 2016-20
2
1
Works of art with a credit to the original author, note that these works were
commissioned under contract:
...
...
modules/cldc-compact/src/test/resources/lang/bytecode/TestDup.j
View file @
7fdca646
; -*- Mode: Jasmin; indent-tabs-mode: t; tab-width: 4 -*-
; ---------------------------------------------------------------------------
;
Multi-Phasic Applications:
SquirrelJME
; SquirrelJME
; Copyright (C) Stephanie Gawroriski <xer@multiphasicapps.net>
; ---------------------------------------------------------------------------
; SquirrelJME is under the GNU General Public License v3+, or later.
...
...
modules/cldc-compact/src/test/resources/lang/bytecode/TestDupXOne.j
View file @
7fdca646
; -*- Mode: Jasmin; indent-tabs-mode: t; tab-width: 4 -*-
; ---------------------------------------------------------------------------
;
Multi-Phasic Applications:
SquirrelJME
; SquirrelJME
; Copyright (C) Stephanie Gawroriski <xer@multiphasicapps.net>
; ---------------------------------------------------------------------------
; SquirrelJME is under the GNU General Public License v3+, or later.
...
...
modules/cldc-compact/src/test/resources/lang/bytecode/TestDupXTwoIII.j
View file @
7fdca646
; -*- Mode: Jasmin; indent-tabs-mode: t; tab-width: 4 -*-
; ---------------------------------------------------------------------------
;
Multi-Phasic Applications:
SquirrelJME
; SquirrelJME
; Copyright (C) Stephanie Gawroriski <xer@multiphasicapps.net>
; ---------------------------------------------------------------------------
; SquirrelJME is under the GNU General Public License v3+, or later.
...
...
modules/cldc-compact/src/test/resources/lang/bytecode/TestDupXTwoJI.j
View file @
7fdca646
; -*- Mode: Jasmin; indent-tabs-mode: t; tab-width: 4 -*-
; ---------------------------------------------------------------------------
;
Multi-Phasic Applications:
SquirrelJME
; SquirrelJME
; Copyright (C) Stephanie Gawroriski <xer@multiphasicapps.net>
; ---------------------------------------------------------------------------
; SquirrelJME is under the GNU General Public License v3+, or later.
...
...
modules/cldc-compact/src/test/resources/lang/bytecode/TestInvokeSpecialPP.j
View file @
7fdca646
; -*- Mode: Jasmin; indent-tabs-mode: t; tab-width: 4 -*-
; ---------------------------------------------------------------------------
;
Multi-Phasic Applications:
SquirrelJME
; SquirrelJME
; Copyright (C) Stephanie Gawroriski <xer@multiphasicapps.net>
; ---------------------------------------------------------------------------
; SquirrelJME is under the GNU General Public License v3+, or later.
...
...
modules/cldc-compact/src/test/resources/lang/bytecode/TestSwap.j
View file @
7fdca646
; -*- Mode: Jasmin; indent-tabs-mode: t; tab-width: 4 -*-
; ---------------------------------------------------------------------------
;
Multi-Phasic Applications:
SquirrelJME
; SquirrelJME
; Copyright (C) Stephanie Gawroriski <xer@multiphasicapps.net>
; ---------------------------------------------------------------------------
; SquirrelJME is under the GNU General Public License v3+, or later.
...
...
modules/cldc-compact/src/test/resources/lang/bytecode/field/TestStaticSuperFieldByInherit.j
View file @
7fdca646
; -*- Mode: Jasmin; indent-tabs-mode: t; tab-width: 4 -*-
; ---------------------------------------------------------------------------
;
Multi-Phasic Applications:
SquirrelJME
; SquirrelJME
; Copyright (C) Stephanie Gawroriski <xer@multiphasicapps.net>
; ---------------------------------------------------------------------------
; SquirrelJME is under the GNU General Public License v3+, or later.
...
...
modules/cldc-compact/src/test/resources/lang/interfaces/TestInvokeInterfaceAB.j
View file @
7fdca646
; -*- Mode: Jasmin; indent-tabs-mode: t; tab-width: 4 -*-
; ---------------------------------------------------------------------------
;
Multi-Phasic Applications:
SquirrelJME
; SquirrelJME
; Copyright (C) Stephanie Gawroriski <xer@multiphasicapps.net>
; ---------------------------------------------------------------------------
; SquirrelJME is under the GNU General Public License v3+, or later.
...
...
modules/cldc-compact/src/test/resources/lang/interfaces/TestInvokeInterfaceABViaAB.j
View file @
7fdca646
; -*- Mode: Jasmin; indent-tabs-mode: t; tab-width: 4 -*-
; ---------------------------------------------------------------------------
;
Multi-Phasic Applications:
SquirrelJME
; SquirrelJME
; Copyright (C) Stephanie Gawroriski <xer@multiphasicapps.net>
; ---------------------------------------------------------------------------
; SquirrelJME is under the GNU General Public License v3+, or later.
...
...
modules/cldc-compact/src/test/resources/lang/interfaces/TestInvokeInterfaceMethod.j
View file @
7fdca646
; -*- Mode: Jasmin; indent-tabs-mode: t; tab-width: 4 -*-
; ---------------------------------------------------------------------------
;
Multi-Phasic Applications:
SquirrelJME
; SquirrelJME
; Copyright (C) Stephanie Gawroriski <xer@multiphasicapps.net>
; ---------------------------------------------------------------------------
; SquirrelJME is under the GNU General Public License v3+, or later.
...
...
modules/cldc-compact/src/test/resources/lang/interfaces/TestInvokeInterfaceSubClassNoReplace.j
View file @
7fdca646
; -*- Mode: Jasmin; indent-tabs-mode: t; tab-width: 4 -*-
; ---------------------------------------------------------------------------
;
Multi-Phasic Applications:
SquirrelJME
; SquirrelJME
; Copyright (C) Stephanie Gawroriski <xer@multiphasicapps.net>
; ---------------------------------------------------------------------------
; SquirrelJME is under the GNU General Public License v3+, or later.
...
...
modules/cldc-compact/src/test/resources/lang/interfaces/TestInvokeInterfaceSubClassReplace.j
View file @
7fdca646
; -*- Mode: Jasmin; indent-tabs-mode: t; tab-width: 4 -*-
; ---------------------------------------------------------------------------
;
Multi-Phasic Applications:
SquirrelJME
; SquirrelJME
; Copyright (C) Stephanie Gawroriski <xer@multiphasicapps.net>
; ---------------------------------------------------------------------------
; SquirrelJME is under the GNU General Public License v3+, or later.
...
...
Prev
1
2
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment