diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 07:56:53 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 07:56:53 +0000 |
commit | a9c818418b81b93680170e1a84d4e221e578ad2f (patch) | |
tree | 5b883aa428f1edb12f5d40f9768438ee16a7ed6b /debian/patches/001readme.patch | |
parent | Adding upstream version 6.4.3+dfsg1. (diff) | |
download | wordpress-a9c818418b81b93680170e1a84d4e221e578ad2f.tar.xz wordpress-a9c818418b81b93680170e1a84d4e221e578ad2f.zip |
Adding debian version 6.4.3+dfsg1-1.debian/6.4.3+dfsg1-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/001readme.patch')
-rw-r--r-- | debian/patches/001readme.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/patches/001readme.patch b/debian/patches/001readme.patch new file mode 100644 index 0000000..ad2f6fa --- /dev/null +++ b/debian/patches/001readme.patch @@ -0,0 +1,15 @@ +Description: Provide URL for GPL-2+ license in readme +Author: <andrea.de.iacovo@gmail.com> +Reviewed-by: Craig Small <csmall@debian.org> +Last-Update: 2019-12-27 +--- a/readme.html ++++ b/readme.html +@@ -91,7 +91,7 @@ + <p>WordPress is the official continuation of <a href="https://cafelog.com/">b2/cafélog</a>, which came from Michel V. The work has been continued by the <a href="https://wordpress.org/about/">WordPress developers</a>. If you would like to support WordPress, please consider <a href="https://wordpress.org/donate/">donating</a>.</p> + + <h2>License</h2> +-<p>WordPress is free software, and is released under the terms of the <abbr>GPL</abbr> (GNU General Public License) version 2 or (at your option) any later version. See <a href="license.txt">license.txt</a>.</p> ++<p>WordPress is free software, and is released under the terms of the <abbr>GPL</abbr> (GNU General Public License) version 2 or (at your option) any later version. See <a href="https://www.gnu.org/licenses/old-licenses/gpl-2.0.html">license.txt</a>.</p> + + </body> + </html> |