diff options
Diffstat (limited to 'src/ppc64/ppc64-boot.S')
| -rw-r--r-- | src/ppc64/ppc64-boot.S | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ppc64/ppc64-boot.S b/src/ppc64/ppc64-boot.S index de366fc..6fb2a79 100644 --- a/src/ppc64/ppc64-boot.S +++ b/src/ppc64/ppc64-boot.S @@ -1,3 +1,8 @@ +// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
+// Distributed under the Apache Software License, Version 2.0. (See accompanying
+// file LICENSE_1_0.txt or copy at http://www.apache.org/licenses/LICENSE-2.0)
+// Official repository: https://github.com/nekernel-org/neboot
+
.balign 4
.section .text
|
