Skip to content

Commit 774c28f

Browse files
committed
Remove duplicate copyright and generated file warning comments
1 parent 66cbe33 commit 774c28f

File tree

4 files changed

+1
-21
lines changed

4 files changed

+1
-21
lines changed

samples/client/MutateClient.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@
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

samples/client/QueryClient.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@
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

samples/client/SubscribeClient.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@
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

src/ClientGenerator.cpp

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)