aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/apps/make_fixture_macros/make_fixture_macros.cpp
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@yahoo-inc.com>2017-06-14 18:25:40 +0200
committerJon Bratseth <bratseth@yahoo-inc.com>2017-06-14 18:25:40 +0200
commitcedacfeac5330e4acd7a49bcbb37a1d8de9b6348 (patch)
treef81f4112051da0bfb5c840c6cee3891991f5a8e3 /vespalib/src/apps/make_fixture_macros/make_fixture_macros.cpp
parent84560e700ad98068e2fa360c97ed5e99d826efd2 (diff)
Update copyright headers
Diffstat (limited to 'vespalib/src/apps/make_fixture_macros/make_fixture_macros.cpp')
-rw-r--r--vespalib/src/apps/make_fixture_macros/make_fixture_macros.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/vespalib/src/apps/make_fixture_macros/make_fixture_macros.cpp b/vespalib/src/apps/make_fixture_macros/make_fixture_macros.cpp
index ab18bc68472..6e23bd46d71 100644
--- a/vespalib/src/apps/make_fixture_macros/make_fixture_macros.cpp
+++ b/vespalib/src/apps/make_fixture_macros/make_fixture_macros.cpp
@@ -1,4 +1,4 @@
-// Copyright 2016 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 <stdio.h>
#include <stdlib.h>
@@ -142,7 +142,7 @@ int main(int argc, char **argv) {
return 1;
}
int n = std::max(3, atoi(argv[1]));
- fprintf(stdout, "// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.\n");
+ fprintf(stdout, "// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.\n");
fprintf(stdout, "// macros for up to %d test fixtures, generated by "
"vespalib/testkit/make_fixture_macros\n\n", n);
for (int i = 0; i <= n; ++i) {