Skip to content

Commit

Permalink
Fix header of CinematicGui.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Goodlyay committed Aug 24, 2024
1 parent 7ab681a commit d61290a
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions MCGalaxy/Player/CinematicGui.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
/*
Copyright 2015 MCGalaxy
Dual-licensed under the Educational Community License, Version 2.0 and
the GNU General Public License, Version 3 (the "Licenses"); you may
not use this file except in compliance with the Licenses. You may
obtain a copy of the Licenses at
https://opensource.org/license/ecl-2-0/
https://www.gnu.org/licenses/gpl-3.0.html
Unless required by applicable law or agreed to in writing,
software distributed under the Licenses are distributed on an "AS IS"
BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
or implied. See the Licenses for the specific language governing
permissions and limitations under the Licenses.
*/


namespace MCGalaxy {
public class CinematicGui {
Expand Down

0 comments on commit d61290a

Please sign in to comment.