|
@@ -1,6 +1,4 @@
|
|
|
-using System;
|
|
|
-using System.Collections;
|
|
|
-using System.Collections.Generic;
|
|
|
+#region Copyright notice and license
|
|
|
// Protocol Buffers - Google's data interchange format
|
|
|
// Copyright 2008 Google Inc. All rights reserved.
|
|
|
// http://github.com/jskeet/dotnet-protobufs/
|
|
@@ -32,6 +30,11 @@ using System.Collections.Generic;
|
|
|
// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
|
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
|
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
+#endregion
|
|
|
+
|
|
|
+using System;
|
|
|
+using System.Collections;
|
|
|
+using System.Collections.Generic;
|
|
|
using System.Text;
|
|
|
|
|
|
namespace Google.ProtocolBuffers {
|