Skip to content

Commit

Permalink
better name + copyright years
Browse files Browse the repository at this point in the history
  • Loading branch information
mtoader committed Aug 29, 2024
1 parent 98d5377 commit 05b5ff9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2016 The Bazel Authors. All rights reserved.
* Copyright 2024 The Bazel Authors. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020 The Bazel Authors. All rights reserved.
* Copyright 2024 The Bazel Authors. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020 The Bazel Authors. All rights reserved.
* Copyright 2024 The Bazel Authors. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -242,7 +242,7 @@ public InputStream runBlazeMod(

try (Closer closer = Closer.create()) {
Path queriesDir = Files.createDirectories(Paths.get(project.getBasePath()).resolve("queries"));
Path tmpFile = Files.createTempFile(queriesDir, "query-mod-", ".stdout");
Path tmpFile = Files.createTempFile(queriesDir, "blaze-mod-", ".stdout");

OutputStream stdout = closer.register(Files.newOutputStream(tmpFile));
OutputStream stderr = closer.register(
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2022 The Bazel Authors. All rights reserved.
* Copyright 2024 The Bazel Authors. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down

0 comments on commit 05b5ff9

Please sign in to comment.