Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3EEEF10AC6 for ; Wed, 4 Dec 2013 00:25:44 +0000 (UTC) Received: (qmail 13406 invoked by uid 500); 4 Dec 2013 00:25:44 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 13364 invoked by uid 500); 4 Dec 2013 00:25:44 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 13310 invoked by uid 99); 4 Dec 2013 00:25:43 -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, 04 Dec 2013 00:25:43 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 3411D91C77E; Wed, 4 Dec 2013 00:25:43 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: bowserj@apache.org To: commits@cordova.apache.org Date: Wed, 04 Dec 2013 00:25:45 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [3/3] android commit: Forgot Apache Headers on MessageTest Forgot Apache Headers on MessageTest Project: http://git-wip-us.apache.org/repos/asf/cordova-android/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-android/commit/642bd10d Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/642bd10d Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/642bd10d Branch: refs/heads/master Commit: 642bd10dcc92b23c53b14da3c53b1b8b9daead20 Parents: 7c566c3 Author: Joe Bowser Authored: Tue Dec 3 15:52:25 2013 -0800 Committer: Joe Bowser Committed: Tue Dec 3 15:52:38 2013 -0800 ---------------------------------------------------------------------- .../apache/cordova/test/junit/MessageTest.java | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-android/blob/642bd10d/test/src/org/apache/cordova/test/junit/MessageTest.java ---------------------------------------------------------------------- diff --git a/test/src/org/apache/cordova/test/junit/MessageTest.java b/test/src/org/apache/cordova/test/junit/MessageTest.java index 0f048ea..4d0ce16 100644 --- a/test/src/org/apache/cordova/test/junit/MessageTest.java +++ b/test/src/org/apache/cordova/test/junit/MessageTest.java @@ -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. +*/ package org.apache.cordova.test.junit; import org.apache.cordova.CordovaPlugin;