aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/vespa/document/select/parsing_failed_exception.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'document/src/vespa/document/select/parsing_failed_exception.cpp')
-rw-r--r--document/src/vespa/document/select/parsing_failed_exception.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/document/src/vespa/document/select/parsing_failed_exception.cpp b/document/src/vespa/document/select/parsing_failed_exception.cpp
index dc15731150e..6d583c59a11 100644
--- a/document/src/vespa/document/select/parsing_failed_exception.cpp
+++ b/document/src/vespa/document/select/parsing_failed_exception.cpp
@@ -1,4 +1,4 @@
-// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#include "parsing_failed_exception.h"
#include <vespa/document/base/exceptions.h>
@@ -6,4 +6,4 @@ namespace document::select {
VESPA_IMPLEMENT_EXCEPTION(ParsingFailedException, vespalib::Exception);
-} \ No newline at end of file
+}