diff --git a/Dockerfile b/Dockerfile index 511482afb..dc8f2238b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -# Copyright (C) 2022 Parseable, Inc. +# Parseable Server (C) 2022 - 2023 Parseable, Inc. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/Dockerfile.release b/Dockerfile.release index a4de09529..20d92a2a7 100644 --- a/Dockerfile.release +++ b/Dockerfile.release @@ -1,4 +1,4 @@ -# Copyright (C) 2022 Parseable, Inc. +# Parseable Server (C) 2022 - 2023 Parseable, Inc. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/Dockerfile.static b/Dockerfile.static index 4f083d6a0..6232e030f 100644 --- a/Dockerfile.static +++ b/Dockerfile.static @@ -1,4 +1,4 @@ -# Copyright (C) 2022 Parseable, Inc. +# Parseable Server (C) 2022 - 2023 Parseable, Inc. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/server/build.rs b/server/build.rs index 041a8ea01..167bb7b17 100644 --- a/server/build.rs +++ b/server/build.rs @@ -1,5 +1,5 @@ /* - * Parseable Server (C) 2022 Parseable, Inc. + * Parseable Server (C) 2022 - 2023 Parseable, Inc. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/server/src/alerts/mod.rs b/server/src/alerts/mod.rs index 1c7f088a9..b793d6176 100644 --- a/server/src/alerts/mod.rs +++ b/server/src/alerts/mod.rs @@ -1,5 +1,5 @@ /* - * Parseable Server (C) 2022 Parseable, Inc. + * Parseable Server (C) 2022 - 2023 Parseable, Inc. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/server/src/alerts/rule.rs b/server/src/alerts/rule.rs index 3da8608f7..ae91db65e 100644 --- a/server/src/alerts/rule.rs +++ b/server/src/alerts/rule.rs @@ -1,5 +1,5 @@ /* - * Parseable Server (C) 2022 Parseable, Inc. + * Parseable Server (C) 2022 - 2023 Parseable, Inc. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/server/src/alerts/target.rs b/server/src/alerts/target.rs index 3a7d47368..aaf8bd544 100644 --- a/server/src/alerts/target.rs +++ b/server/src/alerts/target.rs @@ -1,5 +1,5 @@ /* - * Parseable Server (C) 2022 Parseable, Inc. + * Parseable Server (C) 2022 - 2023 Parseable, Inc. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/server/src/banner.rs b/server/src/banner.rs index d0f2fcee6..209c3dab7 100644 --- a/server/src/banner.rs +++ b/server/src/banner.rs @@ -1,5 +1,5 @@ /* - * Parseable Server (C) 2022 Parseable, Inc. + * Parseable Server (C) 2022 - 2023 Parseable, Inc. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/server/src/event.rs b/server/src/event.rs index 6cbc1ee12..5226c94f3 100644 --- a/server/src/event.rs +++ b/server/src/event.rs @@ -1,5 +1,5 @@ /* - * Parseable Server (C) 2022 Parseable, Inc. + * Parseable Server (C) 2022 - 2023 Parseable, Inc. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/server/src/handlers/event.rs b/server/src/handlers/event.rs index b59a17dcd..089a3dc15 100644 --- a/server/src/handlers/event.rs +++ b/server/src/handlers/event.rs @@ -1,5 +1,5 @@ /* - * Parseable Server (C) 2022 Parseable, Inc. + * Parseable Server (C) 2022 - 2023 Parseable, Inc. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/server/src/handlers/logstream.rs b/server/src/handlers/logstream.rs index 49125250e..1d6d4dba1 100644 --- a/server/src/handlers/logstream.rs +++ b/server/src/handlers/logstream.rs @@ -1,5 +1,5 @@ /* - * Parseable Server (C) 2022 Parseable, Inc. + * Parseable Server (C) 2022 - 2023 Parseable, Inc. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/server/src/handlers/mod.rs b/server/src/handlers/mod.rs index ba13de982..a513fc05c 100644 --- a/server/src/handlers/mod.rs +++ b/server/src/handlers/mod.rs @@ -1,5 +1,5 @@ /* - * Parseable Server (C) 2022 Parseable, Inc. + * Parseable Server (C) 2022 - 2023 Parseable, Inc. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/server/src/main.rs b/server/src/main.rs index d44543dfe..765d437d7 100644 --- a/server/src/main.rs +++ b/server/src/main.rs @@ -1,5 +1,5 @@ /* - * Parseable Server (C) 2022 Parseable, Inc. + * Parseable Server (C) 2022 - 2023 Parseable, Inc. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/server/src/metadata.rs b/server/src/metadata.rs index 8bedf5d20..dee048228 100644 --- a/server/src/metadata.rs +++ b/server/src/metadata.rs @@ -1,5 +1,5 @@ /* - * Parseable Server (C) 2022 Parseable, Inc. + * Parseable Server (C) 2022 - 2023 Parseable, Inc. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/server/src/option.rs b/server/src/option.rs index 4d1987319..4ba2bc354 100644 --- a/server/src/option.rs +++ b/server/src/option.rs @@ -1,5 +1,5 @@ /* - * Parseable Server (C) 2022 Parseable, Inc. + * Parseable Server (C) 2022 - 2023 Parseable, Inc. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/server/src/query.rs b/server/src/query.rs index c4521c46b..f4285da83 100644 --- a/server/src/query.rs +++ b/server/src/query.rs @@ -1,5 +1,5 @@ /* - * Parseable Server (C) 2022 Parseable, Inc. + * Parseable Server (C) 2022 - 2023 Parseable, Inc. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/server/src/query/table_provider.rs b/server/src/query/table_provider.rs index 7af93acaf..17707bef9 100644 --- a/server/src/query/table_provider.rs +++ b/server/src/query/table_provider.rs @@ -1,5 +1,5 @@ /* - * Parseable Server (C) 2022 Parseable, Inc. + * Parseable Server (C) 2022 - 2023 Parseable, Inc. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/server/src/response.rs b/server/src/response.rs index 4f727f7cd..2a1af671b 100644 --- a/server/src/response.rs +++ b/server/src/response.rs @@ -1,5 +1,5 @@ /* - * Parseable Server (C) 2022 Parseable, Inc. + * Parseable Server (C) 2022 - 2023 Parseable, Inc. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/server/src/stats.rs b/server/src/stats.rs index 87f78b381..0a20572a5 100644 --- a/server/src/stats.rs +++ b/server/src/stats.rs @@ -1,5 +1,5 @@ /* - * Parseable Server (C) 2022 Parseable, Inc. + * Parseable Server (C) 2022 - 2023 Parseable, Inc. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/server/src/storage.rs b/server/src/storage.rs index 2eb1e830f..db0687e1d 100644 --- a/server/src/storage.rs +++ b/server/src/storage.rs @@ -1,5 +1,5 @@ /* - * Parseable Server (C) 2022 Parseable, Inc. + * Parseable Server (C) 2022 - 2023 Parseable, Inc. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/server/src/storage/file_link.rs b/server/src/storage/file_link.rs index a084a7722..70af28016 100644 --- a/server/src/storage/file_link.rs +++ b/server/src/storage/file_link.rs @@ -1,5 +1,5 @@ /* - * Parseable Server (C) 2022 Parseable, Inc. + * Parseable Server (C) 2022 - 2023 Parseable, Inc. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/server/src/storage/localfs.rs b/server/src/storage/localfs.rs index 49b54692a..6a1d12429 100644 --- a/server/src/storage/localfs.rs +++ b/server/src/storage/localfs.rs @@ -1,5 +1,5 @@ /* - * Parseable Server (C) 2022 Parseable, Inc. + * Parseable Server (C) 2022 - 2023 Parseable, Inc. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/server/src/storage/object_storage.rs b/server/src/storage/object_storage.rs index 758ecd2cf..2eab417ad 100644 --- a/server/src/storage/object_storage.rs +++ b/server/src/storage/object_storage.rs @@ -1,5 +1,5 @@ /* - * Parseable Server (C) 2022 Parseable, Inc. + * Parseable Server (C) 2022 - 2023 Parseable, Inc. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/server/src/storage/s3.rs b/server/src/storage/s3.rs index 6379c8e48..5408250d1 100644 --- a/server/src/storage/s3.rs +++ b/server/src/storage/s3.rs @@ -1,5 +1,5 @@ /* - * Parseable Server (C) 2022 Parseable, Inc. + * Parseable Server (C) 2022 - 2023 Parseable, Inc. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/server/src/storage/store_metadata.rs b/server/src/storage/store_metadata.rs index 47fcf0d98..7fc408d11 100644 --- a/server/src/storage/store_metadata.rs +++ b/server/src/storage/store_metadata.rs @@ -1,3 +1,21 @@ +/* + * Parseable Server (C) 2022 - 2023 Parseable, Inc. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + */ + use std::{ fs::{self, OpenOptions}, path::PathBuf, diff --git a/server/src/utils.rs b/server/src/utils.rs index e4667bb75..a6f4ecfd7 100644 --- a/server/src/utils.rs +++ b/server/src/utils.rs @@ -1,5 +1,5 @@ /* - * Parseable Server (C) 2022 Parseable, Inc. + * Parseable Server (C) 2022 - 2023 Parseable, Inc. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/server/src/validator.rs b/server/src/validator.rs index 831fbd00d..81ebb80a9 100644 --- a/server/src/validator.rs +++ b/server/src/validator.rs @@ -1,5 +1,5 @@ /* - * Parseable Server (C) 2022 Parseable, Inc. + * Parseable Server (C) 2022 - 2023 Parseable, Inc. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as