Fix codegenerated license headers

This commit is contained in:
Berkus Decker 2018-10-29 11:56:12 +02:00 committed by Berkus Decker
parent 8e50d9637f
commit d3c5e4458e
2 changed files with 75 additions and 68 deletions

View File

@ -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

View File

@ -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\