Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Nov 2017 15:49:01 +0000 (UTC)
From:      "Pedro F. Giffuni" <pfg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r326279 - in head/sys/kgssapi: . krb5
Message-ID:  <201711271549.vARFn1pY016043@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pfg
Date: Mon Nov 27 15:49:00 2017
New Revision: 326279
URL: https://svnweb.freebsd.org/changeset/base/326279

Log:
  sys/kgssapi: general adoption of SPDX licensing ID tags.
  
  Mainly focus on files that use BSD 2-Clause license, however the tool I
  was using misidentified many licenses so this was mostly a manual - error
  prone - task.
  
  The Software Package Data Exchange (SPDX) group provides a specification
  to make it easier for automated tools to detect and summarize well known
  opensource licenses. We are gradually adopting the specification, noting
  that the tags are considered only advisory and do not, in any way,
  superceed or replace the license texts.
  
  No functional change intended.

Modified:
  head/sys/kgssapi/gss_accept_sec_context.c
  head/sys/kgssapi/gss_acquire_cred.c
  head/sys/kgssapi/gss_add_oid_set_member.c
  head/sys/kgssapi/gss_canonicalize_name.c
  head/sys/kgssapi/gss_create_empty_oid_set.c
  head/sys/kgssapi/gss_delete_sec_context.c
  head/sys/kgssapi/gss_display_status.c
  head/sys/kgssapi/gss_export_name.c
  head/sys/kgssapi/gss_get_mic.c
  head/sys/kgssapi/gss_impl.c
  head/sys/kgssapi/gss_import_name.c
  head/sys/kgssapi/gss_init_sec_context.c
  head/sys/kgssapi/gss_names.c
  head/sys/kgssapi/gss_pname_to_uid.c
  head/sys/kgssapi/gss_release_buffer.c
  head/sys/kgssapi/gss_release_cred.c
  head/sys/kgssapi/gss_release_name.c
  head/sys/kgssapi/gss_release_oid_set.c
  head/sys/kgssapi/gss_set_cred_option.c
  head/sys/kgssapi/gss_test_oid_set_member.c
  head/sys/kgssapi/gss_unwrap.c
  head/sys/kgssapi/gss_verify_mic.c
  head/sys/kgssapi/gss_wrap.c
  head/sys/kgssapi/gss_wrap_size_limit.c
  head/sys/kgssapi/gssapi_impl.h
  head/sys/kgssapi/gssd_prot.c
  head/sys/kgssapi/gsstest.c
  head/sys/kgssapi/krb5/kcrypto.c
  head/sys/kgssapi/krb5/kcrypto.h
  head/sys/kgssapi/krb5/kcrypto_aes.c
  head/sys/kgssapi/krb5/kcrypto_arcfour.c
  head/sys/kgssapi/krb5/kcrypto_des.c
  head/sys/kgssapi/krb5/kcrypto_des3.c
  head/sys/kgssapi/krb5/krb5_mech.c

Modified: head/sys/kgssapi/gss_accept_sec_context.c
==============================================================================
--- head/sys/kgssapi/gss_accept_sec_context.c	Mon Nov 27 15:39:11 2017	(r326278)
+++ head/sys/kgssapi/gss_accept_sec_context.c	Mon Nov 27 15:49:00 2017	(r326279)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2008 Isilon Inc http://www.isilon.com/
  * Authors: Doug Rabson <dfr@rabson.org>
  * Developed with Red Inc: Alfred Perlstein <alfred@freebsd.org>

Modified: head/sys/kgssapi/gss_acquire_cred.c
==============================================================================
--- head/sys/kgssapi/gss_acquire_cred.c	Mon Nov 27 15:39:11 2017	(r326278)
+++ head/sys/kgssapi/gss_acquire_cred.c	Mon Nov 27 15:49:00 2017	(r326279)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2008 Isilon Inc http://www.isilon.com/
  * Authors: Doug Rabson <dfr@rabson.org>
  * Developed with Red Inc: Alfred Perlstein <alfred@freebsd.org>

Modified: head/sys/kgssapi/gss_add_oid_set_member.c
==============================================================================
--- head/sys/kgssapi/gss_add_oid_set_member.c	Mon Nov 27 15:39:11 2017	(r326278)
+++ head/sys/kgssapi/gss_add_oid_set_member.c	Mon Nov 27 15:49:00 2017	(r326279)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2008 Isilon Inc http://www.isilon.com/
  * Authors: Doug Rabson <dfr@rabson.org>
  * Developed with Red Inc: Alfred Perlstein <alfred@freebsd.org>

Modified: head/sys/kgssapi/gss_canonicalize_name.c
==============================================================================
--- head/sys/kgssapi/gss_canonicalize_name.c	Mon Nov 27 15:39:11 2017	(r326278)
+++ head/sys/kgssapi/gss_canonicalize_name.c	Mon Nov 27 15:49:00 2017	(r326279)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2008 Isilon Inc http://www.isilon.com/
  * Authors: Doug Rabson <dfr@rabson.org>
  * Developed with Red Inc: Alfred Perlstein <alfred@freebsd.org>

Modified: head/sys/kgssapi/gss_create_empty_oid_set.c
==============================================================================
--- head/sys/kgssapi/gss_create_empty_oid_set.c	Mon Nov 27 15:39:11 2017	(r326278)
+++ head/sys/kgssapi/gss_create_empty_oid_set.c	Mon Nov 27 15:49:00 2017	(r326279)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2008 Isilon Inc http://www.isilon.com/
  * Authors: Doug Rabson <dfr@rabson.org>
  * Developed with Red Inc: Alfred Perlstein <alfred@freebsd.org>

Modified: head/sys/kgssapi/gss_delete_sec_context.c
==============================================================================
--- head/sys/kgssapi/gss_delete_sec_context.c	Mon Nov 27 15:39:11 2017	(r326278)
+++ head/sys/kgssapi/gss_delete_sec_context.c	Mon Nov 27 15:49:00 2017	(r326279)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2008 Isilon Inc http://www.isilon.com/
  * Authors: Doug Rabson <dfr@rabson.org>
  * Developed with Red Inc: Alfred Perlstein <alfred@freebsd.org>

Modified: head/sys/kgssapi/gss_display_status.c
==============================================================================
--- head/sys/kgssapi/gss_display_status.c	Mon Nov 27 15:39:11 2017	(r326278)
+++ head/sys/kgssapi/gss_display_status.c	Mon Nov 27 15:49:00 2017	(r326279)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2008 Isilon Inc http://www.isilon.com/
  * Authors: Doug Rabson <dfr@rabson.org>
  * Developed with Red Inc: Alfred Perlstein <alfred@freebsd.org>

Modified: head/sys/kgssapi/gss_export_name.c
==============================================================================
--- head/sys/kgssapi/gss_export_name.c	Mon Nov 27 15:39:11 2017	(r326278)
+++ head/sys/kgssapi/gss_export_name.c	Mon Nov 27 15:49:00 2017	(r326279)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2008 Isilon Inc http://www.isilon.com/
  * Authors: Doug Rabson <dfr@rabson.org>
  * Developed with Red Inc: Alfred Perlstein <alfred@freebsd.org>

Modified: head/sys/kgssapi/gss_get_mic.c
==============================================================================
--- head/sys/kgssapi/gss_get_mic.c	Mon Nov 27 15:39:11 2017	(r326278)
+++ head/sys/kgssapi/gss_get_mic.c	Mon Nov 27 15:49:00 2017	(r326279)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2008 Isilon Inc http://www.isilon.com/
  * Authors: Doug Rabson <dfr@rabson.org>
  * Developed with Red Inc: Alfred Perlstein <alfred@freebsd.org>

Modified: head/sys/kgssapi/gss_impl.c
==============================================================================
--- head/sys/kgssapi/gss_impl.c	Mon Nov 27 15:39:11 2017	(r326278)
+++ head/sys/kgssapi/gss_impl.c	Mon Nov 27 15:49:00 2017	(r326279)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2008 Isilon Inc http://www.isilon.com/
  * Authors: Doug Rabson <dfr@rabson.org>
  * Developed with Red Inc: Alfred Perlstein <alfred@freebsd.org>

Modified: head/sys/kgssapi/gss_import_name.c
==============================================================================
--- head/sys/kgssapi/gss_import_name.c	Mon Nov 27 15:39:11 2017	(r326278)
+++ head/sys/kgssapi/gss_import_name.c	Mon Nov 27 15:49:00 2017	(r326279)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2008 Isilon Inc http://www.isilon.com/
  * Authors: Doug Rabson <dfr@rabson.org>
  * Developed with Red Inc: Alfred Perlstein <alfred@freebsd.org>

Modified: head/sys/kgssapi/gss_init_sec_context.c
==============================================================================
--- head/sys/kgssapi/gss_init_sec_context.c	Mon Nov 27 15:39:11 2017	(r326278)
+++ head/sys/kgssapi/gss_init_sec_context.c	Mon Nov 27 15:49:00 2017	(r326279)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2008 Isilon Inc http://www.isilon.com/
  * Authors: Doug Rabson <dfr@rabson.org>
  * Developed with Red Inc: Alfred Perlstein <alfred@freebsd.org>

Modified: head/sys/kgssapi/gss_names.c
==============================================================================
--- head/sys/kgssapi/gss_names.c	Mon Nov 27 15:39:11 2017	(r326278)
+++ head/sys/kgssapi/gss_names.c	Mon Nov 27 15:49:00 2017	(r326279)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2005 Doug Rabson
  * All rights reserved.
  *

Modified: head/sys/kgssapi/gss_pname_to_uid.c
==============================================================================
--- head/sys/kgssapi/gss_pname_to_uid.c	Mon Nov 27 15:39:11 2017	(r326278)
+++ head/sys/kgssapi/gss_pname_to_uid.c	Mon Nov 27 15:49:00 2017	(r326279)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2008 Isilon Inc http://www.isilon.com/
  * Authors: Doug Rabson <dfr@rabson.org>
  * Developed with Red Inc: Alfred Perlstein <alfred@freebsd.org>

Modified: head/sys/kgssapi/gss_release_buffer.c
==============================================================================
--- head/sys/kgssapi/gss_release_buffer.c	Mon Nov 27 15:39:11 2017	(r326278)
+++ head/sys/kgssapi/gss_release_buffer.c	Mon Nov 27 15:49:00 2017	(r326279)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2008 Isilon Inc http://www.isilon.com/
  * Authors: Doug Rabson <dfr@rabson.org>
  * Developed with Red Inc: Alfred Perlstein <alfred@freebsd.org>

Modified: head/sys/kgssapi/gss_release_cred.c
==============================================================================
--- head/sys/kgssapi/gss_release_cred.c	Mon Nov 27 15:39:11 2017	(r326278)
+++ head/sys/kgssapi/gss_release_cred.c	Mon Nov 27 15:49:00 2017	(r326279)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2008 Isilon Inc http://www.isilon.com/
  * Authors: Doug Rabson <dfr@rabson.org>
  * Developed with Red Inc: Alfred Perlstein <alfred@freebsd.org>

Modified: head/sys/kgssapi/gss_release_name.c
==============================================================================
--- head/sys/kgssapi/gss_release_name.c	Mon Nov 27 15:39:11 2017	(r326278)
+++ head/sys/kgssapi/gss_release_name.c	Mon Nov 27 15:49:00 2017	(r326279)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2008 Isilon Inc http://www.isilon.com/
  * Authors: Doug Rabson <dfr@rabson.org>
  * Developed with Red Inc: Alfred Perlstein <alfred@freebsd.org>

Modified: head/sys/kgssapi/gss_release_oid_set.c
==============================================================================
--- head/sys/kgssapi/gss_release_oid_set.c	Mon Nov 27 15:39:11 2017	(r326278)
+++ head/sys/kgssapi/gss_release_oid_set.c	Mon Nov 27 15:49:00 2017	(r326279)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2008 Isilon Inc http://www.isilon.com/
  * Authors: Doug Rabson <dfr@rabson.org>
  * Developed with Red Inc: Alfred Perlstein <alfred@freebsd.org>

Modified: head/sys/kgssapi/gss_set_cred_option.c
==============================================================================
--- head/sys/kgssapi/gss_set_cred_option.c	Mon Nov 27 15:39:11 2017	(r326278)
+++ head/sys/kgssapi/gss_set_cred_option.c	Mon Nov 27 15:49:00 2017	(r326279)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2008 Isilon Inc http://www.isilon.com/
  * Authors: Doug Rabson <dfr@rabson.org>
  * Developed with Red Inc: Alfred Perlstein <alfred@freebsd.org>

Modified: head/sys/kgssapi/gss_test_oid_set_member.c
==============================================================================
--- head/sys/kgssapi/gss_test_oid_set_member.c	Mon Nov 27 15:39:11 2017	(r326278)
+++ head/sys/kgssapi/gss_test_oid_set_member.c	Mon Nov 27 15:49:00 2017	(r326279)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2008 Isilon Inc http://www.isilon.com/
  * Authors: Doug Rabson <dfr@rabson.org>
  * Developed with Red Inc: Alfred Perlstein <alfred@freebsd.org>

Modified: head/sys/kgssapi/gss_unwrap.c
==============================================================================
--- head/sys/kgssapi/gss_unwrap.c	Mon Nov 27 15:39:11 2017	(r326278)
+++ head/sys/kgssapi/gss_unwrap.c	Mon Nov 27 15:49:00 2017	(r326279)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2008 Isilon Inc http://www.isilon.com/
  * Authors: Doug Rabson <dfr@rabson.org>
  * Developed with Red Inc: Alfred Perlstein <alfred@freebsd.org>

Modified: head/sys/kgssapi/gss_verify_mic.c
==============================================================================
--- head/sys/kgssapi/gss_verify_mic.c	Mon Nov 27 15:39:11 2017	(r326278)
+++ head/sys/kgssapi/gss_verify_mic.c	Mon Nov 27 15:49:00 2017	(r326279)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2008 Isilon Inc http://www.isilon.com/
  * Authors: Doug Rabson <dfr@rabson.org>
  * Developed with Red Inc: Alfred Perlstein <alfred@freebsd.org>

Modified: head/sys/kgssapi/gss_wrap.c
==============================================================================
--- head/sys/kgssapi/gss_wrap.c	Mon Nov 27 15:39:11 2017	(r326278)
+++ head/sys/kgssapi/gss_wrap.c	Mon Nov 27 15:49:00 2017	(r326279)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2008 Isilon Inc http://www.isilon.com/
  * Authors: Doug Rabson <dfr@rabson.org>
  * Developed with Red Inc: Alfred Perlstein <alfred@freebsd.org>

Modified: head/sys/kgssapi/gss_wrap_size_limit.c
==============================================================================
--- head/sys/kgssapi/gss_wrap_size_limit.c	Mon Nov 27 15:39:11 2017	(r326278)
+++ head/sys/kgssapi/gss_wrap_size_limit.c	Mon Nov 27 15:49:00 2017	(r326279)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2008 Isilon Inc http://www.isilon.com/
  * Authors: Doug Rabson <dfr@rabson.org>
  * Developed with Red Inc: Alfred Perlstein <alfred@freebsd.org>

Modified: head/sys/kgssapi/gssapi_impl.h
==============================================================================
--- head/sys/kgssapi/gssapi_impl.h	Mon Nov 27 15:39:11 2017	(r326278)
+++ head/sys/kgssapi/gssapi_impl.h	Mon Nov 27 15:49:00 2017	(r326279)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2008 Isilon Inc http://www.isilon.com/
  * Authors: Doug Rabson <dfr@rabson.org>
  * Developed with Red Inc: Alfred Perlstein <alfred@freebsd.org>

Modified: head/sys/kgssapi/gssd_prot.c
==============================================================================
--- head/sys/kgssapi/gssd_prot.c	Mon Nov 27 15:39:11 2017	(r326278)
+++ head/sys/kgssapi/gssd_prot.c	Mon Nov 27 15:49:00 2017	(r326279)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2008 Isilon Inc http://www.isilon.com/
  * Authors: Doug Rabson <dfr@rabson.org>
  * Developed with Red Inc: Alfred Perlstein <alfred@freebsd.org>

Modified: head/sys/kgssapi/gsstest.c
==============================================================================
--- head/sys/kgssapi/gsstest.c	Mon Nov 27 15:39:11 2017	(r326278)
+++ head/sys/kgssapi/gsstest.c	Mon Nov 27 15:49:00 2017	(r326279)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2008 Isilon Inc http://www.isilon.com/
  * Authors: Doug Rabson <dfr@rabson.org>
  * Developed with Red Inc: Alfred Perlstein <alfred@freebsd.org>

Modified: head/sys/kgssapi/krb5/kcrypto.c
==============================================================================
--- head/sys/kgssapi/krb5/kcrypto.c	Mon Nov 27 15:39:11 2017	(r326278)
+++ head/sys/kgssapi/krb5/kcrypto.c	Mon Nov 27 15:49:00 2017	(r326279)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2008 Isilon Inc http://www.isilon.com/
  * Authors: Doug Rabson <dfr@rabson.org>
  * Developed with Red Inc: Alfred Perlstein <alfred@freebsd.org>

Modified: head/sys/kgssapi/krb5/kcrypto.h
==============================================================================
--- head/sys/kgssapi/krb5/kcrypto.h	Mon Nov 27 15:39:11 2017	(r326278)
+++ head/sys/kgssapi/krb5/kcrypto.h	Mon Nov 27 15:49:00 2017	(r326279)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2008 Isilon Inc http://www.isilon.com/
  * Authors: Doug Rabson <dfr@rabson.org>
  * Developed with Red Inc: Alfred Perlstein <alfred@freebsd.org>

Modified: head/sys/kgssapi/krb5/kcrypto_aes.c
==============================================================================
--- head/sys/kgssapi/krb5/kcrypto_aes.c	Mon Nov 27 15:39:11 2017	(r326278)
+++ head/sys/kgssapi/krb5/kcrypto_aes.c	Mon Nov 27 15:49:00 2017	(r326279)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2008 Isilon Inc http://www.isilon.com/
  * Authors: Doug Rabson <dfr@rabson.org>
  * Developed with Red Inc: Alfred Perlstein <alfred@freebsd.org>

Modified: head/sys/kgssapi/krb5/kcrypto_arcfour.c
==============================================================================
--- head/sys/kgssapi/krb5/kcrypto_arcfour.c	Mon Nov 27 15:39:11 2017	(r326278)
+++ head/sys/kgssapi/krb5/kcrypto_arcfour.c	Mon Nov 27 15:49:00 2017	(r326279)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2008 Isilon Inc http://www.isilon.com/
  * Authors: Doug Rabson <dfr@rabson.org>
  * Developed with Red Inc: Alfred Perlstein <alfred@freebsd.org>

Modified: head/sys/kgssapi/krb5/kcrypto_des.c
==============================================================================
--- head/sys/kgssapi/krb5/kcrypto_des.c	Mon Nov 27 15:39:11 2017	(r326278)
+++ head/sys/kgssapi/krb5/kcrypto_des.c	Mon Nov 27 15:49:00 2017	(r326279)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2008 Isilon Inc http://www.isilon.com/
  * Authors: Doug Rabson <dfr@rabson.org>
  * Developed with Red Inc: Alfred Perlstein <alfred@freebsd.org>

Modified: head/sys/kgssapi/krb5/kcrypto_des3.c
==============================================================================
--- head/sys/kgssapi/krb5/kcrypto_des3.c	Mon Nov 27 15:39:11 2017	(r326278)
+++ head/sys/kgssapi/krb5/kcrypto_des3.c	Mon Nov 27 15:49:00 2017	(r326279)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2008 Isilon Inc http://www.isilon.com/
  * Authors: Doug Rabson <dfr@rabson.org>
  * Developed with Red Inc: Alfred Perlstein <alfred@freebsd.org>

Modified: head/sys/kgssapi/krb5/krb5_mech.c
==============================================================================
--- head/sys/kgssapi/krb5/krb5_mech.c	Mon Nov 27 15:39:11 2017	(r326278)
+++ head/sys/kgssapi/krb5/krb5_mech.c	Mon Nov 27 15:49:00 2017	(r326279)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2008 Isilon Inc http://www.isilon.com/
  * Authors: Doug Rabson <dfr@rabson.org>
  * Developed with Red Inc: Alfred Perlstein <alfred@freebsd.org>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711271549.vARFn1pY016043>