summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2009-05-01 15:11:40 +0100
committerRoy Marples <roy@marples.name>2009-05-01 15:11:40 +0100
commit658a22063820b6f3ebbae13e54bd98df529a6eef (patch)
treee0b6580bef136e7ee25e7008baa8c5693bcb87b4 /src
parentb32c9c1139340980692bb7a1a7a79bb7f93e61d7 (diff)
downloadopenrc-658a22063820b6f3ebbae13e54bd98df529a6eef.tar.gz
openrc-658a22063820b6f3ebbae13e54bd98df529a6eef.tar.bz2
openrc-658a22063820b6f3ebbae13e54bd98df529a6eef.tar.xz
Add (c) to Copyright
Diffstat (limited to 'src')
-rw-r--r--src/Makefile2
-rw-r--r--src/includes/rc-misc.h2
-rw-r--r--src/libeinfo/einfo.h2
-rw-r--r--src/libeinfo/libeinfo.c2
-rw-r--r--src/librc/librc-daemon.c2
-rw-r--r--src/librc/librc-depend.c2
-rw-r--r--src/librc/librc-misc.c2
-rw-r--r--src/librc/librc-stringlist.c2
-rw-r--r--src/librc/librc.c2
-rw-r--r--src/librc/librc.h2
-rw-r--r--src/librc/rc.h.in2
-rw-r--r--src/rc/_usage.c2
-rw-r--r--src/rc/_usage.h2
-rw-r--r--src/rc/builtins.h2
-rw-r--r--src/rc/checkpath.c2
-rw-r--r--src/rc/fstabinfo.c2
-rw-r--r--src/rc/mountinfo.c2
-rw-r--r--src/rc/rc-applets.c2
-rw-r--r--src/rc/rc-depend.c2
-rw-r--r--src/rc/rc-logger.c2
-rw-r--r--src/rc/rc-logger.h2
-rw-r--r--src/rc/rc-misc.c2
-rw-r--r--src/rc/rc-plugin.c2
-rw-r--r--src/rc/rc-plugin.h2
-rw-r--r--src/rc/rc-service.c2
-rw-r--r--src/rc/rc-status.c2
-rw-r--r--src/rc/rc-update.c2
-rw-r--r--src/rc/rc.c2
-rw-r--r--src/rc/runscript.c2
-rw-r--r--src/rc/start-stop-daemon.c2
30 files changed, 30 insertions, 30 deletions
diff --git a/src/Makefile b/src/Makefile
index 991e13b..79f33ad 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1,4 +1,4 @@
-# Copyright 2007-2008 Roy Marples <roy@marples.name>
+# Copyright (c) 2007-2008 Roy Marples <roy@marples.name>
# All rights reserved. Released under the 2-clause BSD license.
SUBDIR= test libeinfo librc rc
diff --git a/src/includes/rc-misc.h b/src/includes/rc-misc.h
index fc0a6f2..de6888e 100644
--- a/src/includes/rc-misc.h
+++ b/src/includes/rc-misc.h
@@ -4,7 +4,7 @@
*/
/*
- * Copyright 2007-2009 Roy Marples <roy@marples.name>
+ * Copyright (c) 2007-2009 Roy Marples <roy@marples.name>
* All rights reserved
* Redistribution and use in source and binary forms, with or without
diff --git a/src/libeinfo/einfo.h b/src/libeinfo/einfo.h
index 9c54e68..73aaa10 100644
--- a/src/libeinfo/einfo.h
+++ b/src/libeinfo/einfo.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2007-2008 Roy Marples <roy@marples.name>
+ * Copyright (c) 2007-2008 Roy Marples <roy@marples.name>
* All rights reserved
* Redistribution and use in source and binary forms, with or without
diff --git a/src/libeinfo/libeinfo.c b/src/libeinfo/libeinfo.c
index fccb85f..8a7613c 100644
--- a/src/libeinfo/libeinfo.c
+++ b/src/libeinfo/libeinfo.c
@@ -4,7 +4,7 @@
*/
/*
- * Copyright 2007-2008 Roy Marples <roy@marples.name>
+ * Copyright (c) 2007-2008 Roy Marples <roy@marples.name>
* All rights reserved
* Redistribution and use in source and binary forms, with or without
diff --git a/src/librc/librc-daemon.c b/src/librc/librc-daemon.c
index 34739c7..1bedf29 100644
--- a/src/librc/librc-daemon.c
+++ b/src/librc/librc-daemon.c
@@ -4,7 +4,7 @@
*/
/*
- * Copyright 2007-2009 Roy Marples <roy@marples.name>
+ * Copyright (c) 2007-2009 Roy Marples <roy@marples.name>
* All rights reserved
* Redistribution and use in source and binary forms, with or without
diff --git a/src/librc/librc-depend.c b/src/librc/librc-depend.c
index bd67ed9..36d8782 100644
--- a/src/librc/librc-depend.c
+++ b/src/librc/librc-depend.c
@@ -4,7 +4,7 @@
*/
/*
- * Copyright 2007-2009 Roy Marples <roy@marples.name>
+ * Copyright (c) 2007-2009 Roy Marples <roy@marples.name>
* All rights reserved
* Redistribution and use in source and binary forms, with or without
diff --git a/src/librc/librc-misc.c b/src/librc/librc-misc.c
index 73662ec..97cec38 100644
--- a/src/librc/librc-misc.c
+++ b/src/librc/librc-misc.c
@@ -4,7 +4,7 @@
*/
/*
- * Copyright 2007-2008 Roy Marples <roy@marples.name>
+ * Copyright (c) 2007-2008 Roy Marples <roy@marples.name>
* All rights reserved
* Redistribution and use in source and binary forms, with or without
diff --git a/src/librc/librc-stringlist.c b/src/librc/librc-stringlist.c
index 7a8f30a..c3825cb 100644
--- a/src/librc/librc-stringlist.c
+++ b/src/librc/librc-stringlist.c
@@ -4,7 +4,7 @@
*/
/*
- * Copyright 2007-2008 Roy Marples <roy@marples.name>
+ * Copyright (c) 2007-2008 Roy Marples <roy@marples.name>
* All rights reserved
* Redistribution and use in source and binary forms, with or without
diff --git a/src/librc/librc.c b/src/librc/librc.c
index 8b8f556..05c1c3d 100644
--- a/src/librc/librc.c
+++ b/src/librc/librc.c
@@ -4,7 +4,7 @@
*/
/*
- * Copyright 2007-2008 Roy Marples <roy@marples.name>
+ * Copyright (c) 2007-2008 Roy Marples <roy@marples.name>
* All rights reserved
* Redistribution and use in source and binary forms, with or without
diff --git a/src/librc/librc.h b/src/librc/librc.h
index 34fed0e..ba7da31 100644
--- a/src/librc/librc.h
+++ b/src/librc/librc.h
@@ -4,7 +4,7 @@
*/
/*
- * Copyright 2007-2008 Roy Marples <roy@marples.name>
+ * Copyright (c) 2007-2008 Roy Marples <roy@marples.name>
* All rights reserved
* Redistribution and use in source and binary forms, with or without
diff --git a/src/librc/rc.h.in b/src/librc/rc.h.in
index dff1665..8287415 100644
--- a/src/librc/rc.h.in
+++ b/src/librc/rc.h.in
@@ -1,5 +1,5 @@
/*
- * Copyright 2007-2009 Roy Marples <roy@marples.name>
+ * Copyright (c) 2007-2009 Roy Marples <roy@marples.name>
* All rights reserved
* Redistribution and use in source and binary forms, with or without
diff --git a/src/rc/_usage.c b/src/rc/_usage.c
index 652a1e8..ec1ce1d 100644
--- a/src/rc/_usage.c
+++ b/src/rc/_usage.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2007-2008 Roy Marples <roy@marples.name>
+ * Copyright (c) 2007-2008 Roy Marples <roy@marples.name>
* All rights reserved
* Redistribution and use in source and binary forms, with or without
diff --git a/src/rc/_usage.h b/src/rc/_usage.h
index 67a24bb..d65e05e 100644
--- a/src/rc/_usage.h
+++ b/src/rc/_usage.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2007-2008 Roy Marples <roy@marples.name>
+ * Copyright (c) 2007-2008 Roy Marples <roy@marples.name>
* All rights reserved
* Redistribution and use in source and binary forms, with or without
diff --git a/src/rc/builtins.h b/src/rc/builtins.h
index d7fab14..6ce2164 100644
--- a/src/rc/builtins.h
+++ b/src/rc/builtins.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2007-2009 Roy Marples <roy@marples.name>
+ * Copyright (c) 2007-2009 Roy Marples <roy@marples.name>
* All rights reserved
* Redistribution and use in source and binary forms, with or without
diff --git a/src/rc/checkpath.c b/src/rc/checkpath.c
index 16402db..67aee95 100644
--- a/src/rc/checkpath.c
+++ b/src/rc/checkpath.c
@@ -5,7 +5,7 @@
*/
/*
- * Copyright 2007-2008 Roy Marples <roy@marples.name>
+ * Copyright (c) 2007-2008 Roy Marples <roy@marples.name>
* All rights reserved
* Redistribution and use in source and binary forms, with or without
diff --git a/src/rc/fstabinfo.c b/src/rc/fstabinfo.c
index acb6ae5..0dcdfd6 100644
--- a/src/rc/fstabinfo.c
+++ b/src/rc/fstabinfo.c
@@ -4,7 +4,7 @@
*/
/*
- * Copyright 2007-2008 Roy Marples <roy@marples.name>
+ * Copyright (c) 2007-2008 Roy Marples <roy@marples.name>
* All rights reserved
* Redistribution and use in source and binary forms, with or without
diff --git a/src/rc/mountinfo.c b/src/rc/mountinfo.c
index 9686230..a128266 100644
--- a/src/rc/mountinfo.c
+++ b/src/rc/mountinfo.c
@@ -4,7 +4,7 @@
*/
/*
- * Copyright 2007-2008 Roy Marples <roy@marples.name>
+ * Copyright (c) 2007-2008 Roy Marples <roy@marples.name>
* All rights reserved
* Redistribution and use in source and binary forms, with or without
diff --git a/src/rc/rc-applets.c b/src/rc/rc-applets.c
index 34da282..101097c 100644
--- a/src/rc/rc-applets.c
+++ b/src/rc/rc-applets.c
@@ -7,7 +7,7 @@
*/
/*
- * Copyright 2007-2009 Roy Marples <roy@marples.name>
+ * Copyright (c) 2007-2009 Roy Marples <roy@marples.name>
* All rights reserved
* Redistribution and use in source and binary forms, with or without
diff --git a/src/rc/rc-depend.c b/src/rc/rc-depend.c
index 2926767..29f23d2 100644
--- a/src/rc/rc-depend.c
+++ b/src/rc/rc-depend.c
@@ -4,7 +4,7 @@
*/
/*
- * Copyright 2007-2009 Roy Marples <roy@marples.name>
+ * Copyright (c) 2007-2009 Roy Marples <roy@marples.name>
* All rights reserved
* Redistribution and use in source and binary forms, with or without
diff --git a/src/rc/rc-logger.c b/src/rc/rc-logger.c
index 0f2c1f9..4734989 100644
--- a/src/rc/rc-logger.c
+++ b/src/rc/rc-logger.c
@@ -5,7 +5,7 @@
*/
/*
- * Copyright 2007-2008 Roy Marples <roy@marples.name>
+ * Copyright (c) 2007-2008 Roy Marples <roy@marples.name>
* All rights reserved
* Redistribution and use in source and binary forms, with or without
diff --git a/src/rc/rc-logger.h b/src/rc/rc-logger.h
index 510858b..fdf233d 100644
--- a/src/rc/rc-logger.h
+++ b/src/rc/rc-logger.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2007-2008 Roy Marples <roy@marples.name>
+ * Copyright (c) 2007-2008 Roy Marples <roy@marples.name>
* All rights reserved
* Redistribution and use in source and binary forms, with or without
diff --git a/src/rc/rc-misc.c b/src/rc/rc-misc.c
index 2382c2c..1cc3dd4 100644
--- a/src/rc/rc-misc.c
+++ b/src/rc/rc-misc.c
@@ -4,7 +4,7 @@
*/
/*
- * Copyright 2007-2008 Roy Marples <roy@marples.name>
+ * Copyright (c) 2007-2008 Roy Marples <roy@marples.name>
* All rights reserved
* Redistribution and use in source and binary forms, with or without
diff --git a/src/rc/rc-plugin.c b/src/rc/rc-plugin.c
index 33db6bd..592eb09 100644
--- a/src/rc/rc-plugin.c
+++ b/src/rc/rc-plugin.c
@@ -4,7 +4,7 @@
*/
/*
- * Copyright 2007-2008 Roy Marples <roy@marples.name>
+ * Copyright (c) 2007-2008 Roy Marples <roy@marples.name>
* All rights reserved
* Redistribution and use in source and binary forms, with or without
diff --git a/src/rc/rc-plugin.h b/src/rc/rc-plugin.h
index 291252f..fcd24e1 100644
--- a/src/rc/rc-plugin.h
+++ b/src/rc/rc-plugin.h
@@ -4,7 +4,7 @@
*/
/*
- * Copyright 2007-2008 Roy Marples <roy@marples.name>
+ * Copyright (c) 2007-2008 Roy Marples <roy@marples.name>
* All rights reserved
* Redistribution and use in source and binary forms, with or without
diff --git a/src/rc/rc-service.c b/src/rc/rc-service.c
index 84789f3..08bf99f 100644
--- a/src/rc/rc-service.c
+++ b/src/rc/rc-service.c
@@ -4,7 +4,7 @@
*/
/*
- * Copyright 2008 Roy Marples <roy@marples.name>
+ * Copyright (c) 2008 Roy Marples <roy@marples.name>
* All rights reserved
* Redistribution and use in source and binary forms, with or without
diff --git a/src/rc/rc-status.c b/src/rc/rc-status.c
index b4b3bdb..4c6e512 100644
--- a/src/rc/rc-status.c
+++ b/src/rc/rc-status.c
@@ -4,7 +4,7 @@
*/
/*
- * Copyright 2007-2009 Roy Marples <roy@marples.name>
+ * Copyright (c) 2007-2009 Roy Marples <roy@marples.name>
* All rights reserved
* Redistribution and use in source and binary forms, with or without
diff --git a/src/rc/rc-update.c b/src/rc/rc-update.c
index 7314f31..f37f6f0 100644
--- a/src/rc/rc-update.c
+++ b/src/rc/rc-update.c
@@ -4,7 +4,7 @@
*/
/*
- * Copyright 2007-2009 Roy Marples <roy@marples.name>
+ * Copyright (c) 2007-2009 Roy Marples <roy@marples.name>
* All rights reserved
* Redistribution and use in source and binary forms, with or without
diff --git a/src/rc/rc.c b/src/rc/rc.c
index 405ea54..78cfcae 100644
--- a/src/rc/rc.c
+++ b/src/rc/rc.c
@@ -9,7 +9,7 @@
*/
/*
- * Copyright 2007-2009 Roy Marples <roy@marples.name>
+ * Copyright (c) 2007-2009 Roy Marples <roy@marples.name>
* All rights reserved
* Redistribution and use in source and binary forms, with or without
diff --git a/src/rc/runscript.c b/src/rc/runscript.c
index dc4d9fa..8e6b782 100644
--- a/src/rc/runscript.c
+++ b/src/rc/runscript.c
@@ -4,7 +4,7 @@
*/
/*
- * Copyright 2007-2009 Roy Marples <roy@marples.name>
+ * Copyright (c) 2007-2009 Roy Marples <roy@marples.name>
* All rights reserved
* Redistribution and use in source and binary forms, with or without
diff --git a/src/rc/start-stop-daemon.c b/src/rc/start-stop-daemon.c
index 1952154..e2c95de 100644
--- a/src/rc/start-stop-daemon.c
+++ b/src/rc/start-stop-daemon.c
@@ -8,7 +8,7 @@
*/
/*
- * Copyright 2007-2009 Roy Marples <roy@marples.name>
+ * Copyright (c) 2007-2009 Roy Marples <roy@marples.name>
* All rights reserved
* Redistribution and use in source and binary forms, with or without