Skip to content
This repository was archived by the owner on Jun 19, 2024. It is now read-only.

Commit 8e4d7a7

Browse files
committed
Update license headers
1 parent 2aa4f84 commit 8e4d7a7

File tree

3 files changed

+41
-0
lines changed

3 files changed

+41
-0
lines changed

example/lwjgl3-opengl/src/main/resources/example.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,17 @@
22
<!--
33
Ultralight Java - Java wrapper for the Ultralight web engine
44
Copyright (C) 2020 - 2021 LabyMedia and contributors
5+
56
This program is free software; you can redistribute it and/or
67
modify it under the terms of the GNU Lesser General Public
78
License as published by the Free Software Foundation; either
89
version 3 of the License, or (at your option) any later version.
10+
911
This program is distributed in the hope that it will be useful,
1012
but WITHOUT ANY WARRANTY; without even the implied warranty of
1113
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
1214
Lesser General Public License for more details.
15+
1316
You should have received a copy of the GNU Lesser General Public License
1417
along with this program; if not, write to the Free Software Foundation,
1518
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

ultralight-java-base/src/main/java/com/labymedia/ultralight/plugin/render/UltralightCommandType.java

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/*
2+
* Ultralight Java - Java wrapper for the Ultralight web engine
3+
* Copyright (C) 2020 - 2021 LabyMedia and contributors
4+
*
5+
* This program is free software; you can redistribute it and/or
6+
* modify it under the terms of the GNU Lesser General Public
7+
* License as published by the Free Software Foundation; either
8+
* version 3 of the License, or (at your option) any later version.
9+
*
10+
* This program is distributed in the hope that it will be useful,
11+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13+
* Lesser General Public License for more details.
14+
*
15+
* You should have received a copy of the GNU Lesser General Public License
16+
* along with this program; if not, write to the Free Software Foundation,
17+
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18+
*/
19+
120
package com.labymedia.ultralight.plugin.render;
221

322
/**

ultralight-java-base/src/main/java/com/labymedia/ultralight/plugin/render/UltralightShaderType.java

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/*
2+
* Ultralight Java - Java wrapper for the Ultralight web engine
3+
* Copyright (C) 2020 - 2021 LabyMedia and contributors
4+
*
5+
* This program is free software; you can redistribute it and/or
6+
* modify it under the terms of the GNU Lesser General Public
7+
* License as published by the Free Software Foundation; either
8+
* version 3 of the License, or (at your option) any later version.
9+
*
10+
* This program is distributed in the hope that it will be useful,
11+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13+
* Lesser General Public License for more details.
14+
*
15+
* You should have received a copy of the GNU Lesser General Public License
16+
* along with this program; if not, write to the Free Software Foundation,
17+
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18+
*/
19+
120
package com.labymedia.ultralight.plugin.render;
221

322
public enum UltralightShaderType {

0 commit comments

Comments
 (0)