diff --git a/src/arch/aarch64/boot.rs b/src/arch/aarch64/boot.rs index 764c13e..9631f27 100644 --- a/src/arch/aarch64/boot.rs +++ b/src/arch/aarch64/boot.rs @@ -3,6 +3,7 @@ * * Copyright (c) 2018 Jorge Aparicio * Copyright (c) 2018-2019 Andre Richter + * Copyright (c) 2019 Berkus Decker * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/arch/aarch64/mmu.rs b/src/arch/aarch64/mmu.rs index 679ecf3..d29e1f6 100644 --- a/src/arch/aarch64/mmu.rs +++ b/src/arch/aarch64/mmu.rs @@ -2,6 +2,7 @@ * MIT License * * Copyright (c) 2018-2019 Andre Richter + * Copyright (c) 2019 Berkus Decker * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal