aboutsummaryrefslogtreecommitdiffstats
path: root/config_test
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2021-10-07 10:45:26 +0200
committergjoranv <gv@verizonmedia.com>2021-10-07 11:08:41 +0200
commitd107697da5d1771dfa4a7bf2408b3bf8caebef22 (patch)
treeb822f45856dc8dc2c2caeb760090b555b01124ce /config_test
parenta2583ae58adfd37f6a3822bdd796e9daa50131e0 (diff)
Update 2017 copyright notices.
Diffstat (limited to 'config_test')
-rw-r--r--config_test/README.md2
-rw-r--r--config_test/pom.xml2
-rw-r--r--config_test/src/main/java/com/yahoo/configtest/Demo.java2
-rw-r--r--config_test/src/main/resources/configdefinitions/configtest.greeting.def2
4 files changed, 4 insertions, 4 deletions
diff --git a/config_test/README.md b/config_test/README.md
index 66ebbc8ba83..7ff633d935f 100644
--- a/config_test/README.md
+++ b/config_test/README.md
@@ -1,3 +1,3 @@
-<!-- Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
+<!-- Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
# Test using cloud config without Vespa
diff --git a/config_test/pom.xml b/config_test/pom.xml
index 925fbacf99c..e350e0b7d7c 100644
--- a/config_test/pom.xml
+++ b/config_test/pom.xml
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
-<!-- Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
+<!-- Copyright Yahoo. 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>
diff --git a/config_test/src/main/java/com/yahoo/configtest/Demo.java b/config_test/src/main/java/com/yahoo/configtest/Demo.java
index d6295c6a135..792fffa36a9 100644
--- a/config_test/src/main/java/com/yahoo/configtest/Demo.java
+++ b/config_test/src/main/java/com/yahoo/configtest/Demo.java
@@ -1,4 +1,4 @@
-// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.configtest;
/**
diff --git a/config_test/src/main/resources/configdefinitions/configtest.greeting.def b/config_test/src/main/resources/configdefinitions/configtest.greeting.def
index 924c1331e2c..901362ae386 100644
--- a/config_test/src/main/resources/configdefinitions/configtest.greeting.def
+++ b/config_test/src/main/resources/configdefinitions/configtest.greeting.def
@@ -1,4 +1,4 @@
-# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
namespace=configtest
greeting string default="Hello, world."