diff --git a/src/dnssec-crypto.h b/src/dnssec-crypto.h index d2f1308..1717db6 100644 --- a/src/dnssec-crypto.h +++ b/src/dnssec-crypto.h @@ -1,3 +1,19 @@ +/* dnssec-crypto.h is Copyright (c) 2012 Giovanni Bajo + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; version 2 dated June, 1991, or + (at your option) version 3 dated 29 June, 2007. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ + #ifndef DNSSEC_CRYPTO_H #define DNSSEC_CRYPTO_H diff --git a/src/dnssec-openssl.c b/src/dnssec-openssl.c index 2f1c838..4bf7e73 100644 --- a/src/dnssec-openssl.c +++ b/src/dnssec-openssl.c @@ -1,3 +1,19 @@ +/* dnssec-openssl.c is Copyright (c) 2012 Giovanni Bajo + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; version 2 dated June, 1991, or + (at your option) version 3 dated 29 June, 2007. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ + #include #include "dnsmasq.h" #include "dnssec-crypto.h" diff --git a/src/dnssec.c b/src/dnssec.c index c9276ba..222be3f 100644 --- a/src/dnssec.c +++ b/src/dnssec.c @@ -1,3 +1,18 @@ +/* dnssec.c is Copyright (c) 2012 Giovanni Bajo + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; version 2 dated June, 1991, or + (at your option) version 3 dated 29 June, 2007. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ #include "dnsmasq.h" #include "dnssec-crypto.h"