Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.release
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.static
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion server/build.rs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion server/src/alerts/mod.rs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion server/src/alerts/rule.rs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion server/src/alerts/target.rs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion server/src/banner.rs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion server/src/event.rs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion server/src/handlers/event.rs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion server/src/handlers/logstream.rs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion server/src/handlers/mod.rs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion server/src/main.rs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion server/src/metadata.rs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion server/src/option.rs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion server/src/query.rs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion server/src/query/table_provider.rs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion server/src/response.rs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion server/src/stats.rs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion server/src/storage.rs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion server/src/storage/file_link.rs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion server/src/storage/localfs.rs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion server/src/storage/object_storage.rs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion server/src/storage/s3.rs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
18 changes: 18 additions & 0 deletions server/src/storage/store_metadata.rs
Original file line number Diff line number Diff line change
@@ -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 <http://www.gnu.org/licenses/>.
*
*/

use std::{
fs::{self, OpenOptions},
path::PathBuf,
Expand Down
2 changes: 1 addition & 1 deletion server/src/utils.rs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion server/src/validator.rs
Original file line number Diff line number Diff line change
@@ -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
Expand Down