File tree Expand file tree Collapse file tree 4 files changed +1
-21
lines changed
Expand file tree Collapse file tree 4 files changed +1
-21
lines changed Original file line number Diff line number Diff line change 88#ifndef MUTATECLIENT_H
99#define MUTATECLIENT_H
1010
11- // Copyright (c) Microsoft Corporation. All rights reserved.
12- // Licensed under the MIT License.
13-
14- // WARNING! Do not edit this file manually, your changes will be overwritten.
15-
1611#include " graphqlservice/GraphQLParse.h"
1712#include " graphqlservice/GraphQLResponse.h"
1813
Original file line number Diff line number Diff line change 88#ifndef QUERYCLIENT_H
99#define QUERYCLIENT_H
1010
11- // Copyright (c) Microsoft Corporation. All rights reserved.
12- // Licensed under the MIT License.
13-
14- // WARNING! Do not edit this file manually, your changes will be overwritten.
15-
1611#include " graphqlservice/GraphQLParse.h"
1712#include " graphqlservice/GraphQLResponse.h"
1813
Original file line number Diff line number Diff line change 88#ifndef SUBSCRIBECLIENT_H
99#define SUBSCRIBECLIENT_H
1010
11- // Copyright (c) Microsoft Corporation. All rights reserved.
12- // Licensed under the MIT License.
13-
14- // WARNING! Do not edit this file manually, your changes will be overwritten.
15-
1611#include " graphqlservice/GraphQLParse.h"
1712#include " graphqlservice/GraphQLResponse.h"
1813
Original file line number Diff line number Diff line change @@ -189,12 +189,7 @@ bool Generator::outputHeader() const noexcept
189189 std::ofstream headerFile (_headerPath, std::ios_base::trunc);
190190 IncludeGuardScope includeGuard { headerFile, fs::path (_headerPath).filename ().string () };
191191
192- headerFile << R"cpp( // Copyright (c) Microsoft Corporation. All rights reserved.
193- // Licensed under the MIT License.
194-
195- // WARNING! Do not edit this file manually, your changes will be overwritten.
196-
197- #include "graphqlservice/GraphQLParse.h"
192+ headerFile << R"cpp( #include "graphqlservice/GraphQLParse.h"
198193#include "graphqlservice/GraphQLResponse.h"
199194
200195#include "graphqlservice/internal/Version.h"
You can’t perform that action at this time.
0 commit comments