Skip to content

Commit d573027

Browse files
authored
chore: normalize copyrights (#257)
**Description** Normalize copyrights across repo. **Checklist** - [X] Code compiles correctly and linting passes locally
1 parent 3a12f62 commit d573027

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+222
-13
lines changed

lib/client.d.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* SPDX-FileCopyrightText: © Hypermode Inc. <[email protected]>
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
5+
16
import * as grpc from "@grpc/grpc-js"
27
import * as messages from "../generated/api_pb"
38
import { DgraphClientStub } from "./clientStub"

lib/client.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* SPDX-FileCopyrightText: © Hypermode Inc. <[email protected]>
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
5+
16
"use strict"
27
var __awaiter =
38
(this && this.__awaiter) ||

lib/clientStub.d.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* SPDX-FileCopyrightText: © Hypermode Inc. <[email protected]>
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
5+
16
import * as grpc from "@grpc/grpc-js"
27
import * as messages from "../generated/api_pb"
38
export declare class DgraphClientStub {

lib/clientStub.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* SPDX-FileCopyrightText: © Hypermode Inc. <[email protected]>
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
5+
16
"use strict"
27
var __awaiter =
38
(this && this.__awaiter) ||

lib/clientStubFromSlash.d.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* SPDX-FileCopyrightText: © Hypermode Inc. <[email protected]>
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
5+
16
import { DgraphClientStub } from "./clientStub"
27
export declare function clientStubFromSlashGraphQLEndpoint(
38
graphqlEndpoint: string,

lib/clientStubFromSlash.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* SPDX-FileCopyrightText: © Hypermode Inc. <[email protected]>
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
5+
16
"use strict"
27
Object.defineProperty(exports, "__esModule", { value: true })
38
exports.clientStubFromSlashGraphQLEndpoint = clientStubFromSlashGraphQLEndpoint

lib/dgraph.d.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* SPDX-FileCopyrightText: © Hypermode Inc. <[email protected]>
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
5+
16
export * from "./types"
27
export {
38
Operation,

lib/dgraph.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* SPDX-FileCopyrightText: © Hypermode Inc. <[email protected]>
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
5+
16
"use strict"
27
var __createBinding =
38
(this && this.__createBinding) ||

lib/errors.d.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* SPDX-FileCopyrightText: © Hypermode Inc. <[email protected]>
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
5+
16
export declare const ERR_NO_CLIENTS: Error
27
export declare const ERR_FINISHED: Error
38
export declare const ERR_ABORTED: Error

lib/errors.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* SPDX-FileCopyrightText: © Hypermode Inc. <[email protected]>
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
5+
16
"use strict"
27
Object.defineProperty(exports, "__esModule", { value: true })
38
exports.ERR_REFRESH_JWT_EMPTY =

0 commit comments

Comments
 (0)