Skip to content

Commit 459b267

Browse files
authored
Update license (#226)
1 parent 52f4dbc commit 459b267

27 files changed

+44
-26
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2022 Parseable, Inc.
1+
# Parseable Server (C) 2022 - 2023 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.release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2022 Parseable, Inc.
1+
# Parseable Server (C) 2022 - 2023 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.static

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2022 Parseable, Inc.
1+
# Parseable Server (C) 2022 - 2023 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 Parseable, Inc.
2+
* Parseable Server (C) 2022 - 2023 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 Parseable, Inc.
2+
* Parseable Server (C) 2022 - 2023 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 Parseable, Inc.
2+
* Parseable Server (C) 2022 - 2023 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 Parseable, Inc.
2+
* Parseable Server (C) 2022 - 2023 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 Parseable, Inc.
2+
* Parseable Server (C) 2022 - 2023 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/event.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 Parseable, Inc.
2+
* Parseable Server (C) 2022 - 2023 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/handlers/event.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 Parseable, Inc.
2+
* Parseable Server (C) 2022 - 2023 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)