Skip to content

Commit

Permalink
updated for change in LLC
Browse files Browse the repository at this point in the history
  • Loading branch information
Reed Es committed Aug 22, 2022
1 parent c92fe0a commit 5dda0d6
Show file tree
Hide file tree
Showing 11 changed files with 28 additions and 13 deletions.
15 changes: 15 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
// swift-tools-version:5.3

// Copyright 2021, 2022 OpenAlloc LLC
//
// 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
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//

import PackageDescription

let package = Package(
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,15 +111,15 @@ Swift open-source libraries (by the same author):
* [SwiftSeriesResampler](https://github.com/openalloc/SwiftSeriesResampler) - transform a series of coordinate values into a new series with uniform intervals
* [SwiftSimpleTree](https://github.com/openalloc/SwiftSimpleTree) - a nested data structure that’s flexible and easy to use

And commercial apps using this library (by the same author):
And open source apps using this library (by the same author):

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


## License

Copyright 2021 FlowAllocator LLC
Copyright 2021, 2022 OpenAlloc LLC

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

Expand Down
2 changes: 1 addition & 1 deletion Sources/CurrencyCompactor.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// CurrencyCompactor.swift
//
// Copyright 2021 FlowAllocator LLC
// Copyright 2021, 2022 OpenAlloc LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion Sources/NumberCompactor+Scale.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// NumberCompactor+Scale.swift
//
// Copyright 2021 FlowAllocator LLC
// Copyright 2021, 2022 OpenAlloc LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion Sources/NumberCompactor.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// NumberCompactor.swift
//
// Copyright 2021 FlowAllocator LLC
// Copyright 2021, 2022 OpenAlloc LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion Sources/TimeCompactor+Scale.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// TimeCompactor+Scale.swift
//
// Copyright 2021 FlowAllocator LLC
// Copyright 2021, 2022 OpenAlloc LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion Sources/TimeCompactor+Style.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// TimeCompactor+Style.swift
//
// Copyright 2021 FlowAllocator LLC
// Copyright 2021, 2022 OpenAlloc LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion Sources/TimeCompactor.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// TimeCompactor.swift
//
// Copyright 2021 FlowAllocator LLC
// Copyright 2021, 2022 OpenAlloc LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion Tests/CurrencyCompactorTests.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// CurrencyCompactorTests.swift
//
// Copyright 2021 FlowAllocator LLC
// Copyright 2021, 2022 OpenAlloc LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion Tests/NumberCompactorTests.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// NumberCompactorTests.swift
//
// Copyright 2021 FlowAllocator LLC
// Copyright 2021, 2022 OpenAlloc LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion Tests/TimeCompactorTests.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// TimeCompactorTests.swift
//
// Copyright 2021 FlowAllocator LLC
// Copyright 2021, 2022 OpenAlloc LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down

0 comments on commit 5dda0d6

Please sign in to comment.