From: daniel watson Date: Tue, 29 Mar 2016 07:51:52 +0000 (-0700) Subject: move copyright to bottom of file X-Git-Url: http://challenge-bot.com/repos/?p=challenge-bot;a=commitdiff_plain;h=e39eeabe7eeb22123fe46282ec4101e72b2fcd5e move copyright to bottom of file --- 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 . +*/