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 41AC71075A for ; Wed, 24 Jul 2013 15:03:03 +0000 (UTC) Received: (qmail 30713 invoked by uid 500); 24 Jul 2013 15:03:03 -0000 Delivered-To: apmail-incubator-allura-commits-archive@incubator.apache.org Received: (qmail 30679 invoked by uid 500); 24 Jul 2013 15:03:03 -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 30663 invoked by uid 99); 24 Jul 2013 15:03:02 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Jul 2013 15:03:02 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 512798B37CF; Wed, 24 Jul 2013 15:03:02 +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: Wed, 24 Jul 2013 15:03:02 -0000 Message-Id: <228a0c913d4745b9b5298632f29e226f@git.apache.org> In-Reply-To: <0f04d1faa84f48329401c35f8634ee2c@git.apache.org> References: <0f04d1faa84f48329401c35f8634ee2c@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/2] git commit: [#6463] add license to new files [#6463] add license to new files Project: http://git-wip-us.apache.org/repos/asf/incubator-allura/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-allura/commit/515dea07 Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/515dea07 Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/515dea07 Branch: refs/heads/master Commit: 515dea070df582f0c9af8d3bf7b9f739800ea2f4 Parents: 2b7de72 Author: Dave Brondsema Authored: Wed Jul 24 14:56:59 2013 +0000 Committer: Dave Brondsema Committed: Wed Jul 24 14:56:59 2013 +0000 ---------------------------------------------------------------------- .../google/templates/code/index.html | 18 ++++++++++++++++++ .../forgeimporters/google/tests/test_code.py | 17 +++++++++++++++++ 2 files changed, 35 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/515dea07/ForgeImporters/forgeimporters/google/templates/code/index.html ---------------------------------------------------------------------- diff --git a/ForgeImporters/forgeimporters/google/templates/code/index.html b/ForgeImporters/forgeimporters/google/templates/code/index.html index 7eb1e47..7bace3a 100644 --- a/ForgeImporters/forgeimporters/google/templates/code/index.html +++ b/ForgeImporters/forgeimporters/google/templates/code/index.html @@ -1,3 +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. +-#} {% extends g.theme.master %} {% block title %} http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/515dea07/ForgeImporters/forgeimporters/google/tests/test_code.py ---------------------------------------------------------------------- diff --git a/ForgeImporters/forgeimporters/google/tests/test_code.py b/ForgeImporters/forgeimporters/google/tests/test_code.py index a738b8b..cc91178 100644 --- a/ForgeImporters/forgeimporters/google/tests/test_code.py +++ b/ForgeImporters/forgeimporters/google/tests/test_code.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. + from unittest import TestCase from mock import Mock, patch