Specify the license for this and all earlier commits
[tmdb2mkvtags.git] / tmdb2mkvtags.php
index 39907db58c9e988401286590503f702691038a02..4231e5b1610d42e5ecc00d9c8f8d9ee50c680df5 100755 (executable)
@@ -3,11 +3,13 @@
 /**
  * Generate a Matroska tags file from TMDb information
  *
- * @link https://www.themoviedb.org/
- * @link https://www.matroska.org/technical/tagging.html
- * @link https://developers.themoviedb.org/3/
+ * PHP version 7
  *
- * @author Christian Weiske <cweiske@cweiske.de>
+ * @author  Christian Weiske <cweiske@cweiske.de>
+ * @license https://www.gnu.org/licenses/gpl-3.0.txt GPL-3.0-or-later
+ * @link    https://www.themoviedb.org/
+ * @link    https://www.matroska.org/technical/tagging.html
+ * @link    https://developers.themoviedb.org/3/
  */
 if ($argc < 3) {
     fwrite(STDERR, "Usage: tmdb2mkvtags.php LANGUAGE \"MOVIE TITLE\" [OUTDIR]\n");