Browse Source

Patch some (c) messages

Scott Lahteine 4 years ago
parent
commit
8119e511a1
2 changed files with 3 additions and 3 deletions
  1. 1
    1
      Marlin/Marlin.ino
  2. 2
    2
      Marlin/src/pins/mega/pins_OVERLORD.h

+ 1
- 1
Marlin/Marlin.ino View File

3
 
3
 
4
   Marlin Firmware
4
   Marlin Firmware
5
 
5
 
6
-  (c) 2011-2018 MarlinFirmware
6
+  (c) 2011-2019 MarlinFirmware
7
   Portions of Marlin are (c) by their respective authors.
7
   Portions of Marlin are (c) by their respective authors.
8
   All code complies with GPLv2 and/or GPLv3
8
   All code complies with GPLv2 and/or GPLv3
9
 
9
 

+ 2
- 2
Marlin/src/pins/mega/pins_OVERLORD.h View File

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

Loading…
Cancel
Save