Skip to content

Commit 89d4cc1

Browse files
authored
Merge pull request #7171 from neo4j/update-copyright
update copyright headers
2 parents abfc26b + 2f9cfef commit 89d4cc1

File tree

1,645 files changed

+201
-23230
lines changed

Some content is hidden

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

1,645 files changed

+201
-23230
lines changed

addlicense

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,4 @@
11
/*
22
* Copyright (c) "Neo4j"
33
* Neo4j Sweden AB [http://neo4j.com]
4-
*
5-
* This file is part of Neo4j.
6-
*
7-
* Licensed under the Apache License, Version 2.0 (the "License");
8-
* you may not use this file except in compliance with the License.
9-
* You may obtain a copy of the License at
10-
*
11-
* http://www.apache.org/licenses/LICENSE-2.0
12-
*
13-
* Unless required by applicable law or agreed to in writing, software
14-
* distributed under the License is distributed on an "AS IS" BASIS,
15-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16-
* See the License for the specific language governing permissions and
17-
* limitations under the License.
184
*/

packages/apollo-federation-subgraph-compatibility/src/data.ts

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,6 @@
11
/*
22
* Copyright (c) "Neo4j"
33
* Neo4j Sweden AB [http://neo4j.com]
4-
*
5-
* This file is part of Neo4j.
6-
*
7-
* Licensed under the Apache License, Version 2.0 (the "License");
8-
* you may not use this file except in compliance with the License.
9-
* You may obtain a copy of the License at
10-
*
11-
* http://www.apache.org/licenses/LICENSE-2.0
12-
*
13-
* Unless required by applicable law or agreed to in writing, software
14-
* distributed under the License is distributed on an "AS IS" BASIS,
15-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16-
* See the License for the specific language governing permissions and
17-
* limitations under the License.
184
*/
195

206
import type { Driver } from "neo4j-driver";

packages/apollo-federation-subgraph-compatibility/src/index.ts

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,13 @@
11
/*
22
* Copyright (c) "Neo4j"
33
* Neo4j Sweden AB [http://neo4j.com]
4-
*
5-
* This file is part of Neo4j.
6-
*
7-
* Licensed under the Apache License, Version 2.0 (the "License");
8-
* you may not use this file except in compliance with the License.
9-
* You may obtain a copy of the License at
10-
*
11-
* http://www.apache.org/licenses/LICENSE-2.0
12-
*
13-
* Unless required by applicable law or agreed to in writing, software
14-
* distributed under the License is distributed on an "AS IS" BASIS,
15-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16-
* See the License for the specific language governing permissions and
17-
* limitations under the License.
184
*/
195

206
import * as neo4j from "neo4j-driver";
217

22-
import { typeDefs } from "./type-defs";
238
import { resolvers } from "./resolvers";
249
import { startServer } from "./server";
10+
import { typeDefs } from "./type-defs";
2511

2612
const {
2713
NEO4J_URI = "neo4j://localhost:7687/neo4j",

packages/apollo-federation-subgraph-compatibility/src/resolvers.ts

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,6 @@
11
/*
22
* Copyright (c) "Neo4j"
33
* Neo4j Sweden AB [http://neo4j.com]
4-
*
5-
* This file is part of Neo4j.
6-
*
7-
* Licensed under the Apache License, Version 2.0 (the "License");
8-
* you may not use this file except in compliance with the License.
9-
* You may obtain a copy of the License at
10-
*
11-
* http://www.apache.org/licenses/LICENSE-2.0
12-
*
13-
* Unless required by applicable law or agreed to in writing, software
14-
* distributed under the License is distributed on an "AS IS" BASIS,
15-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16-
* See the License for the specific language governing permissions and
17-
* limitations under the License.
184
*/
195

206
import type { GraphQLResolveInfo } from "graphql";

packages/apollo-federation-subgraph-compatibility/src/server.ts

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,11 @@
11
/*
22
* Copyright (c) "Neo4j"
33
* Neo4j Sweden AB [http://neo4j.com]
4-
*
5-
* This file is part of Neo4j.
6-
*
7-
* Licensed under the Apache License, Version 2.0 (the "License");
8-
* you may not use this file except in compliance with the License.
9-
* You may obtain a copy of the License at
10-
*
11-
* http://www.apache.org/licenses/LICENSE-2.0
12-
*
13-
* Unless required by applicable law or agreed to in writing, software
14-
* distributed under the License is distributed on an "AS IS" BASIS,
15-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16-
* See the License for the specific language governing permissions and
17-
* limitations under the License.
184
*/
195

20-
import { Neo4jGraphQL } from "@neo4j/graphql";
216
import { ApolloServer } from "@apollo/server";
227
import { startStandaloneServer } from "@apollo/server/standalone";
8+
import { Neo4jGraphQL } from "@neo4j/graphql";
239
import { createData } from "./data";
2410

2511
export async function startServer({ typeDefs, resolvers, driver }): Promise<string> {

packages/apollo-federation-subgraph-compatibility/src/type-defs.ts

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,6 @@
11
/*
22
* Copyright (c) "Neo4j"
33
* Neo4j Sweden AB [http://neo4j.com]
4-
*
5-
* This file is part of Neo4j.
6-
*
7-
* Licensed under the Apache License, Version 2.0 (the "License");
8-
* you may not use this file except in compliance with the License.
9-
* You may obtain a copy of the License at
10-
*
11-
* http://www.apache.org/licenses/LICENSE-2.0
12-
*
13-
* Unless required by applicable law or agreed to in writing, software
14-
* distributed under the License is distributed on an "AS IS" BASIS,
15-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16-
* See the License for the specific language governing permissions and
17-
* limitations under the License.
184
*/
195

206
import { gql } from "graphql-tag";

packages/apollo-federation-subgraph-compatibility/webpack.config.js

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,6 @@
11
/*
22
* Copyright (c) "Neo4j"
33
* Neo4j Sweden AB [http://neo4j.com]
4-
*
5-
* This file is part of Neo4j.
6-
*
7-
* Licensed under the Apache License, Version 2.0 (the "License");
8-
* you may not use this file except in compliance with the License.
9-
* You may obtain a copy of the License at
10-
*
11-
* http://www.apache.org/licenses/LICENSE-2.0
12-
*
13-
* Unless required by applicable law or agreed to in writing, software
14-
* distributed under the License is distributed on an "AS IS" BASIS,
15-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16-
* See the License for the specific language governing permissions and
17-
* limitations under the License.
184
*/
195

206
const path = require("path");

packages/graphql/src/classes/ComplexityEstimatorHelper.ts

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,6 @@
11
/*
22
* Copyright (c) "Neo4j"
33
* Neo4j Sweden AB [http://neo4j.com]
4-
*
5-
* This file is part of Neo4j.
6-
*
7-
* Licensed under the Apache License, Version 2.0 (the "License");
8-
* you may not use this file except in compliance with the License.
9-
* You may obtain a copy of the License at
10-
*
11-
* http://www.apache.org/licenses/LICENSE-2.0
12-
*
13-
* Unless required by applicable law or agreed to in writing, software
14-
* distributed under the License is distributed on an "AS IS" BASIS,
15-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16-
* See the License for the specific language governing permissions and
17-
* limitations under the License.
184
*/
195
import {
206
type DefinitionNode,

packages/graphql/src/classes/Error.ts

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,6 @@
11
/*
22
* Copyright (c) "Neo4j"
33
* Neo4j Sweden AB [http://neo4j.com]
4-
*
5-
* This file is part of Neo4j.
6-
*
7-
* Licensed under the Apache License, Version 2.0 (the "License");
8-
* you may not use this file except in compliance with the License.
9-
* You may obtain a copy of the License at
10-
*
11-
* http://www.apache.org/licenses/LICENSE-2.0
12-
*
13-
* Unless required by applicable law or agreed to in writing, software
14-
* distributed under the License is distributed on an "AS IS" BASIS,
15-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16-
* See the License for the specific language governing permissions and
17-
* limitations under the License.
184
*/
195

206
import { GraphQLError } from "graphql";

packages/graphql/src/classes/Executor.ts

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,6 @@
11
/*
22
* Copyright (c) "Neo4j"
33
* Neo4j Sweden AB [http://neo4j.com]
4-
*
5-
* This file is part of Neo4j.
6-
*
7-
* Licensed under the Apache License, Version 2.0 (the "License");
8-
* you may not use this file except in compliance with the License.
9-
* You may obtain a copy of the License at
10-
*
11-
* http://www.apache.org/licenses/LICENSE-2.0
12-
*
13-
* Unless required by applicable law or agreed to in writing, software
14-
* distributed under the License is distributed on an "AS IS" BASIS,
15-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16-
* See the License for the specific language governing permissions and
17-
* limitations under the License.
184
*/
195

206
import Debug from "debug";
@@ -90,7 +76,7 @@ export type ExecutorConstructorParam = {
9076
export type UserTransactionConfig = {
9177
timeout?: number | Integer | undefined;
9278
metadata?: Record<string, unknown> | undefined;
93-
}
79+
};
9480

9581
export type Neo4jGraphQLSessionConfig = Pick<SessionConfig, "database" | "impersonatedUser" | "auth">;
9682

0 commit comments

Comments
 (0)