Skip to content

Commit 141b6a1

Browse files
committed
add license
1 parent 3af1e8a commit 141b6a1

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

nebula-algorithm/src/main/scala/com/vesoft/nebula/algorithm/lib/AlgorithmType.scala

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/* Copyright (c) 2021 vesoft inc. All rights reserved.
2+
*
3+
* This source code is licensed under Apache 2.0 License.
4+
*/
5+
16
package com.vesoft.nebula.algorithm.lib
27

38
/**

nebula-algorithm/src/main/scala/com/vesoft/nebula/algorithm/reader/ReaderType.scala

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/* Copyright (c) 2021 vesoft inc. All rights reserved.
2+
*
3+
* This source code is licensed under Apache 2.0 License.
4+
*/
5+
16
package com.vesoft.nebula.algorithm.reader
27

38
/**

nebula-algorithm/src/main/scala/com/vesoft/nebula/algorithm/writer/WriterType.scala

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/* Copyright (c) 2021 vesoft inc. All rights reserved.
2+
*
3+
* This source code is licensed under Apache 2.0 License.
4+
*/
5+
16
package com.vesoft.nebula.algorithm.writer
27

38
/**

0 commit comments

Comments
 (0)