mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 07:16:55 +00:00
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.
This commit is contained in:
parent
c878ce3a35
commit
2b44f2ffec
1 changed files with 9 additions and 10 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue