removed references to MIT license, replaced with BSD license

This commit is contained in:
Glen Wiley 2014-01-28 09:30:01 -05:00
parent 0dbc9ca8dc
commit 118864aeb6
7 changed files with 194 additions and 151 deletions

View File

@ -1,31 +1,37 @@
/** /**
* *
* /brief getdns contect management functions * \file context.c
* @brief getdns context management functions
* *
* This is the meat of the API
* Originally taken from the getdns API description pseudo implementation. * Originally taken from the getdns API description pseudo implementation.
* *
*/ */
/* 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"
@ -1164,4 +1170,5 @@ getdns_bindata_destroy(struct mem_funcs *mfs,
GETDNS_FREE(*mfs, bindata->data); GETDNS_FREE(*mfs, bindata->data);
GETDNS_FREE(*mfs, bindata); GETDNS_FREE(*mfs, bindata);
} }
/* getdns_context.c */
/* context.c */

View File

@ -1,31 +1,35 @@
/** /**
* *
* /brief getdns core functions * \file convert.c
* * @brief getdns label conversion functions
* This is the meat of the API
* Originally taken from the getdns API description pseudo implementation.
* *
*/ */
/* 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 <getdns/getdns.h> #include <getdns/getdns.h>
@ -181,4 +185,4 @@ getdns_strerror(getdns_return_t err, char *buf, size_t buflen)
return retval; return retval;
} /* getdns_strerror */ } /* getdns_strerror */
/* getdns_core_only.c */ /* convert.c */

View File

@ -4,26 +4,31 @@
* *
*/ */
/* The MIT License (MIT) /*
* Copyright (c) 2013 Verisign, Include. * 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 <getdns/getdns.h> #include <getdns/getdns.h>
@ -91,3 +96,5 @@ getdns_get_errorstr_by_id(uint16_t err)
} }
return 0; return 0;
} }
/* getdns_error.c */

View File

@ -1,33 +1,40 @@
/** /**
* *
* /brief getdns core functions * \file hostname.c
* @brief getdns core functions
* *
* This is the meat of the API
* Originally taken from the getdns API description pseudo implementation. * Originally taken from the getdns API description pseudo implementation.
* *
*/ */
/* 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 <getdns/getdns.h> #include <getdns/getdns.h>
#include "context.h" #include "context.h"
#include "general.h" #include "general.h"
@ -82,4 +89,4 @@ getdns_hostname(struct getdns_context *context,
return retval; return retval;
} /* getdns_hostname */ } /* getdns_hostname */
/* getdns_hostname.c */ /* hostname.c */

View File

@ -1,32 +1,39 @@
/** /**
* *
* /brief getdns contect management functions * \file list.h
* @brief getdns list management functions
* *
* This is the meat of the API
* Originally taken from the getdns API description pseudo implementation. * Originally taken from the getdns API description pseudo implementation.
* *
*/ */
/* 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.
*/ */
#ifndef _GETDNS_LIST_H_ #ifndef _GETDNS_LIST_H_
#define _GETDNS_LIST_H_ #define _GETDNS_LIST_H_
@ -68,3 +75,5 @@ struct getdns_list
}; };
#endif #endif
/* list.h */

View File

@ -1,38 +1,41 @@
/** /**
* *
* /brief getdns core functions * \file service.c
* @brief getdns core functions
* *
* This is the meat of the API
* Originally taken from the getdns API description pseudo implementation. * Originally taken from the getdns API description pseudo implementation.
* *
*/ */
/* 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 <getdns/getdns.h> #include <getdns/getdns.h>
/* stuff to make it compile pedantically */
#define UNUSED_PARAM(x) ((void)(x))
/* /*
* getdns_service * getdns_service
* *
@ -48,4 +51,4 @@ getdns_service(struct getdns_context *context,
extensions, userarg, transaction_id, callback); extensions, userarg, transaction_id, callback);
} /* getdns_service */ } /* getdns_service */
/* getdns_core_only.c */ /* service.c */

View File

@ -1,31 +1,37 @@
/** /**
* *
* /brief getdns core functions * \file validate_dnssec.c
* @brief dnssec validation functions
* *
* This is the meat of the API
* Originally taken from the getdns API description pseudo implementation. * Originally taken from the getdns API description pseudo implementation.
* *
*/ */
/* 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 <getdns/getdns.h> #include <getdns/getdns.h>
@ -48,4 +54,4 @@ getdns_validate_dnssec(struct getdns_bindata * record_to_validate,
return GETDNS_RETURN_GOOD; return GETDNS_RETURN_GOOD;
} /* getdns_validate_dnssec */ } /* getdns_validate_dnssec */
/* getdns_validate_dnssec.c */ /* validate_dnssec.c */