Browse Source

💡 Update old gnu.org links

vanilla_fb_2.0.x
Scott Lahteine 3 years ago
committed by Scott Lahteine
parent
commit
641bae625b
  1. 2
      Marlin/src/lcd/e3v2/marlinui/lcdprint_dwin.cpp
  2. 2
      Marlin/src/lcd/e3v2/marlinui/marlinui_dwin.h
  3. 2
      Marlin/src/lcd/e3v2/marlinui/ui_common.cpp
  4. 2
      Marlin/src/lcd/e3v2/marlinui/ui_status_480x272.cpp
  5. 2
      Marlin/src/lcd/extui/dgus_reloaded/DGUSDisplay.cpp
  6. 2
      Marlin/src/lcd/extui/dgus_reloaded/DGUSDisplay.h
  7. 2
      Marlin/src/lcd/extui/dgus_reloaded/DGUSRxHandler.cpp
  8. 2
      Marlin/src/lcd/extui/dgus_reloaded/DGUSRxHandler.h
  9. 2
      Marlin/src/lcd/extui/dgus_reloaded/DGUSScreenHandler.cpp
  10. 2
      Marlin/src/lcd/extui/dgus_reloaded/DGUSScreenHandler.h
  11. 2
      Marlin/src/lcd/extui/dgus_reloaded/DGUSSetupHandler.cpp
  12. 2
      Marlin/src/lcd/extui/dgus_reloaded/DGUSSetupHandler.h
  13. 2
      Marlin/src/lcd/extui/dgus_reloaded/DGUSTxHandler.cpp
  14. 2
      Marlin/src/lcd/extui/dgus_reloaded/DGUSTxHandler.h
  15. 2
      Marlin/src/lcd/extui/dgus_reloaded/config/DGUS_Addr.h
  16. 2
      Marlin/src/lcd/extui/dgus_reloaded/config/DGUS_Constants.h
  17. 2
      Marlin/src/lcd/extui/dgus_reloaded/config/DGUS_Control.h
  18. 2
      Marlin/src/lcd/extui/dgus_reloaded/config/DGUS_Data.h
  19. 2
      Marlin/src/lcd/extui/dgus_reloaded/config/DGUS_Screen.h
  20. 2
      Marlin/src/lcd/extui/dgus_reloaded/definition/DGUS_ScreenAddrList.cpp
  21. 2
      Marlin/src/lcd/extui/dgus_reloaded/definition/DGUS_ScreenAddrList.h
  22. 2
      Marlin/src/lcd/extui/dgus_reloaded/definition/DGUS_ScreenSetup.cpp
  23. 2
      Marlin/src/lcd/extui/dgus_reloaded/definition/DGUS_ScreenSetup.h
  24. 2
      Marlin/src/lcd/extui/dgus_reloaded/definition/DGUS_VP.h
  25. 2
      Marlin/src/lcd/extui/dgus_reloaded/definition/DGUS_VPList.cpp
  26. 2
      Marlin/src/lcd/extui/dgus_reloaded/definition/DGUS_VPList.h
  27. 2
      Marlin/src/lcd/extui/dgus_reloaded/dgus_reloaded_extui.cpp
  28. 2
      Marlin/src/pins/stm32f1/pins_ZM3E2_V1_0.h
  29. 2
      Marlin/src/pins/stm32f1/pins_ZM3E4_V1_0.h
  30. 2
      Marlin/src/pins/stm32f1/pins_ZM3E4_V2_0.h

2
Marlin/src/lcd/e3v2/marlinui/lcdprint_dwin.cpp

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

2
Marlin/src/lcd/e3v2/marlinui/marlinui_dwin.h

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

2
Marlin/src/lcd/e3v2/marlinui/ui_common.cpp

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

2
Marlin/src/lcd/e3v2/marlinui/ui_status_480x272.cpp

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

2
Marlin/src/lcd/extui/dgus_reloaded/DGUSDisplay.cpp

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

2
Marlin/src/lcd/extui/dgus_reloaded/DGUSDisplay.h

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

2
Marlin/src/lcd/extui/dgus_reloaded/DGUSRxHandler.cpp

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

2
Marlin/src/lcd/extui/dgus_reloaded/DGUSRxHandler.h

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

2
Marlin/src/lcd/extui/dgus_reloaded/DGUSScreenHandler.cpp

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

2
Marlin/src/lcd/extui/dgus_reloaded/DGUSScreenHandler.h

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

2
Marlin/src/lcd/extui/dgus_reloaded/DGUSSetupHandler.cpp

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

2
Marlin/src/lcd/extui/dgus_reloaded/DGUSSetupHandler.h

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

2
Marlin/src/lcd/extui/dgus_reloaded/DGUSTxHandler.cpp

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

2
Marlin/src/lcd/extui/dgus_reloaded/DGUSTxHandler.h

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

2
Marlin/src/lcd/extui/dgus_reloaded/config/DGUS_Addr.h

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

2
Marlin/src/lcd/extui/dgus_reloaded/config/DGUS_Constants.h

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

2
Marlin/src/lcd/extui/dgus_reloaded/config/DGUS_Control.h

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

2
Marlin/src/lcd/extui/dgus_reloaded/config/DGUS_Data.h

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

2
Marlin/src/lcd/extui/dgus_reloaded/config/DGUS_Screen.h

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

2
Marlin/src/lcd/extui/dgus_reloaded/definition/DGUS_ScreenAddrList.cpp

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

2
Marlin/src/lcd/extui/dgus_reloaded/definition/DGUS_ScreenAddrList.h

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

2
Marlin/src/lcd/extui/dgus_reloaded/definition/DGUS_ScreenSetup.cpp

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

2
Marlin/src/lcd/extui/dgus_reloaded/definition/DGUS_ScreenSetup.h

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

2
Marlin/src/lcd/extui/dgus_reloaded/definition/DGUS_VP.h

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

2
Marlin/src/lcd/extui/dgus_reloaded/definition/DGUS_VPList.cpp

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

2
Marlin/src/lcd/extui/dgus_reloaded/definition/DGUS_VPList.h

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

2
Marlin/src/lcd/extui/dgus_reloaded/dgus_reloaded_extui.cpp

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

2
Marlin/src/pins/stm32f1/pins_ZM3E2_V1_0.h

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

2
Marlin/src/pins/stm32f1/pins_ZM3E4_V1_0.h

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

2
Marlin/src/pins/stm32f1/pins_ZM3E4_V2_0.h

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

Loading…
Cancel
Save