Add license to zDebugger and scriptManager

This commit is contained in:
Zetaphor 2023-09-21 16:22:00 -03:00
parent 6e5b0ca8f8
commit f22f925573
2 changed files with 25 additions and 0 deletions

View file

@ -1,3 +1,16 @@
//
// scriptManager.js
//
// Created by Zetaphor, September 21st 2023.
// Copyright 2023 Overte e.V.
//
// This application let you setup different Anti-Aliasing setup for HMD and Desktop.
// And it switches the configuration when the mode changes.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
//
"use strict";
(function () {
const jsMainFileName = "scriptManager.js"
const ROOT = Script.resolvePath('').split(jsMainFileName)[0]

View file

@ -1,3 +1,15 @@
//
// zDebugger.js
//
// Created by Zetaphor, September 21st 2023.
// Copyright 2023 Overte e.V.
//
// This application let you setup different Anti-Aliasing setup for HMD and Desktop.
// And it switches the configuration when the mode changes.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
//
"use strict";
(function () {
const jsMainFileName = "zDebugger.js"