From patchwork Fri Nov 9 12:35:03 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Dawson X-Patchwork-Id: 198035 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 48C522C023D for ; Fri, 9 Nov 2012 23:35:19 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 50DF18EDB3; Fri, 9 Nov 2012 12:35:17 +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 9QCs++83fgWv; Fri, 9 Nov 2012 12:35:15 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 413698ED84; Fri, 9 Nov 2012 12:35: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 9B41F8F74A for ; Fri, 9 Nov 2012 12:35:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 8A6B68ED84 for ; Fri, 9 Nov 2012 12:35:14 +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 ACY9DaueZDaf for ; Fri, 9 Nov 2012 12:35:13 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-bk0-f43.google.com (mail-bk0-f43.google.com [209.85.214.43]) by whitealder.osuosl.org (Postfix) with ESMTPS id 8B1A18EA4D for ; Fri, 9 Nov 2012 12:35:13 +0000 (UTC) Received: by mail-bk0-f43.google.com with SMTP id w5so1841859bku.16 for ; Fri, 09 Nov 2012 04:35:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:x-mailer; bh=3cCu9i/BtRYJo8q9gH73nGRzXtts3eMNgDq9NdZxDV4=; b=eI8YB/HCmNdsYBc0QP+F1VQ74SEVmv4fuD7/P7CKNRxMFnGDWIH4YdKGqNinL3jyT8 Ec2DyWJ1WVJNCBXjv5TazJ+lynRRJUFug7ibXWp1zk0JnXiiF7MZIqyRJGhCoSiIWtZg JtGpylY1SPsEDP/N2kZhrDDl9MzroMm8i07GGpeeb+YxvNpkMRfsSclnT/d/NNlvfrHr H/xqELGBEAa7imIizqmqiXpnwnesdL9Zd0nLyPPEbLO3TcNKSb4hljGlDBOQY9VXj/ad 0aO1V/Pjuwfo+4cCNjaFWw37eOoLrw4mxHz0UID2127KoLplPINusPx0tdrqbbPaElj+ rDGQ== Received: by 10.204.154.82 with SMTP id n18mr1931364bkw.56.1352464511738; Fri, 09 Nov 2012 04:35:11 -0800 (PST) Received: from localhost.localdomain ([212.183.128.40]) by mx.google.com with ESMTPS id z13sm18997455bkv.8.2012.11.09.04.35.09 (version=SSLv3 cipher=OTHER); Fri, 09 Nov 2012 04:35:10 -0800 (PST) From: spdawson@gmail.com To: buildroot@busybox.net Date: Fri, 9 Nov 2012 12:35:03 +0000 Message-Id: <1352464503-18359-1-git-send-email-spdawson@gmail.com> X-Mailer: git-send-email 1.7.10.4 Subject: [Buildroot] [PATCH] screen: 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/screen/screen.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/screen/screen.mk b/package/screen/screen.mk index 8786322..50bb1a6 100644 --- a/package/screen/screen.mk +++ b/package/screen/screen.mk @@ -6,6 +6,8 @@ SCREEN_VERSION = 4.0.3 SCREEN_SITE = $(BR2_GNU_MIRROR)/screen +SCREEN_LICENSE = GPLv2 +SCREEN_LICENSE_FILES = COPYING SCREEN_DEPENDENCIES = ncurses SCREEN_CONF_ENV = ac_cv_header_elf_h=no ac_cv_header_dwarf_h=no \ CFLAGS="$(TARGET_CFLAGS) -DTERMINFO"