summaryrefslogtreecommitdiffstats
path: root/container-onnxruntime
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@vespa.ai>2023-10-09 09:44:29 +0200
committerJon Bratseth <bratseth@vespa.ai>2023-10-09 09:44:29 +0200
commit0c55dc92a3bf889c67fac1ca855e6e33e1994904 (patch)
treefaa7492f28fce7fa4ac605985a10bf9218d019ec /container-onnxruntime
parentb09acf5a94ff3fe7b70381478fedcc242d965c32 (diff)
Update copyright
Diffstat (limited to 'container-onnxruntime')
-rw-r--r--container-onnxruntime/CMakeLists.txt2
-rw-r--r--container-onnxruntime/README.md2
-rw-r--r--container-onnxruntime/pom.xml2
-rw-r--r--container-onnxruntime/src/main/java/ai/onnxruntime/package-info.java2
-rw-r--r--container-onnxruntime/src/main/java/ai/onnxruntime/providers/package-info.java2
-rw-r--r--container-onnxruntime/src/main/java/ai/vespa/onnxruntime/OnnxBundleActivator.java2
6 files changed, 6 insertions, 6 deletions
diff --git a/container-onnxruntime/CMakeLists.txt b/container-onnxruntime/CMakeLists.txt
index 4eff1d26e60..a6cf42b69dd 100644
--- a/container-onnxruntime/CMakeLists.txt
+++ b/container-onnxruntime/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(container-onnxruntime.jar)
diff --git a/container-onnxruntime/README.md b/container-onnxruntime/README.md
index ef332b88ba7..799914a0274 100644
--- a/container-onnxruntime/README.md
+++ b/container-onnxruntime/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. -->
# container-onnxruntime
onnxruntime.ai repackaged as a bundle
diff --git a/container-onnxruntime/pom.xml b/container-onnxruntime/pom.xml
index b4a4ace380d..e466ef85fdb 100644
--- a/container-onnxruntime/pom.xml
+++ b/container-onnxruntime/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
diff --git a/container-onnxruntime/src/main/java/ai/onnxruntime/package-info.java b/container-onnxruntime/src/main/java/ai/onnxruntime/package-info.java
index 8b4b7369115..20286a96be5 100644
--- a/container-onnxruntime/src/main/java/ai/onnxruntime/package-info.java
+++ b/container-onnxruntime/src/main/java/ai/onnxruntime/package-info.java
@@ -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.
/**
* @author arnej
*/
diff --git a/container-onnxruntime/src/main/java/ai/onnxruntime/providers/package-info.java b/container-onnxruntime/src/main/java/ai/onnxruntime/providers/package-info.java
index af09aa01661..3d09ba11ec4 100644
--- a/container-onnxruntime/src/main/java/ai/onnxruntime/providers/package-info.java
+++ b/container-onnxruntime/src/main/java/ai/onnxruntime/providers/package-info.java
@@ -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.
/**
* @author arnej
*/
diff --git a/container-onnxruntime/src/main/java/ai/vespa/onnxruntime/OnnxBundleActivator.java b/container-onnxruntime/src/main/java/ai/vespa/onnxruntime/OnnxBundleActivator.java
index 59a0b4fd1ec..6e1ce8caf42 100644
--- a/container-onnxruntime/src/main/java/ai/vespa/onnxruntime/OnnxBundleActivator.java
+++ b/container-onnxruntime/src/main/java/ai/vespa/onnxruntime/OnnxBundleActivator.java
@@ -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.
package ai.vespa.onnxruntime;