summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Sundermann <stephansundermann@gmail.com>2013-12-21 17:54:39 +0100
committerStephan Sundermann <stephansundermann@gmail.com>2013-12-21 17:54:39 +0100
commitc4349297bf2d40262e726018472977168ea64efc (patch)
tree94939d5997cc22c0c323ca337cbd655cc4026a01
parentb0a05d7ed4eb88b474a224c0f59eb092b31c1339 (diff)
-rw-r--r--LICENSE13
-rw-r--r--NEWS13
2 files changed, 26 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000000..c644230bff
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,13 @@
+<p>Refer to the file COPYING for the default licence of gstreamer-sharp. You can request a usage exception:</p>
+
+<ul>
+ <li>On request, if your software is opensource, writing to <a href="mailto:ssundermann@gnome.org">ssundermann@gnome.org</a></li>
+ <li>Acquiring a commercial license, writing to <a href="mailto:ssundermann@gnome.org">ssundermann@gnome.org</a></li>
+</ul>
+
+<p>Projects already granted gstreamer-sharp usage via LGPL are:</p>
+
+<ul>
+ <li><a href="http://github.com/Vocaluxe/Vocaluxe">Vocaluxe</a></li>
+ <li><a href="https://git.gnome.org/browse/banshee/">Banshee</a></li>
+</ul>
diff --git a/NEWS b/NEWS
index e69de29bb2..d50bc93dce 100644
--- a/NEWS
+++ b/NEWS
@@ -0,0 +1,13 @@
+=====================================================================
+Gst# 0.99.0 - 2013-12-21
+=====================================================================
+
+Gst# 0.99.0 is the first beta release of .NET/Mono bindings for Gstreamer 1.x.
+
+This version of Gst# provides bindings for the API exposed by Gstreamer 1.0.0
+
+There is no API stability guarantee for now, but we try to keep breaking
+changes to a minimum.
+
+This version of Gst# can be installed in parallel with Gst# 0.10, and should not
+have any impact on applications using Gst# 0.10.