summaryrefslogtreecommitdiff
path: root/sources/custom/Version.cs
diff options
context:
space:
mode:
authorAndrés G. Aragoneses <knocte@gmail.com>2014-05-28 13:03:33 +0200
committerStephan Sundermann <ssundermann@gnome.org>2014-05-28 13:43:29 +0200
commit2b44f2ffec18b6dd1796f921c3352a92337cdbf7 (patch)
treeee26f023d9ef3cdc151164fdcab9fc17bc768f49 /sources/custom/Version.cs
parentc878ce3a35dbe90687277be81646ed02c8a1dfcd (diff)
custom: move copyright and author info to top of the file
The headers for this file were not consistent with the rest of the files.
Diffstat (limited to 'sources/custom/Version.cs')
-rw-r--r--sources/custom/Version.cs19
1 files changed, 9 insertions, 10 deletions
diff --git a/sources/custom/Version.cs b/sources/custom/Version.cs
index 91fb3ff..3f815bf 100644
--- a/sources/custom/Version.cs
+++ b/sources/custom/Version.cs
@@ -1,3 +1,12 @@
+//
+// Version.cs: Lightweight Version Object for GStreamer
+//
+// Authors:
+// Aaron Bockover <abockover@novell.com>
+// Stephan Sundermann <stephansundermann@gmail.com>
+//
+// Copyright (C) 2006 Novell, Inc.
+//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Software Foundation; either
@@ -12,16 +21,6 @@
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
-//
-// Version.cs: Lightweight Version Object for GStreamer
-//
-// Authors:
-// Aaron Bockover (abockover@novell.com)
-// Stephan Sundermann (stephansundermann@gmail.com)
-//
-// Copyright (C) 2006 Novell, Inc.
-//
-
using System;
using System.Runtime.InteropServices;