File tree Expand file tree Collapse file tree 6 files changed +41
-43
lines changed Expand file tree Collapse file tree 6 files changed +41
-43
lines changed Original file line number Diff line number Diff line change 1
- /* CFUniChar.c
2
- Copyright (c) 2001-2019, Apple Inc. and the Swift project authors
1
+ /* CFUniChar.c
2
+ Copyright (c) 2001-2019, Apple Inc. and the Swift project authors
3
3
4
- Portions Copyright (c) 2014-2019, 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
- Responsibility: Foundation Team
4
+ Portions Copyright (c) 2014-2019, 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
+ Responsibility: Foundation Team
9
9
*/
10
10
11
11
#include "CFBase.h"
Original file line number Diff line number Diff line change 1
- /* CFUnicodeDecomposition.c
2
- Copyright (c) 1999-2019, Apple Inc. and the Swift project authors
1
+ /* CFUnicodeDecomposition.c
2
+ Copyright (c) 1999-2019, Apple Inc. and the Swift project authors
3
3
4
- Portions Copyright (c) 2014-2019, 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
- Responsibility: Foundation Team
4
+ Portions Copyright (c) 2014-2019, 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
+ Responsibility: Foundation Team
9
9
*/
10
10
11
11
#include <string.h>
Original file line number Diff line number Diff line change 1
- /* CFUnicodePrecomposition.c
2
- Copyright (c) 1999-2019, Apple Inc. and the Swift project authors
1
+ /* CFUnicodePrecomposition.c
2
+ Copyright (c) 1999-2019, Apple Inc. and the Swift project authors
3
3
4
- Portions Copyright (c) 2014-2019, 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
- Responsibility: Foundation Team
4
+ Portions Copyright (c) 2014-2019, 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
+ Responsibility: Foundation Team
9
9
*/
10
10
11
11
#include <string.h>
Original file line number Diff line number Diff line change 1
- /* CFUniChar.h
2
- Copyright (c) 1998-2019, Apple Inc. and the Swift project authors
1
+ /* CFUniChar.h
2
+ Copyright (c) 1998-2019, Apple Inc. and the Swift project authors
3
3
4
- Portions Copyright (c) 2014-2019, 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
4
+ Portions Copyright (c) 2014-2019, 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
8
*/
9
9
10
10
#if !defined(__COREFOUNDATION_CFUNICHAR__ )
Original file line number Diff line number Diff line change 1
1
/*
2
- CFUnicodeDecomposition.h
3
- CoreFoundation
2
+ CFUnicodeDecomposition.h
3
+ CoreFoundation
4
4
5
- Created by aki on Wed Oct 03 2001.
6
- Copyright (c) 2001-2019, Apple Inc. and the Swift project authors
5
+ Copyright (c) 2001-2019, Apple Inc. and the Swift project authors
7
6
8
- Portions Copyright (c) 2014-2019, Apple Inc. and the Swift project authors
9
- Licensed under Apache License v2.0 with Runtime Library Exception
10
- See http://swift.org/LICENSE.txt for license information
11
- See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
7
+ Portions Copyright (c) 2014-2019, Apple Inc. and the Swift project authors
8
+ Licensed under Apache License v2.0 with Runtime Library Exception
9
+ See http://swift.org/LICENSE.txt for license information
10
+ See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
12
11
*/
13
12
14
13
#if !defined(__COREFOUNDATION_CFUNICODEDECOMPOSITION__ )
Original file line number Diff line number Diff line change 1
1
/*
2
- CFUnicodePrecomposition.h
3
- CoreFoundation
2
+ CFUnicodePrecomposition.h
3
+ CoreFoundation
4
4
5
- Created by aki on Wed Oct 03 2001.
6
- Copyright (c) 2001-2019, Apple Inc. and the Swift project authors
5
+ Copyright (c) 2001-2019, Apple Inc. and the Swift project authors
7
6
8
- Portions Copyright (c) 2014-2019, Apple Inc. and the Swift project authors
9
- Licensed under Apache License v2.0 with Runtime Library Exception
10
- See http://swift.org/LICENSE.txt for license information
11
- See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
7
+ Portions Copyright (c) 2014-2019, Apple Inc. and the Swift project authors
8
+ Licensed under Apache License v2.0 with Runtime Library Exception
9
+ See http://swift.org/LICENSE.txt for license information
10
+ See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
12
11
*/
13
12
14
13
#if !defined(__COREFOUNDATION_CFUNICODEPRECOMPOSITION__ )
You can’t perform that action at this time.
0 commit comments