From f2cb06271ae5bdc8697bd398cc38b0abd74fc367 Mon Sep 17 00:00:00 2001 From: Jan Vcelak Date: Fri, 2 May 2014 15:12:59 +0200 Subject: [PATCH] [dnssec] add copyright headers --- dnssec/contrib/gnutls_error.c | 16 ++++++++++++++++ dnssec/lib/binary.c | 16 ++++++++++++++++ dnssec/lib/crypto.c | 16 ++++++++++++++++ dnssec/lib/dnssec/binary.h | 16 ++++++++++++++++ dnssec/lib/dnssec/crypto.h | 16 ++++++++++++++++ dnssec/lib/dnssec/error.h | 16 ++++++++++++++++ dnssec/lib/dnssec/kasp.h | 16 ++++++++++++++++ dnssec/lib/dnssec/key.h | 16 ++++++++++++++++ dnssec/lib/dnssec/keyid.h | 16 ++++++++++++++++ dnssec/lib/dnssec/keystore.h | 16 ++++++++++++++++ dnssec/lib/dnssec/keytag.h | 16 ++++++++++++++++ dnssec/lib/dnssec/nsec.h | 16 ++++++++++++++++ dnssec/lib/dnssec/random.h | 16 ++++++++++++++++ dnssec/lib/dnssec/sign.h | 16 ++++++++++++++++ dnssec/lib/dnssec/tsig.h | 16 ++++++++++++++++ dnssec/lib/error.c | 16 ++++++++++++++++ dnssec/lib/kasp/dir.c | 16 ++++++++++++++++ dnssec/lib/kasp/internal.h | 16 ++++++++++++++++ dnssec/lib/kasp/kasp.c | 16 ++++++++++++++++ dnssec/lib/kasp/keyset.c | 16 ++++++++++++++++ dnssec/lib/kasp/keyset.h | 16 ++++++++++++++++ dnssec/lib/kasp/zone.c | 16 ++++++++++++++++ dnssec/lib/kasp/zone.h | 16 ++++++++++++++++ dnssec/lib/key/algorithm.c | 16 ++++++++++++++++ dnssec/lib/key/algorithm.h | 16 ++++++++++++++++ dnssec/lib/key/convert.c | 16 ++++++++++++++++ dnssec/lib/key/convert.h | 16 ++++++++++++++++ dnssec/lib/key/dnskey.c | 16 ++++++++++++++++ dnssec/lib/key/dnskey.h | 16 ++++++++++++++++ dnssec/lib/key/ds.c | 16 ++++++++++++++++ dnssec/lib/key/internal.h | 16 ++++++++++++++++ dnssec/lib/key/key.c | 16 ++++++++++++++++ dnssec/lib/key/keytag.c | 16 ++++++++++++++++ dnssec/lib/key/privkey.c | 16 ++++++++++++++++ dnssec/lib/key/privkey.h | 16 ++++++++++++++++ dnssec/lib/key/simple.c | 16 ++++++++++++++++ dnssec/lib/keyid/internal.h | 16 ++++++++++++++++ dnssec/lib/keyid/keyid.c | 16 ++++++++++++++++ dnssec/lib/keystore/internal.h | 16 ++++++++++++++++ dnssec/lib/keystore/keystore.c | 16 ++++++++++++++++ dnssec/lib/keystore/pkcs11.c | 16 ++++++++++++++++ dnssec/lib/keystore/pkcs8.c | 16 ++++++++++++++++ dnssec/lib/keystore/pkcs8_dir.c | 16 ++++++++++++++++ dnssec/lib/nsec/bitmap.c | 16 ++++++++++++++++ dnssec/lib/nsec/hash.c | 16 ++++++++++++++++ dnssec/lib/random.c | 16 ++++++++++++++++ dnssec/lib/sign/der.c | 16 ++++++++++++++++ dnssec/lib/sign/der.h | 16 ++++++++++++++++ dnssec/lib/sign/sign.c | 16 ++++++++++++++++ dnssec/lib/tsig.c | 16 ++++++++++++++++ dnssec/shared/dname.c | 16 ++++++++++++++++ dnssec/shared/dname.h | 16 ++++++++++++++++ dnssec/shared/hex.c | 16 ++++++++++++++++ dnssec/shared/hex.h | 16 ++++++++++++++++ dnssec/shared/path.c | 16 ++++++++++++++++ dnssec/shared/path.h | 16 ++++++++++++++++ dnssec/shared/pem.c | 16 ++++++++++++++++ dnssec/shared/pem.h | 16 ++++++++++++++++ dnssec/shared/shared.h | 16 ++++++++++++++++ dnssec/shared/strtonum.h | 16 ++++++++++++++++ dnssec/shared/wire.h | 16 ++++++++++++++++ dnssec/shared/yml.c | 16 ++++++++++++++++ dnssec/shared/yml.h | 16 ++++++++++++++++ dnssec/tests/binary.c | 16 ++++++++++++++++ dnssec/tests/crypto.c | 16 ++++++++++++++++ dnssec/tests/key.c | 16 ++++++++++++++++ dnssec/tests/key_algorithm.c | 16 ++++++++++++++++ dnssec/tests/keyid.c | 16 ++++++++++++++++ dnssec/tests/keystore_pkcs8.c | 16 ++++++++++++++++ dnssec/tests/keystore_pkcs8_dir.c | 16 ++++++++++++++++ dnssec/tests/keytag.c | 16 ++++++++++++++++ dnssec/tests/nsec_bitmap.c | 16 ++++++++++++++++ dnssec/tests/nsec_hash.c | 16 ++++++++++++++++ dnssec/tests/random.c | 16 ++++++++++++++++ dnssec/tests/sample_keys.h | 16 ++++++++++++++++ dnssec/tests/shared_dname.c | 16 ++++++++++++++++ dnssec/tests/shared_wire.c | 16 ++++++++++++++++ dnssec/tests/sign.c | 16 ++++++++++++++++ dnssec/tests/sign_der.c | 16 ++++++++++++++++ dnssec/tests/tsig.c | 16 ++++++++++++++++ dnssec/utils/generate.c | 16 ++++++++++++++++ dnssec/utils/import.c | 16 ++++++++++++++++ dnssec/utils/keymgr.c | 16 ++++++++++++++++ dnssec/utils/legacy.h | 16 ++++++++++++++++ dnssec/utils/legacy/legacy.c | 16 ++++++++++++++++ dnssec/utils/legacy/legacy.h | 16 ++++++++++++++++ dnssec/utils/legacy/privkey.c | 16 ++++++++++++++++ dnssec/utils/legacy/privkey.h | 16 ++++++++++++++++ dnssec/utils/legacy/pubkey.c | 16 ++++++++++++++++ dnssec/utils/legacy/pubkey.h | 16 ++++++++++++++++ dnssec/utils/parsekey.c | 16 ++++++++++++++++ dnssec/utils/utils.h | 16 ++++++++++++++++ 92 files changed, 1472 insertions(+) diff --git a/dnssec/contrib/gnutls_error.c b/dnssec/contrib/gnutls_error.c index 1c4dee082..1eeb4933c 100644 --- a/dnssec/contrib/gnutls_error.c +++ b/dnssec/contrib/gnutls_error.c @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 #include diff --git a/dnssec/lib/binary.c b/dnssec/lib/binary.c index 0adbd7d23..43e21c045 100644 --- a/dnssec/lib/binary.c +++ b/dnssec/lib/binary.c @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 #include diff --git a/dnssec/lib/crypto.c b/dnssec/lib/crypto.c index b934efcd6..75b0e3770 100644 --- a/dnssec/lib/crypto.c +++ b/dnssec/lib/crypto.c @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 diff --git a/dnssec/lib/dnssec/binary.h b/dnssec/lib/dnssec/binary.h index d3a82c4ea..bbaf56e9d 100644 --- a/dnssec/lib/dnssec/binary.h +++ b/dnssec/lib/dnssec/binary.h @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 . +*/ + #pragma once #include diff --git a/dnssec/lib/dnssec/crypto.h b/dnssec/lib/dnssec/crypto.h index e1a949535..3bcec1ac4 100644 --- a/dnssec/lib/dnssec/crypto.h +++ b/dnssec/lib/dnssec/crypto.h @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 . +*/ + #pragma once /*! diff --git a/dnssec/lib/dnssec/error.h b/dnssec/lib/dnssec/error.h index 72a135765..aee5e4142 100644 --- a/dnssec/lib/dnssec/error.h +++ b/dnssec/lib/dnssec/error.h @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 . +*/ + #pragma once #include diff --git a/dnssec/lib/dnssec/kasp.h b/dnssec/lib/dnssec/kasp.h index 624654dd0..5fa11f38e 100644 --- a/dnssec/lib/dnssec/kasp.h +++ b/dnssec/lib/dnssec/kasp.h @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 . +*/ + #pragma once #include diff --git a/dnssec/lib/dnssec/key.h b/dnssec/lib/dnssec/key.h index a05739a9b..7dc3b91a8 100644 --- a/dnssec/lib/dnssec/key.h +++ b/dnssec/lib/dnssec/key.h @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 . +*/ + #pragma once #include diff --git a/dnssec/lib/dnssec/keyid.h b/dnssec/lib/dnssec/keyid.h index c1cd4cdf6..3b660de7f 100644 --- a/dnssec/lib/dnssec/keyid.h +++ b/dnssec/lib/dnssec/keyid.h @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 . +*/ + #pragma once #include diff --git a/dnssec/lib/dnssec/keystore.h b/dnssec/lib/dnssec/keystore.h index 4efbed574..907b28f00 100644 --- a/dnssec/lib/dnssec/keystore.h +++ b/dnssec/lib/dnssec/keystore.h @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 . +*/ + #pragma once #include diff --git a/dnssec/lib/dnssec/keytag.h b/dnssec/lib/dnssec/keytag.h index a09247ee0..1402e4797 100644 --- a/dnssec/lib/dnssec/keytag.h +++ b/dnssec/lib/dnssec/keytag.h @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 . +*/ + #pragma once #include diff --git a/dnssec/lib/dnssec/nsec.h b/dnssec/lib/dnssec/nsec.h index b9094be59..1ef53d2a2 100644 --- a/dnssec/lib/dnssec/nsec.h +++ b/dnssec/lib/dnssec/nsec.h @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 . +*/ + #pragma once #include diff --git a/dnssec/lib/dnssec/random.h b/dnssec/lib/dnssec/random.h index a572f8934..95c37f3d2 100644 --- a/dnssec/lib/dnssec/random.h +++ b/dnssec/lib/dnssec/random.h @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 . +*/ + #pragma once #include diff --git a/dnssec/lib/dnssec/sign.h b/dnssec/lib/dnssec/sign.h index 35d4395b8..6abc94b0e 100644 --- a/dnssec/lib/dnssec/sign.h +++ b/dnssec/lib/dnssec/sign.h @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 . +*/ + #pragma once #include diff --git a/dnssec/lib/dnssec/tsig.h b/dnssec/lib/dnssec/tsig.h index 3939c0d98..51c5f1ca2 100644 --- a/dnssec/lib/dnssec/tsig.h +++ b/dnssec/lib/dnssec/tsig.h @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 . +*/ + #pragma once #include diff --git a/dnssec/lib/error.c b/dnssec/lib/error.c index d3d3347f9..5b3b9424c 100644 --- a/dnssec/lib/error.c +++ b/dnssec/lib/error.c @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 "error.h" #include "shared.h" diff --git a/dnssec/lib/kasp/dir.c b/dnssec/lib/kasp/dir.c index cebba72c6..a654e951e 100644 --- a/dnssec/lib/kasp/dir.c +++ b/dnssec/lib/kasp/dir.c @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 diff --git a/dnssec/lib/kasp/internal.h b/dnssec/lib/kasp/internal.h index fa0a6d920..056953977 100644 --- a/dnssec/lib/kasp/internal.h +++ b/dnssec/lib/kasp/internal.h @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 . +*/ + #pragma once #include "zone.h" diff --git a/dnssec/lib/kasp/kasp.c b/dnssec/lib/kasp/kasp.c index bed402cbf..cf6a68a32 100644 --- a/dnssec/lib/kasp/kasp.c +++ b/dnssec/lib/kasp/kasp.c @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 "shared.h" #include "error.h" #include "kasp.h" diff --git a/dnssec/lib/kasp/keyset.c b/dnssec/lib/kasp/keyset.c index deb8353ba..ef5d9afd3 100644 --- a/dnssec/lib/kasp/keyset.c +++ b/dnssec/lib/kasp/keyset.c @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 "clists.h" diff --git a/dnssec/lib/kasp/keyset.h b/dnssec/lib/kasp/keyset.h index ea5db9e90..947c0e819 100644 --- a/dnssec/lib/kasp/keyset.h +++ b/dnssec/lib/kasp/keyset.h @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 . +*/ + #pragma once #include "clists.h" diff --git a/dnssec/lib/kasp/zone.c b/dnssec/lib/kasp/zone.c index b8694827c..c1e75f879 100644 --- a/dnssec/lib/kasp/zone.c +++ b/dnssec/lib/kasp/zone.c @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 #include diff --git a/dnssec/lib/kasp/zone.h b/dnssec/lib/kasp/zone.h index 4e35bfa52..88b359de3 100644 --- a/dnssec/lib/kasp/zone.h +++ b/dnssec/lib/kasp/zone.h @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 . +*/ + #pragma once #include diff --git a/dnssec/lib/key/algorithm.c b/dnssec/lib/key/algorithm.c index 4404acf93..5150279bc 100644 --- a/dnssec/lib/key/algorithm.c +++ b/dnssec/lib/key/algorithm.c @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 "error.h" diff --git a/dnssec/lib/key/algorithm.h b/dnssec/lib/key/algorithm.h index f08c95eba..b6c76ea5b 100644 --- a/dnssec/lib/key/algorithm.h +++ b/dnssec/lib/key/algorithm.h @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 . +*/ + #pragma once #include diff --git a/dnssec/lib/key/convert.c b/dnssec/lib/key/convert.c index 99310590d..53bac9239 100644 --- a/dnssec/lib/key/convert.c +++ b/dnssec/lib/key/convert.c @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 #include diff --git a/dnssec/lib/key/convert.h b/dnssec/lib/key/convert.h index 8bad32403..92be181c1 100644 --- a/dnssec/lib/key/convert.h +++ b/dnssec/lib/key/convert.h @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 . +*/ + #pragma once #include diff --git a/dnssec/lib/key/dnskey.c b/dnssec/lib/key/dnskey.c index 7ba49d180..0aa4797fd 100644 --- a/dnssec/lib/key/dnskey.c +++ b/dnssec/lib/key/dnskey.c @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 "binary.h" #include "error.h" #include "key/dnskey.h" diff --git a/dnssec/lib/key/dnskey.h b/dnssec/lib/key/dnskey.h index f66f2153e..465692d3a 100644 --- a/dnssec/lib/key/dnskey.h +++ b/dnssec/lib/key/dnskey.h @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 . +*/ + #pragma once #include diff --git a/dnssec/lib/key/ds.c b/dnssec/lib/key/ds.c index 4230daedc..6a29687ee 100644 --- a/dnssec/lib/key/ds.c +++ b/dnssec/lib/key/ds.c @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 "binary.h" #include "error.h" #include "key.h" diff --git a/dnssec/lib/key/internal.h b/dnssec/lib/key/internal.h index e8bf66256..fec2a9872 100644 --- a/dnssec/lib/key/internal.h +++ b/dnssec/lib/key/internal.h @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 . +*/ + #pragma once #include diff --git a/dnssec/lib/key/key.c b/dnssec/lib/key/key.c index e7c824daf..32973c452 100644 --- a/dnssec/lib/key/key.c +++ b/dnssec/lib/key/key.c @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 #include diff --git a/dnssec/lib/key/keytag.c b/dnssec/lib/key/keytag.c index 0bfd3d103..a83ba6da9 100644 --- a/dnssec/lib/key/keytag.c +++ b/dnssec/lib/key/keytag.c @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 #include diff --git a/dnssec/lib/key/privkey.c b/dnssec/lib/key/privkey.c index ac158b584..35d8a4188 100644 --- a/dnssec/lib/key/privkey.c +++ b/dnssec/lib/key/privkey.c @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 diff --git a/dnssec/lib/key/privkey.h b/dnssec/lib/key/privkey.h index deec5d2bf..22d020771 100644 --- a/dnssec/lib/key/privkey.h +++ b/dnssec/lib/key/privkey.h @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 . +*/ + #pragma once #include diff --git a/dnssec/lib/key/simple.c b/dnssec/lib/key/simple.c index e28c52ec0..ad5708229 100644 --- a/dnssec/lib/key/simple.c +++ b/dnssec/lib/key/simple.c @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 diff --git a/dnssec/lib/keyid/internal.h b/dnssec/lib/keyid/internal.h index c040a231a..161b58043 100644 --- a/dnssec/lib/keyid/internal.h +++ b/dnssec/lib/keyid/internal.h @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 . +*/ + #pragma once #include diff --git a/dnssec/lib/keyid/keyid.c b/dnssec/lib/keyid/keyid.c index 1a0fc5143..762dfd6da 100644 --- a/dnssec/lib/keyid/keyid.c +++ b/dnssec/lib/keyid/keyid.c @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 #include diff --git a/dnssec/lib/keystore/internal.h b/dnssec/lib/keystore/internal.h index 3d10b3d1a..f9f732278 100644 --- a/dnssec/lib/keystore/internal.h +++ b/dnssec/lib/keystore/internal.h @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 . +*/ + #pragma once #include diff --git a/dnssec/lib/keystore/keystore.c b/dnssec/lib/keystore/keystore.c index 0833e9fef..8036cbc31 100644 --- a/dnssec/lib/keystore/keystore.c +++ b/dnssec/lib/keystore/keystore.c @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 diff --git a/dnssec/lib/keystore/pkcs11.c b/dnssec/lib/keystore/pkcs11.c index 5abd3fe10..dc307eddd 100644 --- a/dnssec/lib/keystore/pkcs11.c +++ b/dnssec/lib/keystore/pkcs11.c @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 "error.h" diff --git a/dnssec/lib/keystore/pkcs8.c b/dnssec/lib/keystore/pkcs8.c index 22e8baff3..332eca825 100644 --- a/dnssec/lib/keystore/pkcs8.c +++ b/dnssec/lib/keystore/pkcs8.c @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 "error.h" diff --git a/dnssec/lib/keystore/pkcs8_dir.c b/dnssec/lib/keystore/pkcs8_dir.c index b7c479a46..f91ff51e2 100644 --- a/dnssec/lib/keystore/pkcs8_dir.c +++ b/dnssec/lib/keystore/pkcs8_dir.c @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 #include diff --git a/dnssec/lib/nsec/bitmap.c b/dnssec/lib/nsec/bitmap.c index 809b333e1..fbee89350 100644 --- a/dnssec/lib/nsec/bitmap.c +++ b/dnssec/lib/nsec/bitmap.c @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 #include diff --git a/dnssec/lib/nsec/hash.c b/dnssec/lib/nsec/hash.c index 404e4b7a7..a0f64e955 100644 --- a/dnssec/lib/nsec/hash.c +++ b/dnssec/lib/nsec/hash.c @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 #include diff --git a/dnssec/lib/random.c b/dnssec/lib/random.c index 48056e42a..db27be83e 100644 --- a/dnssec/lib/random.c +++ b/dnssec/lib/random.c @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 #include diff --git a/dnssec/lib/sign/der.c b/dnssec/lib/sign/der.c index 2db092e31..61164c24b 100644 --- a/dnssec/lib/sign/der.c +++ b/dnssec/lib/sign/der.c @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 "binary.h" diff --git a/dnssec/lib/sign/der.h b/dnssec/lib/sign/der.h index 24849463f..464b5e845 100644 --- a/dnssec/lib/sign/der.h +++ b/dnssec/lib/sign/der.h @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 . +*/ + #pragma once #include "binary.h" diff --git a/dnssec/lib/sign/sign.c b/dnssec/lib/sign/sign.c index 917b41c53..e1cd21812 100644 --- a/dnssec/lib/sign/sign.c +++ b/dnssec/lib/sign/sign.c @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 #include diff --git a/dnssec/lib/tsig.c b/dnssec/lib/tsig.c index 5249bb95e..dfa20fb4a 100644 --- a/dnssec/lib/tsig.c +++ b/dnssec/lib/tsig.c @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 #include diff --git a/dnssec/shared/dname.c b/dnssec/shared/dname.c index ecf1cab3b..674a0db9b 100644 --- a/dnssec/shared/dname.c +++ b/dnssec/shared/dname.c @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 #include diff --git a/dnssec/shared/dname.h b/dnssec/shared/dname.h index 6547dab7a..0b12c6537 100644 --- a/dnssec/shared/dname.h +++ b/dnssec/shared/dname.h @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 . +*/ + #pragma once #include diff --git a/dnssec/shared/hex.c b/dnssec/shared/hex.c index 00fcbb680..afec23dea 100644 --- a/dnssec/shared/hex.c +++ b/dnssec/shared/hex.c @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 #include diff --git a/dnssec/shared/hex.h b/dnssec/shared/hex.h index c3af85a80..5d8295005 100644 --- a/dnssec/shared/hex.h +++ b/dnssec/shared/hex.h @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 . +*/ + #pragma once #include "binary.h" diff --git a/dnssec/shared/path.c b/dnssec/shared/path.c index 5ebb187ed..057a9023c 100644 --- a/dnssec/shared/path.c +++ b/dnssec/shared/path.c @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 #include diff --git a/dnssec/shared/path.h b/dnssec/shared/path.h index 8777567c4..cc97623bb 100644 --- a/dnssec/shared/path.h +++ b/dnssec/shared/path.h @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 . +*/ + #pragma once #ifndef MAX_PATH diff --git a/dnssec/shared/pem.c b/dnssec/shared/pem.c index 61be30c80..ef5b2743f 100644 --- a/dnssec/shared/pem.c +++ b/dnssec/shared/pem.c @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 #include diff --git a/dnssec/shared/pem.h b/dnssec/shared/pem.h index 90008066f..2a9631ed6 100644 --- a/dnssec/shared/pem.h +++ b/dnssec/shared/pem.h @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 . +*/ + #pragma once #include diff --git a/dnssec/shared/shared.h b/dnssec/shared/shared.h index f0a5d78d6..155b494c1 100644 --- a/dnssec/shared/shared.h +++ b/dnssec/shared/shared.h @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 . +*/ + #pragma once #include diff --git a/dnssec/shared/strtonum.h b/dnssec/shared/strtonum.h index 1ee1f2e63..a10948d31 100644 --- a/dnssec/shared/strtonum.h +++ b/dnssec/shared/strtonum.h @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 . +*/ + #pragma once #include diff --git a/dnssec/shared/wire.h b/dnssec/shared/wire.h index 59670ee6a..4c08ff521 100644 --- a/dnssec/shared/wire.h +++ b/dnssec/shared/wire.h @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 . +*/ + #pragma once #include diff --git a/dnssec/shared/yml.c b/dnssec/shared/yml.c index be5c7db74..7273f12a9 100644 --- a/dnssec/shared/yml.c +++ b/dnssec/shared/yml.c @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 #include diff --git a/dnssec/shared/yml.h b/dnssec/shared/yml.h index c63f05a9d..5571da261 100644 --- a/dnssec/shared/yml.h +++ b/dnssec/shared/yml.h @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 . +*/ + #pragma once #include diff --git a/dnssec/tests/binary.c b/dnssec/tests/binary.c index 893414b6c..1dadcfbbd 100644 --- a/dnssec/tests/binary.c +++ b/dnssec/tests/binary.c @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 #include diff --git a/dnssec/tests/crypto.c b/dnssec/tests/crypto.c index 6f4c89bdc..3e66acbb9 100644 --- a/dnssec/tests/crypto.c +++ b/dnssec/tests/crypto.c @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 "crypto.h" diff --git a/dnssec/tests/key.c b/dnssec/tests/key.c index b61b577ba..fcdb7b896 100644 --- a/dnssec/tests/key.c +++ b/dnssec/tests/key.c @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 diff --git a/dnssec/tests/key_algorithm.c b/dnssec/tests/key_algorithm.c index a1e9dbb2e..bf751b68c 100644 --- a/dnssec/tests/key_algorithm.c +++ b/dnssec/tests/key_algorithm.c @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 "error.h" diff --git a/dnssec/tests/keyid.c b/dnssec/tests/keyid.c index 6a2d1fc59..710597891 100644 --- a/dnssec/tests/keyid.c +++ b/dnssec/tests/keyid.c @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 diff --git a/dnssec/tests/keystore_pkcs8.c b/dnssec/tests/keystore_pkcs8.c index b8aeac89e..f537f47f2 100644 --- a/dnssec/tests/keystore_pkcs8.c +++ b/dnssec/tests/keystore_pkcs8.c @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 #include diff --git a/dnssec/tests/keystore_pkcs8_dir.c b/dnssec/tests/keystore_pkcs8_dir.c index 4712fa3d8..6345ce4d7 100644 --- a/dnssec/tests/keystore_pkcs8_dir.c +++ b/dnssec/tests/keystore_pkcs8_dir.c @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 #include diff --git a/dnssec/tests/keytag.c b/dnssec/tests/keytag.c index e1345cb48..fd09b08da 100644 --- a/dnssec/tests/keytag.c +++ b/dnssec/tests/keytag.c @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 diff --git a/dnssec/tests/nsec_bitmap.c b/dnssec/tests/nsec_bitmap.c index dbeac1665..ca5d58a3a 100644 --- a/dnssec/tests/nsec_bitmap.c +++ b/dnssec/tests/nsec_bitmap.c @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 #include diff --git a/dnssec/tests/nsec_hash.c b/dnssec/tests/nsec_hash.c index db1fffed8..2a81ebe70 100644 --- a/dnssec/tests/nsec_hash.c +++ b/dnssec/tests/nsec_hash.c @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 diff --git a/dnssec/tests/random.c b/dnssec/tests/random.c index eefecf2d0..cab40618b 100644 --- a/dnssec/tests/random.c +++ b/dnssec/tests/random.c @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 #include diff --git a/dnssec/tests/sample_keys.h b/dnssec/tests/sample_keys.h index 6f84c6be3..8d5811406 100644 --- a/dnssec/tests/sample_keys.h +++ b/dnssec/tests/sample_keys.h @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 . +*/ + #pragma once #include diff --git a/dnssec/tests/shared_dname.c b/dnssec/tests/shared_dname.c index c82bf5c0d..a5b56004b 100644 --- a/dnssec/tests/shared_dname.c +++ b/dnssec/tests/shared_dname.c @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 #include diff --git a/dnssec/tests/shared_wire.c b/dnssec/tests/shared_wire.c index 57c502e64..710675e69 100644 --- a/dnssec/tests/shared_wire.c +++ b/dnssec/tests/shared_wire.c @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 "binary.h" diff --git a/dnssec/tests/sign.c b/dnssec/tests/sign.c index 963702aac..2aa485118 100644 --- a/dnssec/tests/sign.c +++ b/dnssec/tests/sign.c @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 diff --git a/dnssec/tests/sign_der.c b/dnssec/tests/sign_der.c index a596ae5ff..4ae7482cb 100644 --- a/dnssec/tests/sign_der.c +++ b/dnssec/tests/sign_der.c @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 #include diff --git a/dnssec/tests/tsig.c b/dnssec/tests/tsig.c index 23c10a109..3b00a222a 100644 --- a/dnssec/tests/tsig.c +++ b/dnssec/tests/tsig.c @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 diff --git a/dnssec/utils/generate.c b/dnssec/utils/generate.c index 16ef3a33e..e97e9df08 100644 --- a/dnssec/utils/generate.c +++ b/dnssec/utils/generate.c @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 diff --git a/dnssec/utils/import.c b/dnssec/utils/import.c index 3b90bb93d..5491a67ba 100644 --- a/dnssec/utils/import.c +++ b/dnssec/utils/import.c @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 diff --git a/dnssec/utils/keymgr.c b/dnssec/utils/keymgr.c index b6694f551..2c38a3e92 100644 --- a/dnssec/utils/keymgr.c +++ b/dnssec/utils/keymgr.c @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 #include diff --git a/dnssec/utils/legacy.h b/dnssec/utils/legacy.h index a6c994b72..f433760b6 100644 --- a/dnssec/utils/legacy.h +++ b/dnssec/utils/legacy.h @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 . +*/ + #pragma once #include diff --git a/dnssec/utils/legacy/legacy.c b/dnssec/utils/legacy/legacy.c index ba4780c0e..c3f2dd849 100644 --- a/dnssec/utils/legacy/legacy.c +++ b/dnssec/utils/legacy/legacy.c @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 #include diff --git a/dnssec/utils/legacy/legacy.h b/dnssec/utils/legacy/legacy.h index f0d4006a7..198fc885d 100644 --- a/dnssec/utils/legacy/legacy.h +++ b/dnssec/utils/legacy/legacy.h @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 . +*/ + #pragma once int legacy_key_import(const char *filename); diff --git a/dnssec/utils/legacy/privkey.c b/dnssec/utils/legacy/privkey.c index a572b7ddc..64caf5dcb 100644 --- a/dnssec/utils/legacy/privkey.c +++ b/dnssec/utils/legacy/privkey.c @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 diff --git a/dnssec/utils/legacy/privkey.h b/dnssec/utils/legacy/privkey.h index a3c2e3e1d..da62dfb23 100644 --- a/dnssec/utils/legacy/privkey.h +++ b/dnssec/utils/legacy/privkey.h @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 . +*/ + #pragma once #include diff --git a/dnssec/utils/legacy/pubkey.c b/dnssec/utils/legacy/pubkey.c index 3db0dd6d8..5a869fb9c 100644 --- a/dnssec/utils/legacy/pubkey.c +++ b/dnssec/utils/legacy/pubkey.c @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 // Knot zone scanner diff --git a/dnssec/utils/legacy/pubkey.h b/dnssec/utils/legacy/pubkey.h index a2216728b..0c16f04f4 100644 --- a/dnssec/utils/legacy/pubkey.h +++ b/dnssec/utils/legacy/pubkey.h @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 . +*/ + #pragma once #include "dnssec/key.h" diff --git a/dnssec/utils/parsekey.c b/dnssec/utils/parsekey.c index a673da83a..91032a1e1 100644 --- a/dnssec/utils/parsekey.c +++ b/dnssec/utils/parsekey.c @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 diff --git a/dnssec/utils/utils.h b/dnssec/utils/utils.h index 7efa956bf..98f75d236 100644 --- a/dnssec/utils/utils.h +++ b/dnssec/utils/utils.h @@ -1,3 +1,19 @@ +/* Copyright (C) 2014 CZ.NIC, z.s.p.o. + + 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, either version 3 of the License, or + (at your option) any later version. + + 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 . +*/ + #pragma once #include