Parcourir la source

Fix links to secure sites (#18745)

Diego von Deschwanden il y a 3 ans
Parent
révision
42fbd527f3
Aucun compte lié à l'adresse e-mail de l'auteur
100 fichiers modifiés avec 126 ajouts et 126 suppressions
  1. 1
    1
      .gitignore
  2. 4
    4
      LICENSE
  3. 18
    18
      Marlin/Configuration.h
  4. 7
    7
      Marlin/Configuration_adv.h
  5. 1
    1
      Marlin/Makefile
  6. 2
    2
      Marlin/Version.h
  7. 1
    1
      Marlin/lib/readme.txt
  8. 1
    1
      Marlin/src/HAL/AVR/HAL.cpp
  9. 1
    1
      Marlin/src/HAL/AVR/HAL.h
  10. 1
    1
      Marlin/src/HAL/AVR/HAL_SPI.cpp
  11. 1
    1
      Marlin/src/HAL/AVR/MarlinSerial.cpp
  12. 1
    1
      Marlin/src/HAL/AVR/MarlinSerial.h
  13. 1
    1
      Marlin/src/HAL/AVR/Servo.cpp
  14. 1
    1
      Marlin/src/HAL/AVR/ServoTimers.h
  15. 1
    1
      Marlin/src/HAL/AVR/eeprom.cpp
  16. 1
    1
      Marlin/src/HAL/AVR/endstop_interrupts.h
  17. 1
    1
      Marlin/src/HAL/AVR/fast_pwm.cpp
  18. 1
    1
      Marlin/src/HAL/AVR/fastio.cpp
  19. 1
    1
      Marlin/src/HAL/AVR/fastio.h
  20. 1
    1
      Marlin/src/HAL/AVR/fastio/fastio_1280.h
  21. 1
    1
      Marlin/src/HAL/AVR/fastio/fastio_1281.h
  22. 1
    1
      Marlin/src/HAL/AVR/fastio/fastio_168.h
  23. 1
    1
      Marlin/src/HAL/AVR/fastio/fastio_644.h
  24. 1
    1
      Marlin/src/HAL/AVR/fastio/fastio_AT90USB.h
  25. 1
    1
      Marlin/src/HAL/AVR/inc/Conditionals_LCD.h
  26. 1
    1
      Marlin/src/HAL/AVR/inc/Conditionals_adv.h
  27. 1
    1
      Marlin/src/HAL/AVR/inc/Conditionals_post.h
  28. 1
    1
      Marlin/src/HAL/AVR/inc/SanityCheck.h
  29. 1
    1
      Marlin/src/HAL/AVR/math.h
  30. 1
    1
      Marlin/src/HAL/AVR/pinsDebug.h
  31. 1
    1
      Marlin/src/HAL/AVR/pinsDebug_Teensyduino.h
  32. 1
    1
      Marlin/src/HAL/AVR/pinsDebug_plus_70.h
  33. 1
    1
      Marlin/src/HAL/AVR/spi_pins.h
  34. 1
    1
      Marlin/src/HAL/AVR/timers.h
  35. 1
    1
      Marlin/src/HAL/AVR/u8g_com_HAL_AVR_sw_spi.cpp
  36. 1
    1
      Marlin/src/HAL/AVR/watchdog.cpp
  37. 1
    1
      Marlin/src/HAL/AVR/watchdog.h
  38. 1
    1
      Marlin/src/HAL/DUE/DebugMonitor.cpp
  39. 1
    1
      Marlin/src/HAL/DUE/HAL.cpp
  40. 1
    1
      Marlin/src/HAL/DUE/HAL.h
  41. 1
    1
      Marlin/src/HAL/DUE/HAL_SPI.cpp
  42. 1
    1
      Marlin/src/HAL/DUE/InterruptVectors.cpp
  43. 1
    1
      Marlin/src/HAL/DUE/InterruptVectors.h
  44. 1
    1
      Marlin/src/HAL/DUE/MarlinSerial.cpp
  45. 1
    1
      Marlin/src/HAL/DUE/MarlinSerial.h
  46. 1
    1
      Marlin/src/HAL/DUE/MarlinSerialUSB.cpp
  47. 1
    1
      Marlin/src/HAL/DUE/MarlinSerialUSB.h
  48. 1
    1
      Marlin/src/HAL/DUE/Servo.cpp
  49. 1
    1
      Marlin/src/HAL/DUE/Tone.cpp
  50. 1
    1
      Marlin/src/HAL/DUE/dogm/u8g_com_HAL_DUE_shared_hw_spi.cpp
  51. 1
    1
      Marlin/src/HAL/DUE/dogm/u8g_com_HAL_DUE_st7920_sw_spi.cpp
  52. 1
    1
      Marlin/src/HAL/DUE/dogm/u8g_com_HAL_DUE_sw_spi.cpp
  53. 1
    1
      Marlin/src/HAL/DUE/dogm/u8g_com_HAL_DUE_sw_spi_shared.cpp
  54. 1
    1
      Marlin/src/HAL/DUE/dogm/u8g_com_HAL_DUE_sw_spi_shared.h
  55. 1
    1
      Marlin/src/HAL/DUE/eeprom_flash.cpp
  56. 1
    1
      Marlin/src/HAL/DUE/eeprom_wired.cpp
  57. 1
    1
      Marlin/src/HAL/DUE/endstop_interrupts.h
  58. 1
    1
      Marlin/src/HAL/DUE/fastio.h
  59. 1
    1
      Marlin/src/HAL/DUE/fastio/G2_PWM.cpp
  60. 1
    1
      Marlin/src/HAL/DUE/fastio/G2_PWM.h
  61. 1
    1
      Marlin/src/HAL/DUE/fastio/G2_pins.h
  62. 1
    1
      Marlin/src/HAL/DUE/inc/Conditionals_LCD.h
  63. 1
    1
      Marlin/src/HAL/DUE/inc/Conditionals_adv.h
  64. 1
    1
      Marlin/src/HAL/DUE/inc/Conditionals_post.h
  65. 1
    1
      Marlin/src/HAL/DUE/inc/SanityCheck.h
  66. 1
    1
      Marlin/src/HAL/DUE/pinsDebug.h
  67. 1
    1
      Marlin/src/HAL/DUE/spi_pins.h
  68. 1
    1
      Marlin/src/HAL/DUE/timers.cpp
  69. 1
    1
      Marlin/src/HAL/DUE/timers.h
  70. 1
    1
      Marlin/src/HAL/DUE/watchdog.cpp
  71. 1
    1
      Marlin/src/HAL/DUE/watchdog.h
  72. 1
    1
      Marlin/src/HAL/ESP32/FlushableHardwareSerial.cpp
  73. 1
    1
      Marlin/src/HAL/ESP32/FlushableHardwareSerial.h
  74. 1
    1
      Marlin/src/HAL/ESP32/HAL.cpp
  75. 1
    1
      Marlin/src/HAL/ESP32/HAL.h
  76. 1
    1
      Marlin/src/HAL/ESP32/HAL_SPI.cpp
  77. 1
    1
      Marlin/src/HAL/ESP32/Servo.cpp
  78. 1
    1
      Marlin/src/HAL/ESP32/Servo.h
  79. 1
    1
      Marlin/src/HAL/ESP32/WebSocketSerial.cpp
  80. 1
    1
      Marlin/src/HAL/ESP32/WebSocketSerial.h
  81. 1
    1
      Marlin/src/HAL/ESP32/eeprom.cpp
  82. 1
    1
      Marlin/src/HAL/ESP32/endstop_interrupts.h
  83. 1
    1
      Marlin/src/HAL/ESP32/fastio.h
  84. 1
    1
      Marlin/src/HAL/ESP32/i2s.cpp
  85. 1
    1
      Marlin/src/HAL/ESP32/i2s.h
  86. 1
    1
      Marlin/src/HAL/ESP32/inc/Conditionals_LCD.h
  87. 1
    1
      Marlin/src/HAL/ESP32/inc/Conditionals_adv.h
  88. 1
    1
      Marlin/src/HAL/ESP32/inc/Conditionals_post.h
  89. 1
    1
      Marlin/src/HAL/ESP32/inc/SanityCheck.h
  90. 1
    1
      Marlin/src/HAL/ESP32/ota.cpp
  91. 1
    1
      Marlin/src/HAL/ESP32/ota.h
  92. 1
    1
      Marlin/src/HAL/ESP32/servotimers.h
  93. 1
    1
      Marlin/src/HAL/ESP32/spi_pins.h
  94. 1
    1
      Marlin/src/HAL/ESP32/spiffs.cpp
  95. 1
    1
      Marlin/src/HAL/ESP32/spiffs.h
  96. 1
    1
      Marlin/src/HAL/ESP32/timers.cpp
  97. 1
    1
      Marlin/src/HAL/ESP32/timers.h
  98. 1
    1
      Marlin/src/HAL/ESP32/watchdog.cpp
  99. 1
    1
      Marlin/src/HAL/ESP32/watchdog.h
  100. 0
    0
      Marlin/src/HAL/ESP32/web.cpp

+ 1
- 1
.gitignore Voir le fichier

@@ -16,7 +16,7 @@
16 16
 # GNU General Public License for more details.
17 17
 #
18 18
 # You should have received a copy of the GNU General Public License
19
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
20 20
 #
21 21
 
22 22
 # Our automatic versioning scheme generates the following file

+ 4
- 4
LICENSE Voir le fichier

@@ -3,7 +3,7 @@
3 3
                     GNU GENERAL PUBLIC LICENSE
4 4
                        Version 3, 29 June 2007
5 5
 
6
- Copyright (c) 2007 Free Software Foundation, Inc. <http://fsf.org/>
6
+ Copyright (c) 2007 Free Software Foundation, Inc. <https://fsf.org/>
7 7
  Everyone is permitted to copy and distribute verbatim copies
8 8
  of this license document, but changing it is not allowed.
9 9
 
@@ -647,7 +647,7 @@ the "copyright" line and a pointer to where the full notice is found.
647 647
     GNU General Public License for more details.
648 648
 
649 649
     You should have received a copy of the GNU General Public License
650
-    along with this program.  If not, see <http://www.gnu.org/licenses/>.
650
+    along with this program.  If not, see <https://www.gnu.org/licenses/>.
651 651
 
652 652
 Also add information on how to contact you by electronic and paper mail.
653 653
 
@@ -666,12 +666,12 @@ might be different; for a GUI interface, you would use an "about box".
666 666
   You should also get your employer (if you work as a programmer) or school,
667 667
 if any, to sign a "copyright disclaimer" for the program, if necessary.
668 668
 For more information on this, and how to apply and follow the GNU GPL, see
669
-<http://www.gnu.org/licenses/>.
669
+<https://www.gnu.org/licenses/>.
670 670
 
671 671
   The GNU General Public License does not permit incorporating your program
672 672
 into proprietary programs.  If your program is a subroutine library, you
673 673
 may consider it more useful to permit linking proprietary applications with
674 674
 the library.  If this is what you want to do, use the GNU Lesser General
675 675
 Public License instead of this License.  But first, please read
676
-<http://www.gnu.org/philosophy/why-not-lgpl.html>.
676
+<https://www.gnu.org/philosophy/why-not-lgpl.html>.
677 677
 

+ 18
- 18
Marlin/Configuration.h Voir le fichier

@@ -16,7 +16,7 @@
16 16
  * GNU General Public License for more details.
17 17
  *
18 18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20 20
  *
21 21
  */
22 22
 #pragma once
@@ -45,13 +45,13 @@
45 45
 /**
46 46
  * Here are some standard links for getting your machine calibrated:
47 47
  *
48
- * http://reprap.org/wiki/Calibration
49
- * http://youtu.be/wAL9d7FgInk
48
+ * https://reprap.org/wiki/Calibration
49
+ * https://youtu.be/wAL9d7FgInk
50 50
  * http://calculator.josefprusa.cz
51
- * http://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
52
- * http://www.thingiverse.com/thing:5573
51
+ * https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
52
+ * https://www.thingiverse.com/thing:5573
53 53
  * https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
54
- * http://www.thingiverse.com/thing:298812
54
+ * https://www.thingiverse.com/thing:298812
55 55
  */
56 56
 
57 57
 //===========================================================================
@@ -815,7 +815,7 @@
815 815
  *
816 816
  * See:
817 817
  *   https://reprap.org/forum/read.php?1,739819
818
- *   http://blog.kyneticcnc.com/2018/10/computing-junction-deviation-for-marlin.html
818
+ *   https://blog.kyneticcnc.com/2018/10/computing-junction-deviation-for-marlin.html
819 819
  */
820 820
 #if DISABLED(CLASSIC_JERK)
821 821
   #define JUNCTION_DEVIATION_MM 0.013 // (mm) Distance from real junction edge
@@ -1795,7 +1795,7 @@
1795 1795
 
1796 1796
 //
1797 1797
 // RepRapDiscount Smart Controller.
1798
-// http://reprap.org/wiki/RepRapDiscount_Smart_Controller
1798
+// https://reprap.org/wiki/RepRapDiscount_Smart_Controller
1799 1799
 //
1800 1800
 // Note: Usually sold with a white PCB.
1801 1801
 //
@@ -1819,13 +1819,13 @@
1819 1819
 
1820 1820
 //
1821 1821
 // PanelOne from T3P3 (via RAMPS 1.4 AUX2/AUX3)
1822
-// http://reprap.org/wiki/PanelOne
1822
+// https://reprap.org/wiki/PanelOne
1823 1823
 //
1824 1824
 //#define PANEL_ONE
1825 1825
 
1826 1826
 //
1827 1827
 // GADGETS3D G3D LCD/SD Controller
1828
-// http://reprap.org/wiki/RAMPS_1.3/1.4_GADGETS3D_Shield_with_Panel
1828
+// https://reprap.org/wiki/RAMPS_1.3/1.4_GADGETS3D_Shield_with_Panel
1829 1829
 //
1830 1830
 // Note: Usually sold with a blue PCB.
1831 1831
 //
@@ -1912,7 +1912,7 @@
1912 1912
 
1913 1913
 //
1914 1914
 // 2-wire Non-latching LCD SR from https://goo.gl/aJJ4sH
1915
-// LCD configuration: http://reprap.org/wiki/SAV_3D_LCD
1915
+// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
1916 1916
 //
1917 1917
 //#define SAV_3DLCD
1918 1918
 
@@ -1939,7 +1939,7 @@
1939 1939
 
1940 1940
 //
1941 1941
 // RepRapDiscount FULL GRAPHIC Smart Controller
1942
-// http://reprap.org/wiki/RepRapDiscount_Full_Graphic_Smart_Controller
1942
+// https://reprap.org/wiki/RepRapDiscount_Full_Graphic_Smart_Controller
1943 1943
 //
1944 1944
 //#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
1945 1945
 
@@ -1952,20 +1952,20 @@
1952 1952
 //
1953 1953
 // Activate one of these if you have a Panucatt Devices
1954 1954
 // Viki 2.0 or mini Viki with Graphic LCD
1955
-// http://panucatt.com
1955
+// https://www.panucatt.com
1956 1956
 //
1957 1957
 //#define VIKI2
1958 1958
 //#define miniVIKI
1959 1959
 
1960 1960
 //
1961 1961
 // MakerLab Mini Panel with graphic
1962
-// controller and SD support - http://reprap.org/wiki/Mini_panel
1962
+// controller and SD support - https://reprap.org/wiki/Mini_panel
1963 1963
 //
1964 1964
 //#define MINIPANEL
1965 1965
 
1966 1966
 //
1967 1967
 // MaKr3d Makr-Panel with graphic controller and SD support.
1968
-// http://reprap.org/wiki/MaKr3d_MaKrPanel
1968
+// https://reprap.org/wiki/MaKr3d_MaKrPanel
1969 1969
 //
1970 1970
 //#define MAKRPANEL
1971 1971
 
@@ -2051,7 +2051,7 @@
2051 2051
 
2052 2052
 //
2053 2053
 // Silvergate GLCD controller
2054
-// http://github.com/android444/Silvergate
2054
+// https://github.com/android444/Silvergate
2055 2055
 //
2056 2056
 //#define SILVER_GATE_GLCD_CONTROLLER
2057 2057
 
@@ -2080,7 +2080,7 @@
2080 2080
 
2081 2081
 //
2082 2082
 // MKS OLED 1.3" 128 × 64 FULL GRAPHICS CONTROLLER
2083
-// http://reprap.org/wiki/MKS_12864OLED
2083
+// https://reprap.org/wiki/MKS_12864OLED
2084 2084
 //
2085 2085
 // Tiny, but very sharp OLED display
2086 2086
 //
@@ -2183,7 +2183,7 @@
2183 2183
 
2184 2184
 //
2185 2185
 // RepRapWorld REPRAPWORLD_KEYPAD v1.1
2186
-// http://reprapworld.com/?products_details&products_id=202&cPath=1591_1626
2186
+// https://reprapworld.com/?products_details&products_id=202&cPath=1591_1626
2187 2187
 //
2188 2188
 //#define REPRAPWORLD_KEYPAD
2189 2189
 //#define REPRAPWORLD_KEYPAD_MOVE_STEP 10.0 // (mm) Distance to move per key-press

+ 7
- 7
Marlin/Configuration_adv.h Voir le fichier

@@ -16,7 +16,7 @@
16 16
  * GNU General Public License for more details.
17 17
  *
18 18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20 20
  *
21 21
  */
22 22
 #pragma once
@@ -835,7 +835,7 @@
835 835
 /**
836 836
  * XY Frequency limit
837 837
  * Reduce resonance by limiting the frequency of small zigzag infill moves.
838
- * See http://hydraraptor.blogspot.com/2010/12/frequency-limit.html
838
+ * See https://hydraraptor.blogspot.com/2010/12/frequency-limit.html
839 839
  * Use M201 F<freq> G<min%> to change limits at runtime.
840 840
  */
841 841
 //#define XY_FREQUENCY_LIMIT      10 // (Hz) Maximum frequency of small zigzag infill moves. Set with M201 F<hertz>.
@@ -2794,11 +2794,11 @@
2794 2794
   //#define PHOTO_RETRACT_MM   6.5                          // (mm) E retract/recover for the photo move (M240 R S)
2795 2795
 
2796 2796
   // Canon RC-1 or homebrew digital camera trigger
2797
-  // Data from: http://www.doc-diy.net/photo/rc-1_hacked/
2797
+  // Data from: https://www.doc-diy.net/photo/rc-1_hacked/
2798 2798
   //#define PHOTOGRAPH_PIN 23
2799 2799
 
2800 2800
   // Canon Hack Development Kit
2801
-  // http://captain-slow.dk/2014/03/09/3d-printing-timelapses/
2801
+  // https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
2802 2802
   //#define CHDK_PIN        4
2803 2803
 
2804 2804
   // Optional second move with delay to trigger the camera shutter
@@ -3220,11 +3220,11 @@
3220 3220
  * I2C position encoders for closed loop control.
3221 3221
  * Developed by Chris Barr at Aus3D.
3222 3222
  *
3223
- * Wiki: http://wiki.aus3d.com.au/Magnetic_Encoder
3223
+ * Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
3224 3224
  * Github: https://github.com/Aus3D/MagneticEncoder
3225 3225
  *
3226
- * Supplier: http://aus3d.com.au/magnetic-encoder-module
3227
- * Alternative Supplier: http://reliabuild3d.com/
3226
+ * Supplier: https://aus3d.com.au/magnetic-encoder-module
3227
+ * Alternative Supplier: https://reliabuild3d.com/
3228 3228
  *
3229 3229
  * Reliabuild encoders have been modified to improve reliability.
3230 3230
  */

+ 1
- 1
Marlin/Makefile Voir le fichier

@@ -98,7 +98,7 @@ NEOPIXEL           ?= 0
98 98
 ############
99 99
 # Try to automatically determine whether RELOC_WORKAROUND is needed based
100 100
 # on GCC versions:
101
-#   http://www.avrfreaks.net/comment/1789106#comment-1789106
101
+#   https://www.avrfreaks.net/comment/1789106#comment-1789106
102 102
 
103 103
 CC_MAJ:=$(shell $(CC) -dM -E - < /dev/null | grep __GNUC__ | cut -f3 -d\ )
104 104
 CC_MIN:=$(shell $(CC) -dM -E - < /dev/null | grep __GNUC_MINOR__ | cut -f3 -d\ )

+ 2
- 2
Marlin/Version.h Voir le fichier

@@ -16,7 +16,7 @@
16 16
  * GNU General Public License for more details.
17 17
  *
18 18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20 20
  *
21 21
  */
22 22
 #pragma once
@@ -65,7 +65,7 @@
65 65
  * The WEBSITE_URL is the location where users can get more information such as
66 66
  * documentation about a specific Marlin release.
67 67
  */
68
-//#define WEBSITE_URL "http://marlinfw.org"
68
+//#define WEBSITE_URL "https://marlinfw.org"
69 69
 
70 70
 /**
71 71
  * Set the vendor info the serial USB interface, if changable

+ 1
- 1
Marlin/lib/readme.txt Voir le fichier

@@ -33,4 +33,4 @@ PlatformIO will find your libraries automatically, configure preprocessor's
33 33
 include paths and build them.
34 34
 
35 35
 More information about PlatformIO Library Dependency Finder
36
-- http://docs.platformio.org/page/librarymanager/ldf.html
36
+- https://docs.platformio.org/page/librarymanager/ldf.html

+ 1
- 1
Marlin/src/HAL/AVR/HAL.cpp Voir le fichier

@@ -16,7 +16,7 @@
16 16
  * GNU General Public License for more details.
17 17
  *
18 18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20 20
  *
21 21
  */
22 22
 #ifdef __AVR__

+ 1
- 1
Marlin/src/HAL/AVR/HAL.h Voir le fichier

@@ -14,7 +14,7 @@
14 14
  * GNU General Public License for more details.
15 15
  *
16 16
  * You should have received a copy of the GNU General Public License
17
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
17
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
18 18
  */
19 19
 #pragma once
20 20
 

+ 1
- 1
Marlin/src/HAL/AVR/HAL_SPI.cpp Voir le fichier

@@ -16,7 +16,7 @@
16 16
  * GNU General Public License for more details.
17 17
  *
18 18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20 20
  *
21 21
  */
22 22
 

+ 1
- 1
Marlin/src/HAL/AVR/MarlinSerial.cpp Voir le fichier

@@ -16,7 +16,7 @@
16 16
  * GNU General Public License for more details.
17 17
  *
18 18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20 20
  *
21 21
  */
22 22
 

+ 1
- 1
Marlin/src/HAL/AVR/MarlinSerial.h Voir le fichier

@@ -16,7 +16,7 @@
16 16
  * GNU General Public License for more details.
17 17
  *
18 18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20 20
  *
21 21
  */
22 22
 #pragma once

+ 1
- 1
Marlin/src/HAL/AVR/Servo.cpp Voir le fichier

@@ -16,7 +16,7 @@
16 16
  * GNU General Public License for more details.
17 17
  *
18 18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20 20
  *
21 21
  */
22 22
 

+ 1
- 1
Marlin/src/HAL/AVR/ServoTimers.h Voir le fichier

@@ -16,7 +16,7 @@
16 16
  * GNU General Public License for more details.
17 17
  *
18 18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20 20
  *
21 21
  */
22 22
 #pragma once

+ 1
- 1
Marlin/src/HAL/AVR/eeprom.cpp Voir le fichier

@@ -16,7 +16,7 @@
16 16
  * GNU General Public License for more details.
17 17
  *
18 18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20 20
  *
21 21
  */
22 22
 #ifdef __AVR__

+ 1
- 1
Marlin/src/HAL/AVR/endstop_interrupts.h Voir le fichier

@@ -16,7 +16,7 @@
16 16
  * GNU General Public License for more details.
17 17
  *
18 18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20 20
  *
21 21
  */
22 22
 #pragma once

+ 1
- 1
Marlin/src/HAL/AVR/fast_pwm.cpp Voir le fichier

@@ -16,7 +16,7 @@
16 16
  * GNU General Public License for more details.
17 17
  *
18 18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20 20
  *
21 21
  */
22 22
 #ifdef __AVR__

+ 1
- 1
Marlin/src/HAL/AVR/fastio.cpp Voir le fichier

@@ -16,7 +16,7 @@
16 16
  * GNU General Public License for more details.
17 17
  *
18 18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20 20
  *
21 21
  */
22 22
 

+ 1
- 1
Marlin/src/HAL/AVR/fastio.h Voir le fichier

@@ -16,7 +16,7 @@
16 16
  * GNU General Public License for more details.
17 17
  *
18 18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20 20
  *
21 21
  */
22 22
 #pragma once

+ 1
- 1
Marlin/src/HAL/AVR/fastio/fastio_1280.h Voir le fichier

@@ -16,7 +16,7 @@
16 16
  * GNU General Public License for more details.
17 17
  *
18 18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20 20
  *
21 21
  */
22 22
 #pragma once

+ 1
- 1
Marlin/src/HAL/AVR/fastio/fastio_1281.h Voir le fichier

@@ -16,7 +16,7 @@
16 16
  * GNU General Public License for more details.
17 17
  *
18 18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20 20
  *
21 21
  */
22 22
 #pragma once

+ 1
- 1
Marlin/src/HAL/AVR/fastio/fastio_168.h Voir le fichier

@@ -16,7 +16,7 @@
16 16
  * GNU General Public License for more details.
17 17
  *
18 18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20 20
  *
21 21
  */
22 22
 #pragma once

+ 1
- 1
Marlin/src/HAL/AVR/fastio/fastio_644.h Voir le fichier

@@ -16,7 +16,7 @@
16 16
  * GNU General Public License for more details.
17 17
  *
18 18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20 20
  *
21 21
  */
22 22
 #pragma once

+ 1
- 1
Marlin/src/HAL/AVR/fastio/fastio_AT90USB.h Voir le fichier

@@ -16,7 +16,7 @@
16 16
  * GNU General Public License for more details.
17 17
  *
18 18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20 20
  *
21 21
  */
22 22
 #pragma once

+ 1
- 1
Marlin/src/HAL/AVR/inc/Conditionals_LCD.h Voir le fichier

@@ -16,7 +16,7 @@
16 16
  * GNU General Public License for more details.
17 17
  *
18 18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20 20
  *
21 21
  */
22 22
 #pragma once

+ 1
- 1
Marlin/src/HAL/AVR/inc/Conditionals_adv.h Voir le fichier

@@ -16,7 +16,7 @@
16 16
  * GNU General Public License for more details.
17 17
  *
18 18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20 20
  *
21 21
  */
22 22
 #pragma once

+ 1
- 1
Marlin/src/HAL/AVR/inc/Conditionals_post.h Voir le fichier

@@ -16,7 +16,7 @@
16 16
  * GNU General Public License for more details.
17 17
  *
18 18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20 20
  *
21 21
  */
22 22
 #pragma once

+ 1
- 1
Marlin/src/HAL/AVR/inc/SanityCheck.h Voir le fichier

@@ -16,7 +16,7 @@
16 16
  * GNU General Public License for more details.
17 17
  *
18 18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20 20
  *
21 21
  */
22 22
 #pragma once

+ 1
- 1
Marlin/src/HAL/AVR/math.h Voir le fichier

@@ -16,7 +16,7 @@
16 16
  * GNU General Public License for more details.
17 17
  *
18 18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20 20
  *
21 21
  */
22 22
 #pragma once

+ 1
- 1
Marlin/src/HAL/AVR/pinsDebug.h Voir le fichier

@@ -13,7 +13,7 @@
13 13
  * GNU General Public License for more details.
14 14
  *
15 15
  * You should have received a copy of the GNU General Public License
16
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
16
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
17 17
  *
18 18
  */
19 19
 #pragma once

+ 1
- 1
Marlin/src/HAL/AVR/pinsDebug_Teensyduino.h Voir le fichier

@@ -13,7 +13,7 @@
13 13
  * GNU General Public License for more details.
14 14
  *
15 15
  * You should have received a copy of the GNU General Public License
16
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
16
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
17 17
  *
18 18
  */
19 19
 #pragma once

+ 1
- 1
Marlin/src/HAL/AVR/pinsDebug_plus_70.h Voir le fichier

@@ -13,7 +13,7 @@
13 13
  * GNU General Public License for more details.
14 14
  *
15 15
  * You should have received a copy of the GNU General Public License
16
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
16
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
17 17
  *
18 18
  */
19 19
 #pragma once

+ 1
- 1
Marlin/src/HAL/AVR/spi_pins.h Voir le fichier

@@ -16,7 +16,7 @@
16 16
  * GNU General Public License for more details.
17 17
  *
18 18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20 20
  *
21 21
  */
22 22
 #pragma once

+ 1
- 1
Marlin/src/HAL/AVR/timers.h Voir le fichier

@@ -14,7 +14,7 @@
14 14
  * GNU General Public License for more details.
15 15
  *
16 16
  * You should have received a copy of the GNU General Public License
17
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
17
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
18 18
  */
19 19
 #pragma once
20 20
 

+ 1
- 1
Marlin/src/HAL/AVR/u8g_com_HAL_AVR_sw_spi.cpp Voir le fichier

@@ -16,7 +16,7 @@
16 16
  * GNU General Public License for more details.
17 17
  *
18 18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20 20
  *
21 21
  */
22 22
 

+ 1
- 1
Marlin/src/HAL/AVR/watchdog.cpp Voir le fichier

@@ -16,7 +16,7 @@
16 16
  * GNU General Public License for more details.
17 17
  *
18 18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20 20
  *
21 21
  */
22 22
 #ifdef __AVR__

+ 1
- 1
Marlin/src/HAL/AVR/watchdog.h Voir le fichier

@@ -16,7 +16,7 @@
16 16
  * GNU General Public License for more details.
17 17
  *
18 18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20 20
  *
21 21
  */
22 22
 #pragma once

+ 1
- 1
Marlin/src/HAL/DUE/DebugMonitor.cpp Voir le fichier

@@ -16,7 +16,7 @@
16 16
  * GNU General Public License for more details.
17 17
  *
18 18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20 20
  *
21 21
  */
22 22
 #ifdef ARDUINO_ARCH_SAM

+ 1
- 1
Marlin/src/HAL/DUE/HAL.cpp Voir le fichier

@@ -14,7 +14,7 @@
14 14
  * GNU General Public License for more details.
15 15
  *
16 16
  * You should have received a copy of the GNU General Public License
17
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
17
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
18 18
  */
19 19
 
20 20
 /**

+ 1
- 1
Marlin/src/HAL/DUE/HAL.h Voir le fichier

@@ -16,7 +16,7 @@
16 16
  * GNU General Public License for more details.
17 17
  *
18 18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20 20
  *
21 21
  */
22 22
 #pragma once

+ 1
- 1
Marlin/src/HAL/DUE/HAL_SPI.cpp Voir le fichier

@@ -16,7 +16,7 @@
16 16
  * GNU General Public License for more details.
17 17
  *
18 18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20 20
  *
21 21
  */
22 22
 

+ 1
- 1
Marlin/src/HAL/DUE/InterruptVectors.cpp Voir le fichier

@@ -16,7 +16,7 @@
16 16
  * GNU General Public License for more details.
17 17
  *
18 18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20 20
  *
21 21
  */
22 22
 

+ 1
- 1
Marlin/src/HAL/DUE/InterruptVectors.h Voir le fichier

@@ -16,7 +16,7 @@
16 16
  * GNU General Public License for more details.
17 17
  *
18 18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20 20
  *
21 21
  */
22 22
 #pragma once

+ 1
- 1
Marlin/src/HAL/DUE/MarlinSerial.cpp Voir le fichier

@@ -16,7 +16,7 @@
16 16
  * GNU General Public License for more details.
17 17
  *
18 18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20 20
  *
21 21
  */
22 22
 

+ 1
- 1
Marlin/src/HAL/DUE/MarlinSerial.h Voir le fichier

@@ -16,7 +16,7 @@
16 16
  * GNU General Public License for more details.
17 17
  *
18 18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20 20
  *
21 21
  */
22 22
 #pragma once

+ 1
- 1
Marlin/src/HAL/DUE/MarlinSerialUSB.cpp Voir le fichier

@@ -16,7 +16,7 @@
16 16
  * GNU General Public License for more details.
17 17
  *
18 18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20 20
  *
21 21
  */
22 22
 

+ 1
- 1
Marlin/src/HAL/DUE/MarlinSerialUSB.h Voir le fichier

@@ -16,7 +16,7 @@
16 16
  * GNU General Public License for more details.
17 17
  *
18 18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20 20
  *
21 21
  */
22 22
 #pragma once

+ 1
- 1
Marlin/src/HAL/DUE/Servo.cpp Voir le fichier

@@ -16,7 +16,7 @@
16 16
  * GNU General Public License for more details.
17 17
  *
18 18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20 20
  *
21 21
  */
22 22
 

+ 1
- 1
Marlin/src/HAL/DUE/Tone.cpp Voir le fichier

@@ -18,7 +18,7 @@
18 18
  * GNU General Public License for more details.
19 19
  *
20 20
  * You should have received a copy of the GNU General Public License
21
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
21
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
22 22
  *
23 23
  */
24 24
 

+ 1
- 1
Marlin/src/HAL/DUE/dogm/u8g_com_HAL_DUE_shared_hw_spi.cpp Voir le fichier

@@ -16,7 +16,7 @@
16 16
  * GNU General Public License for more details.
17 17
  *
18 18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20 20
  *
21 21
  */
22 22
 

+ 1
- 1
Marlin/src/HAL/DUE/dogm/u8g_com_HAL_DUE_st7920_sw_spi.cpp Voir le fichier

@@ -16,7 +16,7 @@
16 16
  * GNU General Public License for more details.
17 17
  *
18 18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20 20
  *
21 21
  */
22 22
 

+ 1
- 1
Marlin/src/HAL/DUE/dogm/u8g_com_HAL_DUE_sw_spi.cpp Voir le fichier

@@ -16,7 +16,7 @@
16 16
  * GNU General Public License for more details.
17 17
  *
18 18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20 20
  *
21 21
  */
22 22
 

+ 1
- 1
Marlin/src/HAL/DUE/dogm/u8g_com_HAL_DUE_sw_spi_shared.cpp Voir le fichier

@@ -16,7 +16,7 @@
16 16
  * GNU General Public License for more details.
17 17
  *
18 18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20 20
  *
21 21
  */
22 22
 

+ 1
- 1
Marlin/src/HAL/DUE/dogm/u8g_com_HAL_DUE_sw_spi_shared.h Voir le fichier

@@ -16,7 +16,7 @@
16 16
  * GNU General Public License for more details.
17 17
  *
18 18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20 20
  *
21 21
  */
22 22
 #pragma once

+ 1
- 1
Marlin/src/HAL/DUE/eeprom_flash.cpp Voir le fichier

@@ -17,7 +17,7 @@
17 17
  * GNU General Public License for more details.
18 18
  *
19 19
  * You should have received a copy of the GNU General Public License
20
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
20
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
21 21
  *
22 22
  */
23 23
 #ifdef ARDUINO_ARCH_SAM

+ 1
- 1
Marlin/src/HAL/DUE/eeprom_wired.cpp Voir le fichier

@@ -17,7 +17,7 @@
17 17
  * GNU General Public License for more details.
18 18
  *
19 19
  * You should have received a copy of the GNU General Public License
20
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
20
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
21 21
  *
22 22
  */
23 23
 #ifdef ARDUINO_ARCH_SAM

+ 1
- 1
Marlin/src/HAL/DUE/endstop_interrupts.h Voir le fichier

@@ -16,7 +16,7 @@
16 16
  * GNU General Public License for more details.
17 17
  *
18 18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20 20
  *
21 21
  */
22 22
 #pragma once

+ 1
- 1
Marlin/src/HAL/DUE/fastio.h Voir le fichier

@@ -16,7 +16,7 @@
16 16
  * GNU General Public License for more details.
17 17
  *
18 18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20 20
  *
21 21
  */
22 22
 #pragma once

+ 1
- 1
Marlin/src/HAL/DUE/fastio/G2_PWM.cpp Voir le fichier

@@ -16,7 +16,7 @@
16 16
  * GNU General Public License for more details.
17 17
  *
18 18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20 20
  *
21 21
  */
22 22
 

+ 1
- 1
Marlin/src/HAL/DUE/fastio/G2_PWM.h Voir le fichier

@@ -16,7 +16,7 @@
16 16
  * GNU General Public License for more details.
17 17
  *
18 18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20 20
  *
21 21
  */
22 22
 #pragma once

+ 1
- 1
Marlin/src/HAL/DUE/fastio/G2_pins.h Voir le fichier

@@ -16,7 +16,7 @@
16 16
  * GNU General Public License for more details.
17 17
  *
18 18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20 20
  *
21 21
  */
22 22
 #pragma once

+ 1
- 1
Marlin/src/HAL/DUE/inc/Conditionals_LCD.h Voir le fichier

@@ -16,7 +16,7 @@
16 16
  * GNU General Public License for more details.
17 17
  *
18 18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20 20
  *
21 21
  */
22 22
 #pragma once

+ 1
- 1
Marlin/src/HAL/DUE/inc/Conditionals_adv.h Voir le fichier

@@ -16,7 +16,7 @@
16 16
  * GNU General Public License for more details.
17 17
  *
18 18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20 20
  *
21 21
  */
22 22
 #pragma once

+ 1
- 1
Marlin/src/HAL/DUE/inc/Conditionals_post.h Voir le fichier

@@ -16,7 +16,7 @@
16 16
  * GNU General Public License for more details.
17 17
  *
18 18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20 20
  *
21 21
  */
22 22
 #pragma once

+ 1
- 1
Marlin/src/HAL/DUE/inc/SanityCheck.h Voir le fichier

@@ -16,7 +16,7 @@
16 16
  * GNU General Public License for more details.
17 17
  *
18 18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20 20
  *
21 21
  */
22 22
 #pragma once

+ 1
- 1
Marlin/src/HAL/DUE/pinsDebug.h Voir le fichier

@@ -13,7 +13,7 @@
13 13
  * GNU General Public License for more details.
14 14
  *
15 15
  * You should have received a copy of the GNU General Public License
16
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
16
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
17 17
  *
18 18
  */
19 19
 

+ 1
- 1
Marlin/src/HAL/DUE/spi_pins.h Voir le fichier

@@ -16,7 +16,7 @@
16 16
  * GNU General Public License for more details.
17 17
  *
18 18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20 20
  *
21 21
  */
22 22
 #pragma once

+ 1
- 1
Marlin/src/HAL/DUE/timers.cpp Voir le fichier

@@ -16,7 +16,7 @@
16 16
  * GNU General Public License for more details.
17 17
  *
18 18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20 20
  *
21 21
  */
22 22
 

+ 1
- 1
Marlin/src/HAL/DUE/timers.h Voir le fichier

@@ -15,7 +15,7 @@
15 15
  * GNU General Public License for more details.
16 16
  *
17 17
  * You should have received a copy of the GNU General Public License
18
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
18
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
19 19
  *
20 20
  */
21 21
 #pragma once

+ 1
- 1
Marlin/src/HAL/DUE/watchdog.cpp Voir le fichier

@@ -16,7 +16,7 @@
16 16
  * GNU General Public License for more details.
17 17
  *
18 18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20 20
  *
21 21
  */
22 22
 #ifdef ARDUINO_ARCH_SAM

+ 1
- 1
Marlin/src/HAL/DUE/watchdog.h Voir le fichier

@@ -16,7 +16,7 @@
16 16
  * GNU General Public License for more details.
17 17
  *
18 18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20 20
  *
21 21
  */
22 22
 #pragma once

+ 1
- 1
Marlin/src/HAL/ESP32/FlushableHardwareSerial.cpp Voir le fichier

@@ -16,7 +16,7 @@
16 16
  * GNU General Public License for more details.
17 17
  *
18 18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20 20
  *
21 21
  */
22 22
 

+ 1
- 1
Marlin/src/HAL/ESP32/FlushableHardwareSerial.h Voir le fichier

@@ -16,7 +16,7 @@
16 16
  * GNU General Public License for more details.
17 17
  *
18 18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20 20
  *
21 21
  */
22 22
 #pragma once

+ 1
- 1
Marlin/src/HAL/ESP32/HAL.cpp Voir le fichier

@@ -16,7 +16,7 @@
16 16
  * GNU General Public License for more details.
17 17
  *
18 18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20 20
  *
21 21
  */
22 22
 #ifdef ARDUINO_ARCH_ESP32

+ 1
- 1
Marlin/src/HAL/ESP32/HAL.h Voir le fichier

@@ -14,7 +14,7 @@
14 14
  * GNU General Public License for more details.
15 15
  *
16 16
  * You should have received a copy of the GNU General Public License
17
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
17
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
18 18
  */
19 19
 #pragma once
20 20
 

+ 1
- 1
Marlin/src/HAL/ESP32/HAL_SPI.cpp Voir le fichier

@@ -17,7 +17,7 @@
17 17
  * GNU General Public License for more details.
18 18
  *
19 19
  * You should have received a copy of the GNU General Public License
20
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
20
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
21 21
  *
22 22
  */
23 23
 #ifdef ARDUINO_ARCH_ESP32

+ 1
- 1
Marlin/src/HAL/ESP32/Servo.cpp Voir le fichier

@@ -16,7 +16,7 @@
16 16
  * GNU General Public License for more details.
17 17
  *
18 18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20 20
  *
21 21
  */
22 22
 #ifdef ARDUINO_ARCH_ESP32

+ 1
- 1
Marlin/src/HAL/ESP32/Servo.h Voir le fichier

@@ -16,7 +16,7 @@
16 16
  * GNU General Public License for more details.
17 17
  *
18 18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20 20
  *
21 21
  */
22 22
 #pragma once

+ 1
- 1
Marlin/src/HAL/ESP32/WebSocketSerial.cpp Voir le fichier

@@ -16,7 +16,7 @@
16 16
  * GNU General Public License for more details.
17 17
  *
18 18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20 20
  *
21 21
  */
22 22
 #ifdef ARDUINO_ARCH_ESP32

+ 1
- 1
Marlin/src/HAL/ESP32/WebSocketSerial.h Voir le fichier

@@ -16,7 +16,7 @@
16 16
  * GNU General Public License for more details.
17 17
  *
18 18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20 20
  *
21 21
  */
22 22
 #pragma once

+ 1
- 1
Marlin/src/HAL/ESP32/eeprom.cpp Voir le fichier

@@ -16,7 +16,7 @@
16 16
  * GNU General Public License for more details.
17 17
  *
18 18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20 20
  *
21 21
  */
22 22
 #ifdef ARDUINO_ARCH_ESP32

+ 1
- 1
Marlin/src/HAL/ESP32/endstop_interrupts.h Voir le fichier

@@ -16,7 +16,7 @@
16 16
  * GNU General Public License for more details.
17 17
  *
18 18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20 20
  *
21 21
  */
22 22
 #pragma once

+ 1
- 1
Marlin/src/HAL/ESP32/fastio.h Voir le fichier

@@ -16,7 +16,7 @@
16 16
  * GNU General Public License for more details.
17 17
  *
18 18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20 20
  *
21 21
  */
22 22
 #pragma once

+ 1
- 1
Marlin/src/HAL/ESP32/i2s.cpp Voir le fichier

@@ -16,7 +16,7 @@
16 16
  * GNU General Public License for more details.
17 17
  *
18 18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20 20
  *
21 21
  */
22 22
 #ifdef ARDUINO_ARCH_ESP32

+ 1
- 1
Marlin/src/HAL/ESP32/i2s.h Voir le fichier

@@ -16,7 +16,7 @@
16 16
  * GNU General Public License for more details.
17 17
  *
18 18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20 20
  *
21 21
  */
22 22
 #pragma once

+ 1
- 1
Marlin/src/HAL/ESP32/inc/Conditionals_LCD.h Voir le fichier

@@ -16,7 +16,7 @@
16 16
  * GNU General Public License for more details.
17 17
  *
18 18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20 20
  *
21 21
  */
22 22
 #pragma once

+ 1
- 1
Marlin/src/HAL/ESP32/inc/Conditionals_adv.h Voir le fichier

@@ -16,7 +16,7 @@
16 16
  * GNU General Public License for more details.
17 17
  *
18 18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20 20
  *
21 21
  */
22 22
 #pragma once

+ 1
- 1
Marlin/src/HAL/ESP32/inc/Conditionals_post.h Voir le fichier

@@ -16,7 +16,7 @@
16 16
  * GNU General Public License for more details.
17 17
  *
18 18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20 20
  *
21 21
  */
22 22
 #pragma once

+ 1
- 1
Marlin/src/HAL/ESP32/inc/SanityCheck.h Voir le fichier

@@ -16,7 +16,7 @@
16 16
  * GNU General Public License for more details.
17 17
  *
18 18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20 20
  *
21 21
  */
22 22
 #pragma once

+ 1
- 1
Marlin/src/HAL/ESP32/ota.cpp Voir le fichier

@@ -14,7 +14,7 @@
14 14
  * GNU General Public License for more details.
15 15
  *
16 16
  * You should have received a copy of the GNU General Public License
17
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
17
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
18 18
  */
19 19
 
20 20
 #ifdef ARDUINO_ARCH_ESP32

+ 1
- 1
Marlin/src/HAL/ESP32/ota.h Voir le fichier

@@ -14,7 +14,7 @@
14 14
  * GNU General Public License for more details.
15 15
  *
16 16
  * You should have received a copy of the GNU General Public License
17
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
17
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
18 18
  */
19 19
 #pragma once
20 20
 

+ 1
- 1
Marlin/src/HAL/ESP32/servotimers.h Voir le fichier

@@ -16,7 +16,7 @@
16 16
  * GNU General Public License for more details.
17 17
  *
18 18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20 20
  *
21 21
  */
22 22
 #pragma once

+ 1
- 1
Marlin/src/HAL/ESP32/spi_pins.h Voir le fichier

@@ -13,7 +13,7 @@
13 13
  * GNU General Public License for more details.
14 14
  *
15 15
  * You should have received a copy of the GNU General Public License
16
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
16
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
17 17
  *
18 18
  */
19 19
 #pragma once

+ 1
- 1
Marlin/src/HAL/ESP32/spiffs.cpp Voir le fichier

@@ -16,7 +16,7 @@
16 16
  * GNU General Public License for more details.
17 17
  *
18 18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20 20
  *
21 21
  */
22 22
 #ifdef ARDUINO_ARCH_ESP32

+ 1
- 1
Marlin/src/HAL/ESP32/spiffs.h Voir le fichier

@@ -16,7 +16,7 @@
16 16
  * GNU General Public License for more details.
17 17
  *
18 18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20 20
  *
21 21
  */
22 22
 #pragma once

+ 1
- 1
Marlin/src/HAL/ESP32/timers.cpp Voir le fichier

@@ -16,7 +16,7 @@
16 16
  * GNU General Public License for more details.
17 17
  *
18 18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20 20
  *
21 21
  */
22 22
 #ifdef ARDUINO_ARCH_ESP32

+ 1
- 1
Marlin/src/HAL/ESP32/timers.h Voir le fichier

@@ -16,7 +16,7 @@
16 16
  * GNU General Public License for more details.
17 17
  *
18 18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20 20
  *
21 21
  */
22 22
 #pragma once

+ 1
- 1
Marlin/src/HAL/ESP32/watchdog.cpp Voir le fichier

@@ -16,7 +16,7 @@
16 16
  * GNU General Public License for more details.
17 17
  *
18 18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20 20
  *
21 21
  */
22 22
 #ifdef ARDUINO_ARCH_ESP32

+ 1
- 1
Marlin/src/HAL/ESP32/watchdog.h Voir le fichier

@@ -16,7 +16,7 @@
16 16
  * GNU General Public License for more details.
17 17
  *
18 18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20 20
  *
21 21
  */
22 22
 #pragma once

+ 0
- 0
Marlin/src/HAL/ESP32/web.cpp Voir le fichier


Certains fichiers n'ont pas été affichés car il y a eu trop de fichiers modifiés dans ce diff

Chargement…
Annuler
Enregistrer