Date: Thu, 24 Apr 2014 14:44:42 +0000 (UTC) From: Roger Pau Monné <royger@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r264882 - head/sys/amd64/amd64 Message-ID: <201404241444.s3OEigni077612@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: royger Date: Thu Apr 24 14:44:42 2014 New Revision: 264882 URL: http://svnweb.freebsd.org/changeset/base/264882 Log: xen: fix copyright header Some of the code in xen-locore.S was picked from Cherry G. Mathew amd64 Xen PV branch, but I've failed to set the proper copyright, so do it now. Approved by: gibbs Modified: head/sys/amd64/amd64/xen-locore.S Modified: head/sys/amd64/amd64/xen-locore.S ============================================================================== --- head/sys/amd64/amd64/xen-locore.S Thu Apr 24 14:12:35 2014 (r264881) +++ head/sys/amd64/amd64/xen-locore.S Thu Apr 24 14:44:42 2014 (r264882) @@ -1,8 +1,12 @@ /*- * Copyright (c) 2003 Peter Wemm <peter@FreeBSD.org> + * Copyright (c) 2011-2012 Spectra Logic Corporation * Copyright (c) 2013 Roger Pau Monne <royger@FreeBSD.org> * All rights reserved. * + * This software was developed by Cherry G. Mathew <cherry@zyx.in> + * under sponsorship from Spectra Logic Corporation. + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404241444.s3OEigni077612>