Return-Path: Delivered-To: apmail-labs-commits-archive@minotaur.apache.org Received: (qmail 72267 invoked from network); 21 Jul 2009 00:54:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 21 Jul 2009 00:54:07 -0000 Received: (qmail 97978 invoked by uid 500); 21 Jul 2009 00:55:13 -0000 Delivered-To: apmail-labs-commits-archive@labs.apache.org Received: (qmail 97858 invoked by uid 500); 21 Jul 2009 00:55:12 -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 97849 invoked by uid 99); 21 Jul 2009 00:55:12 -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:55:12 +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:55:10 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 8EA972388904; Tue, 21 Jul 2009 00:54:50 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r796095 - in /labs/magma/trunk/foundation-database/src/main: java/org/apache/magma/database/AddDatabaseIdentityToBeanData.aj java/org/apache/magma/database/DatabaseIdentity.java resources/META-INF/magma.default.properties Date: Tue, 21 Jul 2009 00:54:50 -0000 To: commits@labs.apache.org From: simoneg@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090721005450.8EA972388904@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: simoneg Date: Tue Jul 21 00:54:50 2009 New Revision: 796095 URL: http://svn.apache.org/viewvc?rev=796095&view=rev Log: LABS-393 : missing Apache headers Modified: labs/magma/trunk/foundation-database/src/main/java/org/apache/magma/database/AddDatabaseIdentityToBeanData.aj labs/magma/trunk/foundation-database/src/main/java/org/apache/magma/database/DatabaseIdentity.java labs/magma/trunk/foundation-database/src/main/resources/META-INF/magma.default.properties Modified: labs/magma/trunk/foundation-database/src/main/java/org/apache/magma/database/AddDatabaseIdentityToBeanData.aj URL: http://svn.apache.org/viewvc/labs/magma/trunk/foundation-database/src/main/java/org/apache/magma/database/AddDatabaseIdentityToBeanData.aj?rev=796095&r1=796094&r2=796095&view=diff ============================================================================== --- labs/magma/trunk/foundation-database/src/main/java/org/apache/magma/database/AddDatabaseIdentityToBeanData.aj (original) +++ labs/magma/trunk/foundation-database/src/main/java/org/apache/magma/database/AddDatabaseIdentityToBeanData.aj Tue Jul 21 00:54:50 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.database; import org.apache.magma.beans.BeanData; Modified: labs/magma/trunk/foundation-database/src/main/java/org/apache/magma/database/DatabaseIdentity.java URL: http://svn.apache.org/viewvc/labs/magma/trunk/foundation-database/src/main/java/org/apache/magma/database/DatabaseIdentity.java?rev=796095&r1=796094&r2=796095&view=diff ============================================================================== --- labs/magma/trunk/foundation-database/src/main/java/org/apache/magma/database/DatabaseIdentity.java (original) +++ labs/magma/trunk/foundation-database/src/main/java/org/apache/magma/database/DatabaseIdentity.java Tue Jul 21 00:54:50 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.database; import java.lang.reflect.Field; Modified: labs/magma/trunk/foundation-database/src/main/resources/META-INF/magma.default.properties URL: http://svn.apache.org/viewvc/labs/magma/trunk/foundation-database/src/main/resources/META-INF/magma.default.properties?rev=796095&r1=796094&r2=796095&view=diff ============================================================================== --- labs/magma/trunk/foundation-database/src/main/resources/META-INF/magma.default.properties (original) +++ labs/magma/trunk/foundation-database/src/main/resources/META-INF/magma.default.properties Tue Jul 21 00:54:50 2009 @@ -1 +1,15 @@ -org.apache.magma.conversion.Converter.database=org.apache.magma.database.DatabaseConverter \ No newline at end of file +#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.database=org.apache.magma.database.DatabaseConverter --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@labs.apache.org For additional commands, e-mail: commits-help@labs.apache.org