aboutsummaryrefslogtreecommitdiffstats
path: root/messagebus/src/vespa/messagebus/create-interface.sh
diff options
context:
space:
mode:
Diffstat (limited to 'messagebus/src/vespa/messagebus/create-interface.sh')
-rwxr-xr-xmessagebus/src/vespa/messagebus/create-interface.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/messagebus/src/vespa/messagebus/create-interface.sh b/messagebus/src/vespa/messagebus/create-interface.sh
index fc79309ac9b..54503a0792b 100755
--- a/messagebus/src/vespa/messagebus/create-interface.sh
+++ b/messagebus/src/vespa/messagebus/create-interface.sh
@@ -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.
#pragma once
#!/bin/sh
@@ -6,7 +6,7 @@ class=$1
guard=`echo $class | tr 'a-z' 'A-Z'`
cat <<EOF
-// 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.
namespace mbus {