Return-Path: Delivered-To: apmail-labs-commits-archive@minotaur.apache.org Received: (qmail 64870 invoked from network); 21 Jul 2009 00:36:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 21 Jul 2009 00:36:24 -0000 Received: (qmail 82505 invoked by uid 500); 21 Jul 2009 00:37:29 -0000 Delivered-To: apmail-labs-commits-archive@labs.apache.org Received: (qmail 82372 invoked by uid 500); 21 Jul 2009 00:37:29 -0000 Mailing-List: contact commits-help@labs.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: labs@labs.apache.org Delivered-To: mailing list commits@labs.apache.org Received: (qmail 82363 invoked by uid 99); 21 Jul 2009 00:37:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Jul 2009 00:37:29 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Jul 2009 00:37:26 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id D7CDE2388902; Tue, 21 Jul 2009 00:37:06 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r796088 - in /labs/magma/trunk/beans-richtext: ./ src/main/java/org/apache/magma/beans/ src/main/java/org/apache/magma/beans/richtext/ src/main/java/org/apache/magma/conversion/richtext/ src/main/java/org/apache/magma/validation/validators/... Date: Tue, 21 Jul 2009 00:37:06 -0000 To: commits@labs.apache.org From: simoneg@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090721003706.D7CDE2388902@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: simoneg Date: Tue Jul 21 00:37:05 2009 New Revision: 796088 URL: http://svn.apache.org/viewvc?rev=796088&view=rev Log: LABS-393 : missing Apache headers Modified: labs/magma/trunk/beans-richtext/pom.xml labs/magma/trunk/beans-richtext/src/main/java/org/apache/magma/beans/RichTextString.java labs/magma/trunk/beans-richtext/src/main/java/org/apache/magma/beans/richtext/RichTextVisitor.java labs/magma/trunk/beans-richtext/src/main/java/org/apache/magma/conversion/richtext/RichTextConverterToString.java labs/magma/trunk/beans-richtext/src/main/java/org/apache/magma/validation/validators/RichText.java labs/magma/trunk/beans-richtext/src/main/java/org/apache/magma/validation/validators/RichTextValidator.java labs/magma/trunk/beans-richtext/src/main/resources/META-INF/magma.default.properties labs/magma/trunk/beans-richtext/src/test/java/org/apache/magma/beans/BeanWithRichTexts.java labs/magma/trunk/beans-richtext/src/test/java/org/apache/magma/beans/TestOnBean.java labs/magma/trunk/beans-richtext/src/test/java/org/apache/magma/validation/validators/RichTextVisitorTest.java Modified: labs/magma/trunk/beans-richtext/pom.xml URL: http://svn.apache.org/viewvc/labs/magma/trunk/beans-richtext/pom.xml?rev=796088&r1=796087&r2=796088&view=diff ============================================================================== --- labs/magma/trunk/beans-richtext/pom.xml (original) +++ labs/magma/trunk/beans-richtext/pom.xml Tue Jul 21 00:37:05 2009 @@ -1,4 +1,20 @@ + Modified: labs/magma/trunk/beans-richtext/src/main/java/org/apache/magma/beans/RichTextString.java URL: http://svn.apache.org/viewvc/labs/magma/trunk/beans-richtext/src/main/java/org/apache/magma/beans/RichTextString.java?rev=796088&r1=796087&r2=796088&view=diff ============================================================================== --- labs/magma/trunk/beans-richtext/src/main/java/org/apache/magma/beans/RichTextString.java (original) +++ labs/magma/trunk/beans-richtext/src/main/java/org/apache/magma/beans/RichTextString.java Tue Jul 21 00:37:05 2009 @@ -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.magma.beans; import org.apache.magma.validation.CompoundValidator; Modified: labs/magma/trunk/beans-richtext/src/main/java/org/apache/magma/beans/richtext/RichTextVisitor.java URL: http://svn.apache.org/viewvc/labs/magma/trunk/beans-richtext/src/main/java/org/apache/magma/beans/richtext/RichTextVisitor.java?rev=796088&r1=796087&r2=796088&view=diff ============================================================================== --- labs/magma/trunk/beans-richtext/src/main/java/org/apache/magma/beans/richtext/RichTextVisitor.java (original) +++ labs/magma/trunk/beans-richtext/src/main/java/org/apache/magma/beans/richtext/RichTextVisitor.java Tue Jul 21 00:37:05 2009 @@ -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.magma.beans.richtext; import java.io.IOException; Modified: labs/magma/trunk/beans-richtext/src/main/java/org/apache/magma/conversion/richtext/RichTextConverterToString.java URL: http://svn.apache.org/viewvc/labs/magma/trunk/beans-richtext/src/main/java/org/apache/magma/conversion/richtext/RichTextConverterToString.java?rev=796088&r1=796087&r2=796088&view=diff ============================================================================== --- labs/magma/trunk/beans-richtext/src/main/java/org/apache/magma/conversion/richtext/RichTextConverterToString.java (original) +++ labs/magma/trunk/beans-richtext/src/main/java/org/apache/magma/conversion/richtext/RichTextConverterToString.java Tue Jul 21 00:37:05 2009 @@ -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.magma.conversion.richtext; import java.io.StringWriter; Modified: labs/magma/trunk/beans-richtext/src/main/java/org/apache/magma/validation/validators/RichText.java URL: http://svn.apache.org/viewvc/labs/magma/trunk/beans-richtext/src/main/java/org/apache/magma/validation/validators/RichText.java?rev=796088&r1=796087&r2=796088&view=diff ============================================================================== --- labs/magma/trunk/beans-richtext/src/main/java/org/apache/magma/validation/validators/RichText.java (original) +++ labs/magma/trunk/beans-richtext/src/main/java/org/apache/magma/validation/validators/RichText.java Tue Jul 21 00:37:05 2009 @@ -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.magma.validation.validators; import java.lang.annotation.ElementType; Modified: labs/magma/trunk/beans-richtext/src/main/java/org/apache/magma/validation/validators/RichTextValidator.java URL: http://svn.apache.org/viewvc/labs/magma/trunk/beans-richtext/src/main/java/org/apache/magma/validation/validators/RichTextValidator.java?rev=796088&r1=796087&r2=796088&view=diff ============================================================================== --- labs/magma/trunk/beans-richtext/src/main/java/org/apache/magma/validation/validators/RichTextValidator.java (original) +++ labs/magma/trunk/beans-richtext/src/main/java/org/apache/magma/validation/validators/RichTextValidator.java Tue Jul 21 00:37:05 2009 @@ -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.magma.validation.validators; import java.util.List; Modified: labs/magma/trunk/beans-richtext/src/main/resources/META-INF/magma.default.properties URL: http://svn.apache.org/viewvc/labs/magma/trunk/beans-richtext/src/main/resources/META-INF/magma.default.properties?rev=796088&r1=796087&r2=796088&view=diff ============================================================================== --- labs/magma/trunk/beans-richtext/src/main/resources/META-INF/magma.default.properties (original) +++ labs/magma/trunk/beans-richtext/src/main/resources/META-INF/magma.default.properties Tue Jul 21 00:37:05 2009 @@ -1,2 +1,16 @@ +#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. -org.apache.magma.conversion.Converter.richtext=org.apache.magma.conversion.richtext.RichTextConverterToString \ No newline at end of file +org.apache.magma.conversion.Converter.richtext=org.apache.magma.conversion.richtext.RichTextConverterToString Modified: labs/magma/trunk/beans-richtext/src/test/java/org/apache/magma/beans/BeanWithRichTexts.java URL: http://svn.apache.org/viewvc/labs/magma/trunk/beans-richtext/src/test/java/org/apache/magma/beans/BeanWithRichTexts.java?rev=796088&r1=796087&r2=796088&view=diff ============================================================================== --- labs/magma/trunk/beans-richtext/src/test/java/org/apache/magma/beans/BeanWithRichTexts.java (original) +++ labs/magma/trunk/beans-richtext/src/test/java/org/apache/magma/beans/BeanWithRichTexts.java Tue Jul 21 00:37:05 2009 @@ -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.magma.beans; import org.apache.magma.validation.validators.Length; Modified: labs/magma/trunk/beans-richtext/src/test/java/org/apache/magma/beans/TestOnBean.java URL: http://svn.apache.org/viewvc/labs/magma/trunk/beans-richtext/src/test/java/org/apache/magma/beans/TestOnBean.java?rev=796088&r1=796087&r2=796088&view=diff ============================================================================== --- labs/magma/trunk/beans-richtext/src/test/java/org/apache/magma/beans/TestOnBean.java (original) +++ labs/magma/trunk/beans-richtext/src/test/java/org/apache/magma/beans/TestOnBean.java Tue Jul 21 00:37:05 2009 @@ -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.magma.beans; import static org.junit.Assert.*; Modified: labs/magma/trunk/beans-richtext/src/test/java/org/apache/magma/validation/validators/RichTextVisitorTest.java URL: http://svn.apache.org/viewvc/labs/magma/trunk/beans-richtext/src/test/java/org/apache/magma/validation/validators/RichTextVisitorTest.java?rev=796088&r1=796087&r2=796088&view=diff ============================================================================== --- labs/magma/trunk/beans-richtext/src/test/java/org/apache/magma/validation/validators/RichTextVisitorTest.java (original) +++ labs/magma/trunk/beans-richtext/src/test/java/org/apache/magma/validation/validators/RichTextVisitorTest.java Tue Jul 21 00:37:05 2009 @@ -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.magma.validation.validators; import static org.junit.Assert.*; --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@labs.apache.org For additional commands, e-mail: commits-help@labs.apache.org