Skip to content

Commit baff3df

Browse files
committed
J3D: add missing license header to GeometryService
Match the licensing of the rest of the Java3D core. Signed-off-by: Harvey Harrison <[email protected]>
1 parent eab9c89 commit baff3df

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

src/javax/media/j3d/GeometryService.java

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
1-
1+
/*
2+
* Copyright (c) 2020 JogAmp Community. All rights reserved.
3+
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4+
*
5+
* This code is free software; you can redistribute it and/or modify it
6+
* under the terms of the GNU General Public License version 2 only, as
7+
* published by the Free Software Foundation. Sun designates this
8+
* particular file as subject to the "Classpath" exception as provided
9+
* by Sun in the LICENSE file that accompanied this code.
10+
*
11+
* This code is distributed in the hope that it will be useful, but WITHOUT
12+
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13+
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
14+
* version 2 for more details (a copy is included in the LICENSE file that
15+
* accompanied this code).
16+
*/
217
package javax.media.j3d;
318

419
import java.util.ArrayList;

0 commit comments

Comments
 (0)