You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by kh...@apache.org on 2016/09/09 23:40:54 UTC

[50/51] [abbrv] [partial] creadur-site git commit: Upgraded site remove apache-rat on root level Updated apache-rat part.

http://git-wip-us.apache.org/repos/asf/creadur-site/blob/3e6a0709/rat/RELEASE_NOTES.txt
----------------------------------------------------------------------
diff --git a/rat/RELEASE_NOTES.txt b/rat/RELEASE_NOTES.txt
index 987754d..27c8cb6 100644
--- a/rat/RELEASE_NOTES.txt
+++ b/rat/RELEASE_NOTES.txt
@@ -1,214 +1,272 @@
-Rat 0.11
-========
-
- * RAT stays at compiler level 1.5 to be more compliant with other Maven plugins,
-   fixed build/CI environment to reflect and ensure that.
- * Fixed Javadoc warnings during build, upgraded Maven Plugin Plugin to avoid
-   warnings in generated code (https://jira.codehaus.org/browse/MPLUGIN-237)
- * Issues resolved (see http://issues.apache.org/jira):
-   Bug
-    * [RAT-135] - addLicenseHeaders is missing a space on license header.
-    * [RAT-144] - AbstractRatMojo String constant arrays should be private
-    * [RAT-148] - LicenseAddingReport#report has useless call to metaData.getData
-                  (thanks to Chris A. Mattmann)
-    * [RAT-151] - Detect more archive file formats
-    * [RAT-152] - Recognize the format for .bsh, .fml and .jsp file types
-    * [RAT-153] - Do not add extra empty lines when appending headers for the Apache License
-    * [RAT-154] - Indentation of the license header should be decided per family
-    * [RAT-155] - Do not add empty first and last lines in the license header for certain families
-    * [RAT-156] - Add some symmetry when applying license headers to files with file type specific headers
-    * [RAT-159] - Detect OpenOffice documents as being archives
-  Improvement
-    * [RAT-129] - Add support for CDDL 1.0
-    * [RAT-162] - CDDL1License.matches slow with large inputs
-                  (thanks to Andrew Gaul)
-    * [RAT-164] - Allow skipping execution entirely
-    * [RAT-165] - Use a maven defaultGoal for RAT's base pom.xml
-
-Rat 0.10
-========
-The main change is RAT-138 - Rat 0.9 could run much slower than 0.8 on some input.
-
- * Simpler binary archive
- * Issues resolved (see http://issues.apache.org/jira):
-   * Bugs fixed:
-     * [RAT-137] Website shows incorrect Maven goals in some pages
-     * [RAT-128] Use the proper name for the Apache License
-     * [RAT-138] RAT runs very slowly on some input
-     * [RAT-140] OASISLicense allows invalid Copyright line
-     * [RAT-139] FullTextMatchingLicense.prune uses inefficient deleteAtChar
-     * [RAT-145] Maven plugin should not run in the "verify" phase, but in the "validate" phase
-   * Improvements:
-     * [RAT-129] Add support for CDDL 1.0 
- * Updated dependencies and plugins
- * Fixed up generics and annotations
-
-Rat 0.9
-=======
- * Improved documentation
- * Rat now requires Java5 at runtime
- * The Antlib contains a new matcher type that allows matching on the
-   full text of the license rather than a single line.
- * Support automatic addition of license headers to svg files.
- * Issues Resolved (see http://issues.apache.org/jira):
-   * Bugs Fixed:
-     * [RAT-3]   - Incorrect alignment of file contents
-     * [RAT-102] - typo in pom.xml / field description
-     * [RAT-109] - Return value of mkdirs() is not checked
-                   and no error handling occurs
-     * [RAT-116] - Docs don't say what the default excludes are
-     * [RAT-120] - fix some maven warning and upgrade some
-                   dependencies.
-     * [RAT-121] - use maven java5 annotations for maven plugins
-     * [RAT-122] - Maven Plugin: field to ignore errors and continue
-                   the build
-     * [RAT-124] - Rat plugin should exclude the configuration directory
-                   used by IDEA
-     * [RAT-126] - Default excludes do not ignore .git/ repository
-   * Improvements:
-     * [RAT-13]  - [GOOGLE-14] GNU License support
-     * [RAT-49]  - Recognise MIT LIcense
-     * [RAT-104] - Using jUnit4 annotation based tests instead of
-                   junit3 - migration from junit 3.8.2 to current
-                   junit 4.10
-     * [RAT-106] - Minor Javadoc errors fixed in 3 files
-     * [RAT-108] - Add native support for thrift generated code to be
-                   ignored
-     * [RAT-111] - RAT does not ignore javah generated files
-     * [RAT-125] - Support applied AL20 license headers, including
-                   checking for required copyright header line
-   * New Features
-     * [RAT-78]  - Support doxia 1.1.2
-   * Tasks
-     * [RAT-59]  - Upgrade To Java 1.5
-     * [RAT-119] - Upgrade Maven prerequisite to 2.2.1
-
-Rat 0.8
-=======
- * Some website fixes
- * The Antlib and Maven plugins now provide simpler ways to detect
-   licenses not directly supported by Rat.
- * Issues Resolved (see http://issues.apache.org/jira):
-  * Bug:
-    * RAT-86 CLI doesn't allow adding of licenses unless a custom
-      stylesheet has been specified
-    * RAT-87 Tests could leave temporary files around.
-    * RAT-92 When adding licenses Rat used \n instead of the platform
-      dependent line--end character(s)
-    * RAT-94 Streams were not always closed immediately when adding
-      licenses.
-  * Improvement:
-    * RAT-79 Support automatic addition of license headers to Velocity
-      templates
-    * RAT-83 Support automatic addition of license headers to Scala
-      source files
-    * RAT-84 Support automatic addition of license headers to Ruby
-      source files
-    * RAT-89 Support automatic addition of license headers to Perl,
-      TCL, C++, C# and PHP source files
-    * RAT-91 Support automatic addition of license headers to Groovy
-      source files
-    * RAT-85 Allow --addLicense as an alias for --addLicence for
-      people used to the US spelling.
-    * RAT-34 --addLicense will add the license to the top of Java
-      files without a package line or XML files without an XML
-      declaration now - it used to not add anything.
-    * RAT-67 The XML and standard plain text reports now contain a
-      timestamp with the time the report has been generated.
-    * RAT-95 When adding licenses Rat will now remove any BOM from the file.
-    * RAT-93 --addLicense now supports more .NET specific files like
-      MS Visual Studio project and solution files
-    * RAT-99 The command line interface has a new option that
-      specifies a file containing regular expressions for files to exclude
-
-Rat 0.7
-=======
- * Some website fixes
- * Issues Resolved (see http://issues.apache.org/jira):
-  * Bug:
-    * RAT-62 Some of Rat's own files missing License Headers
-    * RAT-63 ant-task-examples.xml has an wrong uri in the -typedef ant target
-    * RAT-70 Missing closing html tag in generated report by
-  * Improvement:
-    * RAT-17 Support the use of archives as input
-    * RAT-30 / RAT-76 Support automatic addition of license headers
-    * RAT-52 Merge In Rat Output Semantics
-    * RAT-56 Commons IO Wildcard Excludes
-    * RAT-65 Rat Pom cleanup
-    * RAT-68 Add support for Python, C, & script files (.bat & .sh)
-    * RAT-72 Keep version in plugins sample doc up to date
-    * RAT-73 / RAT-74 Support for XML output in Ant task and Maven Plugin
-    * RAT-74 / RAT-75 Support for custom XSLT stylesheets
-
-Rat 0.6
-===========
- * Support for TMF header
- * Comprehend PEM, CRL file endings
- * Added reporting capability to recursive rat script
- * Moved to the Incubator@Apache
- * Issues Resolved (see http://issues.apache.org/jira):
-  * Bug:
-    * RAT-3 Incorrect alignment of file contents
-    * RAT-11 Incorrect number of unnapproved licences reported
-    * RAT-12 Incorrect SCM info in maven plugin pom
-    * RAT-29 NPE on "mvn install" in rat-anttasks
-    * RAT-33 Mailing list subscribe points to unsubscribe
-    * RAT-34 No license header added for java files that do not contain project line
-    * RAT-35 Incorrect number of unapproved licenses reported by rat:check
-    * RAT-36 Report header incorrectly refers to an "L" license marker
-  * Improvement:
-    * RAT-8 [PATCH] add JavaCC to GeneratedLicenseNotRequired
-    * RAT-9 A more informative website
-    * RAT-10 A few Javadoc comments
-    * RAT-23  More details in text summary
-    * RAT-24 Include checksums on web page
-    * RAT-26 Improve web summary
-    * RAT-27 Index page
-    * RAT-37 List all resources with unapproved licenses at the beginning of the report
-  * New Feature
-    * RAT-6 RAT Source Import
-  * Task
-    * RAT-28 Repackage maven plugin
-  * Wish
-    * RAT-1 maven-rat-plugin and ant-rat tasks
-
-Rat 0.5.1
-=========
- * Fixed file closing bug
- * Fixed XML bad character bug
-
-Rat 0.5
-=======
- * Added header matcher for DoJo.
- * Refactoring existing codebase to separate concerns and use
-   resource pipeline.
- * New header matching library.
-
-Rat 0.4.1
-=========
-Rat 0.4.1 is the first release with distributions. The release was cut
-for this purpose.
-
-Rat 0.4.1 Notes
-===============
- * Created POM for use with Rat library.
- * Ant task switched to use Xml based report.
-
-Rat 0.4 Notes
-=============
- * Ant tasks added. These allow Rat reports to be run against a wide variety
-   of resources from within Ant.
- * Legacy report is now deprecated. It will be removed before the next release.
- * Created stylesheet for xml reports which produce output similar to the legacy
-   plain text report. Application now uses the xml report with that stylesheet.
- * Revised xml output format
- * Improve support for binary recognition by adding code that tastes files
-
-Rat 0.3 Notes
-=============
- * This is the last release with the original hacked together plain test report.
-   The new XML reporting code is present but is not yet the default.
- * Rat 0.3 is the first release with release notes. All previous releases are
-   now consigned to Ancient History. No record of them will be found here.
-
-
+Rat 0.12 (SNAPSHOT)
+===================
+
+ * We now require Maven 3.0.5+ to build Rat, but as before we only require
+   Maven 2.2.1+ if you want to use Rat in your own Maven projects.
+ * We've integrated Rat into the ASF Jenkins to ensure continuous builds with various JDK versions. 
+ * Issues resolved (see http://issues.apache.org/jira):
+   Bug
+    * [RAT-158] - Fix SAX-Parser warning by explicitly excluding xerces in Doxia 1.2.
+                  (thanks to Herv� Boutemy)
+    * [RAT-173] - Allow complete skip of RAT plugin with rat.skip property
+                  (thanks to Chris Burroughs)
+    * [RAT-174] - CDDL1License still very slow, replace Pattern matching with simple String comparison
+                  (thanks to Chris Burroughs)
+    * [RAT-175] - SourceCodeManagementSystems.hasIgnoreFile() should return boolean
+    * [RAT-177] - final arrays should be private
+    * [RAT-188] - Fix problems with AnimalSniffer-plugin when running in GUMP with Java 8.
+                  Workaround for https://jira.codehaus.org/browse/MANIMALSNIFFER-45
+                  (thanks to Mark Thomas)
+    * [RAT-160] - Ignore build.log that is created by maven-invoker-plugin runs. Temporary fix until invoker plugin improves
+                  configurability of that file. 
+                  (thanks to Christopher Tubbs)
+    * [RAT-179] - Maven plugin and Ant task do not support adding extra approved licenses.
+    * [RAT-180] - Generify and beautify texts in RAT report. 
+
+   New features
+    * [RAT-171] - Maven plugin allows scanning of source code management ignore files. Their contents is added as exclusion to be ignored during RAT runs.
+                  Supported source code management systems are: SVN, Git, Bazaar, Mercurial and CVS. 
+                  An ignore-file's contents is taken as it is without parsing or validating.
+
+   Improvement
+    * [RAT-196] - Minor refactoring in pom.xml.
+                  (thanks to Karl Heinz Marbaise) 
+    * [RAT-194] - Upgrade to Doxia 1.6 if called directly, does not affect problems reported in RAT-158. Minor improvements.
+                  (thanks to Herv� Boutemy)
+    * [RAT-61]  - List files with unapproved licenses in Maven output
+    * [RAT-170] - RAT should use itself during build and site generation
+    * [RAT-181] - BinaryGuesser should treat *.truststore as binary
+    * [RAT-184] - Add DEPENDENCIES to the list of ignored files in NoteGuesser.
+                  (thanks to Karl Heinz Marbaise)
+    * [RAT-185] - .repository folder should be ignored
+    * [RAT-186] - BinaryGuesser should recognize PSD files as images
+    * [RAT-187] - Add 'SAR', 'HAR', 'WSR' as archives which should be ignored.
+                  (thanks to Karl Heinz Marbaise)
+    * [RAT-197] - Improve exclusion defaults when working with Maven 3.3.1 (exclude .mvn).
+                  (thanks to Karl Heinz Marbaise)
+    * [RAT-198] - Upgrade to plexus-utils 3.0.20.
+                  (thanks to Karl Heinz Marbaise)
+    * [RAT-172] - Exclude technical directories of source code management systems and their ignore files from RAT scans. 
+                  Enabled for SVN,Git,Mercurial,Bazar and CVS.
+    * [RAT-200] - Update to latest ASF parent pom v17.
+    * [RAT-201] - BinaryGuesser should treat *.swf as binary. 
+                  Furthermore BinaryGuesser falls back to UTF-8 encoding in case the encoding given via system property (-Dfile.encoding) was not found.
+    * [RAT-202] - Report layout differs between successful RAT checks and existence of unapproved files.
+    * [RAT-203] - Using 'license' in README, source code, javadoc, comments and site instead of 'licence'; improve terminology to not confuse RAT consumers.
+    * [RAT-204] - Unify resource handling in code and tests, make sure the resources are properly closed. Apply minor refactorings.
+    * [RAT-213] - Upgrade to commons-collections 3.2.2.
+                  (thanks to Glenn Lewis)
+                  
+
+Rat 0.11
+========
+
+ * Rat stays at compiler level 1.5 to be more compliant with other Maven plugins,
+   fixed build/CI environment to reflect and ensure that.
+ * Fixed Javadoc warnings during build, upgraded Maven Plugin Plugin to avoid
+   warnings in generated code (https://jira.codehaus.org/browse/MPLUGIN-237)
+ * Issues resolved (see http://issues.apache.org/jira):
+   Bug
+    * [RAT-135] - addLicenseHeaders is missing a space on license header.
+    * [RAT-144] - AbstractRatMojo String constant arrays should be private
+    * [RAT-148] - LicenseAddingReport#report has useless call to metaData.getData
+                  (thanks to Chris A. Mattmann)
+    * [RAT-151] - Detect more archive file formats
+    * [RAT-152] - Recognize the format for .bsh, .fml and .jsp file types
+    * [RAT-153] - Do not add extra empty lines when appending headers for the Apache License
+    * [RAT-154] - Indentation of the license header should be decided per family
+    * [RAT-155] - Do not add empty first and last lines in the license header for certain families
+    * [RAT-156] - Add some symmetry when applying license headers to files with file type specific headers
+    * [RAT-159] - Detect OpenOffice documents as being archives
+  Improvement
+    * [RAT-129] - Add support for CDDL 1.0
+    * [RAT-162] - CDDL1License.matches slow with large inputs
+                  (thanks to Andrew Gaul)
+    * [RAT-164] - Allow skipping execution entirely
+    * [RAT-165] - Use a maven defaultGoal for RAT's base pom.xml
+
+Rat 0.10
+========
+The main change is RAT-138 - Rat 0.9 could run much slower than 0.8 on some input.
+
+ * Simpler binary archive
+ * Issues resolved (see http://issues.apache.org/jira):
+   * Bugs fixed:
+     * [RAT-137] Website shows incorrect Maven goals in some pages
+     * [RAT-128] Use the proper name for the Apache License
+     * [RAT-138] RAT runs very slowly on some input
+     * [RAT-140] OASISLicense allows invalid Copyright line
+     * [RAT-139] FullTextMatchingLicense.prune uses inefficient deleteAtChar
+     * [RAT-145] Maven plugin should not run in the "verify" phase, but in the "validate" phase
+   * Improvements:
+     * [RAT-129] Add support for CDDL 1.0 
+ * Updated dependencies and plugins
+ * Fixed up generics and annotations
+
+Rat 0.9
+=======
+ * Improved documentation
+ * Rat now requires Java5 at runtime
+ * The Antlib contains a new matcher type that allows matching on the
+   full text of the license rather than a single line.
+ * Support automatic addition of license headers to svg files.
+ * Issues Resolved (see http://issues.apache.org/jira):
+   * Bugs Fixed:
+     * [RAT-3]   - Incorrect alignment of file contents
+     * [RAT-102] - typo in pom.xml / field description
+     * [RAT-109] - Return value of mkdirs() is not checked
+                   and no error handling occurs
+     * [RAT-116] - Docs don't say what the default excludes are
+     * [RAT-120] - fix some maven warning and upgrade some
+                   dependencies.
+     * [RAT-121] - use maven java5 annotations for maven plugins
+     * [RAT-122] - Maven Plugin: field to ignore errors and continue
+                   the build
+     * [RAT-124] - Rat plugin should exclude the configuration directory
+                   used by IDEA
+     * [RAT-126] - Default excludes do not ignore .git/ repository
+   * Improvements:
+     * [RAT-13]  - [GOOGLE-14] GNU License support
+     * [RAT-49]  - Recognise MIT LIcense
+     * [RAT-104] - Using jUnit4 annotation based tests instead of
+                   junit3 - migration from junit 3.8.2 to current
+                   junit 4.10
+     * [RAT-106] - Minor Javadoc errors fixed in 3 files
+     * [RAT-108] - Add native support for thrift generated code to be
+                   ignored
+     * [RAT-111] - RAT does not ignore javah generated files
+     * [RAT-125] - Support applied AL20 license headers, including
+                   checking for required copyright header line
+   * New Features
+     * [RAT-78]  - Support doxia 1.1.2
+   * Tasks
+     * [RAT-59]  - Upgrade To Java 1.5
+     * [RAT-119] - Upgrade Maven prerequisite to 2.2.1
+
+Rat 0.8
+=======
+ * Some website fixes
+ * The Antlib and Maven plugins now provide simpler ways to detect
+   licenses not directly supported by Rat.
+ * Issues Resolved (see http://issues.apache.org/jira):
+  * Bug:
+    * RAT-86 CLI doesn't allow adding of licenses unless a custom
+      stylesheet has been specified
+    * RAT-87 Tests could leave temporary files around.
+    * RAT-92 When adding licenses Rat used \n instead of the platform
+      dependent line--end character(s)
+    * RAT-94 Streams were not always closed immediately when adding
+      licenses.
+  * Improvement:
+    * RAT-79 Support automatic addition of license headers to Velocity
+      templates
+    * RAT-83 Support automatic addition of license headers to Scala
+      source files
+    * RAT-84 Support automatic addition of license headers to Ruby
+      source files
+    * RAT-89 Support automatic addition of license headers to Perl,
+      TCL, C++, C# and PHP source files
+    * RAT-91 Support automatic addition of license headers to Groovy
+      source files
+    * RAT-85 Allow --addLicense as an alias for --addLicence for
+      people used to the US spelling.
+    * RAT-34 --addLicense will add the license to the top of Java
+      files without a package line or XML files without an XML
+      declaration now - it used to not add anything.
+    * RAT-67 The XML and standard plain text reports now contain a
+      timestamp with the time the report has been generated.
+    * RAT-95 When adding licenses Rat will now remove any BOM from the file.
+    * RAT-93 --addLicense now supports more .NET specific files like
+      MS Visual Studio project and solution files
+    * RAT-99 The command line interface has a new option that
+      specifies a file containing regular expressions for files to exclude
+
+Rat 0.7
+=======
+ * Some website fixes
+ * Issues Resolved (see http://issues.apache.org/jira):
+  * Bug:
+    * RAT-62 Some of Rat's own files missing License Headers
+    * RAT-63 ant-task-examples.xml has an wrong uri in the -typedef ant target
+    * RAT-70 Missing closing html tag in generated report by
+  * Improvement:
+    * RAT-17 Support the use of archives as input
+    * RAT-30 / RAT-76 Support automatic addition of license headers
+    * RAT-52 Merge In Rat Output Semantics
+    * RAT-56 Commons IO Wildcard Excludes
+    * RAT-65 Rat Pom cleanup
+    * RAT-68 Add support for Python, C, & script files (.bat & .sh)
+    * RAT-72 Keep version in plugins sample doc up to date
+    * RAT-73 / RAT-74 Support for XML output in Ant task and Maven Plugin
+    * RAT-74 / RAT-75 Support for custom XSLT stylesheets
+
+Rat 0.6
+===========
+ * Support for TMF header
+ * Comprehend PEM, CRL file endings
+ * Added reporting capability to recursive rat script
+ * Moved to the Incubator@Apache
+ * Issues Resolved (see http://issues.apache.org/jira):
+  * Bug:
+    * RAT-3 Incorrect alignment of file contents
+    * RAT-11 Incorrect number of unnapproved licences reported
+    * RAT-12 Incorrect SCM info in maven plugin pom
+    * RAT-29 NPE on "mvn install" in rat-anttasks
+    * RAT-33 Mailing list subscribe points to unsubscribe
+    * RAT-34 No license header added for java files that do not contain project line
+    * RAT-35 Incorrect number of unapproved licenses reported by rat:check
+    * RAT-36 Report header incorrectly refers to an "L" license marker
+  * Improvement:
+    * RAT-8 [PATCH] add JavaCC to GeneratedLicenseNotRequired
+    * RAT-9 A more informative website
+    * RAT-10 A few Javadoc comments
+    * RAT-23  More details in text summary
+    * RAT-24 Include checksums on web page
+    * RAT-26 Improve web summary
+    * RAT-27 Index page
+    * RAT-37 List all resources with unapproved licenses at the beginning of the report
+  * New Feature
+    * RAT-6 RAT Source Import
+  * Task
+    * RAT-28 Repackage maven plugin
+  * Wish
+    * RAT-1 maven-rat-plugin and ant-rat tasks
+
+Rat 0.5.1
+=========
+ * Fixed file closing bug
+ * Fixed XML bad character bug
+
+Rat 0.5
+=======
+ * Added header matcher for DoJo.
+ * Refactoring existing codebase to separate concerns and use
+   resource pipeline.
+ * New header matching library.
+
+Rat 0.4.1
+=========
+Rat 0.4.1 is the first release with distributions. The release was cut
+for this purpose.
+
+Rat 0.4.1 Notes
+===============
+ * Created POM for use with Rat library.
+ * Ant task switched to use Xml based report.
+
+Rat 0.4 Notes
+=============
+ * Ant tasks added. These allow Rat reports to be run against a wide variety
+   of resources from within Ant.
+ * Legacy report is now deprecated. It will be removed before the next release.
+ * Created stylesheet for xml reports which produce output similar to the legacy
+   plain text report. Application now uses the xml report with that stylesheet.
+ * Revised xml output format
+ * Improve support for binary recognition by adding code that tastes files
+
+Rat 0.3 Notes
+=============
+ * This is the last release with the original hacked together plain test report.
+   The new XML reporting code is present but is not yet the default.
+ * Rat 0.3 is the first release with release notes. All previous releases are
+   now consigned to Ancient History. No record of them will be found here.

http://git-wip-us.apache.org/repos/asf/creadur-site/blob/3e6a0709/rat/apache-rat-api/apidocs/allclasses-frame.html
----------------------------------------------------------------------
diff --git a/rat/apache-rat-api/apidocs/allclasses-frame.html b/rat/apache-rat-api/apidocs/allclasses-frame.html
new file mode 100644
index 0000000..347d0dc
--- /dev/null
+++ b/rat/apache-rat-api/apidocs/allclasses-frame.html
@@ -0,0 +1,19 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>All Classes (Apache Creadur Rat::API 0.12 API)</title>
+<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
+</head>
+<body>
+<h1 class="bar">All Classes</h1>
+<div class="indexContainer">
+<ul>
+<li><a href="org/apache/rat/api/domain/LicenseFamily.html" title="class in org.apache.rat.api.domain" target="classFrame">LicenseFamily</a></li>
+<li><a href="org/apache/rat/api/domain/LicenseFamilyBuilder.html" title="class in org.apache.rat.api.domain" target="classFrame">LicenseFamilyBuilder</a></li>
+<li><a href="org/apache/rat/api/domain/RatLicenseFamily.html" title="enum in org.apache.rat.api.domain" target="classFrame">RatLicenseFamily</a></li>
+</ul>
+</div>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/creadur-site/blob/3e6a0709/rat/apache-rat-api/apidocs/allclasses-noframe.html
----------------------------------------------------------------------
diff --git a/rat/apache-rat-api/apidocs/allclasses-noframe.html b/rat/apache-rat-api/apidocs/allclasses-noframe.html
new file mode 100644
index 0000000..972473f
--- /dev/null
+++ b/rat/apache-rat-api/apidocs/allclasses-noframe.html
@@ -0,0 +1,19 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>All Classes (Apache Creadur Rat::API 0.12 API)</title>
+<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
+</head>
+<body>
+<h1 class="bar">All Classes</h1>
+<div class="indexContainer">
+<ul>
+<li><a href="org/apache/rat/api/domain/LicenseFamily.html" title="class in org.apache.rat.api.domain">LicenseFamily</a></li>
+<li><a href="org/apache/rat/api/domain/LicenseFamilyBuilder.html" title="class in org.apache.rat.api.domain">LicenseFamilyBuilder</a></li>
+<li><a href="org/apache/rat/api/domain/RatLicenseFamily.html" title="enum in org.apache.rat.api.domain">RatLicenseFamily</a></li>
+</ul>
+</div>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/creadur-site/blob/3e6a0709/rat/apache-rat-api/apidocs/constant-values.html
----------------------------------------------------------------------
diff --git a/rat/apache-rat-api/apidocs/constant-values.html b/rat/apache-rat-api/apidocs/constant-values.html
new file mode 100644
index 0000000..52543e5
--- /dev/null
+++ b/rat/apache-rat-api/apidocs/constant-values.html
@@ -0,0 +1,113 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Constant Field Values (Apache Creadur Rat::API 0.12 API)</title>
+<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="Constant Field Values (Apache Creadur Rat::API 0.12 API)";
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="org/apache/rat/api/domain/package-summary.html">Package</a></li>
+<li>Class</li>
+<li>Use</li>
+<li><a href="org/apache/rat/api/domain/package-tree.html">Tree</a></li>
+<li><a href="deprecated-list.html">Deprecated</a></li>
+<li><a href="index-all.html">Index</a></li>
+<li><a href="help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="index.html?constant-values.html" target="_top">Frames</a></li>
+<li><a href="constant-values.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h1 title="Constant Field Values" class="title">Constant Field Values</h1>
+<h2 title="Contents">Contents</h2>
+</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="org/apache/rat/api/domain/package-summary.html">Package</a></li>
+<li>Class</li>
+<li>Use</li>
+<li><a href="org/apache/rat/api/domain/package-tree.html">Tree</a></li>
+<li><a href="deprecated-list.html">Deprecated</a></li>
+<li><a href="index-all.html">Index</a></li>
+<li><a href="help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="index.html?constant-values.html" target="_top">Frames</a></li>
+<li><a href="constant-values.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2016 <a href="http://www.apache.org">Apache Software Foundation</a>. All rights reserved.</small></p>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/creadur-site/blob/3e6a0709/rat/apache-rat-api/apidocs/deprecated-list.html
----------------------------------------------------------------------
diff --git a/rat/apache-rat-api/apidocs/deprecated-list.html b/rat/apache-rat-api/apidocs/deprecated-list.html
new file mode 100644
index 0000000..a539daf
--- /dev/null
+++ b/rat/apache-rat-api/apidocs/deprecated-list.html
@@ -0,0 +1,113 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Deprecated List (Apache Creadur Rat::API 0.12 API)</title>
+<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="Deprecated List (Apache Creadur Rat::API 0.12 API)";
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="org/apache/rat/api/domain/package-summary.html">Package</a></li>
+<li>Class</li>
+<li>Use</li>
+<li><a href="org/apache/rat/api/domain/package-tree.html">Tree</a></li>
+<li class="navBarCell1Rev">Deprecated</li>
+<li><a href="index-all.html">Index</a></li>
+<li><a href="help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="index.html?deprecated-list.html" target="_top">Frames</a></li>
+<li><a href="deprecated-list.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h1 title="Deprecated API" class="title">Deprecated API</h1>
+<h2 title="Contents">Contents</h2>
+</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="org/apache/rat/api/domain/package-summary.html">Package</a></li>
+<li>Class</li>
+<li>Use</li>
+<li><a href="org/apache/rat/api/domain/package-tree.html">Tree</a></li>
+<li class="navBarCell1Rev">Deprecated</li>
+<li><a href="index-all.html">Index</a></li>
+<li><a href="help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="index.html?deprecated-list.html" target="_top">Frames</a></li>
+<li><a href="deprecated-list.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2016 <a href="http://www.apache.org">Apache Software Foundation</a>. All rights reserved.</small></p>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/creadur-site/blob/3e6a0709/rat/apache-rat-api/apidocs/help-doc.html
----------------------------------------------------------------------
diff --git a/rat/apache-rat-api/apidocs/help-doc.html b/rat/apache-rat-api/apidocs/help-doc.html
new file mode 100644
index 0000000..cde6e0c
--- /dev/null
+++ b/rat/apache-rat-api/apidocs/help-doc.html
@@ -0,0 +1,214 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>API Help (Apache Creadur Rat::API 0.12 API)</title>
+<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="API Help (Apache Creadur Rat::API 0.12 API)";
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="org/apache/rat/api/domain/package-summary.html">Package</a></li>
+<li>Class</li>
+<li>Use</li>
+<li><a href="org/apache/rat/api/domain/package-tree.html">Tree</a></li>
+<li><a href="deprecated-list.html">Deprecated</a></li>
+<li><a href="index-all.html">Index</a></li>
+<li class="navBarCell1Rev">Help</li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="index.html?help-doc.html" target="_top">Frames</a></li>
+<li><a href="help-doc.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h1 class="title">How This API Document Is Organized</h1>
+<div class="subTitle">This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.</div>
+</div>
+<div class="contentContainer">
+<ul class="blockList">
+<li class="blockList">
+<h2>Package</h2>
+<p>Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:</p>
+<ul>
+<li>Interfaces (italic)</li>
+<li>Classes</li>
+<li>Enums</li>
+<li>Exceptions</li>
+<li>Errors</li>
+<li>Annotation Types</li>
+</ul>
+</li>
+<li class="blockList">
+<h2>Class/Interface</h2>
+<p>Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:</p>
+<ul>
+<li>Class inheritance diagram</li>
+<li>Direct Subclasses</li>
+<li>All Known Subinterfaces</li>
+<li>All Known Implementing Classes</li>
+<li>Class/interface declaration</li>
+<li>Class/interface description</li>
+</ul>
+<ul>
+<li>Nested Class Summary</li>
+<li>Field Summary</li>
+<li>Constructor Summary</li>
+<li>Method Summary</li>
+</ul>
+<ul>
+<li>Field Detail</li>
+<li>Constructor Detail</li>
+<li>Method Detail</li>
+</ul>
+<p>Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.</p>
+</li>
+<li class="blockList">
+<h2>Annotation Type</h2>
+<p>Each annotation type has its own separate page with the following sections:</p>
+<ul>
+<li>Annotation Type declaration</li>
+<li>Annotation Type description</li>
+<li>Required Element Summary</li>
+<li>Optional Element Summary</li>
+<li>Element Detail</li>
+</ul>
+</li>
+<li class="blockList">
+<h2>Enum</h2>
+<p>Each enum has its own separate page with the following sections:</p>
+<ul>
+<li>Enum declaration</li>
+<li>Enum description</li>
+<li>Enum Constant Summary</li>
+<li>Enum Constant Detail</li>
+</ul>
+</li>
+<li class="blockList">
+<h2>Use</h2>
+<p>Each documented package, class and interface has its own Use page.  This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A.  You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.</p>
+</li>
+<li class="blockList">
+<h2>Tree (Class Hierarchy)</h2>
+<p>There is a <a href="overview-tree.html">Class Hierarchy</a> page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with <code>java.lang.Object</code>. The interfaces do not inherit from <code>java.lang.Object</code>.</p>
+<ul>
+<li>When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.</li>
+<li>When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.</li>
+</ul>
+</li>
+<li class="blockList">
+<h2>Deprecated API</h2>
+<p>The <a href="deprecated-list.html">Deprecated API</a> page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.</p>
+</li>
+<li class="blockList">
+<h2>Index</h2>
+<p>The <a href="index-all.html">Index</a> contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.</p>
+</li>
+<li class="blockList">
+<h2>Prev/Next</h2>
+<p>These links take you to the next or previous class, interface, package, or related page.</p>
+</li>
+<li class="blockList">
+<h2>Frames/No Frames</h2>
+<p>These links show and hide the HTML frames.  All pages are available with or without frames.</p>
+</li>
+<li class="blockList">
+<h2>All Classes</h2>
+<p>The <a href="allclasses-noframe.html">All Classes</a> link shows all classes and interfaces except non-static nested types.</p>
+</li>
+<li class="blockList">
+<h2>Serialized Form</h2>
+<p>Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.</p>
+</li>
+<li class="blockList">
+<h2>Constant Field Values</h2>
+<p>The <a href="constant-values.html">Constant Field Values</a> page lists the static final fields and their values.</p>
+</li>
+</ul>
+<em>This help file applies to API documentation generated using the standard doclet.</em></div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="org/apache/rat/api/domain/package-summary.html">Package</a></li>
+<li>Class</li>
+<li>Use</li>
+<li><a href="org/apache/rat/api/domain/package-tree.html">Tree</a></li>
+<li><a href="deprecated-list.html">Deprecated</a></li>
+<li><a href="index-all.html">Index</a></li>
+<li class="navBarCell1Rev">Help</li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="index.html?help-doc.html" target="_top">Frames</a></li>
+<li><a href="help-doc.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2016 <a href="http://www.apache.org">Apache Software Foundation</a>. All rights reserved.</small></p>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/creadur-site/blob/3e6a0709/rat/apache-rat-api/apidocs/index-all.html
----------------------------------------------------------------------
diff --git a/rat/apache-rat-api/apidocs/index-all.html b/rat/apache-rat-api/apidocs/index-all.html
new file mode 100644
index 0000000..352d32a
--- /dev/null
+++ b/rat/apache-rat-api/apidocs/index-all.html
@@ -0,0 +1,228 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Index (Apache Creadur Rat::API 0.12 API)</title>
+<link rel="stylesheet" type="text/css" href="./stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="Index (Apache Creadur Rat::API 0.12 API)";
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="./org/apache/rat/api/domain/package-summary.html">Package</a></li>
+<li>Class</li>
+<li>Use</li>
+<li><a href="./org/apache/rat/api/domain/package-tree.html">Tree</a></li>
+<li><a href="./deprecated-list.html">Deprecated</a></li>
+<li class="navBarCell1Rev">Index</li>
+<li><a href="./help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="./index.html?index-all.html" target="_top">Frames</a></li>
+<li><a href="index-all.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="./allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="contentContainer"><a href="#_A_">A</a>&nbsp;<a href="#_B_">B</a>&nbsp;<a href="#_G_">G</a>&nbsp;<a href="#_L_">L</a>&nbsp;<a href="#_O_">O</a>&nbsp;<a href="#_R_">R</a>&nbsp;<a href="#_V_">V</a>&nbsp;<a href="#_W_">W</a>&nbsp;<a name="_A_">
+<!--   -->
+</a>
+<h2 class="title">A</h2>
+<dl>
+<dt><span class="strong"><a href="./org/apache/rat/api/domain/LicenseFamilyBuilder.html#aLicenseFamily()">aLicenseFamily()</a></span> - Static method in class org.apache.rat.api.domain.<a href="./org/apache/rat/api/domain/LicenseFamilyBuilder.html" title="class in org.apache.rat.api.domain">LicenseFamilyBuilder</a></dt>
+<dd>
+<div class="block">Begins to build a license family.</div>
+</dd>
+</dl>
+<a name="_B_">
+<!--   -->
+</a>
+<h2 class="title">B</h2>
+<dl>
+<dt><span class="strong"><a href="./org/apache/rat/api/domain/LicenseFamilyBuilder.html#build()">build()</a></span> - Method in class org.apache.rat.api.domain.<a href="./org/apache/rat/api/domain/LicenseFamilyBuilder.html" title="class in org.apache.rat.api.domain">LicenseFamilyBuilder</a></dt>
+<dd>
+<div class="block">Builds a family.</div>
+</dd>
+</dl>
+<a name="_G_">
+<!--   -->
+</a>
+<h2 class="title">G</h2>
+<dl>
+<dt><span class="strong"><a href="./org/apache/rat/api/domain/LicenseFamily.html#getCategory()">getCategory()</a></span> - Method in class org.apache.rat.api.domain.<a href="./org/apache/rat/api/domain/LicenseFamily.html" title="class in org.apache.rat.api.domain">LicenseFamily</a></dt>
+<dd>
+<div class="block">Gets the name of the category containing this license family.</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/rat/api/domain/RatLicenseFamily.html#getCategory()">getCategory()</a></span> - Method in enum org.apache.rat.api.domain.<a href="./org/apache/rat/api/domain/RatLicenseFamily.html" title="enum in org.apache.rat.api.domain">RatLicenseFamily</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/rat/api/domain/LicenseFamily.html#getName()">getName()</a></span> - Method in class org.apache.rat.api.domain.<a href="./org/apache/rat/api/domain/LicenseFamily.html" title="class in org.apache.rat.api.domain">LicenseFamily</a></dt>
+<dd>
+<div class="block">Gets the name uniquely identifying this family.</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/rat/api/domain/RatLicenseFamily.html#getName()">getName()</a></span> - Method in enum org.apache.rat.api.domain.<a href="./org/apache/rat/api/domain/RatLicenseFamily.html" title="enum in org.apache.rat.api.domain">RatLicenseFamily</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/rat/api/domain/LicenseFamily.html#getNotes()">getNotes()</a></span> - Method in class org.apache.rat.api.domain.<a href="./org/apache/rat/api/domain/LicenseFamily.html" title="class in org.apache.rat.api.domain">LicenseFamily</a></dt>
+<dd>
+<div class="block">Gets further information associated with the license family.</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/rat/api/domain/RatLicenseFamily.html#getNotes()">getNotes()</a></span> - Method in enum org.apache.rat.api.domain.<a href="./org/apache/rat/api/domain/RatLicenseFamily.html" title="enum in org.apache.rat.api.domain">RatLicenseFamily</a></dt>
+<dd>&nbsp;</dd>
+</dl>
+<a name="_L_">
+<!--   -->
+</a>
+<h2 class="title">L</h2>
+<dl>
+<dt><a href="./org/apache/rat/api/domain/LicenseFamily.html" title="class in org.apache.rat.api.domain"><span class="strong">LicenseFamily</span></a> - Class in <a href="./org/apache/rat/api/domain/package-summary.html">org.apache.rat.api.domain</a></dt>
+<dd>
+<div class="block">Licenses are grouped into families.</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/rat/api/domain/LicenseFamily.html#LicenseFamily(java.lang.String,%20java.lang.String,%20java.lang.String)">LicenseFamily(String, String, String)</a></span> - Constructor for class org.apache.rat.api.domain.<a href="./org/apache/rat/api/domain/LicenseFamily.html" title="class in org.apache.rat.api.domain">LicenseFamily</a></dt>
+<dd>
+<div class="block">Constructs an immutable license family.</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/rat/api/domain/RatLicenseFamily.html#licenseFamily()">licenseFamily()</a></span> - Method in enum org.apache.rat.api.domain.<a href="./org/apache/rat/api/domain/RatLicenseFamily.html" title="enum in org.apache.rat.api.domain">RatLicenseFamily</a></dt>
+<dd>
+<div class="block">Gets a <a href="./org/apache/rat/api/domain/LicenseFamily.html" title="class in org.apache.rat.api.domain"><code>LicenseFamily</code></a> representing this data.</div>
+</dd>
+<dt><a href="./org/apache/rat/api/domain/LicenseFamilyBuilder.html" title="class in org.apache.rat.api.domain"><span class="strong">LicenseFamilyBuilder</span></a> - Class in <a href="./org/apache/rat/api/domain/package-summary.html">org.apache.rat.api.domain</a></dt>
+<dd>
+<div class="block">Builds <a href="./org/apache/rat/api/domain/LicenseFamily.html" title="class in org.apache.rat.api.domain"><code>LicenseFamily</code></a> instances.</div>
+</dd>
+</dl>
+<a name="_O_">
+<!--   -->
+</a>
+<h2 class="title">O</h2>
+<dl>
+<dt><a href="./org/apache/rat/api/domain/package-summary.html">org.apache.rat.api.domain</a> - package org.apache.rat.api.domain</dt>
+<dd>&nbsp;</dd>
+</dl>
+<a name="_R_">
+<!--   -->
+</a>
+<h2 class="title">R</h2>
+<dl>
+<dt><a href="./org/apache/rat/api/domain/RatLicenseFamily.html" title="enum in org.apache.rat.api.domain"><span class="strong">RatLicenseFamily</span></a> - Enum in <a href="./org/apache/rat/api/domain/package-summary.html">org.apache.rat.api.domain</a></dt>
+<dd>
+<div class="block">Enumerates standard license families known to Rat.</div>
+</dd>
+</dl>
+<a name="_V_">
+<!--   -->
+</a>
+<h2 class="title">V</h2>
+<dl>
+<dt><span class="strong"><a href="./org/apache/rat/api/domain/RatLicenseFamily.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum org.apache.rat.api.domain.<a href="./org/apache/rat/api/domain/RatLicenseFamily.html" title="enum in org.apache.rat.api.domain">RatLicenseFamily</a></dt>
+<dd>
+<div class="block">Returns the enum constant of this type with the specified name.</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/rat/api/domain/RatLicenseFamily.html#values()">values()</a></span> - Static method in enum org.apache.rat.api.domain.<a href="./org/apache/rat/api/domain/RatLicenseFamily.html" title="enum in org.apache.rat.api.domain">RatLicenseFamily</a></dt>
+<dd>
+<div class="block">Returns an array containing the constants of this enum type, in
+the order they are declared.</div>
+</dd>
+</dl>
+<a name="_W_">
+<!--   -->
+</a>
+<h2 class="title">W</h2>
+<dl>
+<dt><span class="strong"><a href="./org/apache/rat/api/domain/LicenseFamilyBuilder.html#withCategory(java.lang.String)">withCategory(String)</a></span> - Method in class org.apache.rat.api.domain.<a href="./org/apache/rat/api/domain/LicenseFamilyBuilder.html" title="class in org.apache.rat.api.domain">LicenseFamilyBuilder</a></dt>
+<dd>
+<div class="block">Builds family with category containing this license family.</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/rat/api/domain/LicenseFamilyBuilder.html#withName(java.lang.String)">withName(String)</a></span> - Method in class org.apache.rat.api.domain.<a href="./org/apache/rat/api/domain/LicenseFamilyBuilder.html" title="class in org.apache.rat.api.domain">LicenseFamilyBuilder</a></dt>
+<dd>
+<div class="block">Uniquely identifies this family.</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/rat/api/domain/LicenseFamilyBuilder.html#withNotes(java.lang.String)">withNotes(String)</a></span> - Method in class org.apache.rat.api.domain.<a href="./org/apache/rat/api/domain/LicenseFamilyBuilder.html" title="class in org.apache.rat.api.domain">LicenseFamilyBuilder</a></dt>
+<dd>
+<div class="block">Builds family with further information associated with the license
+ family.</div>
+</dd>
+</dl>
+<a href="#_A_">A</a>&nbsp;<a href="#_B_">B</a>&nbsp;<a href="#_G_">G</a>&nbsp;<a href="#_L_">L</a>&nbsp;<a href="#_O_">O</a>&nbsp;<a href="#_R_">R</a>&nbsp;<a href="#_V_">V</a>&nbsp;<a href="#_W_">W</a>&nbsp;</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="./org/apache/rat/api/domain/package-summary.html">Package</a></li>
+<li>Class</li>
+<li>Use</li>
+<li><a href="./org/apache/rat/api/domain/package-tree.html">Tree</a></li>
+<li><a href="./deprecated-list.html">Deprecated</a></li>
+<li class="navBarCell1Rev">Index</li>
+<li><a href="./help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="./index.html?index-all.html" target="_top">Frames</a></li>
+<li><a href="index-all.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="./allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2016 <a href="http://www.apache.org">Apache Software Foundation</a>. All rights reserved.</small></p>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/creadur-site/blob/3e6a0709/rat/apache-rat-api/apidocs/index.html
----------------------------------------------------------------------
diff --git a/rat/apache-rat-api/apidocs/index.html b/rat/apache-rat-api/apidocs/index.html
new file mode 100644
index 0000000..d4f43bf
--- /dev/null
+++ b/rat/apache-rat-api/apidocs/index.html
@@ -0,0 +1,71 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Apache Creadur Rat::API 0.12 API</title>
+<script type="text/javascript">
+    targetPage = "" + window.location.search;
+    if (targetPage != "" && targetPage != "undefined")
+        targetPage = targetPage.substring(1);
+    if (targetPage.indexOf(":") != -1 || (targetPage != "" && !validURL(targetPage)))
+        targetPage = "undefined";
+    function validURL(url) {
+        try {
+            url = decodeURIComponent(url);
+        }
+        catch (error) {
+            return false;
+        }
+        var pos = url.indexOf(".html");
+        if (pos == -1 || pos != url.length - 5)
+            return false;
+        var allowNumber = false;
+        var allowSep = false;
+        var seenDot = false;
+        for (var i = 0; i < url.length - 5; i++) {
+            var ch = url.charAt(i);
+            if ('a' <= ch && ch <= 'z' ||
+                    'A' <= ch && ch <= 'Z' ||
+                    ch == '$' ||
+                    ch == '_' ||
+                    ch.charCodeAt(0) > 127) {
+                allowNumber = true;
+                allowSep = true;
+            } else if ('0' <= ch && ch <= '9'
+                    || ch == '-') {
+                if (!allowNumber)
+                     return false;
+            } else if (ch == '/' || ch == '.') {
+                if (!allowSep)
+                    return false;
+                allowNumber = false;
+                allowSep = false;
+                if (ch == '.')
+                     seenDot = true;
+                if (ch == '/' && seenDot)
+                     return false;
+            } else {
+                return false;
+            }
+        }
+        return true;
+    }
+    function loadFrames() {
+        if (targetPage != "" && targetPage != "undefined")
+             top.classFrame.location = top.targetPage;
+    }
+</script>
+</head>
+<frameset cols="20%,80%" title="Documentation frame" onload="top.loadFrames()">
+<frame src="allclasses-frame.html" name="packageFrame" title="All classes and interfaces (except non-static nested types)">
+<frame src="org/apache/rat/api/domain/package-summary.html" name="classFrame" title="Package, class and interface descriptions" scrolling="yes">
+<noframes>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<h2>Frame Alert</h2>
+<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="org/apache/rat/api/domain/package-summary.html">Non-frame version</a>.</p>
+</noframes>
+</frameset>
+</html>

http://git-wip-us.apache.org/repos/asf/creadur-site/blob/3e6a0709/rat/apache-rat-api/apidocs/org/apache/rat/api/domain/LicenseFamily.html
----------------------------------------------------------------------
diff --git a/rat/apache-rat-api/apidocs/org/apache/rat/api/domain/LicenseFamily.html b/rat/apache-rat-api/apidocs/org/apache/rat/api/domain/LicenseFamily.html
new file mode 100644
index 0000000..29d0e0c
--- /dev/null
+++ b/rat/apache-rat-api/apidocs/org/apache/rat/api/domain/LicenseFamily.html
@@ -0,0 +1,312 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>LicenseFamily (Apache Creadur Rat::API 0.12 API)</title>
+<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="LicenseFamily (Apache Creadur Rat::API 0.12 API)";
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../org/apache/rat/api/domain/package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/LicenseFamily.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev Class</li>
+<li><a href="../../../../../org/apache/rat/api/domain/LicenseFamilyBuilder.html" title="class in org.apache.rat.api.domain"><span class="strong">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/apache/rat/api/domain/LicenseFamily.html" target="_top">Frames</a></li>
+<li><a href="LicenseFamily.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">org.apache.rat.api.domain</div>
+<h2 title="Class LicenseFamily" class="title">Class LicenseFamily</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
+<li>
+<ul class="inheritance">
+<li>org.apache.rat.api.domain.LicenseFamily</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<hr>
+<br>
+<pre>public final class <span class="strong">LicenseFamily</span>
+extends <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre>
+<div class="block">Licenses are grouped into families. Each family has similar legal semantics,
+ though some small details may differ.
+ <p>
+ For example, the <a href='http://opensource.org/licenses/BSD-3-Clause'>3
+ clause BSD license</a> is in a family where members differ by &lt;OWNER&gt;,
+ &lt;ORGANIZATION&gt; and &lt;YEAR&gt; parameters.</div>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><strong><a href="../../../../../org/apache/rat/api/domain/LicenseFamily.html#LicenseFamily(java.lang.String,%20java.lang.String,%20java.lang.String)">LicenseFamily</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
+             <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;category,
+             <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;notes)</code>
+<div class="block">Constructs an immutable license family.</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/rat/api/domain/LicenseFamily.html#getCategory()">getCategory</a></strong>()</code>
+<div class="block">Gets the name of the category containing this license family.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/rat/api/domain/LicenseFamily.html#getName()">getName</a></strong>()</code>
+<div class="block">Gets the name uniquely identifying this family.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/rat/api/domain/LicenseFamily.html#getNotes()">getNotes</a></strong>()</code>
+<div class="block">Gets further information associated with the license family.</div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
+<code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/jav
 ase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="LicenseFamily(java.lang.String, java.lang.String, java.lang.String)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>LicenseFamily</h4>
+<pre>public&nbsp;LicenseFamily(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
+             <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;category,
+             <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;notes)</pre>
+<div class="block">Constructs an immutable license family.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - the name uniquely identifying this family. Recommended that
+            this be an URI. Not null.</dd><dd><code>category</code> - the name of the category containing this license family.
+            Recommended that this be an URI. Possibly null.</dd><dd><code>notes</code> - further information associated with the license family. Human
+            readable. Possibly null.</dd></dl>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="getNotes()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getNotes</h4>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getNotes()</pre>
+<div class="block">Gets further information associated with the license family. Human
+ readable.</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>possibly null</dd></dl>
+</li>
+</ul>
+<a name="getCategory()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getCategory</h4>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getCategory()</pre>
+<div class="block">Gets the name of the category containing this license family. Recommended
+ that this be an URI.</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>possibly null</dd></dl>
+</li>
+</ul>
+<a name="getName()">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>getName</h4>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getName()</pre>
+<div class="block">Gets the name uniquely identifying this family. Recommended that this be
+ an URI.</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>not null</dd></dl>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../org/apache/rat/api/domain/package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/LicenseFamily.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev Class</li>
+<li><a href="../../../../../org/apache/rat/api/domain/LicenseFamilyBuilder.html" title="class in org.apache.rat.api.domain"><span class="strong">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/apache/rat/api/domain/LicenseFamily.html" target="_top">Frames</a></li>
+<li><a href="LicenseFamily.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2016 <a href="http://www.apache.org">Apache Software Foundation</a>. All rights reserved.</small></p>
+</body>
+</html>