Skip to content

Commit fa7bfcc

Browse files
committed
chore: add license header
1 parent 6372f14 commit fa7bfcc

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

plugins/processors/embedding/processor_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/* Copyright © INFINI LTD. All rights reserved.
2+
* Web: https://infinilabs.com
3+
* Email: hello#infini.ltd */
4+
15
package embedding
26

37
import (

plugins/processors/extract_file_text/processor.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/* Copyright © INFINI LTD. All rights reserved.
2+
* Web: https://infinilabs.com
3+
* Email: hello#infini.ltd */
4+
15
package extract_file_text
26

37
import (

plugins/processors/read_file_content/processor.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/* Copyright © INFINI LTD. All rights reserved.
2+
* Web: https://infinilabs.com
3+
* Email: hello#infini.ltd */
4+
15
package read_file_content
26

37
import (

0 commit comments

Comments
 (0)