Update shaftnet.org URLS from http -> https

Update copyright year as appropriate
This commit is contained in:
Solomon Peachy 2021-01-23 10:47:01 -05:00
parent a7a8aedf89
commit 8a4fd56c13
25 changed files with 31 additions and 31 deletions

6
README
View file

@ -2,7 +2,7 @@
Unified Gutenprint/CUPS backend for various Dye-Sublimation photo printers
Copyright (c) 2007-2020 Solomon Peachy <pizza@shaftnet.org>
Copyright (c) 2007-2021 Solomon Peachy <pizza@shaftnet.org>
This free software comes with ABSOLUTELY NO WARRANTY and is licensed under
the GNU GPL (v3 or later); see the 'COPYING' file for more details.
@ -11,11 +11,11 @@
The latest version can be found at
http://git.shaftnet.org/cgit/selphy_print.git
https://git.shaftnet.org/cgit/selphy_print.git
For a list of known bugs and development plans, see:
http://bugs.shaftnet.org/index.php?project=4
https://bugs.shaftnet.org/index.php?project=4
***************************************************************************

View file

@ -1,11 +1,11 @@
/*
* Canon SELPHY ES/CP series CUPS backend -- libusb-1.0 version
*
* (c) 2007-2020 Solomon Peachy <pizza@shaftnet.org>
* (c) 2007-2021 Solomon Peachy <pizza@shaftnet.org>
*
* The latest version of this program can be found at:
*
* http://git.shaftnet.org/cgit/selphy_print.git
* https://git.shaftnet.org/cgit/selphy_print.git
*
* This program 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

View file

@ -5,7 +5,7 @@
*
* The latest version of this program can be found at:
*
* http://git.shaftnet.org/cgit/selphy_print.git
* https://git.shaftnet.org/cgit/selphy_print.git
*
* This program 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

View file

@ -5,7 +5,7 @@
*
* The latest version of this program can be found at:
*
* http://git.shaftnet.org/cgit/selphy_print.git
* https://git.shaftnet.org/cgit/selphy_print.git
*
* This program 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
@ -337,7 +337,7 @@ static char *sanitize_string(char *str) {
These functions are Public Domain code obtained from:
http://www.geekhideout.com/urlcode.shtml
https://www.geekhideout.com/urlcode.shtml
*/
#include <ctype.h> /* for isalnum() */

View file

@ -5,7 +5,7 @@
*
* The latest version of this program can be found at:
*
* http://git.shaftnet.org/cgit/selphy_print.git
* https://git.shaftnet.org/cgit/selphy_print.git
*
* This program 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

View file

@ -11,7 +11,7 @@
*
* The latest version of this program can be found at:
*
* http://git.shaftnet.org/cgit/selphy_print.git
* https://git.shaftnet.org/cgit/selphy_print.git
*
* This program 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

View file

@ -5,7 +5,7 @@
*
* The latest version of this program can be found at:
*
* http://git.shaftnet.org/cgit/selphy_print.git
* https://git.shaftnet.org/cgit/selphy_print.git
*
* This program 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

View file

@ -5,7 +5,7 @@
*
* The latest version of this program can be found at:
*
* http://git.shaftnet.org/cgit/selphy_print.git
* https://git.shaftnet.org/cgit/selphy_print.git
*
* This program 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

View file

@ -5,7 +5,7 @@
*
* The latest version of this program can be found at:
*
* http://git.shaftnet.org/cgit/selphy_print.git
* https://git.shaftnet.org/cgit/selphy_print.git
*
* This program 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

View file

@ -9,7 +9,7 @@
*
* The latest version of this program can be found at:
*
* http://git.shaftnet.org/cgit/selphy_print.git
* https://git.shaftnet.org/cgit/selphy_print.git
*
* This program 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

View file

@ -5,7 +5,7 @@
*
* The latest version of this program can be found at:
*
* http://git.shaftnet.org/cgit/selphy_print.git
* https://git.shaftnet.org/cgit/selphy_print.git
*
* This program 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

View file

@ -5,7 +5,7 @@
*
* The latest version of this program can be found at:
*
* http://git.shaftnet.org/cgit/selphy_print.git
* https://git.shaftnet.org/cgit/selphy_print.git
*
* This program 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

View file

@ -5,7 +5,7 @@
*
* The latest version of this program can be found at:
*
* http://git.shaftnet.org/cgit/selphy_print.git
* https://git.shaftnet.org/cgit/selphy_print.git
*
* This program 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

View file

@ -1,11 +1,11 @@
/*
* Mitsubishi CP-D70/D707 Photo Printer CUPS backend -- libusb-1.0 version
*
* (c) 2013-2020 Solomon Peachy <pizza@shaftnet.org>
* (c) 2013-2021 Solomon Peachy <pizza@shaftnet.org>
*
* The latest version of this program can be found at:
*
* http://git.shaftnet.org/cgit/selphy_print.git
* https://git.shaftnet.org/cgit/selphy_print.git
*
* This program 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

View file

@ -5,7 +5,7 @@
*
* The latest version of this program can be found at:
*
* http://git.shaftnet.org/cgit/selphy_print.git
* https://git.shaftnet.org/cgit/selphy_print.git
*
* This program 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

View file

@ -1,11 +1,11 @@
/*
* Mitsubishi CP-D90DW Photo Printer CUPS backend
*
* (c) 2019-2020 Solomon Peachy <pizza@shaftnet.org>
* (c) 2019-2021 Solomon Peachy <pizza@shaftnet.org>
*
* The latest version of this program can be found at:
*
* http://git.shaftnet.org/cgit/selphy_print.git
* https://git.shaftnet.org/cgit/selphy_print.git
*
* This program 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

View file

@ -9,7 +9,7 @@
*
* The latest version of this program can be found at:
*
* http://git.shaftnet.org/cgit/selphy_print.git
* https://git.shaftnet.org/cgit/selphy_print.git
*
* This program 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

View file

@ -7,7 +7,7 @@
*
* The latest version of this program can be found at:
*
* http://git.shaftnet.org/cgit/selphy_print.git
* https://git.shaftnet.org/cgit/selphy_print.git
*
* This program 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

View file

@ -9,7 +9,7 @@
*
* The latest version of this program can be found at:
*
* http://git.shaftnet.org/cgit/selphy_print.git
* https://git.shaftnet.org/cgit/selphy_print.git
*
* This program 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

View file

@ -7,7 +7,7 @@
*
* The latest version of this program can be found at:
*
* http://git.shaftnet.org/cgit/selphy_print.git
* https://git.shaftnet.org/cgit/selphy_print.git
*
* This program 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

View file

@ -7,7 +7,7 @@
*
* The latest version of this program can be found at:
*
* http://git.shaftnet.org/cgit/selphy_print.git
* https://git.shaftnet.org/cgit/selphy_print.git
*
* This program 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

View file

@ -5,7 +5,7 @@
*
* The latest version of this program can be found at:
*
* http://git.shaftnet.org/cgit/selphy_print.git
* https://git.shaftnet.org/cgit/selphy_print.git
*
* This program 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

View file

@ -5,7 +5,7 @@
*
* The latest version of this program can be found at:
*
* http://git.shaftnet.org/cgit/selphy_print.git
* https://git.shaftnet.org/cgit/selphy_print.git
*
* This program 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

View file

@ -5,7 +5,7 @@
*
* The latest version of this program can be found at:
*
* http://git.shaftnet.org/cgit/selphy_print.git
* https://git.shaftnet.org/cgit/selphy_print.git
*
* This program 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

View file

@ -5,7 +5,7 @@
*
* The latest version of this program can be found at:
*
* http://git.shaftnet.org/cgit/selphy_print.git
* https://git.shaftnet.org/cgit/selphy_print.git
*
* This program 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