]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - manual/examples/popen.c
Prefer https to http for gnu.org and fsf.org URLs
[thirdparty/glibc.git] / manual / examples / popen.c
index 6716dc2463897699ee3cdf38cbf0d0c170d6bda5..9bcc27696df1c3369220fe92a129ec382be23a89 100644 (file)
@@ -1,5 +1,5 @@
 /* Pipe to a Subprocess
-   Copyright (C) 1991-2012 Free Software Foundation, Inc.
+   Copyright (C) 1991-2019 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License
@@ -12,7 +12,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, if not, see <http://www.gnu.org/licenses/>.
+   along with this program; if not, see <https://www.gnu.org/licenses/>.
 */
 
 #include <stdio.h>