Replace instances of Blaze with Bazel.

PiperOrigin-RevId: 203300374

Change-Id: Iaa47f870ab2e0cad40a202aad2c7f9430f73c856
PiperOrigin-RevId: 203407392
diff --git a/src/main/java/com/google/devtools/build/docgen/DocgenConsts.java b/src/main/java/com/google/devtools/build/docgen/DocgenConsts.java
index ebdf3f3..985bf77 100644
--- a/src/main/java/com/google/devtools/build/docgen/DocgenConsts.java
+++ b/src/main/java/com/google/devtools/build/docgen/DocgenConsts.java
@@ -75,8 +75,8 @@
   public static final String HEADER_COMMENT = Joiner.on("\n").join(ImmutableList.<String>of(
       "<!DOCTYPE html>",
       "<!--",
-      " This document is synchronized with Blaze releases.",
-      " To edit, submit changes to the Blaze source code.",
+      " This document is synchronized with Bazel releases.",
+      " To edit, submit changes to the Bazel source code.",
       "-->",
       "",
       "<!-- Generated by //java/com/google/devtools/build/docgen:build-encyclopedia.zip -->"));