From: Roy Marples Date: Tue, 8 Jan 2008 09:51:23 +0000 (+0000) Subject: Belatedly into 2008 :) X-Git-Tag: v3.2.3~110 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=782830eb5d57c8a1bd90f1ad3973dddbceb29ee1;p=thirdparty%2Fdhcpcd.git Belatedly into 2008 :) --- diff --git a/Makefile b/Makefile index ef80961a..719a9e8c 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # Makefile based on BSD's pmake. # Our mk stubs also work with GNU make. -# Copyright 2008 Roy Marples +# Copyright 2008 Roy Marples PROG= dhcpcd SRCS= arp.c client.c common.c configure.c dhcp.c dhcpcd.c duid.c \ diff --git a/README b/README index 284acc39..dd858c25 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ dhcpcd-3 - DHCP client daemon -Copyright 2006-2007 Roy Marples +Copyright 2006-2008 Roy Marples Installation diff --git a/arp.c b/arp.c index c49697dc..b221d380 100644 --- a/arp.c +++ b/arp.c @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * Copyright 2006-2007 Roy Marples + * Copyright 2006-2008 Roy Marples * All rights reserved * Redistribution and use in source and binary forms, with or without diff --git a/arp.h b/arp.h index 95cdcce6..3b7e8ef5 100644 --- a/arp.h +++ b/arp.h @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * Copyright 2006-2007 Roy Marples + * Copyright 2006-2008 Roy Marples * All rights reserved * Redistribution and use in source and binary forms, with or without diff --git a/client.c b/client.c index bdfb1193..914f4e06 100644 --- a/client.c +++ b/client.c @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * Copyright 2006-2007 Roy Marples + * Copyright 2006-2008 Roy Marples * All rights reserved * Redistribution and use in source and binary forms, with or without diff --git a/client.h b/client.h index 94ff29d8..fa6ea9bb 100644 --- a/client.h +++ b/client.h @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * Copyright 2006-2007 Roy Marples + * Copyright 2006-2008 Roy Marples * All rights reserved * Redistribution and use in source and binary forms, with or without diff --git a/common.c b/common.c index 84f05080..78f9694d 100644 --- a/common.c +++ b/common.c @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * Copyright 2006-2007 Roy Marples + * Copyright 2006-2008 Roy Marples * All rights reserved * Redistribution and use in source and binary forms, with or without diff --git a/common.h b/common.h index a4a0a1ae..b28b6546 100644 --- a/common.h +++ b/common.h @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * Copyright 2006-2007 Roy Marples + * Copyright 2006-2008 Roy Marples * All rights reserved * Redistribution and use in source and binary forms, with or without diff --git a/config.h b/config.h index 5397519e..d7e526ce 100644 --- a/config.h +++ b/config.h @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * Copyright 2006-2007 Roy Marples + * Copyright 2006-2008 Roy Marples * * Distributed under the terms of the GNU General Public License v2 */ diff --git a/configure.c b/configure.c index 4dfc0ccf..f67a5b41 100644 --- a/configure.c +++ b/configure.c @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * Copyright 2006-2007 Roy Marples + * Copyright 2006-2008 Roy Marples * All rights reserved * Redistribution and use in source and binary forms, with or without diff --git a/configure.h b/configure.h index 60cb21a7..3166947f 100644 --- a/configure.h +++ b/configure.h @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * Copyright 2006-2007 Roy Marples + * Copyright 2006-2008 Roy Marples * All rights reserved * Redistribution and use in source and binary forms, with or without diff --git a/dhcp.c b/dhcp.c index 30ec4b54..13f60200 100644 --- a/dhcp.c +++ b/dhcp.c @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * Copyright 2006-2007 Roy Marples + * Copyright 2006-2008 Roy Marples * All rights reserved * Redistribution and use in source and binary forms, with or without diff --git a/dhcp.h b/dhcp.h index 29da1412..2987fc64 100644 --- a/dhcp.h +++ b/dhcp.h @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * Copyright 2006-2007 Roy Marples + * Copyright 2006-2008 Roy Marples * All rights reserved * Redistribution and use in source and binary forms, with or without diff --git a/dhcpcd.c b/dhcpcd.c index 561862ab..8bb65277 100644 --- a/dhcpcd.c +++ b/dhcpcd.c @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * Copyright 2006-2007 Roy Marples + * Copyright 2006-2008 Roy Marples * All rights reserved * Redistribution and use in source and binary forms, with or without @@ -25,7 +25,7 @@ * SUCH DAMAGE. */ -const char copyright[] = "Copyright (c) 2006-2007 Roy Marples"; +const char copyright[] = "Copyright (c) 2006-2008 Roy Marples"; /* We need to define this to get kill on GNU systems */ #ifdef __linux__ diff --git a/dhcpcd.h b/dhcpcd.h index cbfd24e3..70caf988 100644 --- a/dhcpcd.h +++ b/dhcpcd.h @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * Copyright 2006-2007 Roy Marples + * Copyright 2006-2008 Roy Marples * All rights reserved * Redistribution and use in source and binary forms, with or without diff --git a/duid.c b/duid.c index 4c81d98d..f29cc9c8 100644 --- a/duid.c +++ b/duid.c @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * Copyright 2006-2007 Roy Marples + * Copyright 2006-2008 Roy Marples * All rights reserved * Redistribution and use in source and binary forms, with or without diff --git a/duid.h b/duid.h index 9373f58c..a5bf3f91 100644 --- a/duid.h +++ b/duid.h @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * Copyright 2006-2007 Roy Marples + * Copyright 2006-2008 Roy Marples * All rights reserved * Redistribution and use in source and binary forms, with or without diff --git a/info.c b/info.c index b44aa18a..bf9ddbab 100644 --- a/info.c +++ b/info.c @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * Copyright 2006-2007 Roy Marples + * Copyright 2006-2008 Roy Marples * All rights reserved * Redistribution and use in source and binary forms, with or without diff --git a/info.h b/info.h index db2dfc73..22966dba 100644 --- a/info.h +++ b/info.h @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * Copyright 2006-2007 Roy Marples + * Copyright 2006-2008 Roy Marples * All rights reserved * Redistribution and use in source and binary forms, with or without diff --git a/interface.c b/interface.c index 8710a076..c1ae633a 100644 --- a/interface.c +++ b/interface.c @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * Copyright 2006-2007 Roy Marples + * Copyright 2006-2008 Roy Marples * All rights reserved * Redistribution and use in source and binary forms, with or without diff --git a/interface.h b/interface.h index 7b55a1b7..a16387a1 100644 --- a/interface.h +++ b/interface.h @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * Copyright 2006-2007 Roy Marples + * Copyright 2006-2008 Roy Marples * All rights reserved * Redistribution and use in source and binary forms, with or without diff --git a/ipv4ll.c b/ipv4ll.c index 53eda857..fd46c814 100644 --- a/ipv4ll.c +++ b/ipv4ll.c @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * Copyright 2006-2007 Roy Marples + * Copyright 2006-2008 Roy Marples * All rights reserved * Redistribution and use in source and binary forms, with or without diff --git a/ipv4ll.h b/ipv4ll.h index 8c100f3a..4fa89439 100644 --- a/ipv4ll.h +++ b/ipv4ll.h @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * Copyright 2006-2007 Roy Marples + * Copyright 2006-2008 Roy Marples * All rights reserved * Redistribution and use in source and binary forms, with or without diff --git a/logger.c b/logger.c index 0e03bea9..421793b8 100644 --- a/logger.c +++ b/logger.c @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * Copyright 2006-2007 Roy Marples + * Copyright 2006-2008 Roy Marples * All rights reserved * Redistribution and use in source and binary forms, with or without diff --git a/logger.h b/logger.h index ce7e8e78..89e7e446 100644 --- a/logger.h +++ b/logger.h @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * Copyright 2006-2007 Roy Marples + * Copyright 2006-2008 Roy Marples * All rights reserved * Redistribution and use in source and binary forms, with or without diff --git a/mk/cc.mk b/mk/cc.mk index 101d17c0..18eae7ee 100644 --- a/mk/cc.mk +++ b/mk/cc.mk @@ -1,4 +1,4 @@ -# Copyright 2008 Roy Marples +# Copyright 2008 Roy Marples # Setup some good default CFLAGS diff --git a/mk/depend.mk b/mk/depend.mk index 870d2ab7..8123e987 100644 --- a/mk/depend.mk +++ b/mk/depend.mk @@ -1,7 +1,7 @@ # This only works for make implementations that always include a .depend if # it exists. Only GNU make does not do this. -# Copyright 2008 Roy Marples +# Copyright 2008 Roy Marples CLEANFILES+= .depend diff --git a/mk/dist.mk b/mk/dist.mk index 01b0df2d..00bfd930 100644 --- a/mk/dist.mk +++ b/mk/dist.mk @@ -1,5 +1,5 @@ -# rules to make a distribution tarball -# Copyright 2008 Roy Marples +# rules to make a distribution tarball from a git repo +# Copyright 2008 Roy Marples GITREF?= HEAD DISTFILE?= ${PROG}-${VERSION}.tar.bz2 diff --git a/mk/man.mk b/mk/man.mk index 94f345ae..63667b8f 100644 --- a/mk/man.mk +++ b/mk/man.mk @@ -1,5 +1,5 @@ # rules to install manpages -# Copyright 2008 Roy Marples +# Copyright 2008 Roy Marples MANPREFIX?= /usr/share MANMODE?= 0444 diff --git a/mk/os.mk b/mk/os.mk index 08a59196..731ff1c3 100644 --- a/mk/os.mk +++ b/mk/os.mk @@ -1,5 +1,5 @@ # Setup OS specific variables -# Copyright 2008 Roy Marples +# Copyright 2008 Roy Marples # Work out if we need -lresolv or not _LIBRESOLV_SH= printf '\#include \n\#include \nint main (void) { return (res_init ()); }\n' > .res_init.c; \ diff --git a/mk/prog.mk b/mk/prog.mk index c36cfa41..8436cf3f 100644 --- a/mk/prog.mk +++ b/mk/prog.mk @@ -1,7 +1,7 @@ # rules to build a program # based on FreeBSD's bsd.prog.mk -# Copyright 2008 Roy Marples +# Copyright 2008 Roy Marples BINDIR?= /sbin OBJS+= ${SRCS:.c=.o} @@ -11,7 +11,7 @@ INSTALL?= install all: ${PROG} ${MAN} ${PROG}: ${SCRIPTS} ${OBJS} - ${CC} ${CFLAGS} ${LDFLAGS} ${PROGLDFLAGS} -o $@ ${OBJS} ${LDADD} + ${CC} ${CFLAGS} ${LDFLAGS} -o $@ ${OBJS} ${LDADD} _proginstall: ${PROG} ${INSTALL} -d ${DESTDIR}${BINDIR} diff --git a/signal.c b/signal.c index 257678fd..853b85d6 100644 --- a/signal.c +++ b/signal.c @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * Copyright 2006-2007 Roy Marples + * Copyright 2006-2008 Roy Marples * All rights reserved * Redistribution and use in source and binary forms, with or without diff --git a/signal.h b/signal.h index 8a7a491b..cbd8477b 100644 --- a/signal.h +++ b/signal.h @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * Copyright 2006-2007 Roy Marples + * Copyright 2006-2008 Roy Marples * All rights reserved * Redistribution and use in source and binary forms, with or without diff --git a/socket.c b/socket.c index e754f8d6..92c438f5 100644 --- a/socket.c +++ b/socket.c @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * Copyright 2006-2007 Roy Marples + * Copyright 2006-2008 Roy Marples * * Distributed under the terms of the GNU General Public License v2 */ diff --git a/socket.h b/socket.h index bc5857b4..6fe8ab39 100644 --- a/socket.h +++ b/socket.h @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * Copyright 2006-2007 Roy Marples + * Copyright 2006-2008 Roy Marples * All rights reserved * Redistribution and use in source and binary forms, with or without