Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dschmidt/libcrashreporter-qt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcrashreporter-gui/CrashReporterGzip.h')
-rw-r--r--src/libcrashreporter-gui/CrashReporterGzip.h27
1 files changed, 14 insertions, 13 deletions
diff --git a/src/libcrashreporter-gui/CrashReporterGzip.h b/src/libcrashreporter-gui/CrashReporterGzip.h
index fe369ee..272e264 100644
--- a/src/libcrashreporter-gui/CrashReporterGzip.h
+++ b/src/libcrashreporter-gui/CrashReporterGzip.h
@@ -1,20 +1,21 @@
-/* === This file is part of Calamares - <http://github.com/calamares> ===
+/*
+ * libcrashreporter-qt
*
- * Copyright 2010-2011, Christian Muehlhaeuser <muesli@tomahawk-player.org>
- * Copyright 2015-2016, Teo Mrnjavac <teo@kde.org>
+ * Copyright (C) 2010-2011 Christian Muehlhaeuser <muesli@tomahawk-player.org>
+ * Copyright (C) 2015-2016 Teo Mrnjavac <teo@kde.org>
*
- * Calamares 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 library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
*
- * Calamares 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.
+ * This library 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
+ * Lesser General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with Calamares. If not, see <http://www.gnu.org/licenses/>.
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
#ifndef CRASHREPORTER_GZIP_H