~aleteoryx/TabbDE

7eb384129d5a0ad8419cfb1c29784fc6a2520425 — aleteoryx 2 months ago cba00d0
proto beginnings
2 files changed, 30 insertions(+), 2 deletions(-)

M LICENSE
A proto/tabbde.xml
M LICENSE => LICENSE +6 -2
@@ 1,14 1,18 @@
All non-code in this repository, defined as any media files, and all
text written primarily for human consumption, in a human language, is
Public Domain, and the author waives all applicable legal rights to it.

The contents of the /proto directory are Public Domain as described
above.

All other material ("code") is licensed as described below:

-- TPL Non-Commercial Attribution License v1.0
-- <https://amehut.dev/~aleteoryx/tpl>
------------------------------------------------------------------------

The code in repository is provided free to use and redistribute by the
author, for all purposes whose focus and intent do not include
The code in this repository is provided free to use and redistribute by
the author, for all purposes whose focus and intent do not include
monetary gain or commercial advantage. It is against the terms of this
license to reproduce or distribute the code within this repository, or
any derivative works, for financial compensation or incentive.

A proto/tabbde.xml => proto/tabbde.xml +24 -0
@@ 0,0 1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
<protocol name="tabbde">
  <copyright>This file is in the Public Domain, and the author
             waives all legal rights to it.</copyright>

  <description summary="A better way to use the computer">
    A better way to use the computer.</description>

  <interface name="tde_wm_base" version="1">
    
  </interface>

  <interface name="tde_schema" version="1">
    
  </interface>

  <interface name="tde_renderer" version="1">
    
  </interface>

  <interface name="tde_surface" version="1">
    
  </interface>
</protocol>