[Android] Fix licence HTML tags

Jean-Baptiste Kempf git at videolan.org
Mon Jun 1 23:45:03 CEST 2015


vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Jun  1 23:41:01 2015 +0200| [864168e8832157801569ab0c4c744e8d01cfbc74] | committer: Jean-Baptiste Kempf

Fix licence HTML tags

> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=864168e8832157801569ab0c4c744e8d01cfbc74
---

 vlc-android/assets/licence.htm |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/vlc-android/assets/licence.htm b/vlc-android/assets/licence.htm
index 82add62..1780b7c 100644
--- a/vlc-android/assets/licence.htm
+++ b/vlc-android/assets/licence.htm
@@ -16,7 +16,7 @@
       <h2>Sources</h2>
         <p>The sources to this application can be retrieved at <a href="http://git.videolan.org/?p=vlc-ports/android.git;a=tree;h=!COMMITID!;hb=!COMMITID!">http://git.videolan.org/?p=vlc-ports/android.git;a=tree;h=!COMMITID!;hb=!COMMITID!</a>.</p>
       <h2>Libraries</h2>
-        <p>Some VLC plugins use external libraries that make extensive use of the following persons' or companies' code:
+        <p>Some VLC plugins use external libraries that make extensive use of the following persons' or companies' code:</p>
         <ul>
             <li>Android Open Source Project - Copyright © 2008 The Android Open Source Project - <a href="http://opensource.org/licenses/ISC">2-clause BSD license</a></li>
             <li>FFmpeg/Libav - Copyright © 2000-2010 the FFmpeg developers - <a href="http://www.gnu.org/licenses/lgpl-2.1.txt">LGPL v2.1 or later</a></li>
@@ -53,7 +53,6 @@
             <li>Taglib - Copyright © 2002-2008 Scott Wheeler, et al. - <a href="http://www.gnu.org/licenses/lgpl-2.1.txt">LGPL v2.1 or later</a></li>
             <li>Zlib - Copyright © 1995-2012 Jean-loup Gailly and Mark Adler - <a href="http://zlib.net/zlib_license.html">zlib license</a></li>
         </ul>
-        </p>
       </div>
         <p><a href="#top">Back to the top</a></p>
       <hr />
@@ -692,7 +691,7 @@ copy of the Program in return for a fee.</p>
 <p>
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
-are met:
+are met:</p>
 
 <ul>
 <li>Redistributions of source code must retain the above copyright
@@ -704,7 +703,7 @@ documentation and/or other materials provided with the distribution.</li>
 contributors may be used to endorse or promote products derived from
 this software without specific prior written permission.</li>
 </ul>
-
+<p>
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR



More information about the Android mailing list