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. + */ /*****************************************************************************