From 1e91dab0754db998c8f81e0a613bf08be6537270 Mon Sep 17 00:00:00 2001 From: Evan Frawley-Tsang Date: Wed, 29 Jul 2026 10:12:29 -0700 Subject: [PATCH] chore: update company name and year in licenses --- LICENSE | 2 +- go/LICENSE | 2 +- python/LICENSE | 2 +- python/mkdocs.yml | 4 ++-- rust/crates/sift_cli/LICENSE | 1 + rust/crates/sift_mcp/LICENSE | 1 + rust/crates/sift_pbfs/LICENSE | 1 + rust/crates/sift_stream_bindings/LICENSE | 1 + rust/crates/sift_test_util/LICENSE | 1 + 9 files changed, 10 insertions(+), 5 deletions(-) create mode 120000 rust/crates/sift_cli/LICENSE create mode 120000 rust/crates/sift_mcp/LICENSE create mode 120000 rust/crates/sift_pbfs/LICENSE create mode 120000 rust/crates/sift_stream_bindings/LICENSE create mode 120000 rust/crates/sift_test_util/LICENSE diff --git a/LICENSE b/LICENSE index 0a544bec8d..4b882a2ad7 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2024 Azimuth Industries Inc. +Copyright (c) 2026 Sift Stack, Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/go/LICENSE b/go/LICENSE index 0a544bec8d..4b882a2ad7 100644 --- a/go/LICENSE +++ b/go/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2024 Azimuth Industries Inc. +Copyright (c) 2026 Sift Stack, Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/python/LICENSE b/python/LICENSE index 0a544bec8d..4b882a2ad7 100644 --- a/python/LICENSE +++ b/python/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2024 Azimuth Industries Inc. +Copyright (c) 2026 Sift Stack, Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/python/mkdocs.yml b/python/mkdocs.yml index e54821c269..32699b635e 100644 --- a/python/mkdocs.yml +++ b/python/mkdocs.yml @@ -1,7 +1,7 @@ site_name: Sift | Python Client Library site_url: https://sift-stack.github.io/sift/python/ repo_url: https://github.com/sift-stack/sift/tree/main/python -copyright: "Copyright 2025 Sift Stack, Inc." +copyright: "Copyright 2026 Sift Stack, Inc." theme: name: material custom_dir: docs/overrides @@ -151,4 +151,4 @@ markdown_extensions: extra_css: - - stylesheets/extra.css \ No newline at end of file + - stylesheets/extra.css diff --git a/rust/crates/sift_cli/LICENSE b/rust/crates/sift_cli/LICENSE new file mode 120000 index 0000000000..5853aaea53 --- /dev/null +++ b/rust/crates/sift_cli/LICENSE @@ -0,0 +1 @@ +../../../LICENSE \ No newline at end of file diff --git a/rust/crates/sift_mcp/LICENSE b/rust/crates/sift_mcp/LICENSE new file mode 120000 index 0000000000..5853aaea53 --- /dev/null +++ b/rust/crates/sift_mcp/LICENSE @@ -0,0 +1 @@ +../../../LICENSE \ No newline at end of file diff --git a/rust/crates/sift_pbfs/LICENSE b/rust/crates/sift_pbfs/LICENSE new file mode 120000 index 0000000000..5853aaea53 --- /dev/null +++ b/rust/crates/sift_pbfs/LICENSE @@ -0,0 +1 @@ +../../../LICENSE \ No newline at end of file diff --git a/rust/crates/sift_stream_bindings/LICENSE b/rust/crates/sift_stream_bindings/LICENSE new file mode 120000 index 0000000000..5853aaea53 --- /dev/null +++ b/rust/crates/sift_stream_bindings/LICENSE @@ -0,0 +1 @@ +../../../LICENSE \ No newline at end of file diff --git a/rust/crates/sift_test_util/LICENSE b/rust/crates/sift_test_util/LICENSE new file mode 120000 index 0000000000..5853aaea53 --- /dev/null +++ b/rust/crates/sift_test_util/LICENSE @@ -0,0 +1 @@ +../../../LICENSE \ No newline at end of file