aboutsummaryrefslogtreecommitdiff
path: root/src/ProtoMunge
diff options
context:
space:
mode:
Diffstat (limited to 'src/ProtoMunge')
-rw-r--r--src/ProtoMunge/Program.cs5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/ProtoMunge/Program.cs b/src/ProtoMunge/Program.cs
index a2fdfb4f..04a9c4ee 100644
--- a/src/ProtoMunge/Program.cs
+++ b/src/ProtoMunge/Program.cs
@@ -1,4 +1,5 @@
-// Protocol Buffers - Google's data interchange format
+#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/
// Original C++/Java/Python code:
@@ -29,6 +30,8 @@
// 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;