Updates to license headers (#17)

- Capitalize containerization.
- Wrap "All rights reserved" to a new line.

Signed-off-by: Danny Canter <danny_canter@apple.com>
This commit is contained in:
Danny Canter
2025-06-05 16:16:22 -07:00
committed by Kathryn Baldauf
parent 816a959ada
commit f49f668936
203 changed files with 405 additions and 203 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
#!/usr/bin/env bash
# Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved.
# Copyright © 2025 Apple Inc. and the Containerization project authors.
# All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
+2 -1
View File
@@ -1,5 +1,6 @@
#!/usr/bin/env bash
# Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved.
# Copyright © 2025 Apple Inc. and the Containerization project authors.
# All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
+2 -1
View File
@@ -1,4 +1,5 @@
Copyright ©{{ " " }}{%- if attrs.git_file_modified_year != attrs.git_file_created_year -%}{{ attrs.git_file_created_year }}-{{ attrs.git_file_modified_year }}{%- else -%}{{ attrs.git_file_created_year }}{%- endif -%}{{ " " }}{{ props["copyrightOwner"] }}. All rights reserved.
Copyright ©{{ " " }}{%- if attrs.git_file_modified_year != attrs.git_file_created_year -%}{{ attrs.git_file_created_year }}-{{ attrs.git_file_modified_year }}{%- else -%}{{ attrs.git_file_created_year }}{%- endif -%}{{ " " }}{{ props["copyrightOwner"] }}.
All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
+2 -1
View File
@@ -1,5 +1,6 @@
#! /bin/bash -e
# Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved.
# Copyright © 2025 Apple Inc. and the Containerization project authors.
# All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.