From ee03556df93d39f3c3277f4d80e3fe8bc34cfcf4 Mon Sep 17 00:00:00 2001 From: Sebastian Schuberth Date: Fri, 5 Jan 2018 09:35:08 +0100 Subject: Remove the executable bit from several source code files This potentially avoids compiler warnings. --- benchmarks/java/pom.xml | 0 .../java/src/main/java/com/google/protobuf/ProtoCaliperBenchmark.java | 0 csharp/src/Google.Protobuf.Test/ByteStringTest.cs | 0 csharp/src/Google.Protobuf.Test/CodedInputStreamTest.cs | 0 csharp/src/Google.Protobuf.Test/Compatibility/StreamExtensionsTest.cs | 0 csharp/src/Google.Protobuf.Test/Compatibility/TypeExtensionsTest.cs | 0 csharp/src/Google.Protobuf.Test/FieldCodecTest.cs | 0 csharp/src/Google.Protobuf/ByteString.cs | 0 csharp/src/Google.Protobuf/Collections/RepeatedField.cs | 0 csharp/src/Google.Protobuf/Compatibility/PropertyInfoExtensions.cs | 0 csharp/src/Google.Protobuf/Compatibility/StreamExtensions.cs | 0 csharp/src/Google.Protobuf/Compatibility/TypeExtensions.cs | 0 csharp/src/Google.Protobuf/JsonFormatter.cs | 0 csharp/src/Google.Protobuf/Reflection/MessageDescriptor.cs | 0 csharp/src/Google.Protobuf/WellKnownTypes/FieldMaskPartial.cs | 0 src/google/protobuf/arena.cc | 0 src/google/protobuf/arenastring.h | 0 src/google/protobuf/compiler/js/js_generator.cc | 0 src/google/protobuf/compiler/js/js_generator.h | 0 src/google/protobuf/reflection.h | 0 src/google/protobuf/stubs/common.cc | 0 src/google/protobuf/util/message_differencer_unittest.cc | 0 22 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 benchmarks/java/pom.xml mode change 100755 => 100644 benchmarks/java/src/main/java/com/google/protobuf/ProtoCaliperBenchmark.java mode change 100755 => 100644 csharp/src/Google.Protobuf.Test/ByteStringTest.cs mode change 100755 => 100644 csharp/src/Google.Protobuf.Test/CodedInputStreamTest.cs mode change 100755 => 100644 csharp/src/Google.Protobuf.Test/Compatibility/StreamExtensionsTest.cs mode change 100755 => 100644 csharp/src/Google.Protobuf.Test/Compatibility/TypeExtensionsTest.cs mode change 100755 => 100644 csharp/src/Google.Protobuf.Test/FieldCodecTest.cs mode change 100755 => 100644 csharp/src/Google.Protobuf/ByteString.cs mode change 100755 => 100644 csharp/src/Google.Protobuf/Collections/RepeatedField.cs mode change 100755 => 100644 csharp/src/Google.Protobuf/Compatibility/PropertyInfoExtensions.cs mode change 100755 => 100644 csharp/src/Google.Protobuf/Compatibility/StreamExtensions.cs mode change 100755 => 100644 csharp/src/Google.Protobuf/Compatibility/TypeExtensions.cs mode change 100755 => 100644 csharp/src/Google.Protobuf/JsonFormatter.cs mode change 100755 => 100644 csharp/src/Google.Protobuf/Reflection/MessageDescriptor.cs mode change 100755 => 100644 csharp/src/Google.Protobuf/WellKnownTypes/FieldMaskPartial.cs mode change 100755 => 100644 src/google/protobuf/arena.cc mode change 100755 => 100644 src/google/protobuf/arenastring.h mode change 100755 => 100644 src/google/protobuf/compiler/js/js_generator.cc mode change 100755 => 100644 src/google/protobuf/compiler/js/js_generator.h mode change 100755 => 100644 src/google/protobuf/reflection.h mode change 100755 => 100644 src/google/protobuf/stubs/common.cc mode change 100755 => 100644 src/google/protobuf/util/message_differencer_unittest.cc diff --git a/benchmarks/java/pom.xml b/benchmarks/java/pom.xml old mode 100755 new mode 100644 diff --git a/benchmarks/java/src/main/java/com/google/protobuf/ProtoCaliperBenchmark.java b/benchmarks/java/src/main/java/com/google/protobuf/ProtoCaliperBenchmark.java old mode 100755 new mode 100644 diff --git a/csharp/src/Google.Protobuf.Test/ByteStringTest.cs b/csharp/src/Google.Protobuf.Test/ByteStringTest.cs old mode 100755 new mode 100644 diff --git a/csharp/src/Google.Protobuf.Test/CodedInputStreamTest.cs b/csharp/src/Google.Protobuf.Test/CodedInputStreamTest.cs old mode 100755 new mode 100644 diff --git a/csharp/src/Google.Protobuf.Test/Compatibility/StreamExtensionsTest.cs b/csharp/src/Google.Protobuf.Test/Compatibility/StreamExtensionsTest.cs old mode 100755 new mode 100644 diff --git a/csharp/src/Google.Protobuf.Test/Compatibility/TypeExtensionsTest.cs b/csharp/src/Google.Protobuf.Test/Compatibility/TypeExtensionsTest.cs old mode 100755 new mode 100644 diff --git a/csharp/src/Google.Protobuf.Test/FieldCodecTest.cs b/csharp/src/Google.Protobuf.Test/FieldCodecTest.cs old mode 100755 new mode 100644 diff --git a/csharp/src/Google.Protobuf/ByteString.cs b/csharp/src/Google.Protobuf/ByteString.cs old mode 100755 new mode 100644 diff --git a/csharp/src/Google.Protobuf/Collections/RepeatedField.cs b/csharp/src/Google.Protobuf/Collections/RepeatedField.cs old mode 100755 new mode 100644 diff --git a/csharp/src/Google.Protobuf/Compatibility/PropertyInfoExtensions.cs b/csharp/src/Google.Protobuf/Compatibility/PropertyInfoExtensions.cs old mode 100755 new mode 100644 diff --git a/csharp/src/Google.Protobuf/Compatibility/StreamExtensions.cs b/csharp/src/Google.Protobuf/Compatibility/StreamExtensions.cs old mode 100755 new mode 100644 diff --git a/csharp/src/Google.Protobuf/Compatibility/TypeExtensions.cs b/csharp/src/Google.Protobuf/Compatibility/TypeExtensions.cs old mode 100755 new mode 100644 diff --git a/csharp/src/Google.Protobuf/JsonFormatter.cs b/csharp/src/Google.Protobuf/JsonFormatter.cs old mode 100755 new mode 100644 diff --git a/csharp/src/Google.Protobuf/Reflection/MessageDescriptor.cs b/csharp/src/Google.Protobuf/Reflection/MessageDescriptor.cs old mode 100755 new mode 100644 diff --git a/csharp/src/Google.Protobuf/WellKnownTypes/FieldMaskPartial.cs b/csharp/src/Google.Protobuf/WellKnownTypes/FieldMaskPartial.cs old mode 100755 new mode 100644 diff --git a/src/google/protobuf/arena.cc b/src/google/protobuf/arena.cc old mode 100755 new mode 100644 diff --git a/src/google/protobuf/arenastring.h b/src/google/protobuf/arenastring.h old mode 100755 new mode 100644 diff --git a/src/google/protobuf/compiler/js/js_generator.cc b/src/google/protobuf/compiler/js/js_generator.cc old mode 100755 new mode 100644 diff --git a/src/google/protobuf/compiler/js/js_generator.h b/src/google/protobuf/compiler/js/js_generator.h old mode 100755 new mode 100644 diff --git a/src/google/protobuf/reflection.h b/src/google/protobuf/reflection.h old mode 100755 new mode 100644 diff --git a/src/google/protobuf/stubs/common.cc b/src/google/protobuf/stubs/common.cc old mode 100755 new mode 100644 diff --git a/src/google/protobuf/util/message_differencer_unittest.cc b/src/google/protobuf/util/message_differencer_unittest.cc old mode 100755 new mode 100644 -- cgit v1.2.3