diff options
author | Daniel Salzman <daniel.salzman@nic.cz> | 2025-01-24 08:38:07 +0100 |
---|---|---|
committer | Daniel Salzman <daniel.salzman@nic.cz> | 2025-01-24 08:41:19 +0100 |
commit | 7440b33d100369f2af8f8af0ad1dda2e8337c94b (patch) | |
tree | e603b4bc1dadc1c77db52e811c916a084c9e6366 /src/contrib/ucw/heap.h | |
parent | contrib: remove unused ucw/binsearch.h (diff) | |
download | knot-7440b33d100369f2af8f8af0ad1dda2e8337c94b.tar.xz knot-7440b33d100369f2af8f8af0ad1dda2e8337c94b.zip |
ucw/heap: unify the license header
Diffstat (limited to '')
-rw-r--r-- | src/contrib/ucw/heap.h | 21 |
1 files changed, 7 insertions, 14 deletions
diff --git a/src/contrib/ucw/heap.h b/src/contrib/ucw/heap.h index f85bb822e..0fe4a1d69 100644 --- a/src/contrib/ucw/heap.h +++ b/src/contrib/ucw/heap.h @@ -1,17 +1,10 @@ -/* Copyright (C) 2022 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz> - - 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 <https://www.gnu.org/licenses/>. +/* + * Binary heap + * + * Copyright (C) 2022 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz> + * + * This software may be freely distributed and used according to the terms + * of the GNU Lesser General Public License. */ #pragma once |