Skip to content

Commit 1b44873

Browse files
janrick123claude
andcommitted
Move app to blamspotdev org: marketplace BASE_URL + URLs + copyright holder
Functional: ExtensionInstaller BASE_URL now fetches the index from blamspotdev/j-code-marketplace. Also clone/marketplace links in README and the BSL Licensor + copyright lines -> blamspotdev (Janrick Samorin). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 0f7e705 commit 1b44873

4 files changed

Lines changed: 8 additions & 9 deletions

File tree

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ Business Source License 1.1
22

33
Parameters
44

5-
Licensor: Janrick Samorin
5+
Licensor: blamspotdev (Janrick Samorin)
66

77
Licensed Work: J Code
8-
The Licensed Work is (c) 2026 Janrick Samorin.
8+
The Licensed Work is (c) 2026 blamspotdev (Janrick Samorin).
99

1010
Additional Use Grant: You may use, copy, modify, and create derivative works of
1111
the Licensed Work, and you may make production use of the

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Requirements: **JDK 21**, the Android SDK (`compileSdk 36`), **NDK r27c**
5252
(`27.2.12479018`), and CMake 3.28+. `minSdk 28`. AGP 8.7.x / Gradle 8.11.x.
5353

5454
```bash
55-
git clone https://github.com/janrick123/j-code-android.git
55+
git clone https://github.com/blamspotdev/j-code-android.git
5656
cd j-code-android
5757
./gradlew :app:assembleDebug # → app/build/outputs/apk/debug/app-debug.apk
5858
```
@@ -79,15 +79,14 @@ wrapped as `AutoCloseable` + `Cleaner`.
7979
## Extensions
8080

8181
Language packs, templates, and (later) theme / icon sets install from the
82-
[**JCode marketplace**](https://github.com/janrick123/j-code-marketplace) as
82+
[**JCode marketplace**](https://github.com/blamspotdev/j-code-marketplace) as
8383
verified `.jext` packages. To build your own, see the marketplace's
84-
[`CREATING-EXTENSIONS.md`](https://github.com/janrick123/j-code-marketplace/blob/main/CREATING-EXTENSIONS.md)
84+
[`CREATING-EXTENSIONS.md`](https://github.com/blamspotdev/j-code-marketplace/blob/main/CREATING-EXTENSIONS.md)
8585
and the [`j-code-make-tools`](https://github.com/blamspotdev/j-code-make-tools) CLI.
8686

8787
## License
8888

89-
Source-available under the [Business Source License 1.1](LICENSE). © 2026 Janrick
90-
Samorin. You may **use the app for free** for any purpose (personal, internal,
89+
Source-available under the [Business Source License 1.1](LICENSE). © 2026 blamspotdev (Janrick Samorin). You may **use the app for free** for any purpose (personal, internal,
9190
commercial, educational) and modify or contribute to it; you may **not** redistribute
9291
it as a competing hosted/packaged product. Each released version automatically
9392
converts to the **Apache License 2.0** three years after its release. Contributions

THIRD-PARTY-NOTICES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,5 +105,5 @@ Bundled into the APK (`classes.dex` / merged resources). Unless noted, each is
105105
All first-party modules — `:app`, `:core:*`, `:feature:*`, and the native
106106
libraries `jcodebuffer`, `jcode_core`, `pty`, `jcode_vt`, and the
107107
editor-render / ripgrep-ffi / wasmtime-ffi / tree-sitter / libgit2 FFI wrappers —
108-
are © 2026 Janrick Samorin and licensed under the Business Source License 1.1 (see
108+
are © 2026 blamspotdev (Janrick Samorin) and licensed under the Business Source License 1.1 (see
109109
[`LICENSE`](LICENSE)).

feature/marketplace/src/main/java/dev/jcode/feature/marketplace/ExtensionInstaller.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ class ExtensionInstaller internal constructor(context: Context) {
325325
private fun safeDirName(id: String): String = id.replace(Regex("[^A-Za-z0-9._-]"), "_")
326326

327327
private companion object {
328-
const val BASE_URL = "https://raw.githubusercontent.com/janrick123/j-code-marketplace/main/"
328+
const val BASE_URL = "https://raw.githubusercontent.com/blamspotdev/j-code-marketplace/main/"
329329
const val INDEX_URL = BASE_URL + "marketplace.yaml"
330330
const val JEHM_FILE = "extension.jehm"
331331
const val JEXT_MANIFEST = ".jext-manifest.json"

0 commit comments

Comments
 (0)