Skip to content

Commit 8dcd7c0

Browse files
committed
Fix file headers
1 parent 8e5db3e commit 8dcd7c0

30 files changed

+600
-0
lines changed

include/brisk/graphics/Color.hpp

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
/*
2+
* Brisk
3+
*
4+
* Cross-platform application framework
5+
* --------------------------------------------------------------
6+
*
7+
* Copyright (C) 2024 Brisk Developers
8+
*
9+
* This file is part of the Brisk library.
10+
*
11+
* Brisk is dual-licensed under the GNU General Public License, version 2 (GPL-2.0+),
12+
* and a commercial license. You may use, modify, and distribute this software under
13+
* the terms of the GPL-2.0+ license if you comply with its conditions.
14+
*
15+
* You should have received a copy of the GNU General Public License along with this program.
16+
* If not, see <http://www.gnu.org/licenses/>.
17+
*
18+
* If you do not wish to be bound by the GPL-2.0+ license, you must purchase a commercial
19+
* license. For commercial licensing options, please visit: https://brisklib.com
20+
*/ \
121
#pragma once
222

323
#include "Pixel.hpp"

include/brisk/graphics/ColorSpace.hpp

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
/*
2+
* Brisk
3+
*
4+
* Cross-platform application framework
5+
* --------------------------------------------------------------
6+
*
7+
* Copyright (C) 2024 Brisk Developers
8+
*
9+
* This file is part of the Brisk library.
10+
*
11+
* Brisk is dual-licensed under the GNU General Public License, version 2 (GPL-2.0+),
12+
* and a commercial license. You may use, modify, and distribute this software under
13+
* the terms of the GPL-2.0+ license if you comply with its conditions.
14+
*
15+
* You should have received a copy of the GNU General Public License along with this program.
16+
* If not, see <http://www.gnu.org/licenses/>.
17+
*
18+
* If you do not wish to be bound by the GPL-2.0+ license, you must purchase a commercial
19+
* license. For commercial licensing options, please visit: https://brisklib.com
20+
*/ \
121
#pragma once
222

323
#include <brisk/core/BasicTypes.hpp>

include/brisk/graphics/Geometry.hpp

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
/*
2+
* Brisk
3+
*
4+
* Cross-platform application framework
5+
* --------------------------------------------------------------
6+
*
7+
* Copyright (C) 2024 Brisk Developers
8+
*
9+
* This file is part of the Brisk library.
10+
*
11+
* Brisk is dual-licensed under the GNU General Public License, version 2 (GPL-2.0+),
12+
* and a commercial license. You may use, modify, and distribute this software under
13+
* the terms of the GPL-2.0+ license if you comply with its conditions.
14+
*
15+
* You should have received a copy of the GNU General Public License along with this program.
16+
* If not, see <http://www.gnu.org/licenses/>.
17+
*
18+
* If you do not wish to be bound by the GPL-2.0+ license, you must purchase a commercial
19+
* license. For commercial licensing options, please visit: https://brisklib.com
20+
*/ \
121
#pragma once
222

323
#include <brisk/core/BasicTypes.hpp>

include/brisk/graphics/Gradients.hpp

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
/*
2+
* Brisk
3+
*
4+
* Cross-platform application framework
5+
* --------------------------------------------------------------
6+
*
7+
* Copyright (C) 2024 Brisk Developers
8+
*
9+
* This file is part of the Brisk library.
10+
*
11+
* Brisk is dual-licensed under the GNU General Public License, version 2 (GPL-2.0+),
12+
* and a commercial license. You may use, modify, and distribute this software under
13+
* the terms of the GPL-2.0+ license if you comply with its conditions.
14+
*
15+
* You should have received a copy of the GNU General Public License along with this program.
16+
* If not, see <http://www.gnu.org/licenses/>.
17+
*
18+
* If you do not wish to be bound by the GPL-2.0+ license, you must purchase a commercial
19+
* license. For commercial licensing options, please visit: https://brisklib.com
20+
*/ \
121
#pragma once
222

323
#include <brisk/core/Utilities.hpp>

include/brisk/graphics/I18n.hpp

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
/*
2+
* Brisk
3+
*
4+
* Cross-platform application framework
5+
* --------------------------------------------------------------
6+
*
7+
* Copyright (C) 2024 Brisk Developers
8+
*
9+
* This file is part of the Brisk library.
10+
*
11+
* Brisk is dual-licensed under the GNU General Public License, version 2 (GPL-2.0+),
12+
* and a commercial license. You may use, modify, and distribute this software under
13+
* the terms of the GPL-2.0+ license if you comply with its conditions.
14+
*
15+
* You should have received a copy of the GNU General Public License along with this program.
16+
* If not, see <http://www.gnu.org/licenses/>.
17+
*
18+
* If you do not wish to be bound by the GPL-2.0+ license, you must purchase a commercial
19+
* license. For commercial licensing options, please visit: https://brisklib.com
20+
*/ \
121
#pragma once
222

323
#include <brisk/core/BasicTypes.hpp>

include/brisk/graphics/Image.hpp

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
/*
2+
* Brisk
3+
*
4+
* Cross-platform application framework
5+
* --------------------------------------------------------------
6+
*
7+
* Copyright (C) 2024 Brisk Developers
8+
*
9+
* This file is part of the Brisk library.
10+
*
11+
* Brisk is dual-licensed under the GNU General Public License, version 2 (GPL-2.0+),
12+
* and a commercial license. You may use, modify, and distribute this software under
13+
* the terms of the GPL-2.0+ license if you comply with its conditions.
14+
*
15+
* You should have received a copy of the GNU General Public License along with this program.
16+
* If not, see <http://www.gnu.org/licenses/>.
17+
*
18+
* If you do not wish to be bound by the GPL-2.0+ license, you must purchase a commercial
19+
* license. For commercial licensing options, please visit: https://brisklib.com
20+
*/ \
121
#pragma once
222

323
#include "Pixel.hpp"

include/brisk/graphics/ImageFormats.hpp

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
/*
2+
* Brisk
3+
*
4+
* Cross-platform application framework
5+
* --------------------------------------------------------------
6+
*
7+
* Copyright (C) 2024 Brisk Developers
8+
*
9+
* This file is part of the Brisk library.
10+
*
11+
* Brisk is dual-licensed under the GNU General Public License, version 2 (GPL-2.0+),
12+
* and a commercial license. You may use, modify, and distribute this software under
13+
* the terms of the GPL-2.0+ license if you comply with its conditions.
14+
*
15+
* You should have received a copy of the GNU General Public License along with this program.
16+
* If not, see <http://www.gnu.org/licenses/>.
17+
*
18+
* If you do not wish to be bound by the GPL-2.0+ license, you must purchase a commercial
19+
* license. For commercial licensing options, please visit: https://brisklib.com
20+
*/ \
121
#pragma once
222

323
#include <brisk/core/Utilities.hpp>

include/brisk/graphics/ImageTransform.hpp

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
/*
2+
* Brisk
3+
*
4+
* Cross-platform application framework
5+
* --------------------------------------------------------------
6+
*
7+
* Copyright (C) 2024 Brisk Developers
8+
*
9+
* This file is part of the Brisk library.
10+
*
11+
* Brisk is dual-licensed under the GNU General Public License, version 2 (GPL-2.0+),
12+
* and a commercial license. You may use, modify, and distribute this software under
13+
* the terms of the GPL-2.0+ license if you comply with its conditions.
14+
*
15+
* You should have received a copy of the GNU General Public License along with this program.
16+
* If not, see <http://www.gnu.org/licenses/>.
17+
*
18+
* If you do not wish to be bound by the GPL-2.0+ license, you must purchase a commercial
19+
* license. For commercial licensing options, please visit: https://brisklib.com
20+
*/ \
121
#pragma once
222

323
#include <brisk/graphics/Image.hpp>

include/brisk/graphics/Matrix.hpp

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
/*
2+
* Brisk
3+
*
4+
* Cross-platform application framework
5+
* --------------------------------------------------------------
6+
*
7+
* Copyright (C) 2024 Brisk Developers
8+
*
9+
* This file is part of the Brisk library.
10+
*
11+
* Brisk is dual-licensed under the GNU General Public License, version 2 (GPL-2.0+),
12+
* and a commercial license. You may use, modify, and distribute this software under
13+
* the terms of the GPL-2.0+ license if you comply with its conditions.
14+
*
15+
* You should have received a copy of the GNU General Public License along with this program.
16+
* If not, see <http://www.gnu.org/licenses/>.
17+
*
18+
* If you do not wish to be bound by the GPL-2.0+ license, you must purchase a commercial
19+
* license. For commercial licensing options, please visit: https://brisklib.com
20+
*/ \
121
#pragma once
222

323
#include "Geometry.hpp"

include/brisk/graphics/OSWindowHandle.hpp

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
/*
2+
* Brisk
3+
*
4+
* Cross-platform application framework
5+
* --------------------------------------------------------------
6+
*
7+
* Copyright (C) 2024 Brisk Developers
8+
*
9+
* This file is part of the Brisk library.
10+
*
11+
* Brisk is dual-licensed under the GNU General Public License, version 2 (GPL-2.0+),
12+
* and a commercial license. You may use, modify, and distribute this software under
13+
* the terms of the GPL-2.0+ license if you comply with its conditions.
14+
*
15+
* You should have received a copy of the GNU General Public License along with this program.
16+
* If not, see <http://www.gnu.org/licenses/>.
17+
*
18+
* If you do not wish to be bound by the GPL-2.0+ license, you must purchase a commercial
19+
* license. For commercial licensing options, please visit: https://brisklib.com
20+
*/ \
121
#pragma once
222

323
#include <brisk/core/Brisk.h>

include/brisk/graphics/Offscreen.hpp

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
/*
2+
* Brisk
3+
*
4+
* Cross-platform application framework
5+
* --------------------------------------------------------------
6+
*
7+
* Copyright (C) 2024 Brisk Developers
8+
*
9+
* This file is part of the Brisk library.
10+
*
11+
* Brisk is dual-licensed under the GNU General Public License, version 2 (GPL-2.0+),
12+
* and a commercial license. You may use, modify, and distribute this software under
13+
* the terms of the GPL-2.0+ license if you comply with its conditions.
14+
*
15+
* You should have received a copy of the GNU General Public License along with this program.
16+
* If not, see <http://www.gnu.org/licenses/>.
17+
*
18+
* If you do not wish to be bound by the GPL-2.0+ license, you must purchase a commercial
19+
* license. For commercial licensing options, please visit: https://brisklib.com
20+
*/ \
121
#pragma once
222

323
#include <brisk/graphics/Renderer.hpp>

include/brisk/graphics/Palette.hpp

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
/*
2+
* Brisk
3+
*
4+
* Cross-platform application framework
5+
* --------------------------------------------------------------
6+
*
7+
* Copyright (C) 2024 Brisk Developers
8+
*
9+
* This file is part of the Brisk library.
10+
*
11+
* Brisk is dual-licensed under the GNU General Public License, version 2 (GPL-2.0+),
12+
* and a commercial license. You may use, modify, and distribute this software under
13+
* the terms of the GPL-2.0+ license if you comply with its conditions.
14+
*
15+
* You should have received a copy of the GNU General Public License along with this program.
16+
* If not, see <http://www.gnu.org/licenses/>.
17+
*
18+
* If you do not wish to be bound by the GPL-2.0+ license, you must purchase a commercial
19+
* license. For commercial licensing options, please visit: https://brisklib.com
20+
*/ \
121
#pragma once
222

323
#include <array>

include/brisk/graphics/Path.hpp

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
/*
2+
* Brisk
3+
*
4+
* Cross-platform application framework
5+
* --------------------------------------------------------------
6+
*
7+
* Copyright (C) 2024 Brisk Developers
8+
*
9+
* This file is part of the Brisk library.
10+
*
11+
* Brisk is dual-licensed under the GNU General Public License, version 2 (GPL-2.0+),
12+
* and a commercial license. You may use, modify, and distribute this software under
13+
* the terms of the GPL-2.0+ license if you comply with its conditions.
14+
*
15+
* You should have received a copy of the GNU General Public License along with this program.
16+
* If not, see <http://www.gnu.org/licenses/>.
17+
*
18+
* If you do not wish to be bound by the GPL-2.0+ license, you must purchase a commercial
19+
* license. For commercial licensing options, please visit: https://brisklib.com
20+
*/ \
121
#pragma once
222

323
#include <unordered_map>

include/brisk/graphics/Pixel.hpp

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
/*
2+
* Brisk
3+
*
4+
* Cross-platform application framework
5+
* --------------------------------------------------------------
6+
*
7+
* Copyright (C) 2024 Brisk Developers
8+
*
9+
* This file is part of the Brisk library.
10+
*
11+
* Brisk is dual-licensed under the GNU General Public License, version 2 (GPL-2.0+),
12+
* and a commercial license. You may use, modify, and distribute this software under
13+
* the terms of the GPL-2.0+ license if you comply with its conditions.
14+
*
15+
* You should have received a copy of the GNU General Public License along with this program.
16+
* If not, see <http://www.gnu.org/licenses/>.
17+
*
18+
* If you do not wish to be bound by the GPL-2.0+ license, you must purchase a commercial
19+
* license. For commercial licensing options, please visit: https://brisklib.com
20+
*/ \
121
#pragma once
222

323
#include <cstdint>

include/brisk/graphics/Renderer.hpp

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
/*
2+
* Brisk
3+
*
4+
* Cross-platform application framework
5+
* --------------------------------------------------------------
6+
*
7+
* Copyright (C) 2024 Brisk Developers
8+
*
9+
* This file is part of the Brisk library.
10+
*
11+
* Brisk is dual-licensed under the GNU General Public License, version 2 (GPL-2.0+),
12+
* and a commercial license. You may use, modify, and distribute this software under
13+
* the terms of the GPL-2.0+ license if you comply with its conditions.
14+
*
15+
* You should have received a copy of the GNU General Public License along with this program.
16+
* If not, see <http://www.gnu.org/licenses/>.
17+
*
18+
* If you do not wish to be bound by the GPL-2.0+ license, you must purchase a commercial
19+
* license. For commercial licensing options, please visit: https://brisklib.com
20+
*/ \
121
#pragma once
222
#include "Image.hpp"
323
#include <brisk/core/internal/Expected.hpp>

include/brisk/graphics/SVG.hpp

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
/*
2+
* Brisk
3+
*
4+
* Cross-platform application framework
5+
* --------------------------------------------------------------
6+
*
7+
* Copyright (C) 2024 Brisk Developers
8+
*
9+
* This file is part of the Brisk library.
10+
*
11+
* Brisk is dual-licensed under the GNU General Public License, version 2 (GPL-2.0+),
12+
* and a commercial license. You may use, modify, and distribute this software under
13+
* the terms of the GPL-2.0+ license if you comply with its conditions.
14+
*
15+
* You should have received a copy of the GNU General Public License along with this program.
16+
* If not, see <http://www.gnu.org/licenses/>.
17+
*
18+
* If you do not wish to be bound by the GPL-2.0+ license, you must purchase a commercial
19+
* license. For commercial licensing options, please visit: https://brisklib.com
20+
*/ \
121
#pragma once
222

323
#include "Image.hpp"

0 commit comments

Comments
 (0)