Skip to content

Commit 5dda0d6

Browse files
author
Reed Es
committed
updated for change in LLC
1 parent c92fe0a commit 5dda0d6

11 files changed

Lines changed: 28 additions & 13 deletions

Package.swift

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
// swift-tools-version:5.3
22

3+
// Copyright 2021, 2022 OpenAlloc LLC
4+
//
5+
// Licensed under the Apache License, Version 2.0 (the "License");
6+
// you may not use this file except in compliance with the License.
7+
// You may obtain a copy of the License at
8+
//
9+
// http://www.apache.org/licenses/LICENSE-2.0
10+
//
11+
// Unless required by applicable law or agreed to in writing, software
12+
// distributed under the License is distributed on an "AS IS" BASIS,
13+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
// See the License for the specific language governing permissions and
15+
// limitations under the License.
16+
//
17+
318
import PackageDescription
419

520
let package = Package(

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,15 +111,15 @@ Swift open-source libraries (by the same author):
111111
* [SwiftSeriesResampler](https://github.com/openalloc/SwiftSeriesResampler) - transform a series of coordinate values into a new series with uniform intervals
112112
* [SwiftSimpleTree](https://github.com/openalloc/SwiftSimpleTree) - a nested data structure that’s flexible and easy to use
113113

114-
And commercial apps using this library (by the same author):
114+
And open source apps using this library (by the same author):
115115

116-
* [FlowAllocator](https://flowallocator.app/FlowAllocator/index.html) - portfolio rebalancing tool for macOS
117-
* [FlowWorth](https://flowallocator.app/FlowWorth/index.html) - a new portfolio performance and valuation tracking tool for macOS
116+
* [FlowAllocator](https://openalloc.github.io/FlowAllocator/index.html) - portfolio rebalancing tool for macOS
117+
* [FlowWorth](https://openalloc.github.io/FlowWorth/index.html) - a new portfolio performance and valuation tracking tool for macOS
118118

119119

120120
## License
121121

122-
Copyright 2021 FlowAllocator LLC
122+
Copyright 2021, 2022 OpenAlloc LLC
123123

124124
Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at
125125

Sources/CurrencyCompactor.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// CurrencyCompactor.swift
33
//
4-
// Copyright 2021 FlowAllocator LLC
4+
// Copyright 2021, 2022 OpenAlloc LLC
55
//
66
// Licensed under the Apache License, Version 2.0 (the "License");
77
// you may not use this file except in compliance with the License.

Sources/NumberCompactor+Scale.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// NumberCompactor+Scale.swift
33
//
4-
// Copyright 2021 FlowAllocator LLC
4+
// Copyright 2021, 2022 OpenAlloc LLC
55
//
66
// Licensed under the Apache License, Version 2.0 (the "License");
77
// you may not use this file except in compliance with the License.

Sources/NumberCompactor.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// NumberCompactor.swift
33
//
4-
// Copyright 2021 FlowAllocator LLC
4+
// Copyright 2021, 2022 OpenAlloc LLC
55
//
66
// Licensed under the Apache License, Version 2.0 (the "License");
77
// you may not use this file except in compliance with the License.

Sources/TimeCompactor+Scale.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// TimeCompactor+Scale.swift
33
//
4-
// Copyright 2021 FlowAllocator LLC
4+
// Copyright 2021, 2022 OpenAlloc LLC
55
//
66
// Licensed under the Apache License, Version 2.0 (the "License");
77
// you may not use this file except in compliance with the License.

Sources/TimeCompactor+Style.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// TimeCompactor+Style.swift
33
//
4-
// Copyright 2021 FlowAllocator LLC
4+
// Copyright 2021, 2022 OpenAlloc LLC
55
//
66
// Licensed under the Apache License, Version 2.0 (the "License");
77
// you may not use this file except in compliance with the License.

Sources/TimeCompactor.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// TimeCompactor.swift
33
//
4-
// Copyright 2021 FlowAllocator LLC
4+
// Copyright 2021, 2022 OpenAlloc LLC
55
//
66
// Licensed under the Apache License, Version 2.0 (the "License");
77
// you may not use this file except in compliance with the License.

Tests/CurrencyCompactorTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// CurrencyCompactorTests.swift
33
//
4-
// Copyright 2021 FlowAllocator LLC
4+
// Copyright 2021, 2022 OpenAlloc LLC
55
//
66
// Licensed under the Apache License, Version 2.0 (the "License");
77
// you may not use this file except in compliance with the License.

Tests/NumberCompactorTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// NumberCompactorTests.swift
33
//
4-
// Copyright 2021 FlowAllocator LLC
4+
// Copyright 2021, 2022 OpenAlloc LLC
55
//
66
// Licensed under the Apache License, Version 2.0 (the "License");
77
// you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)