aboutsummaryrefslogtreecommitdiffstats
path: root/annotations/src/main/java/com/yahoo/component
diff options
context:
space:
mode:
Diffstat (limited to 'annotations/src/main/java/com/yahoo/component')
-rw-r--r--annotations/src/main/java/com/yahoo/component/annotation/Inject.java2
-rw-r--r--annotations/src/main/java/com/yahoo/component/annotation/package-info.java4
2 files changed, 3 insertions, 3 deletions
diff --git a/annotations/src/main/java/com/yahoo/component/annotation/Inject.java b/annotations/src/main/java/com/yahoo/component/annotation/Inject.java
index dd11635ba3f..3696b160b7f 100644
--- a/annotations/src/main/java/com/yahoo/component/annotation/Inject.java
+++ b/annotations/src/main/java/com/yahoo/component/annotation/Inject.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 com.yahoo.component.annotation;
import java.lang.annotation.Documented;
diff --git a/annotations/src/main/java/com/yahoo/component/annotation/package-info.java b/annotations/src/main/java/com/yahoo/component/annotation/package-info.java
index 6ad7e9e2642..b57dc9280c4 100644
--- a/annotations/src/main/java/com/yahoo/component/annotation/package-info.java
+++ b/annotations/src/main/java/com/yahoo/component/annotation/package-info.java
@@ -1,7 +1,7 @@
-// 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 bjorncs
*/
@com.yahoo.api.annotations.PublicApi
@com.yahoo.osgi.annotation.ExportPackage
-package com.yahoo.component.annotation; \ No newline at end of file
+package com.yahoo.component.annotation;