svn commit: r264882 - head/sys/amd64/amd64

Roger Pau Monné royger at FreeBSD.org
Thu Apr 24 14:44:42 UTC 2014


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 at FreeBSD.org>
+ * Copyright (c) 2011-2012 Spectra Logic Corporation
  * Copyright (c) 2013 Roger Pau Monne <royger at FreeBSD.org>
  * All rights reserved.
  *
+ * This software was developed by Cherry G. Mathew <cherry at 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:


More information about the svn-src-head mailing list