diff options
Diffstat (limited to 'libc/termios')
-rw-r--r-- | libc/termios/cfmakeraw.c | 5 | ||||
-rw-r--r-- | libc/termios/cfsetspeed.c | 5 | ||||
-rw-r--r-- | libc/termios/isatty.c | 5 | ||||
-rw-r--r-- | libc/termios/kernel_termios.h | 5 | ||||
-rw-r--r-- | libc/termios/speed.c | 5 | ||||
-rw-r--r-- | libc/termios/tcdrain.c | 5 | ||||
-rw-r--r-- | libc/termios/tcflow.c | 5 | ||||
-rw-r--r-- | libc/termios/tcflush.c | 5 | ||||
-rw-r--r-- | libc/termios/tcgetattr.c | 5 | ||||
-rw-r--r-- | libc/termios/tcgetpgrp.c | 5 | ||||
-rw-r--r-- | libc/termios/tcgetsid.c | 5 | ||||
-rw-r--r-- | libc/termios/tcsendbrk.c | 5 | ||||
-rw-r--r-- | libc/termios/tcsetattr.c | 5 | ||||
-rw-r--r-- | libc/termios/tcsetpgrp.c | 5 |
14 files changed, 28 insertions, 42 deletions
diff --git a/libc/termios/cfmakeraw.c b/libc/termios/cfmakeraw.c index aae76782d..0c5ec4651 100644 --- a/libc/termios/cfmakeraw.c +++ b/libc/termios/cfmakeraw.c @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include <termios.h> diff --git a/libc/termios/cfsetspeed.c b/libc/termios/cfsetspeed.c index b1d54cb9f..f2bfa4e8c 100644 --- a/libc/termios/cfsetspeed.c +++ b/libc/termios/cfsetspeed.c @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include <termios.h> #include <errno.h> diff --git a/libc/termios/isatty.c b/libc/termios/isatty.c index 9e865225f..9c054d962 100644 --- a/libc/termios/isatty.c +++ b/libc/termios/isatty.c @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include <unistd.h> #include <termios.h> diff --git a/libc/termios/kernel_termios.h b/libc/termios/kernel_termios.h index 87d5c07e4..defb462b7 100644 --- a/libc/termios/kernel_termios.h +++ b/libc/termios/kernel_termios.h @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #ifndef _KERNEL_TERMIOS_H #define _KERNEL_TERMIOS_H 1 diff --git a/libc/termios/speed.c b/libc/termios/speed.c index 33b9c4a96..a32e5ed71 100644 --- a/libc/termios/speed.c +++ b/libc/termios/speed.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include <stddef.h> #include <errno.h> diff --git a/libc/termios/tcdrain.c b/libc/termios/tcdrain.c index e0f423138..011a78636 100644 --- a/libc/termios/tcdrain.c +++ b/libc/termios/tcdrain.c @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <termios.h> diff --git a/libc/termios/tcflow.c b/libc/termios/tcflow.c index 35ae1b2a6..10cc008d0 100644 --- a/libc/termios/tcflow.c +++ b/libc/termios/tcflow.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <termios.h> diff --git a/libc/termios/tcflush.c b/libc/termios/tcflush.c index 7c9d1c584..ec36a836c 100644 --- a/libc/termios/tcflush.c +++ b/libc/termios/tcflush.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <termios.h> diff --git a/libc/termios/tcgetattr.c b/libc/termios/tcgetattr.c index 0bdc70b3c..53e40c39a 100644 --- a/libc/termios/tcgetattr.c +++ b/libc/termios/tcgetattr.c @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include <features.h> #include <string.h> diff --git a/libc/termios/tcgetpgrp.c b/libc/termios/tcgetpgrp.c index e2509c830..7cec39c3d 100644 --- a/libc/termios/tcgetpgrp.c +++ b/libc/termios/tcgetpgrp.c @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include <sys/ioctl.h> #include <errno.h> diff --git a/libc/termios/tcgetsid.c b/libc/termios/tcgetsid.c index b5da2e76e..5e811422c 100644 --- a/libc/termios/tcgetsid.c +++ b/libc/termios/tcgetsid.c @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <termios.h> diff --git a/libc/termios/tcsendbrk.c b/libc/termios/tcsendbrk.c index 322956c75..8339cfa46 100644 --- a/libc/termios/tcsendbrk.c +++ b/libc/termios/tcsendbrk.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <stddef.h> diff --git a/libc/termios/tcsetattr.c b/libc/termios/tcsetattr.c index 786fc69c5..8b9d25361 100644 --- a/libc/termios/tcsetattr.c +++ b/libc/termios/tcsetattr.c @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <string.h> diff --git a/libc/termios/tcsetpgrp.c b/libc/termios/tcsetpgrp.c index 6a3b8d827..ee73fb149 100644 --- a/libc/termios/tcsetpgrp.c +++ b/libc/termios/tcsetpgrp.c @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include <sys/types.h> #include <sys/ioctl.h> |