aboutsummaryrefslogtreecommitdiffstats
path: root/messagebus/src/vespa/messagebus/create-class-cpp.sh
diff options
context:
space:
mode:
Diffstat (limited to 'messagebus/src/vespa/messagebus/create-class-cpp.sh')
-rwxr-xr-xmessagebus/src/vespa/messagebus/create-class-cpp.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/messagebus/src/vespa/messagebus/create-class-cpp.sh b/messagebus/src/vespa/messagebus/create-class-cpp.sh
index 173f707b6e7..e1e779c2747 100755
--- a/messagebus/src/vespa/messagebus/create-class-cpp.sh
+++ b/messagebus/src/vespa/messagebus/create-class-cpp.sh
@@ -1,12 +1,12 @@
#!/bin/sh
-# 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.
class=$1
guard=`echo $class | tr 'a-z' 'A-Z'`
name=`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.
#include "$name.h"