From owner-svn-src-user@FreeBSD.ORG Wed Jan 2 23:42:41 2013 Return-Path: Delivered-To: svn-src-user@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 45EC5A23 for ; Wed, 2 Jan 2013 23:42:41 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-la0-f41.google.com (mail-la0-f41.google.com [209.85.215.41]) by mx1.freebsd.org (Postfix) with ESMTP id AF91EA5E for ; Wed, 2 Jan 2013 23:42:40 +0000 (UTC) Received: by mail-la0-f41.google.com with SMTP id em20so7041884lab.14 for ; Wed, 02 Jan 2013 15:42:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=+n6hnqpJX9XIM8ic5zoPbWiW6IBH+tiHnSca/gR0Q+I=; b=f4nIX01yjS+PFwm9kkk9hgUqKzt9yYDwuxOR0ORbzwV9TQrdTKMxHGb6I8gGciyHS6 15ZMuma+50sR3SuAPtmXDUCR8/tdU/4TbbJ+eSo3QgXrzcFjpqdDOZA8Of/LE5Ht8l11 OYS1meizj2iF2FtCqZxGiTvx/3sCgxloakEWw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :x-gm-message-state; bh=+n6hnqpJX9XIM8ic5zoPbWiW6IBH+tiHnSca/gR0Q+I=; b=CtHFcz+7MnUn+u5WFzIf5axVLCr3hOQnO4gQw43c2xWXfldfg9g3pRmf/lw2jiFkUR jeJ2ocJkf2j9XQ+b8ku72R9EdiJQbS7r235LZGHxg65Dx1KfSJD2IHfuDSz0gsV2iQyR +D2P1D0Wh4MR5NeP3BiW0lfHo+BAN2HtC5aNqza/Y5vv3p3cuAsWfT8d96x0exLliFIk Jw8ES2o2d0mNumBeuGASiZ15/GJtWKawsFoW3IT9T4wbeX8UH20mwz4LW+S/Y3NudaKD qffzRGZ/w7L6dHJL2x/PaJdJLDR6n5N2yrhrVbqqQftkVc437ILeO8lk/ifffG3uHrTa 8+Mw== Received: by 10.112.85.35 with SMTP id e3mr18170721lbz.106.1357170154206; Wed, 02 Jan 2013 15:42:34 -0800 (PST) MIME-Version: 1.0 Sender: lists@eitanadler.com Received: by 10.112.75.200 with HTTP; Wed, 2 Jan 2013 15:42:04 -0800 (PST) In-Reply-To: <201301021647.r02GlOJS024879@svn.freebsd.org> References: <201301021647.r02GlOJS024879@svn.freebsd.org> From: Eitan Adler Date: Wed, 2 Jan 2013 18:42:04 -0500 X-Google-Sender-Auth: 0ui_lx_CVXEdXCBCZCYmNBHOw-M Message-ID: Subject: Re: svn commit: r244959 - user/crees/rclint To: Chris Rees Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQkLwPjcNSvyhqOny7eMQc8bw8xtipAyqlZqyq43z3VW0/95Li82hzTw1voAcn+L+YCH/J6+ Cc: src-committers@freebsd.org, svn-src-user@freebsd.org X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jan 2013 23:42:41 -0000 On 2 January 2013 11:47, Chris Rees wrote: > Author: crees (ports committer) > Date: Wed Jan 2 16:47:23 2013 > New Revision: 244959 > URL: http://svnweb.freebsd.org/changeset/base/244959 > > Log: > Copyrights can't be owned by The FreeBSD Project apparently We actually have this issue in a few places. One example: http://svnweb.freebsd.org/ports/head/COPYRIGHT?view=co In addition some files claim copyright by the FreeBSD foundation but there have been no copyright assignments: http://svnweb.freebsd.org/ports/head/CHANGES?view=co There is a separate issue of copyrights in src/ having subtly distinct copyrights (- vs * for the bullets). This is a ripe project for $someone to work on: finding the subtle differences and making them conform to a single standard. Note that this would likely require the copyright owner(s) to agree to the change. -- Eitan Adler Source, Ports, Doc committer Bugmeister, Ports Security teams