From e39eeabe7eeb22123fe46282ec4101e72b2fcd5e Mon Sep 17 00:00:00 2001 From: daniel watson Date: Tue, 29 Mar 2016 00:51:52 -0700 Subject: [PATCH] move copyright to bottom of file --- 3d-printables/deck-holder-data.scad | 33 +++++++++++++++-------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/3d-printables/deck-holder-data.scad b/3d-printables/deck-holder-data.scad index 080b5d9..a032658 100644 --- a/3d-printables/deck-holder-data.scad +++ b/3d-printables/deck-holder-data.scad @@ -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 . -*/ 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 . +*/ -- 2.30.2