From: Willy Tarreau Date: Sun, 16 Sep 2007 05:45:29 +0000 (+0200) Subject: [CLEANUP] O'Reilly has clarified its license X-Git-Tag: v1.3.12.2~8 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=19629edd48787cf45d03c4d033318d3b4e6c0528;p=haproxy.git [CLEANUP] O'Reilly has clarified its license O'Reilly has clarified its license affecting 6 files contained in haproxy up to and including 1.3.12.X. The updated license has been included within these files. These files are no longer present in versions starting from 1.3.13, but it was better to clear any doubt about the redistribution conditions at least for 1.3.12. Special thanks to the people at the Fedora Project for their efforts in getting in touch with O'Reilly to clarify the license. --- diff --git a/include/common/chtbl.h b/include/common/chtbl.h index cddb20796..ff76422a4 100644 --- a/include/common/chtbl.h +++ b/include/common/chtbl.h @@ -7,6 +7,31 @@ ISBN: 1-56592-453-3 Publishd by O'Reilly + Updated O'Reilly's copyright notice follows : + + Copyright (c) 1999 O'Reilly & Associates, Inc. + + Mastering Algorithms with C + Kyle Loudon + + 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 ANY OTHER + DEALINGS IN THE SOFTWARE. + */ /***************************************************************************** diff --git a/include/common/hashpjw.h b/include/common/hashpjw.h index 8d3998c6a..80a570bb2 100644 --- a/include/common/hashpjw.h +++ b/include/common/hashpjw.h @@ -8,6 +8,32 @@ Publishd by O'Reilly We have added our own struct to these function. + + Updated O'Reilly's copyright notice follows : + + Copyright (c) 1999 O'Reilly & Associates, Inc. + + Mastering Algorithms with C + Kyle Loudon + + 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 ANY OTHER + DEALINGS IN THE SOFTWARE. + */ /***************************************************************************** diff --git a/include/common/list.h b/include/common/list.h index 91a5084dd..d3569359a 100644 --- a/include/common/list.h +++ b/include/common/list.h @@ -7,6 +7,31 @@ ISBN: 1-56592-453-3 Publishd by O'Reilly + Updated O'Reilly's copyright notice follows : + + Copyright (c) 1999 O'Reilly & Associates, Inc. + + Mastering Algorithms with C + Kyle Loudon + + 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 ANY OTHER + DEALINGS IN THE SOFTWARE. + */ /***************************************************************************** diff --git a/src/chtbl.c b/src/chtbl.c index 08eebb819..172f959f5 100644 --- a/src/chtbl.c +++ b/src/chtbl.c @@ -7,6 +7,31 @@ ISBN: 1-56592-453-3 Publishd by O'Reilly + Updated O'Reilly's copyright notice follows : + + Copyright (c) 1999 O'Reilly & Associates, Inc. + + Mastering Algorithms with C + Kyle Loudon + + 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 ANY OTHER + DEALINGS IN THE SOFTWARE. + */ /***************************************************************************** diff --git a/src/hashpjw.c b/src/hashpjw.c index 17ef3a285..0c064a4c2 100644 --- a/src/hashpjw.c +++ b/src/hashpjw.c @@ -8,6 +8,32 @@ Publishd by O'Reilly We have added our own struct to these function. + + Updated O'Reilly's copyright notice follows : + + Copyright (c) 1999 O'Reilly & Associates, Inc. + + Mastering Algorithms with C + Kyle Loudon + + 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 ANY OTHER + DEALINGS IN THE SOFTWARE. + */ /***************************************************************************** diff --git a/src/list.c b/src/list.c index f23686aa3..a2062a3f7 100644 --- a/src/list.c +++ b/src/list.c @@ -7,6 +7,31 @@ ISBN: 1-56592-453-3 Publishd by O'Reilly + Updated O'Reilly's copyright notice follows : + + Copyright (c) 1999 O'Reilly & Associates, Inc. + + Mastering Algorithms with C + Kyle Loudon + + 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 ANY OTHER + DEALINGS IN THE SOFTWARE. + */ /*****************************************************************************