summaryrefslogtreecommitdiffstats
path: root/sample-apps/blog-search
diff options
context:
space:
mode:
Diffstat (limited to 'sample-apps/blog-search')
-rw-r--r--sample-apps/blog-search/pom.xml1
-rw-r--r--sample-apps/blog-search/src/main/application/deployment.xml1
-rw-r--r--sample-apps/blog-search/src/main/application/searchdefinitions/blog_post.sd1
-rw-r--r--sample-apps/blog-search/src/main/application/services.xml1
4 files changed, 0 insertions, 4 deletions
diff --git a/sample-apps/blog-search/pom.xml b/sample-apps/blog-search/pom.xml
index fb457e109aa..33913190d92 100644
--- a/sample-apps/blog-search/pom.xml
+++ b/sample-apps/blog-search/pom.xml
@@ -1,5 +1,4 @@
<?xml version="1.0"?>
-<!-- Copyright 2017 Yahoo Holdings. 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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.yahoo.example</groupId>
diff --git a/sample-apps/blog-search/src/main/application/deployment.xml b/sample-apps/blog-search/src/main/application/deployment.xml
index bb37f77412b..0a2397bbca9 100644
--- a/sample-apps/blog-search/src/main/application/deployment.xml
+++ b/sample-apps/blog-search/src/main/application/deployment.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. -->
<deployment version='1.0'>
<test />
<staging />
diff --git a/sample-apps/blog-search/src/main/application/searchdefinitions/blog_post.sd b/sample-apps/blog-search/src/main/application/searchdefinitions/blog_post.sd
index 8fc95109e78..0f3c21dffa9 100644
--- a/sample-apps/blog-search/src/main/application/searchdefinitions/blog_post.sd
+++ b/sample-apps/blog-search/src/main/application/searchdefinitions/blog_post.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 blog_post {
document blog_post {
field date_gmt type string {
diff --git a/sample-apps/blog-search/src/main/application/services.xml b/sample-apps/blog-search/src/main/application/services.xml
index 161d0f732e3..e850f1fc456 100644
--- a/sample-apps/blog-search/src/main/application/services.xml
+++ b/sample-apps/blog-search/src/main/application/services.xml
@@ -1,5 +1,4 @@
<?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. -->
<services version='1.0' xmlns:deploy="vespa" xmlns:preprocess="properties">
<jdisc id='default' version='1.0'>