summaryrefslogtreecommitdiffstats
path: root/sample-apps/basic-search-tensor/src
diff options
context:
space:
mode:
authorJon Bratseth <jonbratseth@yahoo.com>2017-06-14 17:59:12 +0200
committerGitHub <noreply@github.com>2017-06-14 17:59:12 +0200
commit84560e700ad98068e2fa360c97ed5e99d826efd2 (patch)
treec283d732c23349beff4671f2167b74d9813a533c /sample-apps/basic-search-tensor/src
parentd7b09dc811c113279eeda75a131092e9175a01e7 (diff)
parenta84e7e88923c211d6bcdc56929ade99d86813bb6 (diff)
Merge pull request #2783 from yahoo/revert-2774-bratseth/update-copyright-headers
Revert "Update copyright headers"
Diffstat (limited to 'sample-apps/basic-search-tensor/src')
-rw-r--r--sample-apps/basic-search-tensor/src/main/application/hosts.xml2
-rw-r--r--sample-apps/basic-search-tensor/src/main/application/search/query-profiles/types/root.xml1
-rw-r--r--sample-apps/basic-search-tensor/src/main/application/searchdefinitions/music.sd1
-rw-r--r--sample-apps/basic-search-tensor/src/main/application/services.xml2
-rw-r--r--sample-apps/basic-search-tensor/src/main/java/com/yahoo/example/ExampleTensorSearcher.java2
5 files changed, 3 insertions, 5 deletions
diff --git a/sample-apps/basic-search-tensor/src/main/application/hosts.xml b/sample-apps/basic-search-tensor/src/main/application/hosts.xml
index 541d2f10304..3ab86a21aef 100644
--- a/sample-apps/basic-search-tensor/src/main/application/hosts.xml
+++ b/sample-apps/basic-search-tensor/src/main/application/hosts.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8" ?>
-<!-- Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
+<!-- Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
<hosts>
<host name="localhost">
<alias>node1</alias>
diff --git a/sample-apps/basic-search-tensor/src/main/application/search/query-profiles/types/root.xml b/sample-apps/basic-search-tensor/src/main/application/search/query-profiles/types/root.xml
index bab072916e9..e06f16c1032 100644
--- a/sample-apps/basic-search-tensor/src/main/application/search/query-profiles/types/root.xml
+++ b/sample-apps/basic-search-tensor/src/main/application/search/query-profiles/types/root.xml
@@ -1,4 +1,3 @@
-<!-- Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
<query-profile-type id="root" inherits="native">
<field name="ranking.features.query(tensor)" type="tensor(x{})" />
</query-profile-type>
diff --git a/sample-apps/basic-search-tensor/src/main/application/searchdefinitions/music.sd b/sample-apps/basic-search-tensor/src/main/application/searchdefinitions/music.sd
index e9675b612cc..85d59504321 100644
--- a/sample-apps/basic-search-tensor/src/main/application/searchdefinitions/music.sd
+++ b/sample-apps/basic-search-tensor/src/main/application/searchdefinitions/music.sd
@@ -1,4 +1,3 @@
-# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
search music {
document music {
field artist type string {
diff --git a/sample-apps/basic-search-tensor/src/main/application/services.xml b/sample-apps/basic-search-tensor/src/main/application/services.xml
index d422fb2ba2f..246ffff94de 100644
--- a/sample-apps/basic-search-tensor/src/main/application/services.xml
+++ b/sample-apps/basic-search-tensor/src/main/application/services.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8" ?>
-<!-- Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
+<!-- Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
<services version="1.0">
<admin version="2.0">
diff --git a/sample-apps/basic-search-tensor/src/main/java/com/yahoo/example/ExampleTensorSearcher.java b/sample-apps/basic-search-tensor/src/main/java/com/yahoo/example/ExampleTensorSearcher.java
index 426e6ee451e..375ad7c98cb 100644
--- a/sample-apps/basic-search-tensor/src/main/java/com/yahoo/example/ExampleTensorSearcher.java
+++ b/sample-apps/basic-search-tensor/src/main/java/com/yahoo/example/ExampleTensorSearcher.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 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.example;
import com.yahoo.processing.request.CompoundName;