Update Licenses

This commit is contained in:
LazyDuchess 2022-04-29 09:12:50 -03:00
parent ef8c9a141e
commit f721999bcf
5 changed files with 33 additions and 3 deletions

View file

@ -1,4 +1,10 @@
using OpenTS2.Common;
/*
* 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/.
*/
using OpenTS2.Common;
using OpenTS2.Content;
using System;
using System.Collections.Generic;

View file

@ -1,4 +1,10 @@
using System;
/*
* 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/.
*/
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

View file

@ -1,4 +1,10 @@
using System;
/*
* 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/.
*/
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

View file

@ -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/.
*/
using System;
using System.Collections.Generic;
using System.IO;

View file

@ -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/.
*/
using System.Collections;
using System.Collections.Generic;
using UnityEngine;