summaryrefslogtreecommitdiff
path: root/src/rc
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-06-29 19:46:31 -0400
committerMike Frysinger <vapier@gentoo.org>2011-06-29 19:46:31 -0400
commitd0bc4f20adfe4392639ddda6721850fdc74ea123 (patch)
treeb5cae064eab343c9485b933961a59c257d680fa0 /src/rc
parentb6766c25442bf75a4cf8e65b53a252831c356022 (diff)
downloadopenrc-d0bc4f20adfe4392639ddda6721850fdc74ea123.tar.gz
openrc-d0bc4f20adfe4392639ddda6721850fdc74ea123.tar.bz2
openrc-d0bc4f20adfe4392639ddda6721850fdc74ea123.tar.xz
drop useless "All rights reserved" notice
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'src/rc')
-rw-r--r--src/rc/_usage.c1
-rw-r--r--src/rc/_usage.h1
-rw-r--r--src/rc/builtins.h3
-rw-r--r--src/rc/checkpath.c3
-rw-r--r--src/rc/fstabinfo.c3
-rw-r--r--src/rc/mountinfo.c3
-rw-r--r--src/rc/rc-applets.c3
-rw-r--r--src/rc/rc-depend.c3
-rw-r--r--src/rc/rc-logger.c3
-rw-r--r--src/rc/rc-logger.h3
-rw-r--r--src/rc/rc-misc.c3
-rw-r--r--src/rc/rc-plugin.c3
-rw-r--r--src/rc/rc-plugin.h3
-rw-r--r--src/rc/rc-service.c3
-rw-r--r--src/rc/rc-status.c3
-rw-r--r--src/rc/rc-update.c3
-rw-r--r--src/rc/rc.c3
-rw-r--r--src/rc/runscript.c3
-rw-r--r--src/rc/start-stop-daemon.c3
-rw-r--r--src/rc/swclock.c3
20 files changed, 18 insertions, 38 deletions
diff --git a/src/rc/_usage.c b/src/rc/_usage.c
index 175634a..1180853 100644
--- a/src/rc/_usage.c
+++ b/src/rc/_usage.c
@@ -1,6 +1,5 @@
/*
* Copyright (c) 2007-2008 Roy Marples <roy@marples.name>
- * All rights reserved
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/src/rc/_usage.h b/src/rc/_usage.h
index 5e116c9..84b66b9 100644
--- a/src/rc/_usage.h
+++ b/src/rc/_usage.h
@@ -1,6 +1,5 @@
/*
* Copyright (c) 2007-2008 Roy Marples <roy@marples.name>
- * All rights reserved
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/src/rc/builtins.h b/src/rc/builtins.h
index 1acaccb..22bd0f2 100644
--- a/src/rc/builtins.h
+++ b/src/rc/builtins.h
@@ -1,7 +1,6 @@
/*
* Copyright (c) 2007-2009 Roy Marples <roy@marples.name>
- * All rights reserved
-
+ *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
diff --git a/src/rc/checkpath.c b/src/rc/checkpath.c
index 67aee95..2e3c260 100644
--- a/src/rc/checkpath.c
+++ b/src/rc/checkpath.c
@@ -6,8 +6,7 @@
/*
* Copyright (c) 2007-2008 Roy Marples <roy@marples.name>
- * All rights reserved
-
+ *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
diff --git a/src/rc/fstabinfo.c b/src/rc/fstabinfo.c
index 69b5bbd..cfbc763 100644
--- a/src/rc/fstabinfo.c
+++ b/src/rc/fstabinfo.c
@@ -5,8 +5,7 @@
/*
* Copyright (c) 2007-2008 Roy Marples <roy@marples.name>
- * All rights reserved
-
+ *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
diff --git a/src/rc/mountinfo.c b/src/rc/mountinfo.c
index a128266..91cb979 100644
--- a/src/rc/mountinfo.c
+++ b/src/rc/mountinfo.c
@@ -5,8 +5,7 @@
/*
* Copyright (c) 2007-2008 Roy Marples <roy@marples.name>
- * All rights reserved
-
+ *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
diff --git a/src/rc/rc-applets.c b/src/rc/rc-applets.c
index 6068cb6..fe12515 100644
--- a/src/rc/rc-applets.c
+++ b/src/rc/rc-applets.c
@@ -8,8 +8,7 @@
/*
* Copyright (c) 2007-2009 Roy Marples <roy@marples.name>
- * All rights reserved
-
+ *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
diff --git a/src/rc/rc-depend.c b/src/rc/rc-depend.c
index 3d00d1a..af16247 100644
--- a/src/rc/rc-depend.c
+++ b/src/rc/rc-depend.c
@@ -5,8 +5,7 @@
/*
* Copyright (c) 2007-2009 Roy Marples <roy@marples.name>
- * All rights reserved
-
+ *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
diff --git a/src/rc/rc-logger.c b/src/rc/rc-logger.c
index e45c327..6178ba9 100644
--- a/src/rc/rc-logger.c
+++ b/src/rc/rc-logger.c
@@ -6,8 +6,7 @@
/*
* Copyright (c) 2007-2008 Roy Marples <roy@marples.name>
- * All rights reserved
-
+ *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
diff --git a/src/rc/rc-logger.h b/src/rc/rc-logger.h
index fdf233d..8c0cc2a 100644
--- a/src/rc/rc-logger.h
+++ b/src/rc/rc-logger.h
@@ -1,7 +1,6 @@
/*
* Copyright (c) 2007-2008 Roy Marples <roy@marples.name>
- * All rights reserved
-
+ *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
diff --git a/src/rc/rc-misc.c b/src/rc/rc-misc.c
index 64edf68..a06ff08 100644
--- a/src/rc/rc-misc.c
+++ b/src/rc/rc-misc.c
@@ -5,8 +5,7 @@
/*
* Copyright (c) 2007-2008 Roy Marples <roy@marples.name>
- * All rights reserved
-
+ *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
diff --git a/src/rc/rc-plugin.c b/src/rc/rc-plugin.c
index d82e9a9..6175945 100644
--- a/src/rc/rc-plugin.c
+++ b/src/rc/rc-plugin.c
@@ -5,8 +5,7 @@
/*
* Copyright (c) 2007-2008 Roy Marples <roy@marples.name>
- * All rights reserved
-
+ *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
diff --git a/src/rc/rc-plugin.h b/src/rc/rc-plugin.h
index fcd24e1..f763c3e 100644
--- a/src/rc/rc-plugin.h
+++ b/src/rc/rc-plugin.h
@@ -5,8 +5,7 @@
/*
* Copyright (c) 2007-2008 Roy Marples <roy@marples.name>
- * All rights reserved
-
+ *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
diff --git a/src/rc/rc-service.c b/src/rc/rc-service.c
index 08bf99f..e47f8b3 100644
--- a/src/rc/rc-service.c
+++ b/src/rc/rc-service.c
@@ -5,8 +5,7 @@
/*
* Copyright (c) 2008 Roy Marples <roy@marples.name>
- * All rights reserved
-
+ *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
diff --git a/src/rc/rc-status.c b/src/rc/rc-status.c
index 0a23277..04e8bd3 100644
--- a/src/rc/rc-status.c
+++ b/src/rc/rc-status.c
@@ -5,8 +5,7 @@
/*
* Copyright (c) 2007-2009 Roy Marples <roy@marples.name>
- * All rights reserved
-
+ *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
diff --git a/src/rc/rc-update.c b/src/rc/rc-update.c
index 40dfb50..d206802 100644
--- a/src/rc/rc-update.c
+++ b/src/rc/rc-update.c
@@ -5,8 +5,7 @@
/*
* Copyright (c) 2007-2009 Roy Marples <roy@marples.name>
- * All rights reserved
-
+ *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
diff --git a/src/rc/rc.c b/src/rc/rc.c
index 122f53c..ad16f7d 100644
--- a/src/rc/rc.c
+++ b/src/rc/rc.c
@@ -10,8 +10,7 @@
/*
* Copyright (c) 2007-2009 Roy Marples <roy@marples.name>
- * All rights reserved
-
+ *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
diff --git a/src/rc/runscript.c b/src/rc/runscript.c
index 58eb609..a6a8d0e 100644
--- a/src/rc/runscript.c
+++ b/src/rc/runscript.c
@@ -5,8 +5,7 @@
/*
* Copyright (c) 2007-2009 Roy Marples <roy@marples.name>
- * All rights reserved
-
+ *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
diff --git a/src/rc/start-stop-daemon.c b/src/rc/start-stop-daemon.c
index 3017701..204b46b 100644
--- a/src/rc/start-stop-daemon.c
+++ b/src/rc/start-stop-daemon.c
@@ -9,8 +9,7 @@
/*
* Copyright (c) 2007-2009 Roy Marples <roy@marples.name>
- * All rights reserved
-
+ *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
diff --git a/src/rc/swclock.c b/src/rc/swclock.c
index f972829..5a92935 100644
--- a/src/rc/swclock.c
+++ b/src/rc/swclock.c
@@ -8,8 +8,7 @@
/*
* Copyright (c) 2009 Roy Marples <roy@marples.name>
- * All rights reserved
-
+ *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met: