From commits-return-47018-apmail-directory-commits-archive=directory.apache.org@directory.apache.org Tue Nov 1 20:43:17 2016 Return-Path: X-Original-To: apmail-directory-commits-archive@www.apache.org Delivered-To: apmail-directory-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 15CE419E2D for ; Tue, 1 Nov 2016 20:43:17 +0000 (UTC) Received: (qmail 34810 invoked by uid 500); 1 Nov 2016 20:43:17 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 34765 invoked by uid 500); 1 Nov 2016 20:43:17 -0000 Mailing-List: contact commits-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@directory.apache.org Delivered-To: mailing list commits@directory.apache.org Received: (qmail 34756 invoked by uid 99); 1 Nov 2016 20:43:17 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Nov 2016 20:43:17 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 7148DC0C04 for ; Tue, 1 Nov 2016 20:43:16 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -1.198 X-Spam-Level: X-Spam-Status: No, score=-1.198 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-2.999, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id ZeGQpoA6P9qn for ; Tue, 1 Nov 2016 20:43:14 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 57D1D5FC3A for ; Tue, 1 Nov 2016 20:43:14 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id C17E1E0045 for ; Tue, 1 Nov 2016 20:43:13 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id BD01D3A1753 for ; Tue, 1 Nov 2016 20:43:13 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1767569 - in /directory/studio/trunk/installers: macos/src/dmg/createDMG.sh windows/src/nsis/AdvUninstLog.nsh Date: Tue, 01 Nov 2016 20:43:13 -0000 To: commits@directory.apache.org From: seelmann@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20161101204313.BD01D3A1753@svn01-us-west.apache.org> Author: seelmann Date: Tue Nov 1 20:43:13 2016 New Revision: 1767569 URL: http://svn.apache.org/viewvc?rev=1767569&view=rev Log: Add missing license header Modified: directory/studio/trunk/installers/macos/src/dmg/createDMG.sh directory/studio/trunk/installers/windows/src/nsis/AdvUninstLog.nsh Modified: directory/studio/trunk/installers/macos/src/dmg/createDMG.sh URL: http://svn.apache.org/viewvc/directory/studio/trunk/installers/macos/src/dmg/createDMG.sh?rev=1767569&r1=1767568&r2=1767569&view=diff ============================================================================== --- directory/studio/trunk/installers/macos/src/dmg/createDMG.sh (original) +++ directory/studio/trunk/installers/macos/src/dmg/createDMG.sh Tue Nov 1 20:43:13 2016 @@ -1,4 +1,20 @@ #!/bin/sh +# 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. # Creating dmg and .background folders mkdir dmg Modified: directory/studio/trunk/installers/windows/src/nsis/AdvUninstLog.nsh URL: http://svn.apache.org/viewvc/directory/studio/trunk/installers/windows/src/nsis/AdvUninstLog.nsh?rev=1767569&r1=1767568&r2=1767569&view=diff ============================================================================== --- directory/studio/trunk/installers/windows/src/nsis/AdvUninstLog.nsh (original) +++ directory/studio/trunk/installers/windows/src/nsis/AdvUninstLog.nsh Tue Nov 1 20:43:13 2016 @@ -1,3 +1,22 @@ +# +# 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. +# + ;_____________________________ HEADER FILE BEGIN ____________________________ # Advanced Uninstall Log NSIS header