Skip to content

Commit fb234f6

Browse files
committed
Add Swift license header to CFRuntime_Internal.h.
1 parent f76b5c7 commit fb234f6

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

CoreFoundation/Base.subproj/CFRuntime_Internal.h

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
//
2-
// CFRuntime_Internal.h
3-
// CoreFoundation
4-
//
5-
// Created by Tony Parker on 4/21/18.
6-
//
1+
/* CFRuntime_Internal.h
2+
Copyright (c) 2018, Apple Inc. and the Swift project authors
3+
4+
Portions Copyright (c) 2014-2018, Apple Inc. and the Swift project authors
5+
Licensed under Apache License v2.0 with Runtime Library Exception
6+
See http://swift.org/LICENSE.txt for license information
7+
See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
8+
*/
79

810
#ifndef CFRuntime_Internal_h
911
#define CFRuntime_Internal_h

0 commit comments

Comments
 (0)