From airavata-commits-return-2891-apmail-incubator-airavata-commits-archive=incubator.apache.org@incubator.apache.org Tue Sep 4 02:05:54 2012 Return-Path: X-Original-To: apmail-incubator-airavata-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-airavata-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6FB4ADE54 for ; Tue, 4 Sep 2012 02:05:54 +0000 (UTC) Received: (qmail 65226 invoked by uid 500); 4 Sep 2012 02:05:54 -0000 Delivered-To: apmail-incubator-airavata-commits-archive@incubator.apache.org Received: (qmail 65192 invoked by uid 500); 4 Sep 2012 02:05:54 -0000 Mailing-List: contact airavata-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: airavata-dev@incubator.apache.org Delivered-To: mailing list airavata-commits@incubator.apache.org Received: (qmail 65184 invoked by uid 99); 4 Sep 2012 02:05:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Sep 2012 02:05:54 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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, 04 Sep 2012 02:05:53 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 78B9023888EA; Tue, 4 Sep 2012 02:05:10 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1380420 - /incubator/airavata/trunk/modules/distribution/src/main/resources/conf/provenance.sql Date: Tue, 04 Sep 2012 02:05:10 -0000 To: airavata-commits@incubator.apache.org From: smarru@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120904020510.78B9023888EA@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: smarru Date: Tue Sep 4 02:05:10 2012 New Revision: 1380420 URL: http://svn.apache.org/viewvc?rev=1380420&view=rev Log: adding license header Modified: incubator/airavata/trunk/modules/distribution/src/main/resources/conf/provenance.sql Modified: incubator/airavata/trunk/modules/distribution/src/main/resources/conf/provenance.sql URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/modules/distribution/src/main/resources/conf/provenance.sql?rev=1380420&r1=1380419&r2=1380420&view=diff ============================================================================== --- incubator/airavata/trunk/modules/distribution/src/main/resources/conf/provenance.sql (original) +++ incubator/airavata/trunk/modules/distribution/src/main/resources/conf/provenance.sql Tue Sep 4 02:05:10 2012 @@ -1,3 +1,24 @@ +/* + * + * 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. + * + */ + create table Experiment_Data ( experiment_ID varchar(255),