Skip to content

Commit

Permalink
J3D: add missing license header to GeometryService
Browse files Browse the repository at this point in the history
Match the licensing of the rest of the Java3D core.

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
  • Loading branch information
hharrison committed May 19, 2020
1 parent eab9c89 commit baff3df
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion src/javax/media/j3d/GeometryService.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@

/*
* Copyright (c) 2020 JogAmp Community. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free Software Foundation. Sun designates this
* particular file as subject to the "Classpath" exception as provided
* by Sun in the LICENSE file that accompanied this code.
*
* This code is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
* version 2 for more details (a copy is included in the LICENSE file that
* accompanied this code).
*/
package javax.media.j3d;

import java.util.ArrayList;
Expand Down

0 comments on commit baff3df

Please sign in to comment.