diff --git a/api.go b/api.go index e329198..379fccd 100644 --- a/api.go +++ b/api.go @@ -1,3 +1,12 @@ +/* + * Copyright 2025 Hypermode Inc. + * Licensed under the terms of the Apache License, Version 2.0 + * See the LICENSE file that accompanied this code for further details. + * + * SPDX-FileCopyrightText: 2025 Hypermode Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + package modusdb import ( diff --git a/api_dql.go b/api_dql.go index b20ecf0..203440a 100644 --- a/api_dql.go +++ b/api_dql.go @@ -1,3 +1,12 @@ +/* + * Copyright 2025 Hypermode Inc. + * Licensed under the terms of the Apache License, Version 2.0 + * See the LICENSE file that accompanied this code for further details. + * + * SPDX-FileCopyrightText: 2025 Hypermode Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + package modusdb import ( diff --git a/api_mutate_helper.go b/api_mutate_helper.go index 3d381c1..2dd4188 100644 --- a/api_mutate_helper.go +++ b/api_mutate_helper.go @@ -1,3 +1,12 @@ +/* + * Copyright 2025 Hypermode Inc. + * Licensed under the terms of the Apache License, Version 2.0 + * See the LICENSE file that accompanied this code for further details. + * + * SPDX-FileCopyrightText: 2025 Hypermode Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + package modusdb import ( diff --git a/api_query_helper.go b/api_query_helper.go index a277d79..5c2552f 100644 --- a/api_query_helper.go +++ b/api_query_helper.go @@ -1,3 +1,12 @@ +/* + * Copyright 2025 Hypermode Inc. + * Licensed under the terms of the Apache License, Version 2.0 + * See the LICENSE file that accompanied this code for further details. + * + * SPDX-FileCopyrightText: 2025 Hypermode Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + package modusdb import ( diff --git a/api_reflect.go b/api_reflect.go index 832358e..1779a81 100644 --- a/api_reflect.go +++ b/api_reflect.go @@ -1,3 +1,12 @@ +/* + * Copyright 2025 Hypermode Inc. + * Licensed under the terms of the Apache License, Version 2.0 + * See the LICENSE file that accompanied this code for further details. + * + * SPDX-FileCopyrightText: 2025 Hypermode Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + package modusdb import ( diff --git a/api_test.go b/api_test.go index 701b30c..0ae4bea 100644 --- a/api_test.go +++ b/api_test.go @@ -1,3 +1,12 @@ +/* + * Copyright 2025 Hypermode Inc. + * Licensed under the terms of the Apache License, Version 2.0 + * See the LICENSE file that accompanied this code for further details. + * + * SPDX-FileCopyrightText: 2025 Hypermode Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + package modusdb_test import ( diff --git a/api_types.go b/api_types.go index 3e53bf8..2384f35 100644 --- a/api_types.go +++ b/api_types.go @@ -1,3 +1,12 @@ +/* + * Copyright 2025 Hypermode Inc. + * Licensed under the terms of the Apache License, Version 2.0 + * See the LICENSE file that accompanied this code for further details. + * + * SPDX-FileCopyrightText: 2025 Hypermode Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + package modusdb import ( diff --git a/config.go b/config.go index e33a0ad..76d3d1b 100644 --- a/config.go +++ b/config.go @@ -1,3 +1,12 @@ +/* + * Copyright 2025 Hypermode Inc. + * Licensed under the terms of the Apache License, Version 2.0 + * See the LICENSE file that accompanied this code for further details. + * + * SPDX-FileCopyrightText: 2025 Hypermode Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + package modusdb type Config struct { diff --git a/db.go b/db.go index 0f32a56..d092ecd 100644 --- a/db.go +++ b/db.go @@ -1,3 +1,12 @@ +/* + * Copyright 2025 Hypermode Inc. + * Licensed under the terms of the Apache License, Version 2.0 + * See the LICENSE file that accompanied this code for further details. + * + * SPDX-FileCopyrightText: 2025 Hypermode Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + package modusdb import ( diff --git a/db_test.go b/db_test.go index bbcc9ae..5de5d68 100644 --- a/db_test.go +++ b/db_test.go @@ -1,3 +1,12 @@ +/* + * Copyright 2025 Hypermode Inc. + * Licensed under the terms of the Apache License, Version 2.0 + * See the LICENSE file that accompanied this code for further details. + * + * SPDX-FileCopyrightText: 2025 Hypermode Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + package modusdb_test import ( diff --git a/live.go b/live.go index 3e89e05..d786fab 100644 --- a/live.go +++ b/live.go @@ -1,3 +1,12 @@ +/* + * Copyright 2025 Hypermode Inc. + * Licensed under the terms of the Apache License, Version 2.0 + * See the LICENSE file that accompanied this code for further details. + * + * SPDX-FileCopyrightText: 2025 Hypermode Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + package modusdb import ( diff --git a/live_benchmark_test.go b/live_benchmark_test.go index 5efd4b2..62aee86 100644 --- a/live_benchmark_test.go +++ b/live_benchmark_test.go @@ -1,3 +1,12 @@ +/* + * Copyright 2025 Hypermode Inc. + * Licensed under the terms of the Apache License, Version 2.0 + * See the LICENSE file that accompanied this code for further details. + * + * SPDX-FileCopyrightText: 2025 Hypermode Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + package modusdb_test import ( diff --git a/live_test.go b/live_test.go index d6b4880..4b7cf88 100644 --- a/live_test.go +++ b/live_test.go @@ -1,3 +1,12 @@ +/* + * Copyright 2025 Hypermode Inc. + * Licensed under the terms of the Apache License, Version 2.0 + * See the LICENSE file that accompanied this code for further details. + * + * SPDX-FileCopyrightText: 2025 Hypermode Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + package modusdb_test import ( diff --git a/namespace.go b/namespace.go index 6d9f1af..710a1e0 100644 --- a/namespace.go +++ b/namespace.go @@ -1,3 +1,12 @@ +/* + * Copyright 2025 Hypermode Inc. + * Licensed under the terms of the Apache License, Version 2.0 + * See the LICENSE file that accompanied this code for further details. + * + * SPDX-FileCopyrightText: 2025 Hypermode Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + package modusdb import ( diff --git a/namespace_test.go b/namespace_test.go index 655e216..3f808bc 100644 --- a/namespace_test.go +++ b/namespace_test.go @@ -1,3 +1,12 @@ +/* + * Copyright 2025 Hypermode Inc. + * Licensed under the terms of the Apache License, Version 2.0 + * See the LICENSE file that accompanied this code for further details. + * + * SPDX-FileCopyrightText: 2025 Hypermode Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + package modusdb_test import ( diff --git a/utils.go b/utils.go index 133ee1d..e571bb2 100644 --- a/utils.go +++ b/utils.go @@ -1,3 +1,12 @@ +/* + * Copyright 2025 Hypermode Inc. + * Licensed under the terms of the Apache License, Version 2.0 + * See the LICENSE file that accompanied this code for further details. + * + * SPDX-FileCopyrightText: 2025 Hypermode Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + package modusdb import ( diff --git a/vector_test.go b/vector_test.go index 135d438..e62057d 100644 --- a/vector_test.go +++ b/vector_test.go @@ -1,3 +1,12 @@ +/* + * Copyright 2025 Hypermode Inc. + * Licensed under the terms of the Apache License, Version 2.0 + * See the LICENSE file that accompanied this code for further details. + * + * SPDX-FileCopyrightText: 2025 Hypermode Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + package modusdb_test import ( diff --git a/zero.go b/zero.go index d790a70..130e030 100644 --- a/zero.go +++ b/zero.go @@ -1,3 +1,12 @@ +/* + * Copyright 2025 Hypermode Inc. + * Licensed under the terms of the Apache License, Version 2.0 + * See the LICENSE file that accompanied this code for further details. + * + * SPDX-FileCopyrightText: 2025 Hypermode Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + package modusdb import (