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 9F2A1109A3 for ; Thu, 17 Apr 2014 13:52:28 +0000 (UTC) Received: (qmail 87113 invoked by uid 500); 17 Apr 2014 13:52:28 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 87099 invoked by uid 500); 17 Apr 2014 13:52:27 -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 87091 invoked by uid 99); 17 Apr 2014 13:52:27 -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, 17 Apr 2014 13:52:27 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 75D36991879; Thu, 17 Apr 2014 13:52:27 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ian@apache.org To: commits@cordova.apache.org Message-Id: <7c9f79b5734044b08c90e29d5b742b24@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: CB-6465: Add license headers to Tizen code Date: Thu, 17 Apr 2014 13:52:27 +0000 (UTC) Repository: cordova-plugin-media Updated Branches: refs/heads/dev 1dec789fe -> 8ff445000 CB-6465: Add license headers to Tizen code Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/commit/8ff44500 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/tree/8ff44500 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/diff/8ff44500 Branch: refs/heads/dev Commit: 8ff445000b377ab0f08425a05f491438a5038fca Parents: 1dec789 Author: Ian Clelland Authored: Thu Apr 17 09:50:30 2014 -0400 Committer: Ian Clelland Committed: Thu Apr 17 09:50:30 2014 -0400 ---------------------------------------------------------------------- src/tizen/MediaProxy.js | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/blob/8ff44500/src/tizen/MediaProxy.js ---------------------------------------------------------------------- diff --git a/src/tizen/MediaProxy.js b/src/tizen/MediaProxy.js index c035dd5..c2ee4b0 100644 --- a/src/tizen/MediaProxy.js +++ b/src/tizen/MediaProxy.js @@ -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. + * +*/ + var cordova = require('cordova'), Media = require('org.apache.cordova.media.Media');