From patchwork Thu Apr 18 09:26:22 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Dawson X-Patchwork-Id: 237577 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 064D62C01D3 for ; Thu, 18 Apr 2013 19:27:37 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 5C01710BB69; Thu, 18 Apr 2013 09:27:18 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id G2LQ3FBujfGa; Thu, 18 Apr 2013 09:27:15 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id B14FF10BB4B; Thu, 18 Apr 2013 09:27:15 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 654C68F74B for ; Thu, 18 Apr 2013 09:27:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id D93348D1EE for ; Thu, 18 Apr 2013 09:27:31 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bXnqkZIet6eR for ; Thu, 18 Apr 2013 09:27:30 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f171.google.com (mail-wi0-f171.google.com [209.85.212.171]) by whitealder.osuosl.org (Postfix) with ESMTPS id 521888D11C for ; Thu, 18 Apr 2013 09:27:30 +0000 (UTC) Received: by mail-wi0-f171.google.com with SMTP id l13so2110304wie.10 for ; Thu, 18 Apr 2013 02:27:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:subject:date:message-id:x-mailer; bh=8UTP33wEBHfoefqL/hvLpWlUsbxNm/Xbnnkfk+MQlxw=; b=E6/NhCkYfYXIC0r7GK2o522gPGbG4jOoKFtCa2Li3kCjGOVjQUPFMX7e/GNYOE8Saq e1bf/DC9dp3JYclSYM+jsgLMXEW08CLuxXF7HiFABQnxM16CHntGdCh6FAdLJjm83jDt bm6GGWJkFDN6YKsaxcM+jJnOm5o9/1sLYrbzSQM2ZDSHHthkJKlZsMoODoXkgpBZkhZ2 k7MrfW55dqhZ48al33DrRR+gicxgnSC1FrGQhbDBABOalhtFBALtN4mGmzX0zOoOAHbZ mifevx54xr2GTZdzbnh3flibB0jhUv/+0hDynbVRCC1ez73NT0HKNSCOgHtnoEu9Cbhu TEog== X-Received: by 10.180.38.105 with SMTP id f9mr16822053wik.15.1366277248534; Thu, 18 Apr 2013 02:27:28 -0700 (PDT) Received: from localhost.localdomain (88-105-230-36.dynamic.dsl.as9105.com. [88.105.230.36]) by mx.google.com with ESMTPS id s2sm14840134wib.4.2013.04.18.02.27.26 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 18 Apr 2013 02:27:27 -0700 (PDT) From: spdawson@gmail.com To: buildroot@busybox.net Date: Thu, 18 Apr 2013 10:26:22 +0100 Message-Id: <1366277182-3380-1-git-send-email-spdawson@gmail.com> X-Mailer: git-send-email 1.7.10.4 Subject: [Buildroot] [PATCH v2] monit: add license information X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net From: Simon Dawson Signed-off-by: Simon Dawson --- v2: Adjust license type in response to feedback from Peter Korsgaard and Arnout Vandecappelle. package/monit/monit.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/monit/monit.mk b/package/monit/monit.mk index a8b6447..657f0f1 100644 --- a/package/monit/monit.mk +++ b/package/monit/monit.mk @@ -6,6 +6,8 @@ MONIT_VERSION = 5.4 MONIT_SITE = http://mmonit.com/monit/dist/ +MONIT_LICENSE = AGPLv3 with OpenSSL exception +MONIT_LICENSE_FILES = COPYING MONIT_CONF_ENV = \ libmonit_cv_setjmp_available=yes \