Author: ian Date: Sun Dec 22 20:06:08 2019 New Revision: 356024 URL: https://svnweb.freebsd.org/changeset/base/356024
Log: MFC r355685: Clean up some of my copyrights; add SPDX tag and remove All rights reserved. Modified: stable/12/sys/dev/iicbus/ads111x.c stable/12/sys/dev/iicbus/ds13rtc.c stable/12/sys/dev/iicbus/iic_recover_bus.c stable/12/sys/dev/iicbus/iic_recover_bus.h stable/12/sys/dev/iicbus/isl12xx.c stable/12/sys/dev/iicbus/nxprtc.c stable/12/sys/dev/iicbus/rtc8583.c Directory Properties: stable/12/ (props changed) Modified: stable/12/sys/dev/iicbus/ads111x.c ============================================================================== --- stable/12/sys/dev/iicbus/ads111x.c Sun Dec 22 20:04:35 2019 (r356023) +++ stable/12/sys/dev/iicbus/ads111x.c Sun Dec 22 20:06:08 2019 (r356024) @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c) 2019 Ian Lepore. * * Redistribution and use in source and binary forms, with or without Modified: stable/12/sys/dev/iicbus/ds13rtc.c ============================================================================== --- stable/12/sys/dev/iicbus/ds13rtc.c Sun Dec 22 20:04:35 2019 (r356023) +++ stable/12/sys/dev/iicbus/ds13rtc.c Sun Dec 22 20:06:08 2019 (r356024) @@ -1,6 +1,7 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c) 2017 Ian Lepore <[email protected]> - * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions Modified: stable/12/sys/dev/iicbus/iic_recover_bus.c ============================================================================== --- stable/12/sys/dev/iicbus/iic_recover_bus.c Sun Dec 22 20:04:35 2019 (r356023) +++ stable/12/sys/dev/iicbus/iic_recover_bus.c Sun Dec 22 20:06:08 2019 (r356024) @@ -1,6 +1,7 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c) 2017 Ian Lepore <[email protected]> - * All rights reserved. * * Development sponsored by Microsemi, Inc. * Modified: stable/12/sys/dev/iicbus/iic_recover_bus.h ============================================================================== --- stable/12/sys/dev/iicbus/iic_recover_bus.h Sun Dec 22 20:04:35 2019 (r356023) +++ stable/12/sys/dev/iicbus/iic_recover_bus.h Sun Dec 22 20:06:08 2019 (r356024) @@ -1,6 +1,7 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c) 2017 Ian Lepore <[email protected]> - * All rights reserved. * * Development sponsored by Microsemi, Inc. * Modified: stable/12/sys/dev/iicbus/isl12xx.c ============================================================================== --- stable/12/sys/dev/iicbus/isl12xx.c Sun Dec 22 20:04:35 2019 (r356023) +++ stable/12/sys/dev/iicbus/isl12xx.c Sun Dec 22 20:06:08 2019 (r356024) @@ -1,5 +1,7 @@ /*- - * Copyright (c) 2017 Ian Lepore. All rights reserved. + * SPDX-License-Identifier: BSD-2-Clause + * + * Copyright (c) 2017 Ian Lepore. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions Modified: stable/12/sys/dev/iicbus/nxprtc.c ============================================================================== --- stable/12/sys/dev/iicbus/nxprtc.c Sun Dec 22 20:04:35 2019 (r356023) +++ stable/12/sys/dev/iicbus/nxprtc.c Sun Dec 22 20:06:08 2019 (r356024) @@ -1,6 +1,7 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c) 2017 Ian Lepore <[email protected]> - * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions Modified: stable/12/sys/dev/iicbus/rtc8583.c ============================================================================== --- stable/12/sys/dev/iicbus/rtc8583.c Sun Dec 22 20:04:35 2019 (r356023) +++ stable/12/sys/dev/iicbus/rtc8583.c Sun Dec 22 20:06:08 2019 (r356024) @@ -1,6 +1,8 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c) 2017 Hiroki Mori. All rights reserved. - * Copyright (c) 2017 Ian Lepore. All rights reserved. + * Copyright (c) 2017 Ian Lepore. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
