summaryrefslogtreecommitdiffstats
path: root/searchlib
diff options
context:
space:
mode:
authorJon Bratseth <jonbratseth@yahoo.com>2017-06-16 11:14:13 +0200
committerGitHub <noreply@github.com>2017-06-16 11:14:13 +0200
commitfa64d4836b8df9bfa0ed57daee66a6fc84c4b6bf (patch)
treecd5832f9fee4cc17dac334d6dc93c94b8c2a02a2 /searchlib
parentd91ef9c2ea42ca7c5d8925c4ff21664adb43892b (diff)
parent95eef9b4bc9e4607ab63f8a5e9bec6bcaaebbc2e (diff)
Merge pull request #2794 from yahoo/bratseth/move-validation-overrides
Bratseth/move validation overrides
Diffstat (limited to 'searchlib')
-rwxr-xr-xsearchlib/src/vespa/searchlib/features/create-class-cpp.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchlib/src/vespa/searchlib/features/create-class-cpp.sh b/searchlib/src/vespa/searchlib/features/create-class-cpp.sh
index 188143f02ee..1e38a837609 100755
--- a/searchlib/src/vespa/searchlib/features/create-class-cpp.sh
+++ b/searchlib/src/vespa/searchlib/features/create-class-cpp.sh
@@ -6,7 +6,7 @@ guard=`echo $class | tr 'a-z' 'A-Z'`
name=`echo $class | tr 'A-Z' 'a-z'`
cat <<EOF
-// Copyright 2017 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#include "$name.h"