Skip to content

Commit 783a0d6

Browse files
Add missing license headers
Co-authored-by: Sören Reichardt <[email protected]>
1 parent ef873d9 commit 783a0d6

File tree

2 files changed

+52
-0
lines changed

2 files changed

+52
-0
lines changed

okapi-api/src/main/scala/org/opencypher/okapi/api/types/CypherTypeHelp.scala

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
/*
2+
* Copyright (c) 2016-2019 "Neo4j Sweden, AB" [https://neo4j.com]
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*
16+
* Attribution Notice under the terms of the Apache License 2.0
17+
*
18+
* This work was created by the collective efforts of the openCypher community.
19+
* Without limiting the terms of Section 6, any Derivative Work that is not
20+
* approved by the public consensus process of the openCypher Implementers Group
21+
* should not be described as “Cypher” (and Cypher® is a registered trademark of
22+
* Neo4j Inc.) or as "openCypher". Extensions by implementers or prototypes or
23+
* proposals for change that have been documented or implemented should only be
24+
* described as "implementation extensions to Cypher" or as "proposed changes to
25+
* Cypher that are not yet approved by the openCypher community".
26+
*/
127
package org.opencypher.okapi.api.types
228

329
import cats.Monoid

okapi-api/src/main/scala/org/opencypher/okapi/api/value/CypherValueHelp.scala

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
/*
2+
* Copyright (c) 2016-2019 "Neo4j Sweden, AB" [https://neo4j.com]
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*
16+
* Attribution Notice under the terms of the Apache License 2.0
17+
*
18+
* This work was created by the collective efforts of the openCypher community.
19+
* Without limiting the terms of Section 6, any Derivative Work that is not
20+
* approved by the public consensus process of the openCypher Implementers Group
21+
* should not be described as “Cypher” (and Cypher® is a registered trademark of
22+
* Neo4j Inc.) or as "openCypher". Extensions by implementers or prototypes or
23+
* proposals for change that have been documented or implemented should only be
24+
* described as "implementation extensions to Cypher" or as "proposed changes to
25+
* Cypher that are not yet approved by the openCypher community".
26+
*/
127
package org.opencypher.okapi.api.value
228

329
import org.opencypher.okapi.api.value.CypherValue.Element.{idJsonKey, propertiesJsonKey}

0 commit comments

Comments
 (0)