From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 96D551396D1 for ; Mon, 7 Aug 2017 23:48:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D555DE0CCA; Mon, 7 Aug 2017 23:48:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B160FE0CCA for ; Mon, 7 Aug 2017 23:48:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EC6E934184D for ; Mon, 7 Aug 2017 23:48:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 89E3F75F4 for ; Mon, 7 Aug 2017 23:48:30 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1502145257.811d37a42b509e2a4cbd8c645030b62112cd4680.monsieurp@gentoo> Subject: [gentoo-commits] proj/javatoolkit:master commit in: / X-VCS-Repository: proj/javatoolkit X-VCS-Files: setup.py X-VCS-Directories: / X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 811d37a42b509e2a4cbd8c645030b62112cd4680 X-VCS-Branch: master Date: Mon, 7 Aug 2017 23:48:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b01323a7-485b-4026-8d74-fecfbd5c96d8 X-Archives-Hash: 51e29ea2dd5361b32757d9bcac370077 commit: 811d37a42b509e2a4cbd8c645030b62112cd4680 Author: Patrice Clement gentoo org> AuthorDate: Mon Aug 7 22:34:17 2017 +0000 Commit: Patrice Clement gentoo org> CommitDate: Mon Aug 7 22:34:17 2017 +0000 URL: https://gitweb.gentoo.org/proj/javatoolkit.git/commit/?id=811d37a4 remove yet another useless header setup.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.py b/setup.py index bd832be..3c8a562 100644 --- a/setup.py +++ b/setup.py @@ -1,8 +1,6 @@ #!/usr/bin/env python - # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ from distutils.core import setup