summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRichard Burton <richard.burton@arm.com>2022-11-15 11:46:11 +0000
committerRichard Burton <richard.burton@arm.com>2022-11-17 15:17:15 +0000
commitf32a86a6969508d7a156decbed0bfc9466ad92fa (patch)
tree4c3a3a95a57823bf7021eab2f4973d7223573f42 /docs
parent7ac0a3a51b98d63cdda595d686974ec1c9bac316 (diff)
downloadml-embedded-evaluation-kit-f32a86a6969508d7a156decbed0bfc9466ad92fa.tar.gz
MLECO-3583: Update copyright notice according to new guidelines
Change-Id: I0f057b33993e5196a60e52f4fb0c60e09693dcfe
Diffstat (limited to 'docs')
-rw-r--r--docs/sections/building.md2
-rw-r--r--docs/sections/coding_guidelines.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/sections/building.md b/docs/sections/building.md
index 5067de1..cac66c3 100644
--- a/docs/sections/building.md
+++ b/docs/sections/building.md
@@ -56,7 +56,7 @@ Before proceeding, it is *essential* to ensure that the following prerequisites
```log
arm-none-eabi-gcc (GNU Arm Embedded Toolchain 10-2020-q4-major) 10.2.1 20201103 (release)
- Copyright (C) 2020 Free Software Foundation, Inc.
+ SPDX-FileCopyrightText: Copyright 2020 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
```
diff --git a/docs/sections/coding_guidelines.md b/docs/sections/coding_guidelines.md
index 43a71d1..27d9e8b 100644
--- a/docs/sections/coding_guidelines.md
+++ b/docs/sections/coding_guidelines.md
@@ -78,7 +78,7 @@ Software components written in C/C++ may use the language features allowed and i
```copyright
/*
- * Copyright (c) <years additions were made to project> <your name>, Arm Limited. All rights reserved.
+ * SPDX-FileCopyrightText: Copyright <years additions were made to project> <your name>, Arm Limited and/or its affiliates <open-source-office@arm.com>
* SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");