diff options
author | Bill Nottingham <notting@redhat.com> | 2008-04-25 14:30:06 -0400 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2008-04-25 14:30:06 -0400 |
commit | 85952e1ed2d52b0e0428965df805b3bfc8f57432 (patch) | |
tree | 1f272a7ccf4753f2a55f32eb33582b8a28928f7d /README-event.d | |
parent | f81d8eb1fd1689c7207e9e1ef4fc4757dbda7e55 (diff) | |
download | initscripts-85952e1ed2d52b0e0428965df805b3bfc8f57432.tar initscripts-85952e1ed2d52b0e0428965df805b3bfc8f57432.tar.gz initscripts-85952e1ed2d52b0e0428965df805b3bfc8f57432.tar.bz2 initscripts-85952e1ed2d52b0e0428965df805b3bfc8f57432.tar.xz initscripts-85952e1ed2d52b0e0428965df805b3bfc8f57432.zip |
add a README for the event.d scripts with the original license
Diffstat (limited to 'README-event.d')
-rw-r--r-- | README-event.d | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/README-event.d b/README-event.d new file mode 100644 index 00000000..ea60fbce --- /dev/null +++ b/README-event.d @@ -0,0 +1,26 @@ +The upstart scripts in /etc/event.d originate from event-compat-sysv-0.3.9, +and have since been heavily modified. + +The original copyright is: + +Copyright © 2008 Canonical Ltd. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR +ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF +CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + |