From 1082e05d896bb9853e15d575d652a33f9de7a200 Mon Sep 17 00:00:00 2001 From: Edgar Date: Thu, 24 Aug 2023 13:50:53 +0200 Subject: [PATCH] :page_facing_up: Added license to FST.cs --- .../Assets/Editor/AvatarExporter/FST.cs | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/tools/unity-avatar-exporter/Assets/Editor/AvatarExporter/FST.cs b/tools/unity-avatar-exporter/Assets/Editor/AvatarExporter/FST.cs index 9c6e1c9f47..9f4f5b93bc 100644 --- a/tools/unity-avatar-exporter/Assets/Editor/AvatarExporter/FST.cs +++ b/tools/unity-avatar-exporter/Assets/Editor/AvatarExporter/FST.cs @@ -1,5 +1,10 @@ - - +// FST.cs +// +// Created by Edgar on 24-8-2023 +// Copyright 2023 Overte e.V. +// +// Distributed under the Apache License, Version 2.0. +// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html using System; using System.Collections.Generic;