From b7d2fdf0b2b94d7230ed2ff32374a06c381af011 Mon Sep 17 00:00:00 2001 From: Berkus Decker Date: Sun, 24 Feb 2019 00:04:22 +0200 Subject: [PATCH] [wip] Update copyrights --- src/arch/aarch64/boot.rs | 1 + src/arch/aarch64/mmu.rs | 1 + 2 files changed, 2 insertions(+) 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