updated .fp file headers

Bug: skia:
Change-Id: I9c39622f34e803a706acd04372be569667380661
Reviewed-on: https://skia-review.googlesource.com/102204
Commit-Queue: Ethan Nicholas <ethannicholas@google.com>
Reviewed-by: Brian Salomon <bsalomon@google.com>
diff --git a/tests/SkSLFPTest.cpp b/tests/SkSLFPTest.cpp
index 9825910..f1a65fc 100644
--- a/tests/SkSLFPTest.cpp
+++ b/tests/SkSLFPTest.cpp
@@ -61,21 +61,17 @@
 
 DEF_TEST(SkSLFPHelloWorld, r) {
     test(r,
+         "/* HEADER */"
          "void main() {"
          "sk_OutColor = half4(1);"
          "}",
          *SkSL::ShaderCapsFactory::Default(),
          {
-             "/*\n"
-             " * Copyright 2017 Google Inc.\n"
-             " *\n"
-             " * Use of this source code is governed by a BSD-style license that can be\n"
-             " * found in the LICENSE file.\n"
-             " */\n"
+             "/* HEADER */\n"
              "\n"
-             "/*\n"
-             " * This file was autogenerated from GrTest.fp; do not modify.\n"
-             " */\n"
+             "/**************************************************************************************************\n"
+             " *** This file was autogenerated from GrTest.fp; do not modify.\n"
+             " **************************************************************************************************/\n"
              "#ifndef GrTest_DEFINED\n"
              "#define GrTest_DEFINED\n"
              "#include \"SkTypes.h\"\n"
@@ -105,16 +101,11 @@
              "#endif\n"
          },
          {
-             "/*\n"
-             " * Copyright 2017 Google Inc.\n"
-             " *\n"
-             " * Use of this source code is governed by a BSD-style license that can be\n"
-             " * found in the LICENSE file.\n"
-             " */\n"
+             "/* HEADER */\n"
              "\n"
-             "/*\n"
-             " * This file was autogenerated from GrTest.fp; do not modify.\n"
-             " */\n"
+             "/**************************************************************************************************\n"
+             " *** This file was autogenerated from GrTest.fp; do not modify.\n"
+             " **************************************************************************************************/\n"
              "#include \"GrTest.h\"\n"
              "#if SK_SUPPORT_GPU\n"
              "#include \"glsl/GrGLSLFragmentProcessor.h\"\n"