diff options
Diffstat (limited to 'nss')
55 files changed, 110 insertions, 165 deletions
diff --git a/nss/Makefile b/nss/Makefile index fb6428345b..65c094d689 100644 --- a/nss/Makefile +++ b/nss/Makefile @@ -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/>. # # Makefile for name service switch. diff --git a/nss/XXX-lookup.c b/nss/XXX-lookup.c index f88d69e9ec..f7c6f34155 100644 --- a/nss/XXX-lookup.c +++ b/nss/XXX-lookup.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 "nsswitch.h" diff --git a/nss/alias-lookup.c b/nss/alias-lookup.c index 6aba466b30..731a7c6665 100644 --- a/nss/alias-lookup.c +++ b/nss/alias-lookup.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/>. */ #define DATABASE_NAME aliases diff --git a/nss/databases.def b/nss/databases.def index bc0c6f5a0b..755fbe201a 100644 --- a/nss/databases.def +++ b/nss/databases.def @@ -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/>. */ /* This list must be kept sorted!!! If any long name is added the field size for it must be increases. */ diff --git a/nss/db-Makefile b/nss/db-Makefile index f86ba12bad..a0faa36671 100644 --- a/nss/db-Makefile +++ b/nss/db-Makefile @@ -15,9 +15,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/>. DATABASES = $(wildcard /etc/passwd /etc/group /etc/ethers /etc/protocols \ /etc/rpc /etc/services /etc/shadow /etc/gshadow \ diff --git a/nss/digits_dots.c b/nss/digits_dots.c index 9576dd53b7..5b31ebc7e1 100644 --- a/nss/digits_dots.c +++ b/nss/digits_dots.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 <assert.h> #include <errno.h> diff --git a/nss/ethers-lookup.c b/nss/ethers-lookup.c index d31ea841a6..4df80e0120 100644 --- a/nss/ethers-lookup.c +++ b/nss/ethers-lookup.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/>. */ #define DATABASE_NAME ethers diff --git a/nss/function.def b/nss/function.def index 505fb9307f..1a7d326102 100644 --- a/nss/function.def +++ b/nss/function.def @@ -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/>. */ /* This is a minimal config. Only services `files' and `dns' are supported. diff --git a/nss/getXXbyYY.c b/nss/getXXbyYY.c index dd0ac840eb..336676ad55 100644 --- a/nss/getXXbyYY.c +++ b/nss/getXXbyYY.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/nss/getXXbyYY_r.c b/nss/getXXbyYY_r.c index 0dbb0030e9..d197c9be17 100644 --- a/nss/getXXbyYY_r.c +++ b/nss/getXXbyYY_r.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 <assert.h> #include <atomic.h> diff --git a/nss/getXXent.c b/nss/getXXent.c index 60e1395f2b..008851e597 100644 --- a/nss/getXXent.c +++ b/nss/getXXent.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 <bits/libc-lock.h> diff --git a/nss/getXXent_r.c b/nss/getXXent_r.c index d53caeff40..f1036058ff 100644 --- a/nss/getXXent_r.c +++ b/nss/getXXent_r.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 <bits/libc-lock.h> diff --git a/nss/getent.c b/nss/getent.c index 1cc251c395..e88356dd2b 100644 --- a/nss/getent.c +++ b/nss/getent.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/>. */ /* getent: get entries from administrative database. */ diff --git a/nss/getnssent.c b/nss/getnssent.c index 1f7573da74..014b37681b 100644 --- a/nss/getnssent.c +++ b/nss/getnssent.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 <stdlib.h> diff --git a/nss/getnssent_r.c b/nss/getnssent_r.c index cca293282d..b9cd359058 100644 --- a/nss/getnssent_r.c +++ b/nss/getnssent_r.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 <netdb.h> diff --git a/nss/grp-lookup.c b/nss/grp-lookup.c index 9373045b53..7d7120a37c 100644 --- a/nss/grp-lookup.c +++ b/nss/grp-lookup.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/>. */ #define DATABASE_NAME group #define DEFAULT_CONFIG "compat [NOTFOUND=return] files" diff --git a/nss/hosts-lookup.c b/nss/hosts-lookup.c index 8dff71f7c5..fd89cf911b 100644 --- a/nss/hosts-lookup.c +++ b/nss/hosts-lookup.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/>. */ #define DATABASE_NAME hosts #define DEFAULT_CONFIG "dns [!UNAVAIL=return] files" diff --git a/nss/key-lookup.c b/nss/key-lookup.c index e2c4c14a67..97c7eee3e7 100644 --- a/nss/key-lookup.c +++ b/nss/key-lookup.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/>. */ #define DATABASE_NAME publickey #define DEFAULT_CONFIG "nis nisplus" diff --git a/nss/makedb.c b/nss/makedb.c index e9b6af0fcb..d4ac16e4bf 100644 --- a/nss/makedb.c +++ b/nss/makedb.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 <argp.h> #include <assert.h> diff --git a/nss/netgrp-lookup.c b/nss/netgrp-lookup.c index 526755a53a..e76f2fc4d5 100644 --- a/nss/netgrp-lookup.c +++ b/nss/netgrp-lookup.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/>. */ #define DATABASE_NAME netgroup diff --git a/nss/network-lookup.c b/nss/network-lookup.c index 8bfaab8dd3..90a9be3bd2 100644 --- a/nss/network-lookup.c +++ b/nss/network-lookup.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/>. */ #define DATABASE_NAME networks #define DEFAULT_CONFIG "dns [!UNAVAIL=return] files" @@ -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/>. */ /* Define interface to NSS. This is meant for the interface functions and for implementors of new services. */ diff --git a/nss/nss_db/db-XXX.c b/nss/nss_db/db-XXX.c index 0600e38b6f..c2962ad31f 100644 --- a/nss/nss_db/db-XXX.c +++ b/nss/nss_db/db-XXX.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 <dlfcn.h> #include <fcntl.h> diff --git a/nss/nss_db/db-init.c b/nss/nss_db/db-init.c index 8228d61f57..906331ae0a 100644 --- a/nss/nss_db/db-init.c +++ b/nss/nss_db/db-init.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 <paths.h> #include <nscd/nscd.h> diff --git a/nss/nss_db/db-initgroups.c b/nss/nss_db/db-initgroups.c index aa8163b5b0..0d44e00b1b 100644 --- a/nss/nss_db/db-initgroups.c +++ b/nss/nss_db/db-initgroups.c @@ -14,9 +14,8 @@ Library General Public License for more details. You should have received a copy of the GNU Library General Public - License along with the GNU C Library; see the file COPYING.LIB. 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/>. */ #include <ctype.h> #include <errno.h> diff --git a/nss/nss_db/db-netgrp.c b/nss/nss_db/db-netgrp.c index 901d4f50b0..37705b05a1 100644 --- a/nss/nss_db/db-netgrp.c +++ b/nss/nss_db/db-netgrp.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 <ctype.h> #include <dlfcn.h> diff --git a/nss/nss_db/db-open.c b/nss/nss_db/db-open.c index 5a805cffbf..c8df4fdf15 100644 --- a/nss/nss_db/db-open.c +++ b/nss/nss_db/db-open.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 <fcntl.h> diff --git a/nss/nss_db/nss_db.h b/nss/nss_db/nss_db.h index a965ae33fe..b4c71b04c8 100644 --- a/nss/nss_db/nss_db.h +++ b/nss/nss_db/nss_db.h @@ -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/>. */ #ifndef _NSS_DB_H #define _NSS_DB_H 1 diff --git a/nss/nss_files/files-XXX.c b/nss/nss_files/files-XXX.c index 8db052903f..a6df348727 100644 --- a/nss/nss_files/files-XXX.c +++ b/nss/nss_files/files-XXX.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 <stdio.h> #include <ctype.h> diff --git a/nss/nss_files/files-alias.c b/nss/nss_files/files-alias.c index 023021e6ce..ae6a80eccd 100644 --- a/nss/nss_files/files-alias.c +++ b/nss/nss_files/files-alias.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 <aliases.h> #include <ctype.h> diff --git a/nss/nss_files/files-ethers.c b/nss/nss_files/files-ethers.c index 91363ba173..136046fe51 100644 --- a/nss/nss_files/files-ethers.c +++ b/nss/nss_files/files-ethers.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 <string.h> #include <netinet/ether.h> diff --git a/nss/nss_files/files-grp.c b/nss/nss_files/files-grp.c index 30751ab048..da4a701b39 100644 --- a/nss/nss_files/files-grp.c +++ b/nss/nss_files/files-grp.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 <grp.h> diff --git a/nss/nss_files/files-have_o_cloexec.c b/nss/nss_files/files-have_o_cloexec.c index a83e8a4487..997ac30c46 100644 --- a/nss/nss_files/files-have_o_cloexec.c +++ b/nss/nss_files/files-have_o_cloexec.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 <fcntl.h> #include <kernel-features.h> diff --git a/nss/nss_files/files-hosts.c b/nss/nss_files/files-hosts.c index f6f960ecbe..d7d3c5274f 100644 --- a/nss/nss_files/files-hosts.c +++ b/nss/nss_files/files-hosts.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 <assert.h> #include <netinet/in.h> diff --git a/nss/nss_files/files-init.c b/nss/nss_files/files-init.c index 7012ab2b5e..18757cb25b 100644 --- a/nss/nss_files/files-init.c +++ b/nss/nss_files/files-init.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 <nscd/nscd.h> diff --git a/nss/nss_files/files-initgroups.c b/nss/nss_files/files-initgroups.c index 3a3b5c1e38..c8ce0656af 100644 --- a/nss/nss_files/files-initgroups.c +++ b/nss/nss_files/files-initgroups.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 <errno.h> diff --git a/nss/nss_files/files-key.c b/nss/nss_files/files-key.c index cb39204825..6d82d47c48 100644 --- a/nss/nss_files/files-key.c +++ b/nss/nss_files/files-key.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 <errno.h> diff --git a/nss/nss_files/files-netgrp.c b/nss/nss_files/files-netgrp.c index f70196bc7e..7a8e3d0a9b 100644 --- a/nss/nss_files/files-netgrp.c +++ b/nss/nss_files/files-netgrp.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 <ctype.h> #include <errno.h> diff --git a/nss/nss_files/files-network.c b/nss/nss_files/files-network.c index 9017c54997..7cd688f3bf 100644 --- a/nss/nss_files/files-network.c +++ b/nss/nss_files/files-network.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> #include <arpa/inet.h> diff --git a/nss/nss_files/files-parse.c b/nss/nss_files/files-parse.c index 66604bf94e..c9f80855ca 100644 --- a/nss/nss_files/files-parse.c +++ b/nss/nss_files/files-parse.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 <ctype.h> #include <errno.h> diff --git a/nss/nss_files/files-proto.c b/nss/nss_files/files-proto.c index 5df325b496..3f3597fe80 100644 --- a/nss/nss_files/files-proto.c +++ b/nss/nss_files/files-proto.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 <netdb.h> diff --git a/nss/nss_files/files-pwd.c b/nss/nss_files/files-pwd.c index 4763f0149a..acf09c6f16 100644 --- a/nss/nss_files/files-pwd.c +++ b/nss/nss_files/files-pwd.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 <pwd.h> diff --git a/nss/nss_files/files-rpc.c b/nss/nss_files/files-rpc.c index 2b41611d4c..dcc0cfef70 100644 --- a/nss/nss_files/files-rpc.c +++ b/nss/nss_files/files-rpc.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/netdb.h> diff --git a/nss/nss_files/files-service.c b/nss/nss_files/files-service.c index 6f2b0e64a6..35d592d272 100644 --- a/nss/nss_files/files-service.c +++ b/nss/nss_files/files-service.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> #include <netdb.h> diff --git a/nss/nss_files/files-sgrp.c b/nss/nss_files/files-sgrp.c index 684bacc3d0..8134ee37ea 100644 --- a/nss/nss_files/files-sgrp.c +++ b/nss/nss_files/files-sgrp.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 <gshadow.h> diff --git a/nss/nss_files/files-spwd.c b/nss/nss_files/files-spwd.c index e227d71275..8b206d14d8 100644 --- a/nss/nss_files/files-spwd.c +++ b/nss/nss_files/files-spwd.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 <shadow.h> diff --git a/nss/nsswitch.c b/nss/nsswitch.c index 6ac1458a62..7acb1403fd 100644 --- a/nss/nsswitch.c +++ b/nss/nsswitch.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 <ctype.h> #include <dlfcn.h> diff --git a/nss/nsswitch.h b/nss/nsswitch.h index 1bf663c854..90e208b2b0 100644 --- a/nss/nsswitch.h +++ b/nss/nsswitch.h @@ -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/>. */ #ifndef _NSSWITCH_H #define _NSSWITCH_H 1 diff --git a/nss/proto-lookup.c b/nss/proto-lookup.c index 8f98158b35..22298c1fa3 100644 --- a/nss/proto-lookup.c +++ b/nss/proto-lookup.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/>. */ #define DATABASE_NAME protocols diff --git a/nss/pwd-lookup.c b/nss/pwd-lookup.c index 1def3a08c6..289996bf6e 100644 --- a/nss/pwd-lookup.c +++ b/nss/pwd-lookup.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/>. */ #define DATABASE_NAME passwd #define DEFAULT_CONFIG "compat [NOTFOUND=return] files" diff --git a/nss/rpc-lookup.c b/nss/rpc-lookup.c index 2de497c017..ae3a3456a9 100644 --- a/nss/rpc-lookup.c +++ b/nss/rpc-lookup.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/>. */ #define DATABASE_NAME rpc diff --git a/nss/service-lookup.c b/nss/service-lookup.c index f3561855d4..2267874353 100644 --- a/nss/service-lookup.c +++ b/nss/service-lookup.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/>. */ #define DATABASE_NAME services #define NO_COMPAT diff --git a/nss/sgrp-lookup.c b/nss/sgrp-lookup.c index be3933f26b..b71042523a 100644 --- a/nss/sgrp-lookup.c +++ b/nss/sgrp-lookup.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/>. */ #define DATABASE_NAME gshadow #define ALTERNATE_NAME group diff --git a/nss/spwd-lookup.c b/nss/spwd-lookup.c index 40c2f613c3..79ea0d3cc9 100644 --- a/nss/spwd-lookup.c +++ b/nss/spwd-lookup.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/>. */ #define DATABASE_NAME shadow #define ALTERNATE_NAME passwd diff --git a/nss/test-netdb.c b/nss/test-netdb.c index a701b49b77..6554776443 100644 --- a/nss/test-netdb.c +++ b/nss/test-netdb.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/>. */ /* Testing of some network related lookup functions. |