PERFORCE change 1200539 for review

John-Mark Gurney jmg at FreeBSD.org
Fri Sep 19 22:37:06 UTC 2014


http://p4web.freebsd.org/@@1200539?ac=10

Change 1200539 by jmg at jmg_carbon2 on 2014/09/19 22:36:45

	update sponsore ship lines to include Netgate...
	
	Sponsored by:	FreeBSD Foundation
	Sponsored by:	Rubicon Communications, LLC (Netgate).

Affected files ...

.. //depot/projects/opencrypto/sys/crypto/aesni/aesni.c#9 edit
.. //depot/projects/opencrypto/sys/crypto/aesni/aesni_ghash.c#4 edit
.. //depot/projects/opencrypto/sys/crypto/aesni/aesni_wrap.c#5 edit
.. //depot/projects/opencrypto/sys/opencrypto/cryptodev.c#8 edit
.. //depot/projects/opencrypto/sys/opencrypto/cryptodev.h#9 edit
.. //depot/projects/opencrypto/sys/opencrypto/cryptosoft.c#12 edit
.. //depot/projects/opencrypto/sys/opencrypto/gfmult.c#4 edit
.. //depot/projects/opencrypto/sys/opencrypto/gfmult.h#4 edit
.. //depot/projects/opencrypto/sys/opencrypto/gmac.c#5 edit
.. //depot/projects/opencrypto/sys/opencrypto/gmac.h#6 edit
.. //depot/projects/opencrypto/sys/opencrypto/xform.c#9 edit
.. //depot/projects/opencrypto/sys/opencrypto/xform.h#8 edit

Differences ...

==== //depot/projects/opencrypto/sys/crypto/aesni/aesni.c#9 (text+ko) ====

@@ -5,7 +5,8 @@
  * All rights reserved.
  *
  * Portions of this software were developed by John-Mark Gurney
- * under sponsorship from the FreeBSD Foundation.
+ * under sponsorship of the FreeBSD Foundation and
+ * Rubicon Communications, LLC (Netgate).
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

==== //depot/projects/opencrypto/sys/crypto/aesni/aesni_ghash.c#4 (text+ko) ====

@@ -3,7 +3,8 @@
  * All rights reserved.
  *
  * This software was developed by John-Mark Gurney under
- * the sponsorship from the FreeBSD Foundation.
+ * the sponsorship of the FreeBSD Foundation and
+ * Rubicon Communications, LLC (Netgate).
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:

==== //depot/projects/opencrypto/sys/crypto/aesni/aesni_wrap.c#5 (text+ko) ====

@@ -7,7 +7,8 @@
  * All rights reserved.
  *
  * Portions of this software were developed by John-Mark Gurney
- * under sponsorship from the FreeBSD Foundation.
+ * under sponsorship of the FreeBSD Foundation and
+ * Rubicon Communications, LLC (Netgate).
  * 
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

==== //depot/projects/opencrypto/sys/opencrypto/cryptodev.c#8 (text+ko) ====

@@ -7,7 +7,8 @@
  * All rights reserved.
  *
  * Portions of this software were developed by John-Mark Gurney
- * under sponsorship from the FreeBSD Foundation.
+ * under sponsorship of the FreeBSD Foundation and
+ * Rubicon Communications, LLC (Netgate).
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

==== //depot/projects/opencrypto/sys/opencrypto/cryptodev.h#9 (text+ko) ====

@@ -27,7 +27,8 @@
  * All rights reserved.
  *
  * Portions of this software were developed by John-Mark Gurney
- * under sponsorship from the FreeBSD Foundation.
+ * under sponsorship of the FreeBSD Foundation and
+ * Rubicon Communications, LLC (Netgate).
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

==== //depot/projects/opencrypto/sys/opencrypto/cryptosoft.c#12 (text+ko) ====

@@ -13,7 +13,8 @@
  * All rights reserved.
  *
  * Portions of this software were developed by John-Mark Gurney
- * under sponsorship from the FreeBSD Foundation.
+ * under sponsorship of the FreeBSD Foundation and
+ * Rubicon Communications, LLC (Netgate).
  *
  * Permission to use, copy, and modify this software with or without fee
  * is hereby granted, provided that this entire notice is included in

==== //depot/projects/opencrypto/sys/opencrypto/gfmult.c#4 (text+ko) ====

@@ -3,7 +3,8 @@
  * All rights reserved.
  *
  * This software was developed by John-Mark Gurney under
- * the sponsorship from the FreeBSD Foundation.
+ * the sponsorship of the FreeBSD Foundation and
+ * Rubicon Communications, LLC (Netgate).
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:

==== //depot/projects/opencrypto/sys/opencrypto/gfmult.h#4 (text+ko) ====

@@ -3,7 +3,8 @@
  * All rights reserved.
  *
  * This software was developed by John-Mark Gurney under
- * the sponsorship from the FreeBSD Foundation.
+ * the sponsorship of the FreeBSD Foundation and
+ * Rubicon Communications, LLC (Netgate).
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:

==== //depot/projects/opencrypto/sys/opencrypto/gmac.c#5 (text+ko) ====

@@ -3,7 +3,8 @@
  * All rights reserved.
  *
  * This software was developed by John-Mark Gurney under
- * the sponsorship from the FreeBSD Foundation.
+ * the sponsorship of the FreeBSD Foundation and
+ * Rubicon Communications, LLC (Netgate).
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:

==== //depot/projects/opencrypto/sys/opencrypto/gmac.h#6 (text+ko) ====

@@ -3,7 +3,8 @@
  * All rights reserved.
  *
  * This software was developed by John-Mark Gurney under
- * the sponsorship from the FreeBSD Foundation.
+ * the sponsorship of the FreeBSD Foundation and
+ * Rubicon Communications, LLC (Netgate).
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:

==== //depot/projects/opencrypto/sys/opencrypto/xform.c#9 (text+ko) ====

@@ -28,7 +28,8 @@
  * All rights reserved.
  *
  * Portions of this software were developed by John-Mark Gurney
- * under sponsorship from the FreeBSD Foundation.
+ * under sponsorship of the FreeBSD Foundation and
+ * Rubicon Communications, LLC (Netgate).
  *
  * Permission to use, copy, and modify this software with or without fee
  * is hereby granted, provided that this entire notice is included in

==== //depot/projects/opencrypto/sys/opencrypto/xform.h#8 (text+ko) ====

@@ -13,7 +13,8 @@
  * All rights reserved.
  *
  * Portions of this software were developed by John-Mark Gurney
- * under sponsorship from the FreeBSD Foundation.
+ * under sponsorship of the FreeBSD Foundation and
+ * Rubicon Communications, LLC (Netgate).
  *
  * Permission to use, copy, and modify this software without fee
  * is hereby granted, provided that this entire notice is included in


More information about the p4-projects mailing list