custom: move copyright and author info to top of the file
authorAndrés G. Aragoneses <knocte@gmail.com>
Wed, 28 May 2014 11:03:33 +0000 (13:03 +0200)
committerStephan Sundermann <ssundermann@gnome.org>
Wed, 28 May 2014 11:43:29 +0000 (13:43 +0200)
The headers for this file were not consistent with the rest of
the files.

sources/custom/Version.cs

index 91fb3ff..3f815bf 100644 (file)
@@ -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
 // 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;