git: 63664df72036 - main - amd64 locore.S: add FF copyright for LA57 work

Konstantin Belousov kib at FreeBSD.org
Sat Jul 10 11:47:09 UTC 2021


The branch main has been updated by kib:

URL: https://cgit.FreeBSD.org/src/commit/?id=63664df72036dc8ee99bd83fecc91faf167fa232

commit 63664df72036dc8ee99bd83fecc91faf167fa232
Author:     Konstantin Belousov <kib at FreeBSD.org>
AuthorDate: 2021-07-10 11:05:19 +0000
Commit:     Konstantin Belousov <kib at FreeBSD.org>
CommitDate: 2021-07-10 11:46:53 +0000

    amd64 locore.S: add FF copyright for LA57 work
    
    Sponsored by:   The FreeBSD Foundation
    MFC after:      1 week
---
 sys/amd64/amd64/locore.S | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/sys/amd64/amd64/locore.S b/sys/amd64/amd64/locore.S
index 6cd2061aef07..f2eedb402ef3 100644
--- a/sys/amd64/amd64/locore.S
+++ b/sys/amd64/amd64/locore.S
@@ -2,6 +2,12 @@
  * Copyright (c) 2003 Peter Wemm <peter at FreeBSD.org>
  * All rights reserved.
  *
+ * Copyright (c) 2020, 2021 The FreeBSD Foundation
+ *
+ * Portions of this software were developed by
+ * Konstantin Belousov <kib at FreeBSD.org> under sponsorship from
+ * the FreeBSD Foundation.
+ *
  * 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 dev-commits-src-all mailing list