diff options
| author | Roy Marples <roy@marples.name> | 2009-05-01 13:57:45 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2009-05-01 13:57:45 +0000 |
| commit | 601fb3d500ffb57f5ce6eb584c0c481df7870589 (patch) | |
| tree | 17b6a787d207d02ff2bc26828e7a6f05d8097eca | |
| parent | 260d960e47803ed857cbab7f42ce73b61e7f61ef (diff) | |
| download | dhcpcd-601fb3d500ffb57f5ce6eb584c0c481df7870589.tar.xz | |
Add (c) to Copyright
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | README | 2 | ||||
| -rw-r--r-- | arp.c | 2 | ||||
| -rw-r--r-- | arp.h | 2 | ||||
| -rw-r--r-- | bind.c | 2 | ||||
| -rw-r--r-- | bind.h | 2 | ||||
| -rw-r--r-- | bpf-filter.h | 2 | ||||
| -rw-r--r-- | bpf.c | 2 | ||||
| -rw-r--r-- | common.c | 2 | ||||
| -rw-r--r-- | common.h | 2 | ||||
| -rw-r--r-- | config.h | 2 | ||||
| -rw-r--r-- | configure.c | 2 | ||||
| -rw-r--r-- | configure.h | 2 | ||||
| -rw-r--r-- | control.c | 2 | ||||
| -rw-r--r-- | control.h | 2 | ||||
| -rw-r--r-- | dhcp.c | 2 | ||||
| -rw-r--r-- | dhcp.h | 2 | ||||
| -rw-r--r-- | dhcpcd-run-hooks.8.in | 2 | ||||
| -rw-r--r-- | dhcpcd.8.in | 2 | ||||
| -rw-r--r-- | dhcpcd.c | 2 | ||||
| -rw-r--r-- | dhcpcd.conf.5.in | 2 | ||||
| -rw-r--r-- | dhcpcd.h | 2 | ||||
| -rw-r--r-- | duid.c | 2 | ||||
| -rw-r--r-- | duid.h | 2 | ||||
| -rw-r--r-- | eloop.c | 2 | ||||
| -rw-r--r-- | eloop.h | 2 | ||||
| -rw-r--r-- | if-bsd.c | 2 | ||||
| -rw-r--r-- | if-linux-wireless.c | 2 | ||||
| -rw-r--r-- | if-linux.c | 2 | ||||
| -rw-r--r-- | if-options.c | 2 | ||||
| -rw-r--r-- | if-options.h | 2 | ||||
| -rw-r--r-- | if-pref.c | 2 | ||||
| -rw-r--r-- | if-pref.h | 2 | ||||
| -rw-r--r-- | ipv4ll.c | 2 | ||||
| -rw-r--r-- | ipv4ll.h | 2 | ||||
| -rw-r--r-- | lpf.c | 2 | ||||
| -rw-r--r-- | mk/cc.mk | 2 | ||||
| -rw-r--r-- | mk/depend.mk | 2 | ||||
| -rw-r--r-- | mk/dist.mk | 2 | ||||
| -rw-r--r-- | mk/files.mk | 2 | ||||
| -rw-r--r-- | mk/man.mk | 2 | ||||
| -rw-r--r-- | mk/os-BSD.mk | 2 | ||||
| -rw-r--r-- | mk/os-Darwin.mk | 2 | ||||
| -rw-r--r-- | mk/os-Linux.mk | 2 | ||||
| -rw-r--r-- | mk/os.mk | 2 | ||||
| -rw-r--r-- | mk/prog.mk | 2 | ||||
| -rw-r--r-- | mk/scripts.mk | 2 | ||||
| -rw-r--r-- | net.c | 2 | ||||
| -rw-r--r-- | net.h | 2 | ||||
| -rw-r--r-- | signals.c | 2 | ||||
| -rw-r--r-- | signals.h | 2 |
51 files changed, 51 insertions, 51 deletions
@@ -1,6 +1,6 @@ # Makefile based on BSD make. # Our mk stubs also work with GNU make. -# Copyright 2008 Roy Marples <roy@marples.name> +# Copyright (c) 2008 Roy Marples <roy@marples.name> PROG= dhcpcd SRCS= arp.c bind.c common.c control.c dhcp.c dhcpcd.c duid.c eloop.c @@ -1,5 +1,5 @@ dhcpcd - DHCP client daemon -Copyright 2006-2009 Roy Marples <roy@marples.name> +Copyright (c) 2006-2009 Roy Marples <roy@marples.name> Installation @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * Copyright 2006-2008 Roy Marples <roy@marples.name> + * Copyright (c) 2006-2008 Roy Marples <roy@marples.name> * All rights reserved * Redistribution and use in source and binary forms, with or without @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * Copyright 2006-2008 Roy Marples <roy@marples.name> + * Copyright (c) 2006-2008 Roy Marples <roy@marples.name> * All rights reserved * Redistribution and use in source and binary forms, with or without @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * Copyright 2006-2009 Roy Marples <roy@marples.name> + * Copyright (c) 2006-2009 Roy Marples <roy@marples.name> * All rights reserved * Redistribution and use in source and binary forms, with or without @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * Copyright 2006-2008 Roy Marples <roy@marples.name> + * Copyright (c) 2006-2008 Roy Marples <roy@marples.name> * All rights reserved * Redistribution and use in source and binary forms, with or without diff --git a/bpf-filter.h b/bpf-filter.h index 881f678e..b68ee493 100644 --- a/bpf-filter.h +++ b/bpf-filter.h @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * Copyright 2006-2008 Roy Marples <roy@marples.name> + * Copyright (c) 2006-2008 Roy Marples <roy@marples.name> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * Copyright 2006-2008 Roy Marples <roy@marples.name> + * Copyright (c) 2006-2008 Roy Marples <roy@marples.name> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * Copyright 2006-2009 Roy Marples <roy@marples.name> + * Copyright (c) 2006-2009 Roy Marples <roy@marples.name> * All rights reserved * Redistribution and use in source and binary forms, with or without @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * Copyright 2006-2009 Roy Marples <roy@marples.name> + * Copyright (c) 2006-2009 Roy Marples <roy@marples.name> * All rights reserved * Redistribution and use in source and binary forms, with or without @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * Copyright 2006-2009 Roy Marples <roy@marples.name> + * Copyright (c) 2006-2009 Roy Marples <roy@marples.name> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/configure.c b/configure.c index d87a58f3..11ea58a5 100644 --- a/configure.c +++ b/configure.c @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * Copyright 2006-2009 Roy Marples <roy@marples.name> + * Copyright (c) 2006-2009 Roy Marples <roy@marples.name> * All rights reserved * Redistribution and use in source and binary forms, with or without diff --git a/configure.h b/configure.h index 58b78026..17c506e5 100644 --- a/configure.h +++ b/configure.h @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * Copyright 2006-2009 Roy Marples <roy@marples.name> + * Copyright (c) 2006-2009 Roy Marples <roy@marples.name> * All rights reserved * Redistribution and use in source and binary forms, with or without @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * Copyright 2006-2009 Roy Marples <roy@marples.name> + * Copyright (c) 2006-2009 Roy Marples <roy@marples.name> * All rights reserved * Redistribution and use in source and binary forms, with or without @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * Copyright 2006-2008 Roy Marples <roy@marples.name> + * Copyright (c) 2006-2008 Roy Marples <roy@marples.name> * All rights reserved * Redistribution and use in source and binary forms, with or without @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * Copyright 2006-2009 Roy Marples <roy@marples.name> + * Copyright (c) 2006-2009 Roy Marples <roy@marples.name> * All rights reserved * Redistribution and use in source and binary forms, with or without @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * Copyright 2006-2008 Roy Marples <roy@marples.name> + * Copyright (c) 2006-2008 Roy Marples <roy@marples.name> * All rights reserved * Redistribution and use in source and binary forms, with or without diff --git a/dhcpcd-run-hooks.8.in b/dhcpcd-run-hooks.8.in index 7c5990ac..1a3d1ba8 100644 --- a/dhcpcd-run-hooks.8.in +++ b/dhcpcd-run-hooks.8.in @@ -1,4 +1,4 @@ -.\" Copyright 2006-2009 Roy Marples +.\" Copyright (c) 2006-2009 Roy Marples .\" All rights reserved .\" .\" Redistribution and use in source and binary forms, with or without diff --git a/dhcpcd.8.in b/dhcpcd.8.in index c3fff0c9..059a35a9 100644 --- a/dhcpcd.8.in +++ b/dhcpcd.8.in @@ -1,4 +1,4 @@ -.\" Copyright 2006-2009 Roy Marples +.\" Copyright (c) 2006-2009 Roy Marples .\" All rights reserved .\" .\" Redistribution and use in source and binary forms, with or without @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * Copyright 2006-2009 Roy Marples <roy@marples.name> + * Copyright (c) 2006-2009 Roy Marples <roy@marples.name> * All rights reserved * Redistribution and use in source and binary forms, with or without diff --git a/dhcpcd.conf.5.in b/dhcpcd.conf.5.in index ec58b866..a77778cc 100644 --- a/dhcpcd.conf.5.in +++ b/dhcpcd.conf.5.in @@ -1,4 +1,4 @@ -.\" Copyright 2006-2009 Roy Marples +.\" Copyright (c) 2006-2009 Roy Marples .\" All rights reserved .\" .\" Redistribution and use in source and binary forms, with or without @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * Copyright 2006-2009 Roy Marples <roy@marples.name> + * Copyright (c) 2006-2009 Roy Marples <roy@marples.name> * All rights reserved * Redistribution and use in source and binary forms, with or without @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * Copyright 2006-2008 Roy Marples <roy@marples.name> + * Copyright (c) 2006-2008 Roy Marples <roy@marples.name> * All rights reserved * Redistribution and use in source and binary forms, with or without @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * Copyright 2006-2008 Roy Marples <roy@marples.name> + * Copyright (c) 2006-2008 Roy Marples <roy@marples.name> * All rights reserved * Redistribution and use in source and binary forms, with or without @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * Copyright 2006-2008 Roy Marples <roy@marples.name> + * Copyright (c) 2006-2008 Roy Marples <roy@marples.name> * All rights reserved * Redistribution and use in source and binary forms, with or without @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * Copyright 2006-2008 Roy Marples <roy@marples.name> + * Copyright (c) 2006-2008 Roy Marples <roy@marples.name> * All rights reserved * Redistribution and use in source and binary forms, with or without @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * Copyright 2006-2009 Roy Marples <roy@marples.name> + * Copyright (c) 2006-2009 Roy Marples <roy@marples.name> * All rights reserved * Redistribution and use in source and binary forms, with or without diff --git a/if-linux-wireless.c b/if-linux-wireless.c index 54b6ddd9..0c7a3831 100644 --- a/if-linux-wireless.c +++ b/if-linux-wireless.c @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * Copyright 2009 Roy Marples <roy@marples.name> + * Copyright (c) 2009 Roy Marples <roy@marples.name> * All rights reserved * Redistribution and use in source and binary forms, with or without @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * Copyright 2006-2009 Roy Marples <roy@marples.name> + * Copyright (c) 2006-2009 Roy Marples <roy@marples.name> * All rights reserved * Redistribution and use in source and binary forms, with or without diff --git a/if-options.c b/if-options.c index 81226978..7a9e5e3d 100644 --- a/if-options.c +++ b/if-options.c @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * Copyright 2006-2009 Roy Marples <roy@marples.name> + * Copyright (c) 2006-2009 Roy Marples <roy@marples.name> * All rights reserved * Redistribution and use in source and binary forms, with or without diff --git a/if-options.h b/if-options.h index 8fa122ab..396f44ea 100644 --- a/if-options.h +++ b/if-options.h @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * Copyright 2006-2009 Roy Marples <roy@marples.name> + * Copyright (c) 2006-2009 Roy Marples <roy@marples.name> * All rights reserved * Redistribution and use in source and binary forms, with or without @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * Copyright 2006-2009 Roy Marples <roy@marples.name> + * Copyright (c) 2006-2009 Roy Marples <roy@marples.name> * All rights reserved * Redistribution and use in source and binary forms, with or without @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * Copyright 2006-2008 Roy Marples <roy@marples.name> + * Copyright (c) 2006-2008 Roy Marples <roy@marples.name> * All rights reserved * Redistribution and use in source and binary forms, with or without @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * Copyright 2006-2008 Roy Marples <roy@marples.name> + * Copyright (c) 2006-2008 Roy Marples <roy@marples.name> * All rights reserved * Redistribution and use in source and binary forms, with or without @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * Copyright 2006-2008 Roy Marples <roy@marples.name> + * Copyright (c) 2006-2008 Roy Marples <roy@marples.name> * All rights reserved * Redistribution and use in source and binary forms, with or without @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * Copyright 2006-2009 Roy Marples <roy@marples.name> + * Copyright (c) 2006-2009 Roy Marples <roy@marples.name> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -1,4 +1,4 @@ -# Copyright 2008 Roy Marples <roy@marples.name> +# Copyright (c) 2008 Roy Marples <roy@marples.name> # Setup some good default CFLAGS CFLAGS?= -O2 diff --git a/mk/depend.mk b/mk/depend.mk index 8dad1d91..ec74b54f 100644 --- a/mk/depend.mk +++ b/mk/depend.mk @@ -1,5 +1,5 @@ # Generate .depend -# Copyright 2008 Roy Marples <roy@marples.name> +# Copyright (c) 2008 Roy Marples <roy@marples.name> CLEANFILES+= .depend @@ -1,5 +1,5 @@ # rules to make a distribution tarball from a svn repo -# Copyright 2008-2009 Roy Marples <roy@marples.name> +# Copyright (c) 2008-2009 Roy Marples <roy@marples.name> GITREF?= HEAD DISTPREFIX?= ${PROG}-${VERSION} diff --git a/mk/files.mk b/mk/files.mk index 0682b034..e2c4087a 100644 --- a/mk/files.mk +++ b/mk/files.mk @@ -1,5 +1,5 @@ # Quick and dirty files -# Copyright 2008 Roy Marples <roy@marples.name> +# Copyright (c) 2008 Roy Marples <roy@marples.name> FILESDIR?= ${BINDIR} FILESMODE?= ${NONBINMODE} @@ -1,5 +1,5 @@ # rules to install manpages -# Copyright 2008 Roy Marples <roy@marples.name> +# Copyright (c) 2008 Roy Marples <roy@marples.name> _MANPREFIX_SH= if [ -n "${PREFIX}" ]; then echo "${PREFIX}"; else echo "/usr/share"; fi _MANPREFIX!= ${_MANPREFIX_SH} diff --git a/mk/os-BSD.mk b/mk/os-BSD.mk index f9d33975..d4162b0f 100644 --- a/mk/os-BSD.mk +++ b/mk/os-BSD.mk @@ -1,5 +1,5 @@ # Setup OS specific variables -# Copyright 2008 Roy Marples <roy@marples.name> +# Copyright (c) 2008 Roy Marples <roy@marples.name> SRC_PF= bpf.c SRC_IF= if-bsd.c diff --git a/mk/os-Darwin.mk b/mk/os-Darwin.mk index f2c3104e..5fdff19a 100644 --- a/mk/os-Darwin.mk +++ b/mk/os-Darwin.mk @@ -1,5 +1,5 @@ # Setup OS specific variables -# Copyright 2008 Roy Marples <roy@marples.name> +# Copyright (c) 2008 Roy Marples <roy@marples.name> include ${MK}/os-BSD.mk LINK_RPATH= --rpath diff --git a/mk/os-Linux.mk b/mk/os-Linux.mk index 7b6e460b..2922e1bf 100644 --- a/mk/os-Linux.mk +++ b/mk/os-Linux.mk @@ -1,5 +1,5 @@ # Setup OS specific variables -# Copyright 2008 Roy Marples <roy@marples.name> +# Copyright (c) 2008 Roy Marples <roy@marples.name> SRC_PF= lpf.c SRC_IF= if-linux.c @@ -1,5 +1,5 @@ # Setup OS specific variables -# Copyright 2008 Roy Marples <roy@marples.name> +# Copyright (c) 2008 Roy Marples <roy@marples.name> _OS_SH= case `uname -s` in Linux) echo "Linux";; Darwin) echo "Darwin";; *) echo "BSD";; esac _OS!= ${_OS_SH} @@ -1,7 +1,7 @@ # rules to build a program # based on FreeBSD's bsd.prog.mk -# Copyright 2008 Roy Marples <roy@marples.name> +# Copyright (c) 2008 Roy Marples <roy@marples.name> include ${MK}/cc.mk diff --git a/mk/scripts.mk b/mk/scripts.mk index d295163c..28203ba8 100644 --- a/mk/scripts.mk +++ b/mk/scripts.mk @@ -1,5 +1,5 @@ # Quick and dirty scripts -# Copyright 2008 Roy Marples <roy@marples.name> +# Copyright (c) 2008 Roy Marples <roy@marples.name> SCRIPTSDIR?= ${BINDIR} SCRIPTSMODE?= ${BINMODE} @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * Copyright 2006-2009 Roy Marples <roy@marples.name> + * Copyright (c) 2006-2009 Roy Marples <roy@marples.name> * All rights reserved * Redistribution and use in source and binary forms, with or without @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * Copyright 2006-2009 Roy Marples <roy@marples.name> + * Copyright (c) 2006-2009 Roy Marples <roy@marples.name> * All rights reserved * Redistribution and use in source and binary forms, with or without @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * Copyright 2006-2009 Roy Marples <roy@marples.name> + * Copyright (c) 2006-2009 Roy Marples <roy@marples.name> * All rights reserved * Redistribution and use in source and binary forms, with or without @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * Copyright 2006-2008 Roy Marples <roy@marples.name> + * Copyright (c) 2006-2008 Roy Marples <roy@marples.name> * All rights reserved * Redistribution and use in source and binary forms, with or without |
