Some checks are pending
Lean Action CI / build (push) Waiting to run
- LICENSE: proprietary, all rights reserved. Public availability of the repo grants no license; use requires written consent from mgorog@gmail.com. - README: "Reusing this engine" → "Consuming the engine (with permission)" with explicit pointer to LICENSE. - CI: workflow moved from .github/workflows/ to .forgejo/workflows/ so forgejo's runner picks it up. Workflow now also installs Rust, builds native/cubical/, and runs cubical-test (62/62 verification) rather than only running lake build (which would have failed at link time without libtopolei_cubical.a). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
27 lines
1.3 KiB
Text
27 lines
1.3 KiB
Text
Copyright (c) 2026 Maximus Gorog. All rights reserved.
|
|
|
|
This software and the associated source files, documentation, build
|
|
scripts, configuration, and other materials in this repository
|
|
(collectively, the "Software") are the proprietary and confidential
|
|
property of the copyright holder.
|
|
|
|
NO LICENSE IS GRANTED. The presence of this Software in a publicly
|
|
accessible repository does not, by itself, grant any permission to
|
|
use, copy, modify, merge, publish, distribute, sublicense, link
|
|
against, embed, or create derivative works of the Software, in whole
|
|
or in part, for any purpose.
|
|
|
|
Use of any kind — including but not limited to compilation, execution,
|
|
incorporation into other software, or redistribution in any form —
|
|
requires express prior written consent from the copyright holder.
|
|
Unauthorized use is prohibited.
|
|
|
|
For licensing inquiries, contact: mgorog@gmail.com
|
|
|
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND
|
|
NONINFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE
|
|
FOR ANY CLAIM, DAMAGES, OR OTHER LIABILITY, WHETHER IN AN ACTION OF
|
|
CONTRACT, TORT, OR OTHERWISE, ARISING FROM, OUT OF, OR IN CONNECTION
|
|
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|