From owner-p4-projects@FreeBSD.ORG Tue Feb 3 00:27:06 2015 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 13820B1A; Tue, 3 Feb 2015 00:27:06 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CA3D2B18 for ; Tue, 3 Feb 2015 00:27:05 +0000 (UTC) Received: from skunkworks.freebsd.org (skunkworks.freebsd.org [IPv6:2001:1900:2254:2068::682:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B6BDAC8C for ; Tue, 3 Feb 2015 00:27:05 +0000 (UTC) Received: from skunkworks.freebsd.org ([127.0.1.74]) by skunkworks.freebsd.org (8.14.9/8.14.9) with ESMTP id t130R5Ch084149 for ; Tue, 3 Feb 2015 00:27:05 GMT (envelope-from jmg@freebsd.org) Received: (from perforce@localhost) by skunkworks.freebsd.org (8.14.9/8.14.9/Submit) id t130R5vC084146 for perforce@freebsd.org; Tue, 3 Feb 2015 00:27:05 GMT (envelope-from jmg@freebsd.org) Date: Tue, 3 Feb 2015 00:27:05 GMT Message-Id: <201502030027.t130R5vC084146@skunkworks.freebsd.org> X-Authentication-Warning: skunkworks.freebsd.org: perforce set sender to jmg@freebsd.org using -f From: John-Mark Gurney Subject: PERFORCE change 1205655 for review To: Perforce Change Reviews Precedence: bulk X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Feb 2015 00:27:06 -0000 http://p4web.freebsd.org/@@1205655?ac=10 Change 1205655 by jmg@jmg_pciehp on 2015/02/03 00:26:49 forgot to add the Foundation Copyright, add it... Sponsored by: FreeBSD Foundation Affected files ... .. //depot/projects/pciehotplug/sys/dev/pci/pcie_hp.c#2 edit Differences ... ==== //depot/projects/pciehotplug/sys/dev/pci/pcie_hp.c#2 (text+ko) ==== @@ -1,7 +1,10 @@ /*- * Copyright (c) 2012, Gavin Atkinson + * Copyright (c) 2015 The FreeBSD Foundation * All rights reserved. * + * Portions of this software were developed by John-Mark Gurney + * under sponsorship from the FreeBSD Foundation. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: