move copyright to bottom of file
authordaniel watson <ozzloy@gmail.com>
Tue, 29 Mar 2016 07:51:52 +0000 (00:51 -0700)
committerdaniel watson <ozzloy@gmail.com>
Tue, 29 Mar 2016 07:51:52 +0000 (00:51 -0700)
3d-printables/deck-holder-data.scad

index 080b5d99be9711749710116f7b68f21a19217d2f..a032658a72af0d078939e5ba64660cc04826f0f1 100644 (file)
@@ -54,22 +54,6 @@ module deck_holder() {
       square([deck_holder_length, deck_holder_height]);
       translate([sonar_holder_depth - 0.15, sonar_holder_depth - 0.15]) {
 
-/*
-  This file is part of challenge-bot.
-
-  Challenge-bot is free software: you can redistribute it and/or modify
-  it under the terms of the GNU Affero General Public License as published by
-  the Free Software Foundation, either version 3 of the License, or
-  (at your option) any later version.
-
-  GNU Affero Emacs 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 Affero General Public License for more details.
-
-  You should have received a copy of the GNU Affero General Public License
-  along with challenge-bot.  If not, see <http://www.gnu.org/licenses/>.
-*/
         square(deck_depth + 0.3); }
       translate([deck_holder_height, sonar_holder_depth - 0.3]) {
         square([deck_holder_length - (deck_holder_height),
@@ -88,3 +72,20 @@ module deck_holder() {
   scale([0.1, 0.1, 1])
   linear_extrude(height = 0.5)
   oshw(); }
+
+/*
+  This file is part of challenge-bot.
+
+  Challenge-bot is free software: you can redistribute it and/or modify
+  it under the terms of the GNU Affero General Public License as published by
+  the Free Software Foundation, either version 3 of the License, or
+  (at your option) any later version.
+
+  GNU Affero Emacs 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 Affero General Public License for more details.
+
+  You should have received a copy of the GNU Affero General Public License
+  along with challenge-bot.  If not, see <http://www.gnu.org/licenses/>.
+*/