apache-rat-core/src/main/java/org/apache/rat/annotation/ApacheV2LicenseAppender.java [66:75]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            sb.append(getLine(type, ""));
            sb.append(getLine(type, "  http://www.apache.org/licenses/LICENSE-2.0"));
            sb.append(getLine(type, ""));
            sb.append(getLine(type, "Unless required by applicable law or agreed to in writing,"));
            sb.append(getLine(type, "software distributed under the License is distributed on an"));
            sb.append(getLine(type, "\"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY"));
            sb.append(getLine(type, "KIND, either express or implied.  See the License for the"));
            sb.append(getLine(type, "specific language governing permissions and limitations"));
            sb.append(getLine(type, "under the License."));
            sb.append(getLastLine(type));
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



apache-rat-core/src/main/java/org/apache/rat/annotation/ApacheV2LicenseAppender.java [83:92]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            sb.append(getLine(type, ""));
            sb.append(getLine(type, "  http://www.apache.org/licenses/LICENSE-2.0"));
            sb.append(getLine(type, ""));
            sb.append(getLine(type, "Unless required by applicable law or agreed to in writing,"));
            sb.append(getLine(type, "software distributed under the License is distributed on an"));
            sb.append(getLine(type, "\"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY"));
            sb.append(getLine(type, "KIND, either express or implied.  See the License for the"));
            sb.append(getLine(type, "specific language governing permissions and limitations"));
            sb.append(getLine(type, "under the License."));
            sb.append(getLastLine(type));
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



