Browse Source

Added Copyright Notice

Thomas Buck 12 years ago
parent
commit
df127098ef
2 changed files with 45 additions and 7 deletions
  1. 23
    0
      Cube Control/cubeWorker.java
  2. 22
    7
      Cube Control/frame.java

+ 23
- 0
Cube Control/cubeWorker.java View File

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

+ 22
- 7
Cube Control/frame.java View File

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

Loading…
Cancel
Save