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. --- 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 13 files changed, 0 insertions(+), 0 deletions(-) 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 (limited to 'csharp') 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 -- cgit v1.2.3