Skip to content

Commit 3572411

Browse files
style(memory): update file license headers to Business Source License 1.1 (#487)
- Format license headers in spector-memory pipeline, scan, gatherer, reranker, graph, and scorer packages to comply with license-maven-plugin check. Co-authored-by: Bharat Joshi <bharatjoshi@spectrayan.com>
1 parent f87fcdd commit 3572411

10 files changed

Lines changed: 40 additions & 70 deletions

File tree

memory/spector-memory/src/main/java/com/spectrayan/spector/memory/pipeline/gatherer/RecallCandidateGatherer.java

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
/*
22
* Copyright 2026 Spectrayan
33
*
4-
* Licensed under the Apache License, Version 2.0 (the "License");
4+
* Licensed under the Business Source License 1.1 (the "License");
55
* you may not use this file except in compliance with the License.
66
* You may obtain a copy of the License at
77
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
8+
* https://github.com/spectrayan/spector/blob/main/spector-memory/LICENSE
99
*
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.
10+
* Change Date: May 27, 2030
11+
* Change License: Apache License, Version 2.0
1512
*/
1613
package com.spectrayan.spector.memory.pipeline.gatherer;
1714

memory/spector-memory/src/main/java/com/spectrayan/spector/memory/pipeline/graph/GraphExpander.java

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
/*
22
* Copyright 2026 Spectrayan
33
*
4-
* Licensed under the Apache License, Version 2.0 (the "License");
4+
* Licensed under the Business Source License 1.1 (the "License");
55
* you may not use this file except in compliance with the License.
66
* You may obtain a copy of the License at
77
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
8+
* https://github.com/spectrayan/spector/blob/main/spector-memory/LICENSE
99
*
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.
10+
* Change Date: May 27, 2030
11+
* Change License: Apache License, Version 2.0
1512
*/
1613
package com.spectrayan.spector.memory.pipeline.graph;
1714

memory/spector-memory/src/main/java/com/spectrayan/spector/memory/pipeline/reranker/CognitiveReranker.java

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
/*
22
* Copyright 2026 Spectrayan
33
*
4-
* Licensed under the Apache License, Version 2.0 (the "License");
4+
* Licensed under the Business Source License 1.1 (the "License");
55
* you may not use this file except in compliance with the License.
66
* You may obtain a copy of the License at
77
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
8+
* https://github.com/spectrayan/spector/blob/main/spector-memory/LICENSE
99
*
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.
10+
* Change Date: May 27, 2030
11+
* Change License: Apache License, Version 2.0
1512
*/
1613
package com.spectrayan.spector.memory.pipeline.reranker;
1714

memory/spector-memory/src/main/java/com/spectrayan/spector/memory/pipeline/scan/ParallelScanEmitter.java

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
/*
22
* Copyright 2026 Spectrayan
33
*
4-
* Licensed under the Apache License, Version 2.0 (the "License");
4+
* Licensed under the Business Source License 1.1 (the "License");
55
* you may not use this file except in compliance with the License.
66
* You may obtain a copy of the License at
77
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
8+
* https://github.com/spectrayan/spector/blob/main/spector-memory/LICENSE
99
*
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.
10+
* Change Date: May 27, 2030
11+
* Change License: Apache License, Version 2.0
1512
*/
1613
package com.spectrayan.spector.memory.pipeline.scan;
1714

memory/spector-memory/src/main/java/com/spectrayan/spector/memory/pipeline/scan/ScanContext.java

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
/*
22
* Copyright 2026 Spectrayan
33
*
4-
* Licensed under the Apache License, Version 2.0 (the "License");
4+
* Licensed under the Business Source License 1.1 (the "License");
55
* you may not use this file except in compliance with the License.
66
* You may obtain a copy of the License at
77
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
8+
* https://github.com/spectrayan/spector/blob/main/spector-memory/LICENSE
99
*
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.
10+
* Change Date: May 27, 2030
11+
* Change License: Apache License, Version 2.0
1512
*/
1613
package com.spectrayan.spector.memory.pipeline.scan;
1714

memory/spector-memory/src/main/java/com/spectrayan/spector/memory/pipeline/scan/ScanEmitter.java

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
/*
22
* Copyright 2026 Spectrayan
33
*
4-
* Licensed under the Apache License, Version 2.0 (the "License");
4+
* Licensed under the Business Source License 1.1 (the "License");
55
* you may not use this file except in compliance with the License.
66
* You may obtain a copy of the License at
77
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
8+
* https://github.com/spectrayan/spector/blob/main/spector-memory/LICENSE
99
*
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.
10+
* Change Date: May 27, 2030
11+
* Change License: Apache License, Version 2.0
1512
*/
1613
package com.spectrayan.spector.memory.pipeline.scan;
1714

memory/spector-memory/src/main/java/com/spectrayan/spector/memory/pipeline/scan/SequentialScanEmitter.java

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
/*
22
* Copyright 2026 Spectrayan
33
*
4-
* Licensed under the Apache License, Version 2.0 (the "License");
4+
* Licensed under the Business Source License 1.1 (the "License");
55
* you may not use this file except in compliance with the License.
66
* You may obtain a copy of the License at
77
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
8+
* https://github.com/spectrayan/spector/blob/main/spector-memory/LICENSE
99
*
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.
10+
* Change Date: May 27, 2030
11+
* Change License: Apache License, Version 2.0
1512
*/
1613
package com.spectrayan.spector.memory.pipeline.scan;
1714

memory/spector-memory/src/main/java/com/spectrayan/spector/memory/pipeline/scan/SlabScoreFunction.java

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
/*
22
* Copyright 2026 Spectrayan
33
*
4-
* Licensed under the Apache License, Version 2.0 (the "License");
4+
* Licensed under the Business Source License 1.1 (the "License");
55
* you may not use this file except in compliance with the License.
66
* You may obtain a copy of the License at
77
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
8+
* https://github.com/spectrayan/spector/blob/main/spector-memory/LICENSE
99
*
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.
10+
* Change Date: May 27, 2030
11+
* Change License: Apache License, Version 2.0
1512
*/
1613
package com.spectrayan.spector.memory.pipeline.scan;
1714

memory/spector-memory/src/main/java/com/spectrayan/spector/memory/pipeline/scan/TierScanStrategy.java

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
/*
22
* Copyright 2026 Spectrayan
33
*
4-
* Licensed under the Apache License, Version 2.0 (the "License");
4+
* Licensed under the Business Source License 1.1 (the "License");
55
* you may not use this file except in compliance with the License.
66
* You may obtain a copy of the License at
77
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
8+
* https://github.com/spectrayan/spector/blob/main/spector-memory/LICENSE
99
*
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.
10+
* Change Date: May 27, 2030
11+
* Change License: Apache License, Version 2.0
1512
*/
1613
package com.spectrayan.spector.memory.pipeline.scan;
1714

memory/spector-memory/src/main/java/com/spectrayan/spector/memory/pipeline/scorer/SalienceAndHabituationScorer.java

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
/*
22
* Copyright 2026 Spectrayan
33
*
4-
* Licensed under the Apache License, Version 2.0 (the "License");
4+
* Licensed under the Business Source License 1.1 (the "License");
55
* you may not use this file except in compliance with the License.
66
* You may obtain a copy of the License at
77
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
8+
* https://github.com/spectrayan/spector/blob/main/spector-memory/LICENSE
99
*
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.
10+
* Change Date: May 27, 2030
11+
* Change License: Apache License, Version 2.0
1512
*/
1613
package com.spectrayan.spector.memory.pipeline.scorer;
1714

0 commit comments

Comments
 (0)