aboutsummaryrefslogtreecommitdiff
path: root/src/ProtoDump/Program.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/ProtoDump/Program.cs')
-rw-r--r--src/ProtoDump/Program.cs5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/ProtoDump/Program.cs b/src/ProtoDump/Program.cs
index 3224a250..ce4f5df4 100644
--- a/src/ProtoDump/Program.cs
+++ b/src/ProtoDump/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.IO;