diff --git a/BUILD b/BUILD index 8bebe1bded3..6018c1eeef1 100644 --- a/BUILD +++ b/BUILD @@ -1,5 +1,7 @@ # GRPC Bazel BUILD file. # This currently builds C and C++ code. +# This file has been automatically generated from a template file. +# Please look at the templates directory instead. # Copyright 2015, Google Inc. # All rights reserved. diff --git a/Makefile b/Makefile index 8994a784696..675f9c10f60 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,7 @@ # GRPC global makefile # This currently builds C and C++ code. +# This file has been automatically generated from a template file. +# Please look at the templates directory instead. # Copyright 2015, Google Inc. # All rights reserved. diff --git a/templates/BUILD.template b/templates/BUILD.template index fdf87bd29fc..075c399a18c 100644 --- a/templates/BUILD.template +++ b/templates/BUILD.template @@ -1,5 +1,7 @@ # GRPC Bazel BUILD file. # This currently builds C and C++ code. +# This file has been automatically generated from a template file. +# Please look at the templates directory instead. # Copyright 2015, Google Inc. # All rights reserved. diff --git a/templates/Makefile.template b/templates/Makefile.template index 73f79450741..926c908b66f 100644 --- a/templates/Makefile.template +++ b/templates/Makefile.template @@ -1,5 +1,7 @@ # GRPC global makefile # This currently builds C and C++ code. +# This file has been automatically generated from a template file. +# Please look at the templates directory instead. # Copyright 2015, Google Inc. # All rights reserved.