From b1db6dfa1401dc580285b50c94a9ff4ae0ba1b3d Mon Sep 17 00:00:00 2001 From: Szymon Nowakowski Date: Fri, 4 Aug 2023 20:56:06 +0200 Subject: [PATCH] Add missing license header --- src/shader.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/shader.ts b/src/shader.ts index 05919b7..434ec43 100644 --- a/src/shader.ts +++ b/src/shader.ts @@ -1,3 +1,9 @@ +/*! + * This Source Code Form is subject to the terms of the Mozilla Public License, + * v. 2.0. If a copy of the MPL was not distributed with this file, You can + * obtain one at http://mozilla.org/MPL/2.0/. + */ + import { Renderer } from "./oktaeder"; export type ShaderFlagKey = number;