Skip to content

Commit

Permalink
Headers updated in source code
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesus89 committed Jan 21, 2015
1 parent a4fd510 commit 168d27f
Show file tree
Hide file tree
Showing 33 changed files with 292 additions and 254 deletions.
18 changes: 9 additions & 9 deletions config.h
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
/*
config.h - compile time configuration
Part of Grbl v0.9
Part of Horus Firmware
Copyright (c) 2013-2014 Sungeun K. Jeon
Copyright (c) 2014-2015 Mundo Reader S.L.
Grbl is free software: you can redistribute it and/or modify
Horus Firmware is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Grbl is distributed in the hope that it will be useful,
Horus Firmware 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 General Public License for more details.
You should have received a copy of the GNU General Public License
along with Grbl. If not, see <http://www.gnu.org/licenses/>.
along with Horus Firmware. 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.
This file is based on work from Grbl v0.9, distributed under the
terms of the GPLv3. See COPYING for more details.
Copyright (c) 2009-2011 Simen Svale Skogsrud
Copyright (c) 2011-2013 Sungeun K. Jeon
*/
Copyright (c) 2011-2014 Sungeun K. Jeon
*/

// This file contains compile-time configurations for Grbl's internal system. For the most part,
// users will not need to directly modify these, but they are here for specific needs, i.e.
Expand Down
15 changes: 10 additions & 5 deletions cpu_map.h
Original file line number Diff line number Diff line change
@@ -1,21 +1,26 @@
/*
cpu_map.h - CPU and pin mapping configuration file
Part of Grbl v0.9
Part of Horus Firmware
Copyright (c) 2012-2014 Sungeun K. Jeon
Copyright (c) 2014-2015 Mundo Reader S.L.
Grbl is free software: you can redistribute it and/or modify
Horus Firmware is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Grbl is distributed in the hope that it will be useful,
Horus Firmware 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 General Public License for more details.
You should have received a copy of the GNU General Public License
along with Grbl. If not, see <http://www.gnu.org/licenses/>.
along with Horus Firmware. If not, see <http://www.gnu.org/licenses/>.
*/
/*
This file is based on work from Grbl v0.9, distributed under the
terms of the GPLv3. See COPYING for more details.
Copyright (c) 2012-2014 Sungeun K. Jeon
*/

/* The cpu_map.h file serves as a central pin mapping settings file for different processor
Expand Down
15 changes: 10 additions & 5 deletions defaults.h
Original file line number Diff line number Diff line change
@@ -1,21 +1,26 @@
/*
defaults.h - defaults settings configuration file
Part of Grbl v0.9
Part of Horus Firmware
Copyright (c) 2012-2014 Sungeun K. Jeon
Copyright (c) 2014-2015 Mundo Reader S.L.
Grbl is free software: you can redistribute it and/or modify
Horus Firmware is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Grbl is distributed in the hope that it will be useful,
Horus Firmware 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 General Public License for more details.
You should have received a copy of the GNU General Public License
along with Grbl. If not, see <http://www.gnu.org/licenses/>.
along with Horus Firmware. If not, see <http://www.gnu.org/licenses/>.
*/
/*
This file is based on work from Grbl v0.9, distributed under the
terms of the GPLv3. See COPYING for more details.
Copyright (c) 2012-2014 Sungeun K. Jeon
*/

/* The defaults.h file serves as a central default settings file for different machine
Expand Down
37 changes: 17 additions & 20 deletions eeprom.h
Original file line number Diff line number Diff line change
@@ -1,29 +1,26 @@
/*
eeprom.h - EEPROM methods
Part of Grbl
Part of Horus Firmware
The MIT License (MIT)
Copyright (c) 2014-2015 Mundo Reader S.L.
GRBL(tm) - Embedded CNC g-code interpreter and motion-controller
Copyright (c) 2009-2011 Simen Svale Skogsrud
Horus Firmware is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
Horus Firmware 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 General Public License for more details.
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
You should have received a copy of the GNU General Public License
along with Horus Firmware. If not, see <http://www.gnu.org/licenses/>.
*/
/*
This file is based on work from Grbl, distributed under the
terms of the MIT-license. See COPYING for more details.
Copyright (c) 2009-2011 Simen Svale Skogsrud
*/

#ifndef eeprom_h
Expand Down
20 changes: 10 additions & 10 deletions gcode.c
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
/*
gcode.c - rs274/ngc parser.
Part of Grbl v0.9
Part of Horus Firmware
Copyright (c) 2012-2014 Sungeun K. Jeon
Grbl is free software: you can redistribute it and/or modify
Copyright (c) 2014-2015 Mundo Reader S.L.
Horus Firmware is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Grbl is distributed in the hope that it will be useful,
Horus Firmware 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 General Public License for more details.
You should have received a copy of the GNU General Public License
along with Grbl. If not, see <http://www.gnu.org/licenses/>.
along with Horus Firmware. 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.
This file is based on work from Grbl v0.9, distributed under the
terms of the GPLv3. See COPYING for more details.
Copyright (c) 2009-2011 Simen Svale Skogsrud
Copyright (c) 2011-2012 Sungeun K. Jeon
*/
Copyright (c) 2011-2014 Sungeun K. Jeon
*/

#include "system.h"
#include "settings.h"
Expand Down
20 changes: 10 additions & 10 deletions gcode.h
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
/*
gcode.h - rs274/ngc parser.
Part of Grbl v0.9
Part of Horus Firmware
Copyright (c) 2012-2014 Sungeun K. Jeon
Grbl is free software: you can redistribute it and/or modify
Copyright (c) 2014-2015 Mundo Reader S.L.
Horus Firmware is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Grbl is distributed in the hope that it will be useful,
Horus Firmware 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 General Public License for more details.
You should have received a copy of the GNU General Public License
along with Grbl. If not, see <http://www.gnu.org/licenses/>.
along with Horus Firmware. 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.
This file is based on work from Grbl v0.9, distributed under the
terms of the GPLv3. See COPYING for more details.
Copyright (c) 2009-2011 Simen Svale Skogsrud
Copyright (c) 2011-2012 Sungeun K. Jeon
*/
Copyright (c) 2011-2014 Sungeun K. Jeon
*/

#ifndef gcode_h
#define gcode_h
Expand Down
6 changes: 3 additions & 3 deletions laser_control.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
laser.c - laser control methods
Part of Horus Project
laser_control.c - laser control methods
Part of Horus Firmware
Copyright (c) 2014 Jesus Arroyo (Mundo Reader S.L.)
Copyright (c) 2014-2105 Jesus Arroyo (Mundo Reader S.L.)
Horus is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
6 changes: 3 additions & 3 deletions laser_control.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
laser.h - laser control methods
Part of Horus Project
laser_control.h - laser control methods
Part of Horus Firmware
Copyright (c) 2014 Jesus Arroyo (Mundo Reader S.L.)
Copyright (c) 2014-2015 Jesus Arroyo (Mundo Reader S.L.)
Horus is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
4 changes: 2 additions & 2 deletions ldr.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
ldr.c - analog read methods
Part of Horus Project
Part of Horus Firmware
Copyright (c) 2014 Irene Sanz (Mundo Reader S.L.)
Copyright (c) 2015 Irene Sanz (Mundo Reader S.L.)
Horus is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
4 changes: 2 additions & 2 deletions ldr.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
ldr.h - analog read methods
Part of Horus Project
Part of Horus Firmware
Copyright (c) 2014 Irene Sanz (Mundo Reader S.L.)
Copyright (c) 2015 Irene Sanz (Mundo Reader S.L.)
Horus is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
20 changes: 10 additions & 10 deletions main.c
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
/*
main.c - An embedded CNC Controller with rs274/ngc (g-code) support
Part of Grbl v0.9
Copyright (c) 2012-2014 Sungeun K. Jeon
Part of Horus Firmware
Copyright (c) 2014-2015 Mundo Reader S.L.
Grbl is free software: you can redistribute it and/or modify
Horus Firmware is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Grbl is distributed in the hope that it will be useful,
Horus Firmware 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 General Public License for more details.
You should have received a copy of the GNU General Public License
along with Grbl. If not, see <http://www.gnu.org/licenses/>.
along with Horus Firmware. 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.
This file is based on work from Grbl v0.9, distributed under the
terms of the GPLv3. See COPYING for more details.
Copyright (c) 2009-2011 Simen Svale Skogsrud
Copyright (c) 2011-2012 Sungeun K. Jeon
*/
Copyright (c) 2011-2014 Sungeun K. Jeon
*/

#include "system.h"
#include "serial.h"
Expand Down
20 changes: 10 additions & 10 deletions motion_control.c
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
/*
motion_control.c - high level interface for issuing motion commands
Part of Grbl v0.9
Part of Horus Firmware
Copyright (c) 2012-2014 Sungeun K. Jeon
Grbl is free software: you can redistribute it and/or modify
Copyright (c) 2014-2015 Mundo Reader S.L.
Horus Firmware is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Grbl is distributed in the hope that it will be useful,
Horus Firmware 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 General Public License for more details.
You should have received a copy of the GNU General Public License
along with Grbl. If not, see <http://www.gnu.org/licenses/>.
along with Horus Firmware. 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.
This file is based on work from Grbl v0.9, distributed under the
terms of the GPLv3. See COPYING for more details.
Copyright (c) 2009-2011 Simen Svale Skogsrud
Copyright (c) 2011-2012 Sungeun K. Jeon
Copyright (c) 2011 Jens Geisler
*/
Copyright (c) 2011-2014 Sungeun K. Jeon
*/

#include "system.h"
#include "settings.h"
Expand Down
20 changes: 10 additions & 10 deletions motion_control.h
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
/*
motion_control.h - high level interface for issuing motion commands
Part of Grbl v0.9
Part of Horus Firmware
Copyright (c) 2012-2014 Sungeun K. Jeon
Grbl is free software: you can redistribute it and/or modify
Copyright (c) 2014-2015 Mundo Reader S.L.
Horus Firmware is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Grbl is distributed in the hope that it will be useful,
Horus Firmware 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 General Public License for more details.
You should have received a copy of the GNU General Public License
along with Grbl. If not, see <http://www.gnu.org/licenses/>.
along with Horus Firmware. 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.
This file is based on work from Grbl v0.9, distributed under the
terms of the GPLv3. See COPYING for more details.
Copyright (c) 2009-2011 Simen Svale Skogsrud
Copyright (c) 2011-2012 Sungeun K. Jeon
*/
Copyright (c) 2011-2014 Sungeun K. Jeon
*/

#ifndef motion_control_h
#define motion_control_h
Expand Down
Loading

0 comments on commit 168d27f

Please sign in to comment.