Added gplv3 header to all Marlin files

This commit is contained in:
jbrazio
2016-03-24 18:01:20 +00:00
parent c80e5aca30
commit 5e5d250832
191 changed files with 4136 additions and 175 deletions

View File

@ -1,5 +1,6 @@
/**
* Marlin Firmware
/*
* Marlin 3D Printer Firmware
* Copyright (C) 2016 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
*
* Based on Sprinter and grbl.
* Copyright (C) 2011 Camiel Gubbels / Erik van der Zalm
@ -17,6 +18,9 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
/*
* About Marlin
*
* This firmware is a mashup between Sprinter and grbl.