Browse Source

Don't remove license informations!

Thomas Buck 12 years ago
parent
commit
7b5fa338c8
1 changed files with 23 additions and 0 deletions
  1. 23
    0
      CubeControl/Led3D.java

+ 23
- 0
CubeControl/Led3D.java View File

@@ -1,3 +1,26 @@
1
+/*
2
+ * Led3D.java
3
+ *
4
+ *
5
+ * Copyright 2011 Thomas Buck <xythobuz@me.com>
6
+ * Copyright 2011 Max Nuding <max.nuding@gmail.com>
7
+ * Copyright 2011 Felix Bäder <baeder.felix@gmail.com>
8
+ *
9
+ * This file is part of LED-Cube.
10
+ *
11
+ * LED-Cube is free software: you can redistribute it and/or modify
12
+ * it under the terms of the GNU General Public License as published by
13
+ * the Free Software Foundation, either version 3 of the License, or
14
+ * (at your option) any later version.
15
+ *
16
+ * LED-Cube is distributed in the hope that it will be useful,
17
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
18
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19
+ * GNU General Public License for more details.
20
+ *
21
+ * You should have received a copy of the GNU General Public License
22
+ * along with LED-Cube. If not, see <http://www.gnu.org/licenses/>.
23
+ */
1 24
 import com.sun.j3d.utils.universe.*;
2 25
 import com.sun.j3d.utils.geometry.*;
3 26
 import javax.media.j3d.*;

Loading…
Cancel
Save