summaryrefslogtreecommitdiff
path: root/src/rc
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-03-26 17:53:37 +0000
committerRoy Marples <roy@marples.name>2008-03-26 17:53:37 +0000
commit15d34d0a160a00d400413c7639b27ac737b97f49 (patch)
tree7f60a89b277d2fb4c62f54aea9dfb6d223712ba4 /src/rc
parent864e17fabc492bc9b004792f465ef840204aaeb1 (diff)
downloadopenrc-15d34d0a160a00d400413c7639b27ac737b97f49.tar.gz
openrc-15d34d0a160a00d400413c7639b27ac737b97f49.tar.bz2
openrc-15d34d0a160a00d400413c7639b27ac737b97f49.tar.xz
Add license blurb to a few files and append my email to my name.
Diffstat (limited to 'src/rc')
-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
19 files changed, 19 insertions, 19 deletions
diff --git a/src/rc/_usage.c b/src/rc/_usage.c
index afe517f..cd621d9 100644
--- a/src/rc/_usage.c
+++ b/src/rc/_usage.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2007-2008 Roy Marples
+ * Copyright 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 7630433..3c170ca 100644
--- a/src/rc/_usage.h
+++ b/src/rc/_usage.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2007-2008 Roy Marples
+ * Copyright 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 c8d0958..0cd03d3 100644
--- a/src/rc/builtins.h
+++ b/src/rc/builtins.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2007-2008 Roy Marples
+ * Copyright 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/checkpath.c b/src/rc/checkpath.c
index 4bf0c46..765506d 100644
--- a/src/rc/checkpath.c
+++ b/src/rc/checkpath.c
@@ -5,7 +5,7 @@
*/
/*
- * Copyright 2007-2008 Roy Marples
+ * Copyright 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 54812bf..b596ccf 100644
--- a/src/rc/fstabinfo.c
+++ b/src/rc/fstabinfo.c
@@ -4,7 +4,7 @@
*/
/*
- * Copyright 2007-2008 Roy Marples
+ * Copyright 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 0ad2823..858851f 100644
--- a/src/rc/mountinfo.c
+++ b/src/rc/mountinfo.c
@@ -4,7 +4,7 @@
*/
/*
- * Copyright 2007-2008 Roy Marples
+ * Copyright 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 34ab7b0..70f3a04 100644
--- a/src/rc/rc-applets.c
+++ b/src/rc/rc-applets.c
@@ -7,7 +7,7 @@
*/
/*
- * Copyright 2007-2008 Roy Marples
+ * Copyright 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-depend.c b/src/rc/rc-depend.c
index 908cf3a..1166d4c 100644
--- a/src/rc/rc-depend.c
+++ b/src/rc/rc-depend.c
@@ -4,7 +4,7 @@
*/
/*
- * Copyright 2007-2008 Roy Marples
+ * Copyright 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.c b/src/rc/rc-logger.c
index b4e4e35..96b7bb7 100644
--- a/src/rc/rc-logger.c
+++ b/src/rc/rc-logger.c
@@ -5,7 +5,7 @@
*/
/*
- * Copyright 2007-2008 Roy Marples
+ * Copyright 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 3bbfaed..ef157a8 100644
--- a/src/rc/rc-logger.h
+++ b/src/rc/rc-logger.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2007-2008 Roy Marples
+ * Copyright 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 42d9e53..32fe50e 100644
--- a/src/rc/rc-misc.c
+++ b/src/rc/rc-misc.c
@@ -4,7 +4,7 @@
*/
/*
- * Copyright 2007-2008 Roy Marples
+ * Copyright 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 034f79d..230a85a 100644
--- a/src/rc/rc-plugin.c
+++ b/src/rc/rc-plugin.c
@@ -4,7 +4,7 @@
*/
/*
- * Copyright 2007-2008 Roy Marples
+ * Copyright 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 0b8ab09..291252f 100644
--- a/src/rc/rc-plugin.h
+++ b/src/rc/rc-plugin.h
@@ -4,7 +4,7 @@
*/
/*
- * Copyright 2007-2008 Roy Marples
+ * Copyright 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 d3f52b0..5c6fc3d 100644
--- a/src/rc/rc-service.c
+++ b/src/rc/rc-service.c
@@ -4,7 +4,7 @@
*/
/*
- * Copyright 2008 Roy Marples
+ * Copyright 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 929c7e3..7f040d3 100644
--- a/src/rc/rc-status.c
+++ b/src/rc/rc-status.c
@@ -4,7 +4,7 @@
*/
/*
- * Copyright 2007-2008 Roy Marples
+ * Copyright 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-update.c b/src/rc/rc-update.c
index e09f521..fc86aef 100644
--- a/src/rc/rc-update.c
+++ b/src/rc/rc-update.c
@@ -4,7 +4,7 @@
*/
/*
- * Copyright 2007-2008 Roy Marples
+ * Copyright 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.c b/src/rc/rc.c
index 59ac9b9..a6f58b4 100644
--- a/src/rc/rc.c
+++ b/src/rc/rc.c
@@ -9,7 +9,7 @@
*/
/*
- * Copyright 2007-2008 Roy Marples
+ * Copyright 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/runscript.c b/src/rc/runscript.c
index 6174615..8720c02 100644
--- a/src/rc/runscript.c
+++ b/src/rc/runscript.c
@@ -4,7 +4,7 @@
*/
/*
- * Copyright 2007-2008 Roy Marples
+ * Copyright 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/start-stop-daemon.c b/src/rc/start-stop-daemon.c
index db99efd..d96e5f6 100644
--- a/src/rc/start-stop-daemon.c
+++ b/src/rc/start-stop-daemon.c
@@ -8,7 +8,7 @@
*/
/*
- * Copyright 2007-2008 Roy Marples
+ * Copyright 2007-2008 Roy Marples <roy@marples.name>
* All rights reserved
* Redistribution and use in source and binary forms, with or without