aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/apps/vespa-attribute-inspect/loadattribute.rb
diff options
context:
space:
mode:
Diffstat (limited to 'searchlib/src/apps/vespa-attribute-inspect/loadattribute.rb')
-rw-r--r--searchlib/src/apps/vespa-attribute-inspect/loadattribute.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchlib/src/apps/vespa-attribute-inspect/loadattribute.rb b/searchlib/src/apps/vespa-attribute-inspect/loadattribute.rb
index 6f30bb5bda8..8fd1e9bddd8 100644
--- a/searchlib/src/apps/vespa-attribute-inspect/loadattribute.rb
+++ b/searchlib/src/apps/vespa-attribute-inspect/loadattribute.rb
@@ -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.
attribute = ARGV[0]
dat = File.open(attribute + ".dat", "r")