From 3c937636ee4375bf748644a06def513ef04a1835 Mon Sep 17 00:00:00 2001 From: David Corvoysier Date: Fri, 28 Sep 2012 12:55:27 +0200 Subject: [PATCH] Renamed LICENSE into COPYING --- ext/dash/{LICENSE => COPYING} | 0 ext/dash/gstdashdemux.c | 2 +- ext/dash/gstdashdemux.h | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename ext/dash/{LICENSE => COPYING} (100%) diff --git a/ext/dash/LICENSE b/ext/dash/COPYING similarity index 100% rename from ext/dash/LICENSE rename to ext/dash/COPYING diff --git a/ext/dash/gstdashdemux.c b/ext/dash/gstdashdemux.c index 3c179d0e1c..31e8e5676e 100644 --- a/ext/dash/gstdashdemux.c +++ b/ext/dash/gstdashdemux.c @@ -20,7 +20,7 @@ * Library General Public License for more details. * * You should have received a copy of the GNU Library General Public - * License along with this library (LICENSE); if not, write to the + * License along with this library (COPYING); if not, write to the * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. */ diff --git a/ext/dash/gstdashdemux.h b/ext/dash/gstdashdemux.h index 4c7c379e35..b478a89329 100644 --- a/ext/dash/gstdashdemux.h +++ b/ext/dash/gstdashdemux.h @@ -20,7 +20,7 @@ * Library General Public License for more details. * * You should have received a copy of the GNU Library General Public - * License along with this library (LICENSE); if not, write to the + * License along with this library (COPYING); if not, write to the * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. */