aboutsummaryrefslogtreecommitdiffstats
path: root/www/tidy
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2010-06-11 16:37:36 +0800
committerdinoex <dinoex@FreeBSD.org>2010-06-11 16:37:36 +0800
commit07ac6b1d356ef16f0d9bc884354291cd9a5f82df (patch)
treedea65578060233c06ae4751e77abc042ba744b6b /www/tidy
parentc46022888fa105a5e31f6fa46f0b6fd6d1dc213d (diff)
downloadfreebsd-ports-gnome-07ac6b1d356ef16f0d9bc884354291cd9a5f82df.tar.gz
freebsd-ports-gnome-07ac6b1d356ef16f0d9bc884354291cd9a5f82df.tar.zst
freebsd-ports-gnome-07ac6b1d356ef16f0d9bc884354291cd9a5f82df.zip
- add COPYRIGHT
Diffstat (limited to 'www/tidy')
-rw-r--r--www/tidy/Makefile1
-rw-r--r--www/tidy/files/COPYRIGHT47
2 files changed, 48 insertions, 0 deletions
diff --git a/www/tidy/Makefile b/www/tidy/Makefile
index 1cbbfb8be24f..0758b6b48222 100644
--- a/www/tidy/Makefile
+++ b/www/tidy/Makefile
@@ -19,6 +19,7 @@ MAINTAINER= dinoex@FreeBSD.org
COMMENT= Fixes and tidies up HTML files
LICENSE= BSD
+LICENSE_FILE= ${FILESDIR}/COPYRIGHT
MAN1= tidy.1
ALL_TARGET= tidy
diff --git a/www/tidy/files/COPYRIGHT b/www/tidy/files/COPYRIGHT
new file mode 100644
index 000000000000..7214e6a63082
--- /dev/null
+++ b/www/tidy/files/COPYRIGHT
@@ -0,0 +1,47 @@
+/*
+ tidy.c - HTML parser and pretty printer
+
+ Copyright (c) 1998-2000 World Wide Web Consortium
+ (Massachusetts Institute of Technology, Institut National de
+ Recherche en Informatique et en Automatique, Keio University).
+ All Rights Reserved.
+
+ Contributing Author(s):
+
+ Dave Raggett <dsr@w3.org>
+
+ The contributing author(s) would like to thank all those who
+ helped with testing, bug fixes, and patience. This wouldn't
+ have been possible without all of you.
+
+ COPYRIGHT NOTICE:
+
+ This software and documentation is provided "as is," and
+ the copyright holders and contributing author(s) make no
+ representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness
+ for any particular purpose or that the use of the software or
+ documentation will not infringe any third party patents,
+ copyrights, trademarks or other rights.
+
+ The copyright holders and contributing author(s) will not be
+ liable for any direct, indirect, special or consequential damages
+ arising out of any use of the software or documentation, even if
+ advised of the possibility of such damage.
+
+ Permission is hereby granted to use, copy, modify, and distribute
+ this source code, or portions hereof, documentation and executables,
+ for any purpose, without fee, subject to the following restrictions:
+
+ 1. The origin of this source code must not be misrepresented.
+ 2. Altered versions must be plainly marked as such and must
+ not be misrepresented as being the original source.
+ 3. This Copyright notice may not be removed or altered from any
+ source or altered source distribution.
+
+ The copyright holders and contributing author(s) specifically
+ permit, without fee, and encourage the use of this source code
+ as a component for supporting the Hypertext Markup Language in
+ commercial products. If you use this source code in a product,
+ acknowledgment is not required but would be appreciated.
+*/