mirror of https://github.com/procxx/kepka.git
Fix codegenerated license headers
This commit is contained in:
parent
8e50d9637f
commit
d3c5e4458e
|
@ -30,31 +30,33 @@ namespace common {
|
||||||
namespace {
|
namespace {
|
||||||
|
|
||||||
void writeLicense(QTextStream &stream, const ProjectInfo &project) {
|
void writeLicense(QTextStream &stream, const ProjectInfo &project) {
|
||||||
stream << "\
|
stream << R"#(//
|
||||||
/*\n\
|
// WARNING! All changes made in this file will be lost!
|
||||||
WARNING! All changes made in this file will be lost!\n\
|
// Created from ')#"
|
||||||
Created from '"
|
<< project.source << "' by '" << project.name << R"#(
|
||||||
<< project.source << "' by '" << project.name << "'\n\
|
//
|
||||||
\n\
|
// This file is part of Kepka,
|
||||||
This file is part of Telegram Desktop,\n\
|
// an unofficial desktop version of Telegram messaging app,
|
||||||
the official desktop version of Telegram messaging app, see https://telegram.org\n\
|
// see https://github.com/procxx/kepka
|
||||||
\n\
|
//
|
||||||
Telegram Desktop is free software: you can redistribute it and/or modify\n\
|
// Kepka is free software: you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by\n\
|
// it under the terms of the GNU General Public License as published by
|
||||||
the Free Software Foundation, either version 3 of the License, or\n\
|
// the Free Software Foundation, either version 3 of the License, or
|
||||||
(at your option) any later version.\n\
|
// (at your option) any later version.
|
||||||
\n\
|
//
|
||||||
It is distributed in the hope that it will be useful,\n\
|
// It is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of\n\
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n\
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
GNU General Public License for more details.\n\
|
// GNU General Public License for more details.
|
||||||
\n\
|
//
|
||||||
In addition, as a special exception, the copyright holders give permission\n\
|
// In addition, as a special exception, the copyright holders give permission
|
||||||
to link the code of portions of this program with the OpenSSL library.\n\
|
// to link the code of portions of this program with the OpenSSL library.
|
||||||
\n\
|
//
|
||||||
Full license: https://github.com/telegramdesktop/tdesktop/blob/master/LICENSE\n\
|
// Full license: https://github.com/procxx/kepka/blob/master/LICENSE
|
||||||
Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org\n\
|
// Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org
|
||||||
*/\n";
|
// Copyright (c) 2017- Kepka Contributors, https://github.com/procxx
|
||||||
|
//
|
||||||
|
)#";
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace
|
} // namespace
|
||||||
|
|
|
@ -905,29 +905,30 @@ textSerializeInit += '\
|
||||||
# module itself
|
# module itself
|
||||||
|
|
||||||
header = '\
|
header = '\
|
||||||
/*\n\
|
// WARNING! All changes made in this file will be lost!\n\
|
||||||
WARNING! All changes made in this file will be lost!\n\
|
// Created from \'' + os.path.basename(input_file) + '\' by \'codegen_scheme\'\n\
|
||||||
Created from \'' + os.path.basename(input_file) + '\' by \'codegen_scheme\'\n\
|
//\n\
|
||||||
\n\
|
// This file is part of Kepka,\n\
|
||||||
This file is part of Telegram Desktop,\n\
|
// an unofficial desktop version of Telegram messaging app,\n\
|
||||||
the official desktop version of Telegram messaging app, see https://telegram.org\n\
|
// see https://github.com/procxx/kepka\n\
|
||||||
\n\
|
//\n\
|
||||||
Telegram Desktop is free software: you can redistribute it and/or modify\n\
|
// Kepka is free software: you can redistribute it and/or modify\n\
|
||||||
it under the terms of the GNU General Public License as published by\n\
|
// it under the terms of the GNU General Public License as published by\n\
|
||||||
the Free Software Foundation, either version 3 of the License, or\n\
|
// the Free Software Foundation, either version 3 of the License, or\n\
|
||||||
(at your option) any later version.\n\
|
// (at your option) any later version.\n\
|
||||||
\n\
|
//\n\
|
||||||
It is distributed in the hope that it will be useful,\n\
|
// It is distributed in the hope that it will be useful,\n\
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of\n\
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of\n\
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n\
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n\
|
||||||
GNU General Public License for more details.\n\
|
// GNU General Public License for more details.\n\
|
||||||
\n\
|
//\n\
|
||||||
In addition, as a special exception, the copyright holders give permission\n\
|
// In addition, as a special exception, the copyright holders give permission\n\
|
||||||
to link the code of portions of this program with the OpenSSL library.\n\
|
// to link the code of portions of this program with the OpenSSL library.\n\
|
||||||
\n\
|
//\n\
|
||||||
Full license: https://github.com/telegramdesktop/tdesktop/blob/master/LICENSE\n\
|
// Full license: https://github.com/procxx/kepka/blob/master/LICENSE\n\
|
||||||
Copyright (c) 2014 John Preston, https://desktop.telegram.org\n\
|
// Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org\n\
|
||||||
*/\n\
|
// Copyright (c) 2017- Kepka Contributors, https://github.com/procxx\n\
|
||||||
|
//\n\
|
||||||
#pragma once\n\
|
#pragma once\n\
|
||||||
\n\
|
\n\
|
||||||
#include "mtproto/core_types.h"\n\
|
#include "mtproto/core_types.h"\n\
|
||||||
|
@ -969,26 +970,30 @@ enum {\n\
|
||||||
void mtpTextSerializeType(MTPStringLogger &to, const mtpPrime *&from, const mtpPrime *end, mtpPrime cons, quint32 level, mtpPrime vcons);\n'
|
void mtpTextSerializeType(MTPStringLogger &to, const mtpPrime *&from, const mtpPrime *end, mtpPrime cons, quint32 level, mtpPrime vcons);\n'
|
||||||
|
|
||||||
source = '\
|
source = '\
|
||||||
/*\n\
|
// WARNING! All changes made in this file will be lost!\n\
|
||||||
WARNING! All changes made in this file will be lost!\n\
|
// Created from \'' + os.path.basename(input_file) + '\' by \'codegen_scheme\'\n\
|
||||||
Created from \'' + os.path.basename(input_file) + '\' by \'codegen_scheme\'\n\
|
//\n\
|
||||||
\n\
|
// This file is part of Kepka,\n\
|
||||||
This file is part of Telegram Desktop,\n\
|
// an unofficial desktop version of Telegram messaging app,\n\
|
||||||
the official desktop version of Telegram messaging app, see https://telegram.org\n\
|
// see https://github.com/procxx/kepka\n\
|
||||||
\n\
|
//\n\
|
||||||
Telegram Desktop is free software: you can redistribute it and/or modify\n\
|
// Kepka is free software: you can redistribute it and/or modify\n\
|
||||||
it under the terms of the GNU General Public License as published by\n\
|
// it under the terms of the GNU General Public License as published by\n\
|
||||||
the Free Software Foundation, either version 3 of the License, or\n\
|
// the Free Software Foundation, either version 3 of the License, or\n\
|
||||||
(at your option) any later version.\n\
|
// (at your option) any later version.\n\
|
||||||
\n\
|
//\n\
|
||||||
It is distributed in the hope that it will be useful,\n\
|
// It is distributed in the hope that it will be useful,\n\
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of\n\
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of\n\
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n\
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n\
|
||||||
GNU General Public License for more details.\n\
|
// GNU General Public License for more details.\n\
|
||||||
\n\
|
//\n\
|
||||||
Full license: https://github.com/telegramdesktop/tdesktop/blob/master/LICENSE\n\
|
// In addition, as a special exception, the copyright holders give permission\n\
|
||||||
Copyright (c) 2014 John Preston, https://desktop.telegram.org\n\
|
// to link the code of portions of this program with the OpenSSL library.\n\
|
||||||
*/\n\
|
//\n\
|
||||||
|
// Full license: https://github.com/procxx/kepka/blob/master/LICENSE\n\
|
||||||
|
// Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org\n\
|
||||||
|
// Copyright (c) 2017- Kepka Contributors, https://github.com/procxx\n\
|
||||||
|
//\n\
|
||||||
#include "base/assertion.h"\n\
|
#include "base/assertion.h"\n\
|
||||||
#include "scheme.h"\n\
|
#include "scheme.h"\n\
|
||||||
\n\
|
\n\
|
||||||
|
|
Loading…
Reference in New Issue