removed references to MIT license, replaced with BSD license

This commit is contained in:
Glen Wiley 2014-01-28 09:37:35 -05:00
parent 118864aeb6
commit 9b3a643def
8 changed files with 178 additions and 156 deletions

View File

@ -1,31 +1,10 @@
/** /**
* \file * \file
* \brief defines and data structure for getdns_error_str_by_id() * @brief defines and data structure for getdns_error_str_by_id()
* *
* This source was taken from the original pseudo-implementation by * This source was taken from the original pseudo-implementation by
* Paul Hoffman. * Paul Hoffman.
*/ */
/* The MIT License (MIT)
* Copyright (c) 2013 Verisign, Inc.
*
* 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.
*/
#ifndef GETDNS_ERROR_H #ifndef GETDNS_ERROR_H
#define GETDNS_ERROR_H #define GETDNS_ERROR_H

View File

@ -1,27 +1,33 @@
/** /**
* \file * \file
* \brief display messages to support unit testing * @brief display messages to support unit testing
*/ */
/* The MIT License (MIT)
* Copyright (c) 2013 Verisign, Inc. /*
* Copyright (c) 2013, Versign, Inc.
* All rights reserved.
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy * Redistribution and use in source and binary forms, with or without
* of this software and associated documentation files (the "Software"), to deal * modification, are permitted provided that the following conditions are met:
* in the Software without restriction, including without limitation the rights * * Redistributions of source code must retain the above copyright
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell * notice, this list of conditions and the following disclaimer.
* copies of the Software, and to permit persons to whom the Software is * * Redistributions in binary form must reproduce the above copyright
* furnished to do so, subject to the following conditions: * notice, this list of conditions and the following disclaimer in the
* * documentation and/or other materials provided with the distribution.
* The above copyright notice and this permission notice shall be included in * * Neither the name of the <organization> nor the
* all copies or substantial portions of the Software. * names of its contributors may be used to endorse or promote products
* * derived from this software without specific prior written permission.
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR *
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, * DISCLAIMED. IN NO EVENT SHALL Verisign, Inc. BE LIABLE FOR ANY
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
* THE SOFTWARE. * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
#include <stdlib.h> #include <stdlib.h>

View File

@ -2,26 +2,32 @@
* \file * \file
* \brief display messages to support unit testing * \brief display messages to support unit testing
*/ */
/* The MIT License (MIT)
* Copyright (c) 2013 Verisign, Inc. /*
* Copyright (c) 2013, Versign, Inc.
* All rights reserved.
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy * Redistribution and use in source and binary forms, with or without
* of this software and associated documentation files (the "Software"), to deal * modification, are permitted provided that the following conditions are met:
* in the Software without restriction, including without limitation the rights * * Redistributions of source code must retain the above copyright
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell * notice, this list of conditions and the following disclaimer.
* copies of the Software, and to permit persons to whom the Software is * * Redistributions in binary form must reproduce the above copyright
* furnished to do so, subject to the following conditions: * notice, this list of conditions and the following disclaimer in the
* * documentation and/or other materials provided with the distribution.
* The above copyright notice and this permission notice shall be included in * * Neither the name of the <organization> nor the
* all copies or substantial portions of the Software. * names of its contributors may be used to endorse or promote products
* * derived from this software without specific prior written permission.
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR *
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, * DISCLAIMED. IN NO EVENT SHALL Verisign, Inc. BE LIABLE FOR ANY
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
* THE SOFTWARE. * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
#ifndef TESTMESSAGES_H #ifndef TESTMESSAGES_H

View File

@ -4,26 +4,32 @@
* perform regression tests, output must be unchanged from canonical output * perform regression tests, output must be unchanged from canonical output
* stored with the sources * stored with the sources
*/ */
/* The MIT License (MIT)
* Copyright (c) 2013 Verisign, Inc. /*
* Copyright (c) 2013, NLNet Labs, Versign, Inc.
* All rights reserved.
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy * Redistribution and use in source and binary forms, with or without
* of this software and associated documentation files (the "Software"), to deal * modification, are permitted provided that the following conditions are met:
* in the Software without restriction, including without limitation the rights * * Redistributions of source code must retain the above copyright
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell * notice, this list of conditions and the following disclaimer.
* copies of the Software, and to permit persons to whom the Software is * * Redistributions in binary form must reproduce the above copyright
* furnished to do so, subject to the following conditions: * notice, this list of conditions and the following disclaimer in the
* * documentation and/or other materials provided with the distribution.
* The above copyright notice and this permission notice shall be included in * * Neither the name of the <organization> nor the
* all copies or substantial portions of the Software. * names of its contributors may be used to endorse or promote products
* * derived from this software without specific prior written permission.
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR *
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, * DISCLAIMED. IN NO EVENT SHALL Verisign, Inc. BE LIABLE FOR ANY
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
* THE SOFTWARE. * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
#include <stdio.h> #include <stdio.h>
@ -581,4 +587,4 @@ main(int argc, char *argv[])
return 0; return 0;
} /* main */ } /* main */
/* end tests_dict.c */ /* tests_dict.c */

View File

@ -4,28 +4,35 @@
* perform regression tests, output must be unchanged from canonical output * perform regression tests, output must be unchanged from canonical output
* stored with the sources * stored with the sources
*/ */
/* The MIT License (MIT)
* Copyright (c) 2013 Verisign, Inc. /*
* Copyright (c) 2013, Versign, Inc.
* All rights reserved.
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy * Redistribution and use in source and binary forms, with or without
* of this software and associated documentation files (the "Software"), to deal * modification, are permitted provided that the following conditions are met:
* in the Software without restriction, including without limitation the rights * * Redistributions of source code must retain the above copyright
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell * notice, this list of conditions and the following disclaimer.
* copies of the Software, and to permit persons to whom the Software is * * Redistributions in binary form must reproduce the above copyright
* furnished to do so, subject to the following conditions: * notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* * Neither the name of the <organization> nor the
* names of its contributors may be used to endorse or promote products
* derived from this software without specific prior written permission.
* *
* The above copyright notice and this permission notice shall be included in * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
* all copies or substantial portions of the Software. * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * DISCLAIMED. IN NO EVENT SHALL Verisign, Inc. BE LIABLE FOR ANY
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* THE SOFTWARE. * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
#include "config.h" #include "config.h"
#ifdef HAVE_EVENT2_EVENT_H #ifdef HAVE_EVENT2_EVENT_H
# include <event2/event.h> # include <event2/event.h>

View File

@ -4,26 +4,32 @@
* perform regression tests, output must be unchanged from canonical output * perform regression tests, output must be unchanged from canonical output
* stored with the sources * stored with the sources
*/ */
/* The MIT License (MIT)
* Copyright (c) 2013 Verisign, Inc. /*
* Copyright (c) 2013, Versign, Inc.
* All rights reserved.
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy * Redistribution and use in source and binary forms, with or without
* of this software and associated documentation files (the "Software"), to deal * modification, are permitted provided that the following conditions are met:
* in the Software without restriction, including without limitation the rights * * Redistributions of source code must retain the above copyright
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell * notice, this list of conditions and the following disclaimer.
* copies of the Software, and to permit persons to whom the Software is * * Redistributions in binary form must reproduce the above copyright
* furnished to do so, subject to the following conditions: * notice, this list of conditions and the following disclaimer in the
* * documentation and/or other materials provided with the distribution.
* The above copyright notice and this permission notice shall be included in * * Neither the name of the <organization> nor the
* all copies or substantial portions of the Software. * names of its contributors may be used to endorse or promote products
* * derived from this software without specific prior written permission.
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR *
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, * DISCLAIMED. IN NO EVENT SHALL Verisign, Inc. BE LIABLE FOR ANY
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
* THE SOFTWARE. * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
#include <stdio.h> #include <stdio.h>

View File

@ -4,26 +4,32 @@
* perform regression tests, output must be unchanged from canonical output * perform regression tests, output must be unchanged from canonical output
* stored with the sources * stored with the sources
*/ */
/* The MIT License (MIT)
* Copyright (c) 2013 Verisign, Inc. /*
* Copyright (c) 2013, Versign, Inc.
* All rights reserved.
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy * Redistribution and use in source and binary forms, with or without
* of this software and associated documentation files (the "Software"), to deal * modification, are permitted provided that the following conditions are met:
* in the Software without restriction, including without limitation the rights * * Redistributions of source code must retain the above copyright
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell * notice, this list of conditions and the following disclaimer.
* copies of the Software, and to permit persons to whom the Software is * * Redistributions in binary form must reproduce the above copyright
* furnished to do so, subject to the following conditions: * notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* * Neither the name of the <organization> nor the
* names of its contributors may be used to endorse or promote products
* derived from this software without specific prior written permission.
* *
* The above copyright notice and this permission notice shall be included in * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
* all copies or substantial portions of the Software. * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * DISCLAIMED. IN NO EVENT SHALL Verisign, Inc. BE LIABLE FOR ANY
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* THE SOFTWARE. * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
#include "config.h" #include "config.h"
@ -121,4 +127,4 @@ main(int argc, char** argv)
exit(EXIT_SUCCESS); exit(EXIT_SUCCESS);
} /* main */ } /* main */
/* example-simple-answers.c */ /* tests_stub_async.c */

View File

@ -4,26 +4,32 @@
* perform regression tests, output must be unchanged from canonical output * perform regression tests, output must be unchanged from canonical output
* stored with the sources * stored with the sources
*/ */
/* The MIT License (MIT)
* Copyright (c) 2013 Verisign, Inc. /*
* Copyright (c) 2013, Versign, Inc.
* All rights reserved.
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy * Redistribution and use in source and binary forms, with or without
* of this software and associated documentation files (the "Software"), to deal * modification, are permitted provided that the following conditions are met:
* in the Software without restriction, including without limitation the rights * * Redistributions of source code must retain the above copyright
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell * notice, this list of conditions and the following disclaimer.
* copies of the Software, and to permit persons to whom the Software is * * Redistributions in binary form must reproduce the above copyright
* furnished to do so, subject to the following conditions: * notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* * Neither the name of the <organization> nor the
* names of its contributors may be used to endorse or promote products
* derived from this software without specific prior written permission.
* *
* The above copyright notice and this permission notice shall be included in * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
* all copies or substantial portions of the Software. * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * DISCLAIMED. IN NO EVENT SHALL Verisign, Inc. BE LIABLE FOR ANY
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* THE SOFTWARE. * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
#include <stdio.h> #include <stdio.h>
@ -82,4 +88,4 @@ main()
exit(EXIT_SUCCESS); exit(EXIT_SUCCESS);
} /* main */ } /* main */
/* example-simple-answers.c */ /* tests_stub_sync.c */