From owner-svn-src-head@FreeBSD.ORG Thu Jan 30 08:37:24 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8FA5CCBF; Thu, 30 Jan 2014 08:37:24 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7C74F11B0; Thu, 30 Jan 2014 08:37:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0U8bOsh036381; Thu, 30 Jan 2014 08:37:24 GMT (envelope-from des@svn.freebsd.org) Received: (from des@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0U8bNAL036377; Thu, 30 Jan 2014 08:37:23 GMT (envelope-from des@svn.freebsd.org) Message-Id: <201401300837.s0U8bNAL036377@svn.freebsd.org> From: Dag-Erling Smørgrav Date: Thu, 30 Jan 2014 08:37:23 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r261284 - head/lib/libfetch X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jan 2014 08:37:24 -0000 Author: des Date: Thu Jan 30 08:37:23 2014 New Revision: 261284 URL: http://svnweb.freebsd.org/changeset/base/261284 Log: Bump copyright dates Modified: head/lib/libfetch/common.c head/lib/libfetch/common.h head/lib/libfetch/http.c Modified: head/lib/libfetch/common.c ============================================================================== --- head/lib/libfetch/common.c Thu Jan 30 07:44:22 2014 (r261283) +++ head/lib/libfetch/common.c Thu Jan 30 08:37:23 2014 (r261284) @@ -1,5 +1,5 @@ /*- - * Copyright (c) 1998-2011 Dag-Erling Smørgrav + * Copyright (c) 1998-2014 Dag-Erling Smørgrav * Copyright (c) 2013 Michael Gmelin * All rights reserved. * Modified: head/lib/libfetch/common.h ============================================================================== --- head/lib/libfetch/common.h Thu Jan 30 07:44:22 2014 (r261283) +++ head/lib/libfetch/common.h Thu Jan 30 08:37:23 2014 (r261284) @@ -1,5 +1,5 @@ /*- - * Copyright (c) 1998-2011 Dag-Erling Smørgrav + * Copyright (c) 1998-2014 Dag-Erling Smørgrav * All rights reserved. * * Redistribution and use in source and binary forms, with or without Modified: head/lib/libfetch/http.c ============================================================================== --- head/lib/libfetch/http.c Thu Jan 30 07:44:22 2014 (r261283) +++ head/lib/libfetch/http.c Thu Jan 30 08:37:23 2014 (r261284) @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2000-2013 Dag-Erling Smørgrav + * Copyright (c) 2000-2014 Dag-Erling Smørgrav * All rights reserved. * * Redistribution and use in source and binary forms, with or without