aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/firecfg/main.c2
-rw-r--r--src/firejail/appimage.c2
-rw-r--r--src/firejail/usage.c2
-rw-r--r--src/firemon/usage.c2
-rw-r--r--src/fnet/veth.c4
-rw-r--r--src/fsec-print/print.c2
-rw-r--r--src/include/libnetlink.h4
-rw-r--r--src/lib/libnetlink.c4
-rw-r--r--src/man/firemon.txt2
9 files changed, 12 insertions, 12 deletions
diff --git a/src/firecfg/main.c b/src/firecfg/main.c
index b79053d3e..6fe220d35 100644
--- a/src/firecfg/main.c
+++ b/src/firecfg/main.c
@@ -53,7 +53,7 @@ static char *usage_str =
53 " [...]\n" 53 " [...]\n"
54 "\n" 54 "\n"
55 "License GPL version 2 or later\n" 55 "License GPL version 2 or later\n"
56 "Homepage: http://firejail.wordpress.com\n\n"; 56 "Homepage: https://firejail.wordpress.com\n\n";
57 57
58static void usage(void) { 58static void usage(void) {
59 printf("firecfg - version %s\n\n", VERSION); 59 printf("firecfg - version %s\n\n", VERSION);
diff --git a/src/firejail/appimage.c b/src/firejail/appimage.c
index 631276c0b..e8db91958 100644
--- a/src/firejail/appimage.c
+++ b/src/firejail/appimage.c
@@ -17,7 +17,7 @@
17 * with this program; if not, write to the Free Software Foundation, Inc., 17 * with this program; if not, write to the Free Software Foundation, Inc.,
18 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 18 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19*/ 19*/
20// http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=770fe30a46a12b6fb6b63fbe1737654d28e84844 20// https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=770fe30a46a12b6fb6b63fbe1737654d28e84844
21// sudo mount -o loop krita-3.0-x86_64.appimage mnt 21// sudo mount -o loop krita-3.0-x86_64.appimage mnt
22 22
23#include "firejail.h" 23#include "firejail.h"
diff --git a/src/firejail/usage.c b/src/firejail/usage.c
index 804bfb179..78cd30926 100644
--- a/src/firejail/usage.c
+++ b/src/firejail/usage.c
@@ -255,7 +255,7 @@ static char *usage_str =
255 "\tlist all running sandboxes\n" 255 "\tlist all running sandboxes\n"
256 "\n" 256 "\n"
257 "License GPL version 2 or later\n" 257 "License GPL version 2 or later\n"
258 "Homepage: http://firejail.wordpress.com\n" 258 "Homepage: https://firejail.wordpress.com\n"
259 "\n"; 259 "\n";
260 260
261 261
diff --git a/src/firemon/usage.c b/src/firemon/usage.c
index a4d642d66..5714643cc 100644
--- a/src/firemon/usage.c
+++ b/src/firemon/usage.c
@@ -75,7 +75,7 @@ static char *help_str =
75 "\tUser - The owner of the sandbox.\n" 75 "\tUser - The owner of the sandbox.\n"
76 "\n" 76 "\n"
77 "License GPL version 2 or later\n" 77 "License GPL version 2 or later\n"
78 "Homepage: http://firejail.wordpress.com\n" 78 "Homepage: https://firejail.wordpress.com\n"
79 "\n"; 79 "\n";
80 80
81void usage(void) { 81void usage(void) {
diff --git a/src/fnet/veth.c b/src/fnet/veth.c
index 39a4f35d8..e4d3db21a 100644
--- a/src/fnet/veth.c
+++ b/src/fnet/veth.c
@@ -3,10 +3,10 @@
3 * Original source code: 3 * Original source code:
4 * 4 *
5 * Information: 5 * Information:
6 * http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2 6 * https://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2
7 * 7 *
8 * Download: 8 * Download:
9 * http://www.kernel.org/pub/linux/utils/net/iproute2/ 9 * https://www.kernel.org/pub/linux/utils/net/iproute2/
10 * 10 *
11 * Repository: 11 * Repository:
12 * git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git 12 * git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git
diff --git a/src/fsec-print/print.c b/src/fsec-print/print.c
index faf59aa35..1042f0c3e 100644
--- a/src/fsec-print/print.c
+++ b/src/fsec-print/print.c
@@ -39,7 +39,7 @@
39 * for more details. 39 * for more details.
40 * 40 *
41 * You should have received a copy of the GNU Lesser General Public License 41 * You should have received a copy of the GNU Lesser General Public License
42 * along with this library; if not, see <http://www.gnu.org/licenses>. 42 * along with this library; if not, see <https://www.gnu.org/licenses>.
43 */ 43 */
44 44
45#include "fsec_print.h" 45#include "fsec_print.h"
diff --git a/src/include/libnetlink.h b/src/include/libnetlink.h
index 01fd2675d..0310ecad3 100644
--- a/src/include/libnetlink.h
+++ b/src/include/libnetlink.h
@@ -3,10 +3,10 @@
3 * Original source code: 3 * Original source code:
4 * 4 *
5 * Information: 5 * Information:
6 * http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2 6 * https://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2
7 * 7 *
8 * Download: 8 * Download:
9 * http://www.kernel.org/pub/linux/utils/net/iproute2/ 9 * https://www.kernel.org/pub/linux/utils/net/iproute2/
10 * 10 *
11 * Repository: 11 * Repository:
12 * git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git 12 * git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git
diff --git a/src/lib/libnetlink.c b/src/lib/libnetlink.c
index d2975bd57..5f6ecd95c 100644
--- a/src/lib/libnetlink.c
+++ b/src/lib/libnetlink.c
@@ -3,10 +3,10 @@
3 * Original source code: 3 * Original source code:
4 * 4 *
5 * Information: 5 * Information:
6 * http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2 6 * https://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2
7 * 7 *
8 * Download: 8 * Download:
9 * http://www.kernel.org/pub/linux/utils/net/iproute2/ 9 * https://www.kernel.org/pub/linux/utils/net/iproute2/
10 * 10 *
11 * Repository: 11 * Repository:
12 * git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git 12 * git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git
diff --git a/src/man/firemon.txt b/src/man/firemon.txt
index 9cae72b54..214fcac44 100644
--- a/src/man/firemon.txt
+++ b/src/man/firemon.txt
@@ -105,7 +105,7 @@ The owner of the sandbox.
105.SH LICENSE 105.SH LICENSE
106This 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 Software Foundation; either version 2 of the License, or (at your option) any later version. 106This 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 Software Foundation; either version 2 of the License, or (at your option) any later version.
107.PP 107.PP
108Homepage: http://firejail.wordpress.com 108Homepage: https://firejail.wordpress.com
109.SH SEE ALSO 109.SH SEE ALSO
110\&\flfirejail\fR\|(1), 110\&\flfirejail\fR\|(1),
111\&\flfirecfg\fR\|(1), 111\&\flfirecfg\fR\|(1),