@@ -26,28 +26,30 @@ header: # `header` section is configurations for source codes license header.
26
26
The ASF licenses this file to You under the Apache License, Version 2.0
27
27
(the "License"); you may not use this file except in compliance with
28
28
the License. You may obtain a copy of the License at
29
+
29
30
http://www.apache.org/licenses/LICENSE-2.0
31
+
30
32
Unless required by applicable law or agreed to in writing, software
31
33
distributed under the License is distributed on an "AS IS" BASIS,
32
34
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
33
35
See the License for the specific language governing permissions and
34
36
limitations under the License.
35
37
# `pattern` is optional regexp if all the file headers are the same as `license` or the license of `spdx-id` and `copyright-owner`.
36
38
pattern : |
37
- Licensed to the Apache Software Foundation under one or more contributor
38
- license agreements. See the NOTICE file distributed with
39
- this work for additional information regarding copyright
40
- ownership. The Apache Software Foundation licenses this file to you under
41
- the Apache License, Version 2.0 \(the "License"\); you may
42
- not use this file except in compliance with the License.
43
- You may obtain a copy of the License at
39
+ Licensed to the Apache Software Foundation \(ASF\) under one or more
40
+ contributor license agreements. See the NOTICE file distributed with
41
+ this work for additional information regarding copyright ownership.
42
+ The ASF licenses this file to You under the Apache License, Version 2.0
43
+ \(the "License"\); you may not use this file except in compliance with
44
+ the License. You may obtain a copy of the License at
45
+
44
46
http://www.apache.org/licenses/LICENSE-2.0
45
- Unless required by applicable law or agreed to in writing,
46
- software distributed under the License is distributed on an
47
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
48
- KIND, either express or implied. See the License for the
49
- specific language governing permissions and limitations
50
- under the License.
47
+
48
+ Unless required by applicable law or agreed to in writing, software
49
+ distributed under the License is distributed on an "AS IS" BASIS,
50
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
51
+ See the License for the specific language governing permissions and
52
+ limitations under the License.
51
53
paths : # `paths` are the path list that will be checked (and fixed) by license-eye, default is ['**'].
52
54
- ' **'
53
55
@@ -89,14 +91,15 @@ header: # `header` section is configurations for source codes license header.
89
91
- ' **/META-INF/MANIFEST.MF'
90
92
- ' .repository/**'
91
93
- ' **/.flattened-pom.xml'
92
- - ' **/optimize/HugeScriptTraversal.java'
93
- - ' **/type/Nameable.java'
94
- - ' **/define/Cardinality.java'
95
- - ' **/util/StringEncoding.java'
96
94
# TODO: temporarily added to the ignore list, need handle them before releases ( ↓ )
95
+ - ' hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/SnowflakeIdGenerator.java'
96
+ - ' hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeScriptTraversal.java'
97
+ - ' hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/type/Nameable.java'
98
+ - ' hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/Cardinality.java'
99
+ - ' hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/util/StringEncoding.java'
100
+ - ' hugegraph-server/hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/ProcessBasicSuite.java'
97
101
- ' hugegraph-server/hugegraph-api/src/main/java/org/apache/hugegraph/opencypher/CypherOpProcessor.java'
98
102
- ' hugegraph-server/hugegraph-api/src/main/java/org/apache/hugegraph/opencypher/CypherPlugin.java'
99
- - ' hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/SnowflakeIdGenerator.java'
100
103
- ' hugegraph-store/hg-store-node/src/main/java/org/apache/hugegraph/store/node/metrics/ProcfsEntry.java'
101
104
- ' hugegraph-store/hg-store-node/src/main/java/org/apache/hugegraph/store/node/metrics/ProcfsReader.java'
102
105
- ' hugegraph-store/hg-store-node/src/main/java/org/apache/hugegraph/store/node/metrics/ProcfsSmaps.java'
0 commit comments