From 9ab6f6d363f873f0799982c3c0872d38a656ee84 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Thu, 18 Oct 2018 14:40:32 +0200 Subject: urlfilter: add Domain class (#6): Add domain matcher class --- lib/urlfilter/formats/hostlistrule.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'lib/urlfilter/formats/hostlistrule.h') diff --git a/lib/urlfilter/formats/hostlistrule.h b/lib/urlfilter/formats/hostlistrule.h index 764a2e2..19fd63f 100644 --- a/lib/urlfilter/formats/hostlistrule.h +++ b/lib/urlfilter/formats/hostlistrule.h @@ -1,3 +1,11 @@ +/* + * This file is part of smolbote. It's copyrighted by the contributors recorded + * in the version control history of the file, available from its original + * location: https://neueland.iserlohn-fortress.net/gitea/aqua/smolbote + * + * SPDX-License-Identifier: GPL-3.0 + */ + #ifndef SMOLBOTE_HOSTLIST_RULE_H #define SMOLBOTE_HOSTLIST_RULE_H -- cgit v1.2.1