diff --git a/Makefile b/Makefile index 360417e0..7c5e366d 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ #/* -# * Copyright 2024 The CNAI Authors +# * Copyright 2024 The ModelPack Authors # * # * Licensed under the Apache License, Version 2.0 (the "License"); # * you may not use this file except in compliance with the License. diff --git a/cmd/attach.go b/cmd/attach.go index ac0bab7d..7ad777a5 100644 --- a/cmd/attach.go +++ b/cmd/attach.go @@ -1,5 +1,5 @@ /* - * Copyright 2025 The CNAI Authors + * Copyright 2025 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cmd/build.go b/cmd/build.go index c41c0628..c146952e 100644 --- a/cmd/build.go +++ b/cmd/build.go @@ -1,5 +1,5 @@ /* - * Copyright 2024 The CNAI Authors + * Copyright 2024 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cmd/extract.go b/cmd/extract.go index a6b39613..03870c54 100644 --- a/cmd/extract.go +++ b/cmd/extract.go @@ -1,5 +1,5 @@ /* - * Copyright 2024 The CNAI Authors + * Copyright 2024 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cmd/fetch.go b/cmd/fetch.go index e13de379..d34b5bcf 100644 --- a/cmd/fetch.go +++ b/cmd/fetch.go @@ -1,5 +1,5 @@ /* - * Copyright 2025 The CNAI Authors + * Copyright 2025 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cmd/inspect.go b/cmd/inspect.go index d2a03b41..16f398ae 100644 --- a/cmd/inspect.go +++ b/cmd/inspect.go @@ -1,5 +1,5 @@ /* - * Copyright 2024 The CNAI Authors + * Copyright 2024 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cmd/list.go b/cmd/list.go index 90f20846..e7710cb5 100644 --- a/cmd/list.go +++ b/cmd/list.go @@ -1,5 +1,5 @@ /* - * Copyright 2024 The CNAI Authors + * Copyright 2024 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cmd/login.go b/cmd/login.go index 672a6c50..0bd82dec 100644 --- a/cmd/login.go +++ b/cmd/login.go @@ -1,5 +1,5 @@ /* - * Copyright 2024 The CNAI Authors + * Copyright 2024 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cmd/logout.go b/cmd/logout.go index fc76d209..e5dd4abf 100644 --- a/cmd/logout.go +++ b/cmd/logout.go @@ -1,5 +1,5 @@ /* - * Copyright 2024 The CNAI Authors + * Copyright 2024 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cmd/modelfile/generate.go b/cmd/modelfile/generate.go index 4317b58a..967103bb 100644 --- a/cmd/modelfile/generate.go +++ b/cmd/modelfile/generate.go @@ -1,5 +1,5 @@ /* - * Copyright 2025 The CNAI Authors + * Copyright 2025 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cmd/modelfile/modelfile.go b/cmd/modelfile/modelfile.go index eb0bfaaf..3c1fcbba 100644 --- a/cmd/modelfile/modelfile.go +++ b/cmd/modelfile/modelfile.go @@ -1,5 +1,5 @@ /* - * Copyright 2025 The CNAI Authors + * Copyright 2025 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cmd/prune.go b/cmd/prune.go index 1752345d..32e7e99c 100644 --- a/cmd/prune.go +++ b/cmd/prune.go @@ -1,5 +1,5 @@ /* - * Copyright 2024 The CNAI Authors + * Copyright 2024 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cmd/pull.go b/cmd/pull.go index f4df1fa9..3f6d7d16 100644 --- a/cmd/pull.go +++ b/cmd/pull.go @@ -1,5 +1,5 @@ /* - * Copyright 2024 The CNAI Authors + * Copyright 2024 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cmd/push.go b/cmd/push.go index da26cb18..491ab3ac 100644 --- a/cmd/push.go +++ b/cmd/push.go @@ -1,5 +1,5 @@ /* - * Copyright 2024 The CNAI Authors + * Copyright 2024 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cmd/rm.go b/cmd/rm.go index e55631ab..67cce2c7 100644 --- a/cmd/rm.go +++ b/cmd/rm.go @@ -1,5 +1,5 @@ /* - * Copyright 2024 The CNAI Authors + * Copyright 2024 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cmd/root.go b/cmd/root.go index 33ca10ce..c181722b 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -1,5 +1,5 @@ /* - * Copyright 2024 The CNAI Authors + * Copyright 2024 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cmd/tag.go b/cmd/tag.go index b7772828..4b86e79d 100644 --- a/cmd/tag.go +++ b/cmd/tag.go @@ -1,5 +1,5 @@ /* - * Copyright 2024 The CNAI Authors + * Copyright 2024 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cmd/upload.go b/cmd/upload.go index 00c31a3b..1005c295 100644 --- a/cmd/upload.go +++ b/cmd/upload.go @@ -1,5 +1,5 @@ /* - * Copyright 2025 The CNAI Authors + * Copyright 2025 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cmd/version.go b/cmd/version.go index 55dc1144..6a1622ff 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -1,5 +1,5 @@ /* - * Copyright 2025 The CNAI Authors + * Copyright 2025 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/copyright.txt b/copyright.txt index 35733367..dde97fa6 100644 --- a/copyright.txt +++ b/copyright.txt @@ -1,5 +1,5 @@ /* - * Copyright 2024 The CNAI Authors + * Copyright 2024 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/internal/cache/cache.go b/internal/cache/cache.go index 0de35d9d..01d6a68a 100644 --- a/internal/cache/cache.go +++ b/internal/cache/cache.go @@ -1,5 +1,5 @@ /* - * Copyright 2025 The CNAI Authors + * Copyright 2025 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/internal/pb/pb.go b/internal/pb/pb.go index eafea9cd..34c6b563 100644 --- a/internal/pb/pb.go +++ b/internal/pb/pb.go @@ -1,5 +1,5 @@ /* - * Copyright 2025 The CNAI Authors + * Copyright 2025 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/main.go b/main.go index 340a87da..ae12c512 100644 --- a/main.go +++ b/main.go @@ -1,5 +1,5 @@ /* - * Copyright 2024 The CNAI Authors + * Copyright 2024 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/archiver/archiver.go b/pkg/archiver/archiver.go index 9afc8459..7c5145bd 100644 --- a/pkg/archiver/archiver.go +++ b/pkg/archiver/archiver.go @@ -1,5 +1,5 @@ /* - * Copyright 2024 The CNAI Authors + * Copyright 2024 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/archiver/archiver_test.go b/pkg/archiver/archiver_test.go index e9895a37..7c97ea55 100644 --- a/pkg/archiver/archiver_test.go +++ b/pkg/archiver/archiver_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2024 The CNAI Authors + * Copyright 2024 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/backend/attach.go b/pkg/backend/attach.go index 734230c3..da4ee549 100644 --- a/pkg/backend/attach.go +++ b/pkg/backend/attach.go @@ -1,5 +1,5 @@ /* - * Copyright 2025 The CNAI Authors + * Copyright 2025 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/backend/attach_test.go b/pkg/backend/attach_test.go index 3099f412..7fc66f2b 100644 --- a/pkg/backend/attach_test.go +++ b/pkg/backend/attach_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2025 The CNAI Authors + * Copyright 2025 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/backend/backend.go b/pkg/backend/backend.go index dff0ea9b..fd5e98aa 100644 --- a/pkg/backend/backend.go +++ b/pkg/backend/backend.go @@ -1,5 +1,5 @@ /* - * Copyright 2024 The CNAI Authors + * Copyright 2024 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/backend/build.go b/pkg/backend/build.go index 10f9156c..bac59be7 100644 --- a/pkg/backend/build.go +++ b/pkg/backend/build.go @@ -1,5 +1,5 @@ /* - * Copyright 2024 The CNAI Authors + * Copyright 2024 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/backend/build/builder.go b/pkg/backend/build/builder.go index b1ec70fe..5fccf14b 100644 --- a/pkg/backend/build/builder.go +++ b/pkg/backend/build/builder.go @@ -1,5 +1,5 @@ /* - * Copyright 2025 The CNAI Authors + * Copyright 2025 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/backend/build/builder_test.go b/pkg/backend/build/builder_test.go index d8381654..3c8f117a 100644 --- a/pkg/backend/build/builder_test.go +++ b/pkg/backend/build/builder_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2025 The CNAI Authors + * Copyright 2025 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/backend/build/config.go b/pkg/backend/build/config.go index 3da4f8ab..2d9bd4a3 100644 --- a/pkg/backend/build/config.go +++ b/pkg/backend/build/config.go @@ -1,5 +1,5 @@ /* - * Copyright 2025 The CNAI Authors + * Copyright 2025 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/backend/build/config/model.go b/pkg/backend/build/config/model.go index 335deb51..d071ab40 100644 --- a/pkg/backend/build/config/model.go +++ b/pkg/backend/build/config/model.go @@ -1,5 +1,5 @@ /* - * Copyright 2025 The CNAI Authors + * Copyright 2025 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/backend/build/hooks/hooks.go b/pkg/backend/build/hooks/hooks.go index 75a17264..4716d2be 100644 --- a/pkg/backend/build/hooks/hooks.go +++ b/pkg/backend/build/hooks/hooks.go @@ -1,5 +1,5 @@ /* - * Copyright 2025 The CNAI Authors + * Copyright 2025 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/backend/build/interceptor/interceptor.go b/pkg/backend/build/interceptor/interceptor.go index ca9b8e0f..426ad2d4 100644 --- a/pkg/backend/build/interceptor/interceptor.go +++ b/pkg/backend/build/interceptor/interceptor.go @@ -1,5 +1,5 @@ /* - * Copyright 2025 The CNAI Authors + * Copyright 2025 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/backend/build/local.go b/pkg/backend/build/local.go index 9a9b025a..83f3ffe6 100644 --- a/pkg/backend/build/local.go +++ b/pkg/backend/build/local.go @@ -1,5 +1,5 @@ /* - * Copyright 2025 The CNAI Authors + * Copyright 2025 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/backend/build/local_test.go b/pkg/backend/build/local_test.go index 4cc2c083..b1317868 100644 --- a/pkg/backend/build/local_test.go +++ b/pkg/backend/build/local_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2025 The CNAI Authors + * Copyright 2025 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/backend/build/remote.go b/pkg/backend/build/remote.go index 76da70e7..87a3dac0 100644 --- a/pkg/backend/build/remote.go +++ b/pkg/backend/build/remote.go @@ -1,5 +1,5 @@ /* - * Copyright 2025 The CNAI Authors + * Copyright 2025 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/backend/build_test.go b/pkg/backend/build_test.go index bedaa76e..e75f1399 100644 --- a/pkg/backend/build_test.go +++ b/pkg/backend/build_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2024 The CNAI Authors + * Copyright 2024 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/backend/extract.go b/pkg/backend/extract.go index 97ce38b8..ab3d63b8 100644 --- a/pkg/backend/extract.go +++ b/pkg/backend/extract.go @@ -1,5 +1,5 @@ /* - * Copyright 2024 The CNAI Authors + * Copyright 2024 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/backend/fetch.go b/pkg/backend/fetch.go index 990d1afa..53e95922 100644 --- a/pkg/backend/fetch.go +++ b/pkg/backend/fetch.go @@ -1,5 +1,5 @@ /* - * Copyright 2025 The CNAI Authors + * Copyright 2025 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/backend/fetch_by_d7y.go b/pkg/backend/fetch_by_d7y.go index 098a3a53..76ec9bdb 100644 --- a/pkg/backend/fetch_by_d7y.go +++ b/pkg/backend/fetch_by_d7y.go @@ -1,5 +1,5 @@ /* - * Copyright 2025 The CNAI Authors + * Copyright 2025 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/backend/fetch_test.go b/pkg/backend/fetch_test.go index 535077dd..60088ef0 100644 --- a/pkg/backend/fetch_test.go +++ b/pkg/backend/fetch_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2025 The CNAI Authors + * Copyright 2025 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/backend/inspect.go b/pkg/backend/inspect.go index 8cdc5b4d..255b5eb6 100644 --- a/pkg/backend/inspect.go +++ b/pkg/backend/inspect.go @@ -1,5 +1,5 @@ /* - * Copyright 2024 The CNAI Authors + * Copyright 2024 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/backend/inspect_test.go b/pkg/backend/inspect_test.go index 5a51db4a..bc04b554 100644 --- a/pkg/backend/inspect_test.go +++ b/pkg/backend/inspect_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2024 The CNAI Authors + * Copyright 2024 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/backend/list.go b/pkg/backend/list.go index f82f2900..bf453ab5 100644 --- a/pkg/backend/list.go +++ b/pkg/backend/list.go @@ -1,5 +1,5 @@ /* - * Copyright 2024 The CNAI Authors + * Copyright 2024 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/backend/list_test.go b/pkg/backend/list_test.go index 6a311247..13b43236 100644 --- a/pkg/backend/list_test.go +++ b/pkg/backend/list_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2024 The CNAI Authors + * Copyright 2024 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/backend/login.go b/pkg/backend/login.go index a35092e2..7c76d356 100644 --- a/pkg/backend/login.go +++ b/pkg/backend/login.go @@ -1,5 +1,5 @@ /* - * Copyright 2024 The CNAI Authors + * Copyright 2024 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/backend/logout.go b/pkg/backend/logout.go index 1b29fbb2..ef30753f 100644 --- a/pkg/backend/logout.go +++ b/pkg/backend/logout.go @@ -1,5 +1,5 @@ /* - * Copyright 2024 The CNAI Authors + * Copyright 2024 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/backend/processor/base.go b/pkg/backend/processor/base.go index 579e61f2..5a3a3797 100644 --- a/pkg/backend/processor/base.go +++ b/pkg/backend/processor/base.go @@ -1,5 +1,5 @@ /* - * Copyright 2025 The CNAI Authors + * Copyright 2025 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/backend/processor/code.go b/pkg/backend/processor/code.go index 5e35e421..3e918f05 100644 --- a/pkg/backend/processor/code.go +++ b/pkg/backend/processor/code.go @@ -1,5 +1,5 @@ /* - * Copyright 2025 The CNAI Authors + * Copyright 2025 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/backend/processor/code_test.go b/pkg/backend/processor/code_test.go index 3b6cca33..be6e9ddc 100644 --- a/pkg/backend/processor/code_test.go +++ b/pkg/backend/processor/code_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2025 The CNAI Authors + * Copyright 2025 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/backend/processor/doc.go b/pkg/backend/processor/doc.go index b48887a5..084b04f1 100644 --- a/pkg/backend/processor/doc.go +++ b/pkg/backend/processor/doc.go @@ -1,5 +1,5 @@ /* - * Copyright 2024 The CNAI Authors + * Copyright 2024 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/backend/processor/doc_test.go b/pkg/backend/processor/doc_test.go index 8f37d30d..a8e8951d 100644 --- a/pkg/backend/processor/doc_test.go +++ b/pkg/backend/processor/doc_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2024 The CNAI Authors + * Copyright 2024 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/backend/processor/model.go b/pkg/backend/processor/model.go index 6049b976..b6b19aca 100644 --- a/pkg/backend/processor/model.go +++ b/pkg/backend/processor/model.go @@ -1,5 +1,5 @@ /* - * Copyright 2024 The CNAI Authors + * Copyright 2024 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/backend/processor/model_config.go b/pkg/backend/processor/model_config.go index 96c7d939..b8c7fe18 100644 --- a/pkg/backend/processor/model_config.go +++ b/pkg/backend/processor/model_config.go @@ -1,5 +1,5 @@ /* - * Copyright 2024 The CNAI Authors + * Copyright 2024 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/backend/processor/model_config_test.go b/pkg/backend/processor/model_config_test.go index 63b5bf71..b2d90b67 100644 --- a/pkg/backend/processor/model_config_test.go +++ b/pkg/backend/processor/model_config_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2024 The CNAI Authors + * Copyright 2024 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/backend/processor/model_test.go b/pkg/backend/processor/model_test.go index 28eee5f5..6d551b6c 100644 --- a/pkg/backend/processor/model_test.go +++ b/pkg/backend/processor/model_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2024 The CNAI Authors + * Copyright 2024 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/backend/processor/options.go b/pkg/backend/processor/options.go index 0126410e..d47d7184 100644 --- a/pkg/backend/processor/options.go +++ b/pkg/backend/processor/options.go @@ -1,5 +1,5 @@ /* - * Copyright 2025 The CNAI Authors + * Copyright 2025 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/backend/processor/processor.go b/pkg/backend/processor/processor.go index 8c69a7c1..f258070b 100644 --- a/pkg/backend/processor/processor.go +++ b/pkg/backend/processor/processor.go @@ -1,5 +1,5 @@ /* - * Copyright 2024 The CNAI Authors + * Copyright 2024 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/backend/prune.go b/pkg/backend/prune.go index cb0ee9b3..f07ecb1f 100644 --- a/pkg/backend/prune.go +++ b/pkg/backend/prune.go @@ -1,5 +1,5 @@ /* - * Copyright 2024 The CNAI Authors + * Copyright 2024 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/backend/pull.go b/pkg/backend/pull.go index 3cb6a1b0..67ff8022 100644 --- a/pkg/backend/pull.go +++ b/pkg/backend/pull.go @@ -1,5 +1,5 @@ /* - * Copyright 2024 The CNAI Authors + * Copyright 2024 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/backend/pull_by_d7y.go b/pkg/backend/pull_by_d7y.go index a7ca3b47..87c8aff1 100644 --- a/pkg/backend/pull_by_d7y.go +++ b/pkg/backend/pull_by_d7y.go @@ -1,5 +1,5 @@ /* - * Copyright 2025 The CNAI Authors + * Copyright 2025 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/backend/pull_test.go b/pkg/backend/pull_test.go index 46953331..fbfba767 100644 --- a/pkg/backend/pull_test.go +++ b/pkg/backend/pull_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2024 The CNAI Authors + * Copyright 2024 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/backend/push.go b/pkg/backend/push.go index 2674cee2..69406068 100644 --- a/pkg/backend/push.go +++ b/pkg/backend/push.go @@ -1,5 +1,5 @@ /* - * Copyright 2024 The CNAI Authors + * Copyright 2024 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/backend/push_test.go b/pkg/backend/push_test.go index 99ee3d77..2e2f226f 100644 --- a/pkg/backend/push_test.go +++ b/pkg/backend/push_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2024 The CNAI Authors + * Copyright 2024 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/backend/referencer.go b/pkg/backend/referencer.go index b506c177..b25d9876 100644 --- a/pkg/backend/referencer.go +++ b/pkg/backend/referencer.go @@ -1,5 +1,5 @@ /* - * Copyright 2024 The CNAI Authors + * Copyright 2024 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/backend/referencer_test.go b/pkg/backend/referencer_test.go index 2f707857..df5c8adb 100644 --- a/pkg/backend/referencer_test.go +++ b/pkg/backend/referencer_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2024 The CNAI Authors + * Copyright 2024 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/backend/remote/client.go b/pkg/backend/remote/client.go index eb8f75a1..9a38ddba 100644 --- a/pkg/backend/remote/client.go +++ b/pkg/backend/remote/client.go @@ -1,5 +1,5 @@ /* - * Copyright 2025 The CNAI Authors + * Copyright 2025 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/backend/retry.go b/pkg/backend/retry.go index c7494250..1e9fb2a8 100644 --- a/pkg/backend/retry.go +++ b/pkg/backend/retry.go @@ -1,5 +1,5 @@ /* - * Copyright 2025 The CNAI Authors + * Copyright 2025 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/backend/retry_test.go b/pkg/backend/retry_test.go index f4069ac1..2a3c7ed7 100644 --- a/pkg/backend/retry_test.go +++ b/pkg/backend/retry_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2025 The CNAI Authors + * Copyright 2025 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/backend/rm.go b/pkg/backend/rm.go index 534e4d76..2b9805ab 100644 --- a/pkg/backend/rm.go +++ b/pkg/backend/rm.go @@ -1,5 +1,5 @@ /* - * Copyright 2024 The CNAI Authors + * Copyright 2024 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/backend/rm_test.go b/pkg/backend/rm_test.go index a3abf9f2..99609470 100644 --- a/pkg/backend/rm_test.go +++ b/pkg/backend/rm_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2024 The CNAI Authors + * Copyright 2024 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/backend/tag.go b/pkg/backend/tag.go index dbd61df3..a81d5f18 100644 --- a/pkg/backend/tag.go +++ b/pkg/backend/tag.go @@ -1,5 +1,5 @@ /* - * Copyright 2024 The CNAI Authors + * Copyright 2024 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/backend/tag_test.go b/pkg/backend/tag_test.go index d1484943..052f3963 100644 --- a/pkg/backend/tag_test.go +++ b/pkg/backend/tag_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2024 The CNAI Authors + * Copyright 2024 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/backend/upload.go b/pkg/backend/upload.go index cacd32ba..44a519e2 100644 --- a/pkg/backend/upload.go +++ b/pkg/backend/upload.go @@ -1,5 +1,5 @@ /* - * Copyright 2025 The CNAI Authors + * Copyright 2025 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/codec/codec.go b/pkg/codec/codec.go index 537507db..89318ff2 100644 --- a/pkg/codec/codec.go +++ b/pkg/codec/codec.go @@ -1,5 +1,5 @@ /* - * Copyright 2025 The CNAI Authors + * Copyright 2025 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/codec/codec_test.go b/pkg/codec/codec_test.go index c9d5aefb..b8401eef 100644 --- a/pkg/codec/codec_test.go +++ b/pkg/codec/codec_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2025 The CNAI Authors + * Copyright 2025 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/codec/raw.go b/pkg/codec/raw.go index 30a8c121..60342227 100644 --- a/pkg/codec/raw.go +++ b/pkg/codec/raw.go @@ -1,5 +1,5 @@ /* - * Copyright 2025 The CNAI Authors + * Copyright 2025 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/codec/tar.go b/pkg/codec/tar.go index 72e2a8fc..01660ed8 100644 --- a/pkg/codec/tar.go +++ b/pkg/codec/tar.go @@ -1,5 +1,5 @@ /* - * Copyright 2025 The CNAI Authors + * Copyright 2025 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/config/attach.go b/pkg/config/attach.go index 53943189..b29b0f50 100644 --- a/pkg/config/attach.go +++ b/pkg/config/attach.go @@ -1,5 +1,5 @@ /* - * Copyright 2025 The CNAI Authors + * Copyright 2025 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/config/build.go b/pkg/config/build.go index 27dd23d5..38feb77c 100644 --- a/pkg/config/build.go +++ b/pkg/config/build.go @@ -1,5 +1,5 @@ /* - * Copyright 2024 The CNAI Authors + * Copyright 2024 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/config/build_test.go b/pkg/config/build_test.go index c2a68540..851a22f4 100644 --- a/pkg/config/build_test.go +++ b/pkg/config/build_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2024 The CNAI Authors + * Copyright 2024 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/config/extract.go b/pkg/config/extract.go index 8a872d7e..2bf74c94 100644 --- a/pkg/config/extract.go +++ b/pkg/config/extract.go @@ -1,5 +1,5 @@ /* - * Copyright 2024 The CNAI Authors + * Copyright 2024 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/config/fetch.go b/pkg/config/fetch.go index 472bb6a7..188c736e 100644 --- a/pkg/config/fetch.go +++ b/pkg/config/fetch.go @@ -1,5 +1,5 @@ /* - * Copyright 2025 The CNAI Authors + * Copyright 2025 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/config/inspect.go b/pkg/config/inspect.go index 34bdeb47..198f3f21 100644 --- a/pkg/config/inspect.go +++ b/pkg/config/inspect.go @@ -1,5 +1,5 @@ /* - * Copyright 2024 The CNAI Authors + * Copyright 2024 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/config/login.go b/pkg/config/login.go index 8834d4a5..30850c06 100644 --- a/pkg/config/login.go +++ b/pkg/config/login.go @@ -1,5 +1,5 @@ /* - * Copyright 2024 The CNAI Authors + * Copyright 2024 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/config/login_test.go b/pkg/config/login_test.go index bbca55db..971fd837 100644 --- a/pkg/config/login_test.go +++ b/pkg/config/login_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2024 The CNAI Authors + * Copyright 2024 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/config/modelfile/modelfile.go b/pkg/config/modelfile/modelfile.go index 7e06192c..dd634508 100644 --- a/pkg/config/modelfile/modelfile.go +++ b/pkg/config/modelfile/modelfile.go @@ -1,5 +1,5 @@ /* - * Copyright 2025 The CNAI Authors + * Copyright 2025 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/config/prune.go b/pkg/config/prune.go index 9c985d8f..faca22b7 100644 --- a/pkg/config/prune.go +++ b/pkg/config/prune.go @@ -1,5 +1,5 @@ /* - * Copyright 2024 The CNAI Authors + * Copyright 2024 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/config/pull.go b/pkg/config/pull.go index 6d33715a..1dfb6442 100644 --- a/pkg/config/pull.go +++ b/pkg/config/pull.go @@ -1,5 +1,5 @@ /* - * Copyright 2024 The CNAI Authors + * Copyright 2024 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/config/push.go b/pkg/config/push.go index c5fa8e8f..76ca2cf3 100644 --- a/pkg/config/push.go +++ b/pkg/config/push.go @@ -1,5 +1,5 @@ /* - * Copyright 2024 The CNAI Authors + * Copyright 2024 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/config/root.go b/pkg/config/root.go index 1bd1d06e..c9df5430 100644 --- a/pkg/config/root.go +++ b/pkg/config/root.go @@ -1,5 +1,5 @@ /* - * Copyright 2024 The CNAI Authors + * Copyright 2024 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/config/upload.go b/pkg/config/upload.go index f8e3f738..b5119cca 100644 --- a/pkg/config/upload.go +++ b/pkg/config/upload.go @@ -1,5 +1,5 @@ /* - * Copyright 2025 The CNAI Authors + * Copyright 2025 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/config/utils.go b/pkg/config/utils.go index a5446f49..f5c49a66 100644 --- a/pkg/config/utils.go +++ b/pkg/config/utils.go @@ -1,5 +1,5 @@ /* - * Copyright 2024 The CNAI Authors + * Copyright 2024 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/config/utils_test.go b/pkg/config/utils_test.go index 27cd3a12..0ae2b202 100644 --- a/pkg/config/utils_test.go +++ b/pkg/config/utils_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2024 The CNAI Authors + * Copyright 2024 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/modelfile/command/command.go b/pkg/modelfile/command/command.go index df97ef33..d751455d 100644 --- a/pkg/modelfile/command/command.go +++ b/pkg/modelfile/command/command.go @@ -1,5 +1,5 @@ /* - * Copyright 2024 The CNAI Authors + * Copyright 2024 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/modelfile/constants.go b/pkg/modelfile/constants.go index bc09feff..efa4494e 100644 --- a/pkg/modelfile/constants.go +++ b/pkg/modelfile/constants.go @@ -1,5 +1,5 @@ /* - * Copyright 2025 The CNAI Authors + * Copyright 2025 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/modelfile/modelfile.go b/pkg/modelfile/modelfile.go index ca59e4d6..8c715d02 100644 --- a/pkg/modelfile/modelfile.go +++ b/pkg/modelfile/modelfile.go @@ -1,5 +1,5 @@ /* - * Copyright 2024 The CNAI Authors + * Copyright 2024 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/modelfile/modelfile_test.go b/pkg/modelfile/modelfile_test.go index b9c3b084..46c05870 100644 --- a/pkg/modelfile/modelfile_test.go +++ b/pkg/modelfile/modelfile_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2024 The CNAI Authors + * Copyright 2024 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/modelfile/parser/args_parser.go b/pkg/modelfile/parser/args_parser.go index 5f871f22..0b9855a2 100644 --- a/pkg/modelfile/parser/args_parser.go +++ b/pkg/modelfile/parser/args_parser.go @@ -1,5 +1,5 @@ /* - * Copyright 2024 The CNAI Authors + * Copyright 2024 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/modelfile/parser/args_parser_test.go b/pkg/modelfile/parser/args_parser_test.go index 6cfe112a..3c861c49 100644 --- a/pkg/modelfile/parser/args_parser_test.go +++ b/pkg/modelfile/parser/args_parser_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2024 The CNAI Authors + * Copyright 2024 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/modelfile/parser/ast.go b/pkg/modelfile/parser/ast.go index c09d763d..dff82cb1 100644 --- a/pkg/modelfile/parser/ast.go +++ b/pkg/modelfile/parser/ast.go @@ -1,5 +1,5 @@ /* - * Copyright 2024 The CNAI Authors + * Copyright 2024 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/modelfile/parser/ast_test.go b/pkg/modelfile/parser/ast_test.go index 82e37789..e3f7aefb 100644 --- a/pkg/modelfile/parser/ast_test.go +++ b/pkg/modelfile/parser/ast_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2024 The CNAI Authors + * Copyright 2024 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/modelfile/parser/parser.go b/pkg/modelfile/parser/parser.go index dd14ebed..95aebe99 100644 --- a/pkg/modelfile/parser/parser.go +++ b/pkg/modelfile/parser/parser.go @@ -1,5 +1,5 @@ /* - * Copyright 2024 The CNAI Authors + * Copyright 2024 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/modelfile/parser/parser_test.go b/pkg/modelfile/parser/parser_test.go index 9f4088d6..0b060a36 100644 --- a/pkg/modelfile/parser/parser_test.go +++ b/pkg/modelfile/parser/parser_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2024 The CNAI Authors + * Copyright 2024 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/modelprovider/huggingface/downloader.go b/pkg/modelprovider/huggingface/downloader.go index 02503338..494ac8e4 100644 --- a/pkg/modelprovider/huggingface/downloader.go +++ b/pkg/modelprovider/huggingface/downloader.go @@ -1,5 +1,5 @@ /* - * Copyright 2025 The CNAI Authors + * Copyright 2025 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/modelprovider/huggingface/downloader_test.go b/pkg/modelprovider/huggingface/downloader_test.go index 5951877d..b8dd5bd8 100644 --- a/pkg/modelprovider/huggingface/downloader_test.go +++ b/pkg/modelprovider/huggingface/downloader_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2025 The CNAI Authors + * Copyright 2025 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/modelprovider/huggingface/provider.go b/pkg/modelprovider/huggingface/provider.go index 56ff05da..07159b90 100644 --- a/pkg/modelprovider/huggingface/provider.go +++ b/pkg/modelprovider/huggingface/provider.go @@ -1,5 +1,5 @@ /* - * Copyright 2025 The CNAI Authors + * Copyright 2025 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/modelprovider/mlflow/provider.go b/pkg/modelprovider/mlflow/provider.go index 9b2caa52..2b511679 100644 --- a/pkg/modelprovider/mlflow/provider.go +++ b/pkg/modelprovider/mlflow/provider.go @@ -1,5 +1,5 @@ /* - * Copyright 2025 The CNAI Authors + * Copyright 2025 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/modelprovider/modelscope/downloader.go b/pkg/modelprovider/modelscope/downloader.go index b7a85f48..88a5381e 100644 --- a/pkg/modelprovider/modelscope/downloader.go +++ b/pkg/modelprovider/modelscope/downloader.go @@ -1,5 +1,5 @@ /* - * Copyright 2025 The CNAI Authors + * Copyright 2025 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/modelprovider/modelscope/downloader_test.go b/pkg/modelprovider/modelscope/downloader_test.go index 3e70e023..27be3cbb 100644 --- a/pkg/modelprovider/modelscope/downloader_test.go +++ b/pkg/modelprovider/modelscope/downloader_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2025 The CNAI Authors + * Copyright 2025 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/modelprovider/modelscope/provider.go b/pkg/modelprovider/modelscope/provider.go index 8b16912d..623125e2 100644 --- a/pkg/modelprovider/modelscope/provider.go +++ b/pkg/modelprovider/modelscope/provider.go @@ -1,5 +1,5 @@ /* - * Copyright 2025 The CNAI Authors + * Copyright 2025 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/modelprovider/provider.go b/pkg/modelprovider/provider.go index 974dbfd9..91d74eb3 100644 --- a/pkg/modelprovider/provider.go +++ b/pkg/modelprovider/provider.go @@ -1,5 +1,5 @@ /* - * Copyright 2025 The CNAI Authors + * Copyright 2025 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/modelprovider/registry.go b/pkg/modelprovider/registry.go index 57b2f76b..36737c01 100644 --- a/pkg/modelprovider/registry.go +++ b/pkg/modelprovider/registry.go @@ -1,5 +1,5 @@ /* - * Copyright 2025 The CNAI Authors + * Copyright 2025 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/modelprovider/registry_test.go b/pkg/modelprovider/registry_test.go index f4d452e7..3e463894 100644 --- a/pkg/modelprovider/registry_test.go +++ b/pkg/modelprovider/registry_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2025 The CNAI Authors + * Copyright 2025 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/source/git_gogit.go b/pkg/source/git_gogit.go index 9d6fb2d4..184a5b11 100644 --- a/pkg/source/git_gogit.go +++ b/pkg/source/git_gogit.go @@ -1,7 +1,7 @@ //go:build !enable_libgit2 /* - * Copyright 2025 The CNAI Authors + * Copyright 2025 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/source/git_libgit2.go b/pkg/source/git_libgit2.go index 15ec4cc7..0a01df82 100644 --- a/pkg/source/git_libgit2.go +++ b/pkg/source/git_libgit2.go @@ -1,7 +1,7 @@ //go:build enable_libgit2 /* - * Copyright 2025 The CNAI Authors + * Copyright 2025 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/source/git_test.go b/pkg/source/git_test.go index 4e528164..f64c8710 100644 --- a/pkg/source/git_test.go +++ b/pkg/source/git_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2025 The CNAI Authors + * Copyright 2025 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/source/parser.go b/pkg/source/parser.go index 234f70e5..3c01c2b6 100644 --- a/pkg/source/parser.go +++ b/pkg/source/parser.go @@ -1,5 +1,5 @@ /* - * Copyright 2025 The CNAI Authors + * Copyright 2025 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/source/zeta.go b/pkg/source/zeta.go index 9292ce54..92cef6f6 100644 --- a/pkg/source/zeta.go +++ b/pkg/source/zeta.go @@ -1,5 +1,5 @@ /* - * Copyright 2025 The CNAI Authors + * Copyright 2025 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/source/zeta_test.go b/pkg/source/zeta_test.go index a4fc5802..099874dd 100644 --- a/pkg/source/zeta_test.go +++ b/pkg/source/zeta_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2025 The CNAI Authors + * Copyright 2025 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/storage/distribution/distribution.go b/pkg/storage/distribution/distribution.go index 82a0219a..aca0ea6e 100644 --- a/pkg/storage/distribution/distribution.go +++ b/pkg/storage/distribution/distribution.go @@ -1,5 +1,5 @@ /* - * Copyright 2024 The CNAI Authors + * Copyright 2024 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/storage/factory.go b/pkg/storage/factory.go index 3b0640f0..284e6b43 100644 --- a/pkg/storage/factory.go +++ b/pkg/storage/factory.go @@ -1,5 +1,5 @@ /* - * Copyright 2024 The CNAI Authors + * Copyright 2024 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/storage/storage.go b/pkg/storage/storage.go index f02c915a..095597ab 100644 --- a/pkg/storage/storage.go +++ b/pkg/storage/storage.go @@ -1,5 +1,5 @@ /* - * Copyright 2024 The CNAI Authors + * Copyright 2024 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/version/platform_darwin.go b/pkg/version/platform_darwin.go index 6289572c..e5179596 100644 --- a/pkg/version/platform_darwin.go +++ b/pkg/version/platform_darwin.go @@ -1,5 +1,5 @@ /* - * Copyright 2025 The CNAI Authors + * Copyright 2025 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/version/platform_linux.go b/pkg/version/platform_linux.go index 5e0a4573..31824832 100644 --- a/pkg/version/platform_linux.go +++ b/pkg/version/platform_linux.go @@ -1,5 +1,5 @@ /* - * Copyright 2025 The CNAI Authors + * Copyright 2025 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/version/version.go b/pkg/version/version.go index 4595b8ea..62516e3a 100644 --- a/pkg/version/version.go +++ b/pkg/version/version.go @@ -1,5 +1,5 @@ /* - * Copyright 2025 The CNAI Authors + * Copyright 2025 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/xattr/xattr.go b/pkg/xattr/xattr.go index 408f9414..c1ad85a8 100644 --- a/pkg/xattr/xattr.go +++ b/pkg/xattr/xattr.go @@ -1,5 +1,5 @@ /* - * Copyright 2025 The CNAI Authors + * Copyright 2025 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/xattr/xattr_test.go b/pkg/xattr/xattr_test.go index ed37f01c..2e1d5927 100644 --- a/pkg/xattr/xattr_test.go +++ b/pkg/xattr/xattr_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2025 The CNAI Authors + * Copyright 2025 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/mocks/backend/backend.go b/test/mocks/backend/backend.go index 1c0040c3..ef11df47 100644 --- a/test/mocks/backend/backend.go +++ b/test/mocks/backend/backend.go @@ -1,5 +1,5 @@ /* - * Copyright 2024 The CNAI Authors + * Copyright 2024 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/mocks/backend/build/builder.go b/test/mocks/backend/build/builder.go index d61d0e43..ae5275b6 100644 --- a/test/mocks/backend/build/builder.go +++ b/test/mocks/backend/build/builder.go @@ -1,5 +1,5 @@ /* - * Copyright 2024 The CNAI Authors + * Copyright 2024 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/mocks/backend/build/output_strategy.go b/test/mocks/backend/build/output_strategy.go index 282ddff7..f6d934f8 100644 --- a/test/mocks/backend/build/output_strategy.go +++ b/test/mocks/backend/build/output_strategy.go @@ -1,5 +1,5 @@ /* - * Copyright 2024 The CNAI Authors + * Copyright 2024 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/mocks/modelfile/modelfile.go b/test/mocks/modelfile/modelfile.go index cea3df3f..4f287784 100644 --- a/test/mocks/modelfile/modelfile.go +++ b/test/mocks/modelfile/modelfile.go @@ -1,5 +1,5 @@ /* - * Copyright 2024 The CNAI Authors + * Copyright 2024 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/mocks/storage/storage.go b/test/mocks/storage/storage.go index aa32aad1..7b44ccb8 100644 --- a/test/mocks/storage/storage.go +++ b/test/mocks/storage/storage.go @@ -1,5 +1,5 @@ /* - * Copyright 2024 The CNAI Authors + * Copyright 2024 The ModelPack Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.