Skip to content

Commit

Permalink
Adding Licence Headers
Browse files Browse the repository at this point in the history
  • Loading branch information
NurAzliYT authored Jul 22, 2024
1 parent c6433e1 commit 08880c1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/types/AnimationType.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
<?php

/*
* This file is part of BedrockProtocol.
* Copyright (C) 2014-2022 PocketMine Team <https://github.com/pmmp/BedrockProtocol>
*
* BedrockProtocol is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*/

declare(strict_types=1);

namespace pocketmine\network\mcpe\protocol\types;
Expand Down

0 comments on commit 08880c1

Please sign in to comment.