Updated licensing

This commit is contained in:
Sonny Jeon
2014-08-07 05:58:04 -06:00
parent 9b9abf1b2f
commit fc0c4f4332
45 changed files with 908 additions and 396 deletions

View File

@ -1,10 +1,8 @@
/*
motion_control.c - high level interface for issuing motion commands
Part of Grbl
Part of Grbl v0.9
Copyright (c) 2011-2014 Sungeun K. Jeon
Copyright (c) 2009-2011 Simen Svale Skogsrud
Copyright (c) 2011 Jens Geisler
Copyright (c) 2012-2014 Sungeun K. Jeon
Grbl is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@ -19,6 +17,13 @@
You should have received a copy of the GNU General Public License
along with Grbl. If not, see <http://www.gnu.org/licenses/>.
*/
/*
This file is based on work from Grbl v0.8, distributed under the
terms of the MIT-license. See COPYING for more details.
Copyright (c) 2009-2011 Simen Svale Skogsrud
Copyright (c) 2011-2012 Sungeun K. Jeon
Copyright (c) 2011 Jens Geisler
*/
#include "system.h"
#include "settings.h"