Return-Path: X-Original-To: apmail-incubator-allura-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-allura-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 924241037C for ; Thu, 19 Sep 2013 16:21:50 +0000 (UTC) Received: (qmail 22423 invoked by uid 500); 19 Sep 2013 16:21:46 -0000 Delivered-To: apmail-incubator-allura-commits-archive@incubator.apache.org Received: (qmail 22360 invoked by uid 500); 19 Sep 2013 16:21:45 -0000 Mailing-List: contact allura-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: allura-dev@incubator.apache.org Delivered-To: mailing list allura-commits@incubator.apache.org Received: (qmail 21635 invoked by uid 99); 19 Sep 2013 16:21:35 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Sep 2013 16:21:35 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id D858C887C7C; Thu, 19 Sep 2013 16:21:33 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: brondsem@apache.org To: allura-commits@incubator.apache.org Date: Thu, 19 Sep 2013 16:22:09 -0000 Message-Id: <3f5e630ef1bc4557a8cf20a7736a9b1e@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [37/41] git commit: [#6535] add apache header to new file [#6535] add apache header to new file Project: http://git-wip-us.apache.org/repos/asf/incubator-allura/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-allura/commit/1f712d51 Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/1f712d51 Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/1f712d51 Branch: refs/heads/db/5822 Commit: 1f712d510808a42f63e0d7a42206bce78d4cc533 Parents: 871731e Author: Dave Brondsema Authored: Thu Sep 19 16:20:16 2013 +0000 Committer: Dave Brondsema Committed: Thu Sep 19 16:20:16 2013 +0000 ---------------------------------------------------------------------- ForgeImporters/forgeimporters/github/tracker.py | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/1f712d51/ForgeImporters/forgeimporters/github/tracker.py ---------------------------------------------------------------------- diff --git a/ForgeImporters/forgeimporters/github/tracker.py b/ForgeImporters/forgeimporters/github/tracker.py index e441516..60543cc 100644 --- a/ForgeImporters/forgeimporters/github/tracker.py +++ b/ForgeImporters/forgeimporters/github/tracker.py @@ -1,3 +1,20 @@ +# 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. + import re from datetime import datetime