Browse Source

Match the license headers in other files

Scott Lahteine 8 years ago
parent
commit
105324b85b

+ 0
- 1
Marlin/src/HAL/HAL_AVR/servo_AVR.cpp View File

@@ -20,7 +20,6 @@
20 20
  *
21 21
  */
22 22
 
23
-
24 23
 /**
25 24
  * servo.cpp - Interrupt driven Servo library for Arduino using 16 bit timers- Version 2
26 25
  * Copyright (c) 2009 Michael Margolis.  All right reserved.

+ 3
- 0
Marlin/src/HAL/HAL_AVR/spi_pins.h View File

@@ -2,6 +2,9 @@
2 2
  * Marlin 3D Printer Firmware
3 3
  * Copyright (C) 2016 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
4 4
  *
5
+ * Based on Sprinter and grbl.
6
+ * Copyright (C) 2011 Camiel Gubbels / Erik van der Zalm
7
+ *
5 8
  * This program is free software: you can redistribute it and/or modify
6 9
  * it under the terms of the GNU General Public License as published by
7 10
  * the Free Software Foundation, either version 3 of the License, or

+ 3
- 1
Marlin/src/HAL/HAL_DUE/spi_pins.h View File

@@ -2,6 +2,9 @@
2 2
  * Marlin 3D Printer Firmware
3 3
  * Copyright (C) 2016 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
4 4
  *
5
+ * Based on Sprinter and grbl.
6
+ * Copyright (C) 2011 Camiel Gubbels / Erik van der Zalm
7
+ *
5 8
  * This program is free software: you can redistribute it and/or modify
6 9
  * it under the terms of the GNU General Public License as published by
7 10
  * the Free Software Foundation, either version 3 of the License, or
@@ -17,7 +20,6 @@
17 20
  *
18 21
  */
19 22
 
20
-
21 23
 #ifndef SPI_PINS_H_
22 24
 #define SPI_PINS_H_
23 25
 

+ 3
- 1
Marlin/src/HAL/HAL_LPC1768/spi_pins.h View File

@@ -2,6 +2,9 @@
2 2
  * Marlin 3D Printer Firmware
3 3
  * Copyright (C) 2016 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
4 4
  *
5
+ * Based on Sprinter and grbl.
6
+ * Copyright (C) 2011 Camiel Gubbels / Erik van der Zalm
7
+ *
5 8
  * This program is free software: you can redistribute it and/or modify
6 9
  * it under the terms of the GNU General Public License as published by
7 10
  * the Free Software Foundation, either version 3 of the License, or
@@ -17,7 +20,6 @@
17 20
  *
18 21
  */
19 22
 
20
-
21 23
 #ifndef SPI_PINS_LPC1768_H
22 24
 #define SPI_PINS_LPC1768_H
23 25
 

+ 3
- 0
Marlin/src/HAL/HAL_TEENSY35_36/spi_pins.h View File

@@ -2,6 +2,9 @@
2 2
  * Marlin 3D Printer Firmware
3 3
  * Copyright (C) 2016 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
4 4
  *
5
+ * Based on Sprinter and grbl.
6
+ * Copyright (C) 2011 Camiel Gubbels / Erik van der Zalm
7
+ *
5 8
  * This program is free software: you can redistribute it and/or modify
6 9
  * it under the terms of the GNU General Public License as published by
7 10
  * the Free Software Foundation, either version 3 of the License, or

+ 3
- 1
Marlin/src/HAL/HAL_endstop_interrupts.h View File

@@ -2,6 +2,9 @@
2 2
  * Marlin 3D Printer Firmware
3 3
  * Copyright (C) 2016 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
4 4
  *
5
+ * Based on Sprinter and grbl.
6
+ * Copyright (C) 2011 Camiel Gubbels / Erik van der Zalm
7
+ *
5 8
  * This program is free software: you can redistribute it and/or modify
6 9
  * it under the terms of the GNU General Public License as published by
7 10
  * the Free Software Foundation, either version 3 of the License, or
@@ -17,7 +20,6 @@
17 20
  *
18 21
  */
19 22
 
20
-
21 23
 #ifndef HAL_ENDSTOP_INTERRUPTS_H_
22 24
 #define HAL_ENDSTOP_INTERRUPTS_H_
23 25
 

+ 3
- 1
Marlin/src/HAL/HAL_spi_pins.h View File

@@ -2,6 +2,9 @@
2 2
  * Marlin 3D Printer Firmware
3 3
  * Copyright (C) 2016 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
4 4
  *
5
+ * Based on Sprinter and grbl.
6
+ * Copyright (C) 2011 Camiel Gubbels / Erik van der Zalm
7
+ *
5 8
  * This program is free software: you can redistribute it and/or modify
6 9
  * it under the terms of the GNU General Public License as published by
7 10
  * the Free Software Foundation, either version 3 of the License, or
@@ -17,7 +20,6 @@
17 20
  *
18 21
  */
19 22
 
20
-
21 23
 #ifndef HAL_SPI_PINS_H_
22 24
 #define HAL_SPI_PINS_H_
23 25
 

+ 3
- 1
Marlin/src/HAL/I2cEeprom.cpp View File

@@ -2,6 +2,9 @@
2 2
  * Marlin 3D Printer Firmware
3 3
  * Copyright (C) 2016 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
4 4
  *
5
+ * Based on Sprinter and grbl.
6
+ * Copyright (C) 2011 Camiel Gubbels / Erik van der Zalm
7
+ *
5 8
  * This program is free software: you can redistribute it and/or modify
6 9
  * it under the terms of the GNU General Public License as published by
7 10
  * the Free Software Foundation, either version 3 of the License, or
@@ -17,7 +20,6 @@
17 20
  *
18 21
  */
19 22
 
20
-
21 23
 /**
22 24
  * Description: functions for I2C connected external EEPROM.
23 25
  * Not platform dependent.

+ 3
- 0
Marlin/src/HAL/SpiEeprom.cpp View File

@@ -2,6 +2,9 @@
2 2
  * Marlin 3D Printer Firmware
3 3
  * Copyright (C) 2016 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
4 4
  *
5
+ * Based on Sprinter and grbl.
6
+ * Copyright (C) 2011 Camiel Gubbels / Erik van der Zalm
7
+ *
5 8
  * This program is free software: you can redistribute it and/or modify
6 9
  * it under the terms of the GNU General Public License as published by
7 10
  * the Free Software Foundation, either version 3 of the License, or

+ 0
- 1
Marlin/src/HAL/servo.cpp View File

@@ -20,7 +20,6 @@
20 20
  *
21 21
  */
22 22
 
23
-
24 23
 /**
25 24
  * servo.cpp - Interrupt driven Servo library for Arduino using 16 bit timers- Version 2
26 25
  * Copyright (c) 2009 Michael Margolis.  All right reserved.

Loading…
Cancel
Save