diff options
Diffstat (limited to 'libc/inet')
| -rw-r--r-- | libc/inet/ether_addr.c | 5 | ||||
| -rw-r--r-- | libc/inet/gai_strerror.c | 5 | ||||
| -rw-r--r-- | libc/inet/if_index.c | 5 | ||||
| -rw-r--r-- | libc/inet/ifaddrs.c | 5 | ||||
| -rw-r--r-- | libc/inet/in6_addr.c | 5 | ||||
| -rw-r--r-- | libc/inet/netlinkaccess.h | 5 | ||||
| -rw-r--r-- | libc/inet/opensock.c | 5 | ||||
| -rw-r--r-- | libc/inet/rpc/create_xid.c | 5 | ||||
| -rw-r--r-- | libc/inet/rpc/errqueue.h | 5 | ||||
| -rw-r--r-- | libc/inet/rpc/sa_len.c | 5 | ||||
| -rw-r--r-- | libc/inet/rpc/xdr_intXX_t.c | 5 | 
11 files changed, 22 insertions, 33 deletions
diff --git a/libc/inet/ether_addr.c b/libc/inet/ether_addr.c index dcdbb7f95..6d456e716 100644 --- a/libc/inet/ether_addr.c +++ b/libc/inet/ether_addr.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; see the file COPYING.LIB.  If +   not, see <http://www.gnu.org/licenses/>.  */  /* diff --git a/libc/inet/gai_strerror.c b/libc/inet/gai_strerror.c index ab6bf982a..1da55524a 100644 --- a/libc/inet/gai_strerror.c +++ b/libc/inet/gai_strerror.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 <stdio.h>  #include <netdb.h> diff --git a/libc/inet/if_index.c b/libc/inet/if_index.c index e2f2da1bb..2d7ab27fa 100644 --- a/libc/inet/if_index.c +++ b/libc/inet/if_index.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; see the file COPYING.LIB.  If +   not, see <http://www.gnu.org/licenses/>.     Reworked Dec 2002 by Erik Andersen <andersen@codepoet.org>   */ diff --git a/libc/inet/ifaddrs.c b/libc/inet/ifaddrs.c index d9be47976..6d9ee8903 100644 --- a/libc/inet/ifaddrs.c +++ b/libc/inet/ifaddrs.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 <alloca.h>  #include <assert.h> diff --git a/libc/inet/in6_addr.c b/libc/inet/in6_addr.c index 735f8a32f..2d0d0182f 100644 --- a/libc/inet/in6_addr.c +++ b/libc/inet/in6_addr.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 <netinet/in.h> diff --git a/libc/inet/netlinkaccess.h b/libc/inet/netlinkaccess.h index 96ece392c..e9017cdd4 100644 --- a/libc/inet/netlinkaccess.h +++ b/libc/inet/netlinkaccess.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 _NETLINKACCESS_H  #define _NETLINKACCESS_H 1 diff --git a/libc/inet/opensock.c b/libc/inet/opensock.c index 93c469cca..3373f34ed 100644 --- a/libc/inet/opensock.c +++ b/libc/inet/opensock.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 <assert.h>  #include <errno.h> diff --git a/libc/inet/rpc/create_xid.c b/libc/inet/rpc/create_xid.c index fd673598f..61487c6a4 100644 --- a/libc/inet/rpc/create_xid.c +++ b/libc/inet/rpc/create_xid.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 <unistd.h>  #include <stdlib.h> diff --git a/libc/inet/rpc/errqueue.h b/libc/inet/rpc/errqueue.h index 9ed6dc62b..07f65e1db 100644 --- a/libc/inet/rpc/errqueue.h +++ b/libc/inet/rpc/errqueue.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/>.  */  /* Linux version.  */ diff --git a/libc/inet/rpc/sa_len.c b/libc/inet/rpc/sa_len.c index b285a20d0..886fb3e34 100644 --- a/libc/inet/rpc/sa_len.c +++ b/libc/inet/rpc/sa_len.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/socket.h>  #include <netinet/in.h> diff --git a/libc/inet/rpc/xdr_intXX_t.c b/libc/inet/rpc/xdr_intXX_t.c index 5e1f18756..0688b3fc3 100644 --- a/libc/inet/rpc/xdr_intXX_t.c +++ b/libc/inet/rpc/xdr_intXX_t.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 <rpc/types.h>  #include <rpc/xdr.h>  | 
