summaryrefslogtreecommitdiff
path: root/src
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
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')
-rw-r--r--src/Makefile2
-rw-r--r--src/includes/rc-misc.h3
-rw-r--r--src/libeinfo/einfo.h3
-rw-r--r--src/libeinfo/libeinfo.c3
-rw-r--r--src/librc/librc-daemon.c3
-rw-r--r--src/librc/librc-depend.c3
-rw-r--r--src/librc/librc-misc.c3
-rw-r--r--src/librc/librc-stringlist.c3
-rw-r--r--src/librc/librc.c3
-rw-r--r--src/librc/librc.h3
-rw-r--r--src/librc/rc.h.in3
-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
31 files changed, 29 insertions, 59 deletions
diff --git a/src/Makefile b/src/Makefile
index 79f33ad..e375034 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1,5 +1,5 @@
# Copyright (c) 2007-2008 Roy Marples <roy@marples.name>
-# All rights reserved. Released under the 2-clause BSD license.
+# 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 798df55..773c4b9 100644
--- a/src/includes/rc-misc.h
+++ b/src/includes/rc-misc.h
@@ -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/libeinfo/einfo.h b/src/libeinfo/einfo.h
index 73aaa10..31a891f 100644
--- a/src/libeinfo/einfo.h
+++ b/src/libeinfo/einfo.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/libeinfo/libeinfo.c b/src/libeinfo/libeinfo.c
index 234b1af..777c0f8 100644
--- a/src/libeinfo/libeinfo.c
+++ b/src/libeinfo/libeinfo.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/librc/librc-daemon.c b/src/librc/librc-daemon.c
index c6b8782..982da35 100644
--- a/src/librc/librc-daemon.c
+++ b/src/librc/librc-daemon.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/librc/librc-depend.c b/src/librc/librc-depend.c
index 102790d..3aa9457 100644
--- a/src/librc/librc-depend.c
+++ b/src/librc/librc-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/librc/librc-misc.c b/src/librc/librc-misc.c
index aa038a3..15105c5 100644
--- a/src/librc/librc-misc.c
+++ b/src/librc/librc-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/librc/librc-stringlist.c b/src/librc/librc-stringlist.c
index 22b823b..1a59335 100644
--- a/src/librc/librc-stringlist.c
+++ b/src/librc/librc-stringlist.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/librc/librc.c b/src/librc/librc.c
index d769eea..a6ff0fe 100644
--- a/src/librc/librc.c
+++ b/src/librc/librc.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/librc/librc.h b/src/librc/librc.h
index f04750d..43b0157 100644
--- a/src/librc/librc.h
+++ b/src/librc/librc.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/librc/rc.h.in b/src/librc/rc.h.in
index 5b06de2..2a7c054 100644
--- a/src/librc/rc.h.in
+++ b/src/librc/rc.h.in
@@ -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/_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: