Skip to content

Commit 8406183

Browse files
authored
Update the licence headers (#620)
Also add comments on custom flattening for Kinesis Data Firehose events
1 parent 123a317 commit 8406183

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+108
-78
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Parseable Server (C) 2022 - 2023 Parseable, Inc.
1+
# Parseable Server (C) 2022 - 2024 Parseable, Inc.
22
#
33
# This program is free software: you can redistribute it and/or modify
44
# it under the terms of the GNU Affero General Public License as

Dockerfile.debug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Parseable Server (C) 2022 - 2023 Parseable, Inc.
1+
# Parseable Server (C) 2022 - 2024 Parseable, Inc.
22
#
33
# This program is free software: you can redistribute it and/or modify
44
# it under the terms of the GNU Affero General Public License as

server/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Parseable Server (C) 2022 - 2023 Parseable, Inc.
2+
* Parseable Server (C) 2022 - 2024 Parseable, Inc.
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU Affero General Public License as

server/src/about.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Parseable Server (C) 2022 - 2023 Parseable, Inc.
2+
* Parseable Server (C) 2022 - 2024 Parseable, Inc.
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU Affero General Public License as

server/src/alerts/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Parseable Server (C) 2022 - 2023 Parseable, Inc.
2+
* Parseable Server (C) 2022 - 2024 Parseable, Inc.
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU Affero General Public License as

server/src/alerts/parser.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Parseable Server (C) 2022 - 2023 Parseable, Inc.
2+
* Parseable Server (C) 2022 - 2024 Parseable, Inc.
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU Affero General Public License as

server/src/alerts/rule.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Parseable Server (C) 2022 - 2023 Parseable, Inc.
2+
* Parseable Server (C) 2022 - 2024 Parseable, Inc.
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU Affero General Public License as

server/src/alerts/target.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Parseable Server (C) 2022 - 2023 Parseable, Inc.
2+
* Parseable Server (C) 2022 - 2024 Parseable, Inc.
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU Affero General Public License as

server/src/analytics.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Parseable Server (C) 2022 - 2023 Parseable, Inc.
2+
* Parseable Server (C) 2022 - 2024 Parseable, Inc.
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU Affero General Public License as

server/src/banner.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Parseable Server (C) 2022 - 2023 Parseable, Inc.
2+
* Parseable Server (C) 2022 - 2024 Parseable, Inc.
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU Affero General Public License as

0 commit comments

Comments
 (0)