aboutsummaryrefslogtreecommitdiffstats
path: root/airlift-zstd
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@vespa.ai>2023-10-09 12:10:01 +0200
committerJon Bratseth <bratseth@vespa.ai>2023-10-09 12:10:01 +0200
commit3424380e68539de60ccf383ef2020c815a1e7f73 (patch)
treef6e0d751d8cb23fa72311eda64666102db5e403e /airlift-zstd
parent96c29caed67d013be683f74f2c0f9b2e9b73b38d (diff)
Correct copyright headers
Diffstat (limited to 'airlift-zstd')
-rw-r--r--airlift-zstd/CMakeLists.txt2
-rw-r--r--airlift-zstd/README.md2
-rw-r--r--airlift-zstd/pom.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/airlift-zstd/CMakeLists.txt b/airlift-zstd/CMakeLists.txt
index c9be5ff262a..4beeaad743c 100644
--- a/airlift-zstd/CMakeLists.txt
+++ b/airlift-zstd/CMakeLists.txt
@@ -1,2 +1,2 @@
-# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
install_jar(airlift-zstd.jar)
diff --git a/airlift-zstd/README.md b/airlift-zstd/README.md
index 6f3a9b0027c..312545106a3 100644
--- a/airlift-zstd/README.md
+++ b/airlift-zstd/README.md
@@ -1,4 +1,4 @@
-<!-- Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
+<!-- Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
# airlift-zstd
Fork of https://github.com/airlift/aircompressor (zstd only).
diff --git a/airlift-zstd/pom.xml b/airlift-zstd/pom.xml
index 6de23df5496..ac68c28531e 100644
--- a/airlift-zstd/pom.xml
+++ b/airlift-zstd/pom.xml
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
-<!-- Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
+<!-- Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>