summaryrefslogtreecommitdiffstats
path: root/config-model-fat
diff options
context:
space:
mode:
Diffstat (limited to 'config-model-fat')
-rw-r--r--config-model-fat/CMakeLists.txt2
-rw-r--r--config-model-fat/pom.xml2
-rw-r--r--config-model-fat/src/main/resources/config-models.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/config-model-fat/CMakeLists.txt b/config-model-fat/CMakeLists.txt
index 1e2364556dc..fd40048e2c4 100644
--- a/config-model-fat/CMakeLists.txt
+++ b/config-model-fat/CMakeLists.txt
@@ -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.
install_java_artifact(config-model-fat)
install(FILES src/main/resources/config-models.xml
diff --git a/config-model-fat/pom.xml b/config-model-fat/pom.xml
index d258623d9c6..79f106993df 100644
--- a/config-model-fat/pom.xml
+++ b/config-model-fat/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>
<parent>
diff --git a/config-model-fat/src/main/resources/config-models.xml b/config-model-fat/src/main/resources/config-models.xml
index d2a9225fd5b..ca9b01fa697 100644
--- a/config-model-fat/src/main/resources/config-models.xml
+++ b/config-model-fat/src/main/resources/config-models.xml
@@ -1,2 +1,2 @@
-<!-- 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. -->
<component id="VespaModelFactory" class="com.yahoo.vespa.model.VespaModelFactory" bundle="config-model-fat" />