Author: gmcdonald Date: Sun Jun 13 07:32:35 2010 New Revision: 954181 URL: http://svn.apache.org/viewvc?rev=954181&view=rev Log: Exclude 2 files from RAT, add licenses to the other 3 files
Modified: forrest/trunk/etc/rat-avoid.txt forrest/trunk/whiteboard/f9/src/main/resources/project/css/style.css forrest/trunk/whiteboard/f9/src/main/scala/org/apache/forrest/f9/filters/HtmlFileSink.scala forrest/trunk/whiteboard/f9/src/main/scala/org/apache/forrest/f9/output/Output.scala Modified: forrest/trunk/etc/rat-avoid.txt URL: http://svn.apache.org/viewvc/forrest/trunk/etc/rat-avoid.txt?rev=954181&r1=954180&r2=954181&view=diff ============================================================================== --- forrest/trunk/etc/rat-avoid.txt (original) +++ forrest/trunk/etc/rat-avoid.txt Sun Jun 13 07:32:35 2010 @@ -82,3 +82,5 @@ whiteboard/plugins/org.apache.forrest.pl whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2/resources/stylesheets/xhtml2-to-html.xsl whiteboard/plugins/org.apache.forrest.plugin.output.OOo/resources/stylesheets/include_*.xml whiteboard/plugins/org.apache.forrest.plugin.output.voice/resources/grammars/simpleNav.jsgf +whiteboard/f9/project/build.properties +whiteboard/f9/RT.txt Modified: forrest/trunk/whiteboard/f9/src/main/resources/project/css/style.css URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/f9/src/main/resources/project/css/style.css?rev=954181&r1=954180&r2=954181&view=diff ============================================================================== --- forrest/trunk/whiteboard/f9/src/main/resources/project/css/style.css (original) +++ forrest/trunk/whiteboard/f9/src/main/resources/project/css/style.css Sun Jun 13 07:32:35 2010 @@ -1,3 +1,19 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ body { font-family: "Verdana", sans-serif; font-size: 80%; @@ -45,4 +61,4 @@ body { #flite-footer { clear: both; background: #eeeeee; -} \ No newline at end of file +} Modified: forrest/trunk/whiteboard/f9/src/main/scala/org/apache/forrest/f9/filters/HtmlFileSink.scala URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/f9/src/main/scala/org/apache/forrest/f9/filters/HtmlFileSink.scala?rev=954181&r1=954180&r2=954181&view=diff ============================================================================== --- forrest/trunk/whiteboard/f9/src/main/scala/org/apache/forrest/f9/filters/HtmlFileSink.scala (original) +++ forrest/trunk/whiteboard/f9/src/main/scala/org/apache/forrest/f9/filters/HtmlFileSink.scala Sun Jun 13 07:32:35 2010 @@ -1,3 +1,19 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.apache.forrest.f9.filters import scala.actors.AbstractActor @@ -41,4 +57,4 @@ class HtmlFileSink(base: String) extends } -} \ No newline at end of file +} Modified: forrest/trunk/whiteboard/f9/src/main/scala/org/apache/forrest/f9/output/Output.scala URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/f9/src/main/scala/org/apache/forrest/f9/output/Output.scala?rev=954181&r1=954180&r2=954181&view=diff ============================================================================== --- forrest/trunk/whiteboard/f9/src/main/scala/org/apache/forrest/f9/output/Output.scala (original) +++ forrest/trunk/whiteboard/f9/src/main/scala/org/apache/forrest/f9/output/Output.scala Sun Jun 13 07:32:35 2010 @@ -1,5 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.apache.forrest.f9.output trait Output { -} \ No newline at end of file +}