license: added MPL header to all source files
This commit is contained in:
parent
2d83f43cfb
commit
c577c23f1f
7 changed files with 108 additions and 100 deletions
13
Piece.cpp
13
Piece.cpp
|
|
@ -1,9 +1,10 @@
|
|||
/*
|
||||
* File: Piece.cpp
|
||||
* Author: amr
|
||||
*
|
||||
* Created on July 30, 2025, 9:21 PM
|
||||
*/
|
||||
// © 2025 A.M. Rowsell <amr@frzn.dev>
|
||||
|
||||
// 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/.
|
||||
// This Source Code Form is "Incompatible With Secondary Licenses", as
|
||||
// defined by the Mozilla Public License, v. 2.0.
|
||||
|
||||
#include "Piece.hpp"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue