From patchwork Thu Oct 3 20:12:41 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Dawson X-Patchwork-Id: 280411 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 2B9CE2C00DC for ; Fri, 4 Oct 2013 06:12:50 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 461B88CD58; Thu, 3 Oct 2013 20:12:49 +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 0TwzjpqhNcoY; Thu, 3 Oct 2013 20:12:48 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 77A858C3FA; Thu, 3 Oct 2013 20:12:48 +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 5625B1BFA56 for ; Thu, 3 Oct 2013 20:12:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 5152D8AE1F for ; Thu, 3 Oct 2013 20:12:47 +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 9EurVS7LcnEc for ; Thu, 3 Oct 2013 20:12:46 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-we0-f182.google.com (mail-we0-f182.google.com [74.125.82.182]) by whitealder.osuosl.org (Postfix) with ESMTPS id 80A758C3FA for ; Thu, 3 Oct 2013 20:12:46 +0000 (UTC) Received: by mail-we0-f182.google.com with SMTP id t61so2881815wes.27 for ; Thu, 03 Oct 2013 13:12:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id; bh=sK7iaWPeGiKg9Rweqfq2Bl/rIJwmNkClDp1hkSuDXGI=; b=kks1B+40eU8sEqpvDrB3u9j2tXgYqBesQ6kfc0nNSJ4umNbRMDx1aD1ch2lm8N8MPG VDXT4Nyee18wy7pfN+SWIbXhAhaz33FjZYIDNeyrIeh2ZBcDXp39HQC3hBb/GQ0ADaLC Cw9dfBbS2zSPuSytmEmeqXhosWBp/APKGPjC107wIjtm/ZOF7A07hUs8LFUxpnbknd+9 QA7VmX8Nr4K9UM8ymFAE0U+q0DyiPjwAQENDd5M9lyDBEnKCkh5QP3+a7icPH8x0o/dt /77299Tk/TewbAX8j5YHSkKq4L+K/oIzCOAbPk9IDGfV3ytNbRLmY3OgGjsKjGeQ+BYa nCiQ== X-Received: by 10.180.36.36 with SMTP id n4mr4127191wij.62.1380831165112; Thu, 03 Oct 2013 13:12:45 -0700 (PDT) Received: from percy.lan (host-92-24-119-175.ppp.as43234.net. [92.24.119.175]) by mx.google.com with ESMTPSA id ey4sm3001393wic.11.1969.12.31.16.00.00 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 03 Oct 2013 13:12:44 -0700 (PDT) From: spdawson@gmail.com To: buildroot@busybox.net Date: Thu, 3 Oct 2013 21:12:41 +0100 Message-Id: <1380831161-3225-1-git-send-email-spdawson@gmail.com> X-Mailer: git-send-email 1.8.1.2 Subject: [Buildroot] [PATCH] pppd: 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 --- package/pppd/pppd.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package/pppd/pppd.mk b/package/pppd/pppd.mk index b2ced29..471a71e 100644 --- a/package/pppd/pppd.mk +++ b/package/pppd/pppd.mk @@ -7,6 +7,10 @@ PPPD_VERSION = 2.4.5 PPPD_SOURCE = ppp-$(PPPD_VERSION).tar.gz PPPD_SITE = ftp://ftp.samba.org/pub/ppp +PPPD_LICENSE = LGPLv2+ LGPL BSD-4c BSD-3c GPLv2+ +PPPD_LICENSE_FILES = pppd/tdb.c pppd/plugins/pppoatm/COPYING \ + pppdump/bsd-comp.c pppd/ccp.c pppd/plugins/passprompt.c + PPPD_TARGET_BINS = chat pppd pppdump pppstats PPPD_MANPAGES = $(if $(BR2_HAVE_DOCUMENTATION),chat pppd pppdump pppstats) PPPD_RADIUS_MANPAGES = $(if $(BR2_HAVE_DOCUMENTATION),pppd-radattr pppd-radius)