diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-08-11 14:49:43 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-08-11 14:49:43 -0400 |
commit | 78059bbbdb2d53957718f38f37b20216baa51566 (patch) | |
tree | 08187a787eb6224bf866a32b262b057308c4c015 /app/boards/arm/proton_c/pinmux.c | |
parent | af5e936b89d5586f52597fb82422cfcfa1e2abbf (diff) |
Fix up some incorrect license headers.
Diffstat (limited to 'app/boards/arm/proton_c/pinmux.c')
-rw-r--r-- | app/boards/arm/proton_c/pinmux.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/boards/arm/proton_c/pinmux.c b/app/boards/arm/proton_c/pinmux.c index 09f3a34..a6aaae0 100644 --- a/app/boards/arm/proton_c/pinmux.c +++ b/app/boards/arm/proton_c/pinmux.c @@ -1,7 +1,7 @@ /* * Copyright (c) 2017 I-SENSE group of ICCS * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: MIT */ #include <kernel.h> |