]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Add (c) to Copyright
authorRoy Marples <roy@marples.name>
Fri, 1 May 2009 13:57:45 +0000 (13:57 +0000)
committerRoy Marples <roy@marples.name>
Fri, 1 May 2009 13:57:45 +0000 (13:57 +0000)
51 files changed:
Makefile
README
arp.c
arp.h
bind.c
bind.h
bpf-filter.h
bpf.c
common.c
common.h
config.h
configure.c
configure.h
control.c
control.h
dhcp.c
dhcp.h
dhcpcd-run-hooks.8.in
dhcpcd.8.in
dhcpcd.c
dhcpcd.conf.5.in
dhcpcd.h
duid.c
duid.h
eloop.c
eloop.h
if-bsd.c
if-linux-wireless.c
if-linux.c
if-options.c
if-options.h
if-pref.c
if-pref.h
ipv4ll.c
ipv4ll.h
lpf.c
mk/cc.mk
mk/depend.mk
mk/dist.mk
mk/files.mk
mk/man.mk
mk/os-BSD.mk
mk/os-Darwin.mk
mk/os-Linux.mk
mk/os.mk
mk/prog.mk
mk/scripts.mk
net.c
net.h
signals.c
signals.h

index 7949aa9d897a3006d1f9e434d70f876373b4f4e1..43fc05e6db472b27fe74d8bf4781ac394e0a027a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -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
diff --git a/README b/README
index 5f9e1b3ad94cb7d74278221a6d41975b0fa63f4e..1238631c61b8c8bb3316eeb7e097bed961e04411 100644 (file)
--- a/README
+++ b/README
@@ -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
diff --git a/arp.c b/arp.c
index bf4d30996b42edfa73cdb7006e7f0e0f0698882f..22f72541a4ecfa7a8ee71bed47dd718445057d9f 100644 (file)
--- a/arp.c
+++ b/arp.c
@@ -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/arp.h b/arp.h
index 924d22f932d3eb5f7a00419dc215a0ff63612908..b97c38bdc08f46b1465bdd94a5f40d524f61aa26 100644 (file)
--- a/arp.h
+++ b/arp.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>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
diff --git a/bind.c b/bind.c
index 647e915ebb5ef3945112449e5082097d5fde4e44..9e97a4310fd8def722eae7d72d95ed4f7af56c3c 100644 (file)
--- a/bind.c
+++ b/bind.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/bind.h b/bind.h
index 8ce10751cbc103b6999c2fe293a20b4a036c8e57..375a0f3cca6c7c435ae218c4f4fbcd7fd7158fad 100644 (file)
--- a/bind.h
+++ b/bind.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>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 881f678e16e4a7187cc0e7aa49df87c27f08e19c..b68ee49392166a9dd225b70afa2741051ed631f3 100644 (file)
@@ -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
diff --git a/bpf.c b/bpf.c
index cf1e3d905a59a5021d5594e64c87b91d6c0cbff6..beda1ba0e887923e51f6b2510568cd06c4e228a2 100644 (file)
--- a/bpf.c
+++ b/bpf.c
@@ -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
index 90651c9e92228154e86dde5d95df65aa095336fa..a673d068a2a88a7e5ce20d820c7d2123af9c6049 100644 (file)
--- a/common.c
+++ b/common.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
index 3df9e1ecbf646b4e2ef8ca1bfce41e6bc773aadf..d88fa05e6ed58a470973d7626dd3e35268099d32 100644 (file)
--- a/common.h
+++ b/common.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
index 577f4b347ee69b0345e851c1e9ce6879d203be21..8f91b0f197830f9d3f64fe8b508afd2942b6c930 100644 (file)
--- a/config.h
+++ b/config.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>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index d87a58f3fa65e27c2267309b224f7b8db0cd0331..11ea58a5c3814c08989c901702ddd44bdc331fe8 100644 (file)
@@ -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
index 58b78026d57db244efce4d4161376553271ed284..17c506e5493b392d7327527673a1303e7a69c0bf 100644 (file)
@@ -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
index 65a9896331d7ec88a734cf65cf74198daea4596d..a6754e3b6d77b35723881e68ec1fd18a9c087163 100644 (file)
--- a/control.c
+++ b/control.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
index 04d7aa1de0e72dd55f3dc3f7110164ab9139b980..f0faa4079cc126a2f306a2a547cf898be6b45e64 100644 (file)
--- a/control.h
+++ b/control.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>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
diff --git a/dhcp.c b/dhcp.c
index c3c1fb711b0f2b2edab27da32dc07a649d4abe42..f9fb515c384edb70538eebb2b0874e7b116db610 100644 (file)
--- a/dhcp.c
+++ b/dhcp.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/dhcp.h b/dhcp.h
index 90e69f52be4bc05b3c3bcb4ccdf07f753da2e694..38719530140f70d5fd932c185914fa164081bd53 100644 (file)
--- a/dhcp.h
+++ b/dhcp.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>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 7c5990acbb72465f9412ca982483db6e39ebd48f..1a3d1ba8d60af4eeb51f4c290cc9fab4c2142846 100644 (file)
@@ -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
index c3fff0c9257a3bbcd9137d4fb9f470f629b88642..059a35a97b77d63a648751c259255cfaa32289b3 100644 (file)
@@ -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
index e4f0c511cbbee607d3c39e3e2c69ea325ddc1501..52fc9b8035287b8829c2344dd4c85465432135bf 100644 (file)
--- a/dhcpcd.c
+++ b/dhcpcd.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
index ec58b866019b2f9cf80a6c4d12adb9d40a0025eb..a77778cc7d67ef9543e38a9e74d01702be4ff0d6 100644 (file)
@@ -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
index 767dc4850ec7f36c80615035df9a1812758d8d06..6b1d727ebc1b85ba5153384fd5a653b9bb13e7ec 100644 (file)
--- a/dhcpcd.h
+++ b/dhcpcd.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
diff --git a/duid.c b/duid.c
index dddb3b94491133b34a83c43b587aad2c2eef4ad8..c2eada2051363441a90bd790f0afbbcbf8d9d30a 100644 (file)
--- a/duid.c
+++ b/duid.c
@@ -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/duid.h b/duid.h
index cc2224e888564db4ac333f619c77966941fa257a..98c1bbd5776a197443a49a3d06c337c15615ccef 100644 (file)
--- a/duid.h
+++ b/duid.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>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
diff --git a/eloop.c b/eloop.c
index 3e2b7a0384718b4154c8a4dd702a01b653d4444c..5c61445ee3da8e7e5a31e534e0578b45622ae81f 100644 (file)
--- a/eloop.c
+++ b/eloop.c
@@ -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/eloop.h b/eloop.h
index bad008a397b5c717f52677d7cdd359ba9b16c7c6..d699e1ecd9c97cb2d972b1964ec96696c63a79da 100644 (file)
--- a/eloop.h
+++ b/eloop.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>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 7517e714caff01cdc2f55faf19be34ec8147346f..5bcf8b5d930a87b58202ae2fa91b41704eb4c0c7 100644 (file)
--- a/if-bsd.c
+++ b/if-bsd.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
index 54b6ddd9853ecbb4f3be02cf854bb68cc8ef1a36..0c7a38311fa9c3b34e5e20024f8248dc6c9f4613 100644 (file)
@@ -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
index 32ae3d3a6bb89b461c677629ef91097403ade927..8a4eb36235bf7576b0f058d443c2f865df56dd36 100644 (file)
@@ -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
index 8122697810730cb8f37e818f62e818cc65f8f18c..7a9e5e3d4f6af4e8fa9e1bb04274a08168707dab 100644 (file)
@@ -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
index 8fa122ab43db100d8c0869f6982871b0500deb89..396f44ea5bbfd1d24ee317f75400f878fba3c3ef 100644 (file)
@@ -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
index aeeb9f1c56827500d05fbf9211f933c13adbf5c3..201a8d3f5dab10b8eab5d93abebc0d5503082c33 100644 (file)
--- a/if-pref.c
+++ b/if-pref.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
index 18ad57703dd43fcdd0ff665735dda8f4c93189e3..dcedd60296af55b4f23d096bd1ea719a5b69342a 100644 (file)
--- a/if-pref.h
+++ b/if-pref.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>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index ecb9e26c6d68a5bcb0dc87e75163000a88558e17..023aee09c75bb5637322f1ad9625e522f891b27b 100644 (file)
--- a/ipv4ll.c
+++ b/ipv4ll.c
@@ -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
index 8c1d7e524a5fd0a0000402499d7dd179260cf9ef..a5d8e9ae70744ec947599093d4890cf088290d33 100644 (file)
--- a/ipv4ll.h
+++ b/ipv4ll.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>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
diff --git a/lpf.c b/lpf.c
index 550277ef147741c77ab98773bc71d10b36f23048..2907d9082f7fbc6ce50fff3a326a052dc72afd14 100644 (file)
--- a/lpf.c
+++ b/lpf.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>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index 3af82a0993bc7fab56f79ceeca093c52b32c0bdf..0d572d3a89898600f6c0ea6b6b24f13b7dfa40d6 100644 (file)
--- a/mk/cc.mk
+++ b/mk/cc.mk
@@ -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
index 8dad1d91b5a8fc2de62c9dad17f31a20c1b1a9e4..ec74b54fcaf5328de76fbc50cf9271fa55310ee0 100644 (file)
@@ -1,5 +1,5 @@
 # Generate .depend
-# Copyright 2008 Roy Marples <roy@marples.name>
+# Copyright (c) 2008 Roy Marples <roy@marples.name>
 
 CLEANFILES+=   .depend
 
index 7b844daf99276af3b8ab4c08bddb3d565fd68163..dd345d0bb9eb2335e181356be729539ae02c1290 100644 (file)
@@ -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}
index 0682b0346598c134e2c8187ecddd0e27538dbf2d..e2c4087ab47f9597fca213c47e1c0970ed45814f 100644 (file)
@@ -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}
index f1570bb3faee95992c3a1cc54341c87a493473c5..054f5e72ad0f8df249d4a82833716a2c96c3ab06 100644 (file)
--- a/mk/man.mk
+++ b/mk/man.mk
@@ -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}
index f9d3397508552a55f2a613505c0c24f86ac7bf29..d4162b0f61a454f60eeabb948676c3238f326d20 100644 (file)
@@ -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
index f2c3104e192bcfff6bd5caae7e48909f15bb0c1e..5fdff19a59d0f9ffe7df90038d00a0ee6cc4d3db 100644 (file)
@@ -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
index 7b6e460b82b5a58f83e3516e398a1355e1069fe1..2922e1bff1eadd79481911372fe5b135093d45d7 100644 (file)
@@ -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
index f3426e48c18af5153d4e48379e2214673aceedf4..040f4e861fc1cfad3e44258d581043154d26d68e 100644 (file)
--- a/mk/os.mk
+++ b/mk/os.mk
@@ -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}
index 6b1eb3c3c102a2e108ba782112d02c174082b4da..c835bcae3702419eb2c3808e17095010609ea4ba 100644 (file)
@@ -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
 
index d295163ce058280261471ad03bb0db866dc31c20..28203ba80d40e269b80b408c8d65d2eea77d36c0 100644 (file)
@@ -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}
diff --git a/net.c b/net.c
index bce10d19560ea0b993d5b523c785754f3dd2ddff..a52901ed84db037e2f3f4a9a1c73a83806506286 100644 (file)
--- a/net.c
+++ b/net.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/net.h b/net.h
index 0ee3e67aeabbc7287e03998ed449d0df8a62b444..7c7c24c6b8d51e7216c702b2c53ebe33b41680f8 100644 (file)
--- a/net.h
+++ b/net.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
index 835536fa91c20aaba89868e428ebca407f2ddb79..f5c67ed5199c814a2003885396bbc073d676ed38 100644 (file)
--- a/signals.c
+++ b/signals.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
index 76b13f5280a6f467e59121027b1fb9abf5ec00f8..7098cfb1bdc52998547a8e2c2d5ec97a9550e0c2 100644 (file)
--- a/signals.h
+++ b/signals.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>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without