Skip to content

Commit f49f668

Browse files
dcantahkatiewasnothere
authored andcommitted
Updates to license headers (#17)
- Capitalize containerization. - Wrap "All rights reserved" to a new line. Signed-off-by: Danny Canter <danny_canter@apple.com>
1 parent 816a959 commit f49f668

File tree

203 files changed

+405
-203
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

203 files changed

+405
-203
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved.
1+
# Copyright © 2025 Apple Inc. and the Containerization project authors.
2+
# All rights reserved.
23
#
34
# Licensed under the Apache License, Version 2.0 (the "License");
45
# you may not use this file except in compliance with the License.

Package.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// swift-tools-version: 6.0
22
//===----------------------------------------------------------------------===//
3-
// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved.
3+
// Copyright © 2025 Apple Inc. and the Containerization project authors.
4+
// All rights reserved.
45
//
56
// Licensed under the Apache License, Version 2.0 (the "License");
67
// you may not use this file except in compliance with the License.

Sources/CShim/exec_command.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
2-
* Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved.
2+
* Copyright © 2025 Apple Inc. and the Containerization project authors.
3+
* All rights reserved.
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");
56
* you may not use this file except in compliance with the License.

Sources/CShim/include/exec_command.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
2-
* Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved.
2+
* Copyright © 2025 Apple Inc. and the Containerization project authors.
3+
* All rights reserved.
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");
56
* you may not use this file except in compliance with the License.

Sources/CShim/include/vsock.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
2-
* Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved.
2+
* Copyright © 2025 Apple Inc. and the Containerization project authors.
3+
* All rights reserved.
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");
56
* you may not use this file except in compliance with the License.

Sources/CShim/vsock.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
2-
* Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved.
2+
* Copyright © 2025 Apple Inc. and the Containerization project authors.
3+
* All rights reserved.
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");
56
* you may not use this file except in compliance with the License.

Sources/Containerization/Agent/Vminitd+Rosetta.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
//===----------------------------------------------------------------------===//
2-
// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved.
2+
// Copyright © 2025 Apple Inc. and the Containerization project authors.
3+
// All rights reserved.
34
//
45
// Licensed under the Apache License, Version 2.0 (the "License");
56
// you may not use this file except in compliance with the License.

Sources/Containerization/Agent/Vminitd+SocketRelay.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
//===----------------------------------------------------------------------===//
2-
// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved.
2+
// Copyright © 2025 Apple Inc. and the Containerization project authors.
3+
// All rights reserved.
34
//
45
// Licensed under the Apache License, Version 2.0 (the "License");
56
// you may not use this file except in compliance with the License.

Sources/Containerization/Agent/Vminitd.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
//===----------------------------------------------------------------------===//
2-
// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved.
2+
// Copyright © 2025 Apple Inc. and the Containerization project authors.
3+
// All rights reserved.
34
//
45
// Licensed under the Apache License, Version 2.0 (the "License");
56
// you may not use this file except in compliance with the License.

Sources/Containerization/AttachedFilesystem.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
//===----------------------------------------------------------------------===//
2-
// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved.
2+
// Copyright © 2025 Apple Inc. and the Containerization project authors.
3+
// All rights reserved.
34
//
45
// Licensed under the Apache License, Version 2.0 (the "License");
56
// you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)