aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Jordan <[email protected]>2020-05-20 09:22:18 +1200
committerPhilip Jordan <[email protected]>2020-05-20 09:22:18 +1200
commit4b02030eb12efbadf1263872a538129271cb9640 (patch)
tree15026c2eb4975618aca22b9f2b99d37cd69cafd8
parent0b825a46db54c74049fd2082c00d62f6c2a8876b (diff)
GeometryService license added
-rw-r--r--src/main/java/org/jogamp/java3d/GeometryService.java21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/main/java/org/jogamp/java3d/GeometryService.java b/src/main/java/org/jogamp/java3d/GeometryService.java
index 4ce5af0..3686ed7 100644
--- a/src/main/java/org/jogamp/java3d/GeometryService.java
+++ b/src/main/java/org/jogamp/java3d/GeometryService.java
@@ -1,3 +1,24 @@
+/*
+ * 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. The JogAmp Community 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).
+ *
+ * The views and conclusions contained in the software and documentation are those
+ * of the authors and should not be interpreted as representing official policies,
+ * either expressed or implied, of the JogAmp Community.
+ *
+ */
package org.jogamp.java3d;