aboutsummaryrefslogtreecommitdiffstats
path: root/container-onnxruntime/src/main
diff options
context:
space:
mode:
Diffstat (limited to 'container-onnxruntime/src/main')
-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
3 files changed, 3 insertions, 3 deletions
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;