summaryrefslogtreecommitdiffstats
path: root/src/io/http.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/io/http.h')
-rw-r--r--src/io/http.h19
1 files changed, 7 insertions, 12 deletions
diff --git a/src/io/http.h b/src/io/http.h
index 70676e156..398d699b1 100644
--- a/src/io/http.h
+++ b/src/io/http.h
@@ -1,16 +1,11 @@
-/*
- * Authors:
- * Martin Owens <doctormo@gmail.com>
- *
- * Copyright (C) 2017 Authors
- *
- * 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 2
- * of the License, or (at your option) any later version.
- *
- * See the file COPYING for details.
+// SPDX-License-Identifier: GPL-2.0-or-later
+/** @file
+ * Inkscape::IO::HTTP - make internet requests using libsoup
+ *//*
+ * Authors: see git history
*
+ * Copyright (C) 2018 Authors
+ * Released under GNU GPL v2+, read the file 'COPYING' for more information.
*/
#ifndef SEEN_INKSCAPE_IO_HTTP_H