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 8
8
#ifndef MUTATECLIENT_H
9
9
#define MUTATECLIENT_H
10
10
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
-
16
11
#include " graphqlservice/GraphQLParse.h"
17
12
#include " graphqlservice/GraphQLResponse.h"
18
13
Original file line number Diff line number Diff line change 8
8
#ifndef QUERYCLIENT_H
9
9
#define QUERYCLIENT_H
10
10
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
-
16
11
#include " graphqlservice/GraphQLParse.h"
17
12
#include " graphqlservice/GraphQLResponse.h"
18
13
Original file line number Diff line number Diff line change 8
8
#ifndef SUBSCRIBECLIENT_H
9
9
#define SUBSCRIBECLIENT_H
10
10
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
-
16
11
#include " graphqlservice/GraphQLParse.h"
17
12
#include " graphqlservice/GraphQLResponse.h"
18
13
Original file line number Diff line number Diff line change @@ -189,12 +189,7 @@ bool Generator::outputHeader() const noexcept
189
189
std::ofstream headerFile (_headerPath, std::ios_base::trunc);
190
190
IncludeGuardScope includeGuard { headerFile, fs::path (_headerPath).filename ().string () };
191
191
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"
198
193
#include "graphqlservice/GraphQLResponse.h"
199
194
200
195
#include "graphqlservice/internal/Version.h"
You can’t perform that action at this time.
0 commit comments