Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id D543C200BCC for ; Tue, 29 Nov 2016 18:50:07 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id D3EDD160B15; Tue, 29 Nov 2016 17:50:07 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 2A31C160AFC for ; Tue, 29 Nov 2016 18:50:07 +0100 (CET) Received: (qmail 23324 invoked by uid 500); 29 Nov 2016 17:50:06 -0000 Mailing-List: contact commits-help@guacamole.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@guacamole.incubator.apache.org Delivered-To: mailing list commits@guacamole.incubator.apache.org Received: (qmail 23315 invoked by uid 99); 29 Nov 2016 17:50:06 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Nov 2016 17:50:06 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id EACD6D7F32 for ; Tue, 29 Nov 2016 17:50:05 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -6.02 X-Spam-Level: X-Spam-Status: No, score=-6.02 tagged_above=-999 required=6.31 tests=[BODY_URI_ONLY=0.999, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id 86JcNp1GN2ih for ; Tue, 29 Nov 2016 17:50:05 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with SMTP id 0D5015F5FC for ; Tue, 29 Nov 2016 17:50:04 +0000 (UTC) Received: (qmail 23295 invoked by uid 99); 29 Nov 2016 17:50:04 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Nov 2016 17:50:04 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 6B983DFB6F; Tue, 29 Nov 2016 17:50:04 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jmuehlner@apache.org To: commits@guacamole.incubator.apache.org Date: Tue, 29 Nov 2016 17:50:05 -0000 Message-Id: <1017e9dbd15042b5bc0d2b60b90a83f1@git.apache.org> In-Reply-To: <079742e84937489bab7658f890873097@git.apache.org> References: <079742e84937489bab7658f890873097@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/6] incubator-guacamole-client git commit: GUACAMOLE-131: Re-remove JavaScript libraries which were mistakenly re-added during merge conflict resolution. archived-at: Tue, 29 Nov 2016 17:50:08 -0000 http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/blob/e385bfcd/guacamole/src/main/webapp/lib/messageformat/LICENSE ---------------------------------------------------------------------- diff --git a/guacamole/src/main/webapp/lib/messageformat/LICENSE b/guacamole/src/main/webapp/lib/messageformat/LICENSE deleted file mode 100644 index 6b9ea5b..0000000 --- a/guacamole/src/main/webapp/lib/messageformat/LICENSE +++ /dev/null @@ -1,20 +0,0 @@ -Copyright 2012-2016 Alex Sexton, Eemeli Aro, and Contributors - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.