From owner-svn-src-all@FreeBSD.ORG Mon Jan 4 01:30:11 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 47B77106566C; Mon, 4 Jan 2010 01:30:11 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from mail.cksoft.de (mail.cksoft.de [IPv6:2001:4068:10::3]) by mx1.freebsd.org (Postfix) with ESMTP id D02548FC0C; Mon, 4 Jan 2010 01:30:10 +0000 (UTC) Received: from localhost (amavis.fra.cksoft.de [192.168.74.71]) by mail.cksoft.de (Postfix) with ESMTP id D5EC441C7A6; Mon, 4 Jan 2010 02:30:09 +0100 (CET) X-Virus-Scanned: amavisd-new at cksoft.de Received: from mail.cksoft.de ([192.168.74.103]) by localhost (amavis.fra.cksoft.de [192.168.74.71]) (amavisd-new, port 10024) with ESMTP id UvnqPOhRybrt; Mon, 4 Jan 2010 02:30:05 +0100 (CET) Received: by mail.cksoft.de (Postfix, from userid 66) id A6AEA41C7A5; Mon, 4 Jan 2010 02:30:05 +0100 (CET) Received: from maildrop.int.zabbadoz.net (maildrop.int.zabbadoz.net [10.111.66.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.int.zabbadoz.net (Postfix) with ESMTP id 9564A4448EC; Mon, 4 Jan 2010 01:27:55 +0000 (UTC) Date: Mon, 4 Jan 2010 01:27:55 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@maildrop.int.zabbadoz.net To: Warner Losh In-Reply-To: <201001022036.o02KaaGt047964@svn.freebsd.org> Message-ID: <20100104012648.I88477@maildrop.int.zabbadoz.net> References: <201001022036.o02KaaGt047964@svn.freebsd.org> X-OpenPGP-Key: 0x14003F198FEFA3E77207EE8D2B58B8F83CCF1842 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: svn-src-stable@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, svn-src-stable-6@freebsd.org Subject: Re: svn commit: r201405 - stable/6/sys/sys X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jan 2010 01:30:11 -0000 On Sat, 2 Jan 2010, Warner Losh wrote: > Author: imp > Date: Sat Jan 2 20:36:36 2010 > New Revision: 201405 > URL: http://svn.freebsd.org/changeset/base/201405 > > Log: > Welcome to 2010. (Note: this was mistakenly not updated for 2009, > even though there were changes on the releng_6 branch). That said, I think /COPYRIGHT wasn't updated in stable/6 this time either (nor was it last year I assume). > Modified: > stable/6/sys/sys/copyright.h > > Modified: stable/6/sys/sys/copyright.h > ============================================================================== > --- stable/6/sys/sys/copyright.h Sat Jan 2 20:35:19 2010 (r201404) > +++ stable/6/sys/sys/copyright.h Sat Jan 2 20:36:36 2010 (r201405) > @@ -1,5 +1,5 @@ > /*- > - * Copyright (C) 1992-2008 The FreeBSD Project. All rights reserved. > + * Copyright (C) 1992-2010 The FreeBSD Project. All rights reserved. > * > * Redistribution and use in source and binary forms, with or without > * modification, are permitted provided that the following conditions > @@ -30,7 +30,7 @@ > > /* FreeBSD */ > #define COPYRIGHT_FreeBSD \ > - "Copyright (c) 1992-2008 The FreeBSD Project.\n" > + "Copyright (c) 1992-2010 The FreeBSD Project.\n" > > /* Foundation */ > #define TRADEMARK_Foundation \ > -- Bjoern A. Zeeb It will not break if you know what you are doing.