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>