Skip to content
Snippets Groups Projects
Commit 3acf05af authored by Tim Emiola's avatar Tim Emiola
Browse files

Fixes the shebang line

- fixes the shebang line by moving it above the copyright notice in
  executables.

- also fixes the execution bit on all the binaries
parent 35e7b0cb
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env ruby
# Copyright 2014, Google Inc. # Copyright 2014, Google Inc.
# All rights reserved. # All rights reserved.
# #
...@@ -27,7 +29,6 @@ ...@@ -27,7 +29,6 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#!/usr/bin/env ruby
# interop_client is a testing tool that accesses a gRPC interop testing # interop_client is a testing tool that accesses a gRPC interop testing
# server and runs a test on it. # server and runs a test on it.
# #
......
#!/usr/bin/env ruby
# Copyright 2014, Google Inc. # Copyright 2014, Google Inc.
# All rights reserved. # All rights reserved.
# #
...@@ -27,8 +29,6 @@ ...@@ -27,8 +29,6 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#!/usr/bin/env ruby
#
# interop_server is a Testing app that runs a gRPC interop testing server. # interop_server is a Testing app that runs a gRPC interop testing server.
# #
# It helps validate interoperation b/w gRPC in different environments # It helps validate interoperation b/w gRPC in different environments
......
#!/usr/bin/env ruby
# Copyright 2014, Google Inc. # Copyright 2014, Google Inc.
# All rights reserved. # All rights reserved.
# #
...@@ -27,8 +29,7 @@ ...@@ -27,8 +29,7 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#!/usr/bin/env ruby
#
# Sample app that accesses a Calc service running on a Ruby gRPC server and # Sample app that accesses a Calc service running on a Ruby gRPC server and
# helps validate RpcServer as a gRPC server using proto2 serialization. # helps validate RpcServer as a gRPC server using proto2 serialization.
# #
......
#!/usr/bin/env ruby
# Copyright 2014, Google Inc. # Copyright 2014, Google Inc.
# All rights reserved. # All rights reserved.
# #
...@@ -27,8 +29,6 @@ ...@@ -27,8 +29,6 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#!/usr/bin/env ruby
#
# Sample gRPC Ruby server that implements the Math::Calc service and helps # Sample gRPC Ruby server that implements the Math::Calc service and helps
# validate GRPC::RpcServer as GRPC implementation using proto2 serialization. # validate GRPC::RpcServer as GRPC implementation using proto2 serialization.
# #
......
#!/usr/bin/env ruby
# Copyright 2014, Google Inc. # Copyright 2014, Google Inc.
# All rights reserved. # All rights reserved.
# #
...@@ -27,7 +29,6 @@ ...@@ -27,7 +29,6 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#!/usr/bin/env ruby
# Sample app that helps validate RpcServer without protobuf serialization. # Sample app that helps validate RpcServer without protobuf serialization.
# #
# Usage: $ ruby -S path/to/noproto_client.rb # Usage: $ ruby -S path/to/noproto_client.rb
......
#!/usr/bin/env ruby
# Copyright 2014, Google Inc. # Copyright 2014, Google Inc.
# All rights reserved. # All rights reserved.
# #
...@@ -27,7 +29,6 @@ ...@@ -27,7 +29,6 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#!/usr/bin/env ruby
# Sample app that helps validate RpcServer without protobuf serialization. # Sample app that helps validate RpcServer without protobuf serialization.
# #
# Usage: $ path/to/noproto_server.rb # Usage: $ path/to/noproto_server.rb
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment