Package: youtube-dl
Version: 2014.10.30-1
Severity: normal
Control: tags + patch

Dear Maintainer,

The ‘debian/copyright’ file declares it is written for the Debian
Policy copyright format 1.0.

According to that specification, in the special note for “public domain”:

    When the License field in a paragraph has the short name
    public-domain, the remaining lines of the field must explain
    exactly what exemption the corresponding files for that paragraph
    have from default copyright restrictions.

I assume from looking through the upstream source that you are taking
the “public domain” status from the ‘README.md’ file, and the specific
terms from the ‘LICENSE’ file.

Please find attached a Git patch to make explicit in the
‘debian/copyright’ the justification for “public domain” status.

-- 
 \       “Good design adds value faster than it adds cost.” —Thomas C. |
  `\                                                              Gale |
_o__)                                                                  |
Ben Finney <b...@benfinney.id.au>
From cc668cf4c3e7b1d8308fb7d34ec1e59b18567a3f Mon Sep 17 00:00:00 2001
From: Ben Finney <b...@benfinney.id.au>
Date: Thu, 20 Nov 2014 11:31:35 +1100
Subject: [PATCH] Record the explicit provenance of public domain status.

---
 debian/copyright | 33 ++++++++++++++++++++++++++++-----
 1 file changed, 28 insertions(+), 5 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index 17ddb1f..948fbdc 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,19 +2,42 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: youtube-dl
 Upstream-Contact: https://github.com/rg3/youtube-dl
 Source: git://github.com/rg3/youtube-dl.git
+License: public-domain
+    youtube-dl is released into the public domain by the copyright holders.
 
 Files: *
-Copyright: Not applicable.
-License: Public-domain
+Copyright: none
+License: public-domain
+    This is free and unencumbered software released into the public domain.
+    .
+    Anyone is free to copy, modify, publish, use, compile, sell, or
+    distribute this software, either in source code form or as a compiled
+    binary, for any purpose, commercial or non-commercial, and by any
+    means.
+    .
+    In jurisdictions that recognize copyright laws, the author or authors
+    of this software dedicate any and all copyright interest in the
+    software to the public domain. We make this dedication for the benefit
+    of the public at large and to the detriment of our heirs and
+    successors. We intend this dedication to be an overt act of
+    relinquishment in perpetuity of all present and future rights to this
+    software under copyright law.
+    .
+    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+    EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+    MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+    IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
+    OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
+    ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+    OTHER DEALINGS IN THE SOFTWARE.
+    .
+    For more information, please refer to <http://unlicense.org/>
 
 Files: debian/*
 Copyright: © 2006, Robert S. Edmonds <edmo...@debian.org>.
 	   © 2009-2012, Rogério Brito <rbr...@ime.usp.br>.
 License: GPL-2+
 
-License: Public-domain
- youtube-dl is released into the public domain by the copyright holders.
-
 License: GPL-2+
  This package is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
-- 
2.1.3

Attachment: signature.asc
Description: Digital signature

Reply via email to