Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Clarified licensing information.
  • Loading branch information
vector-man authored Jun 12, 2023
1 parent a2f968c commit f52684b
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,15 @@ ObjectivePaths is a wrapper for .NET filesystem operations. ObjectivePaths attem
// File Copying:
var newFile = directory.GetFile("newNonExistingFile.txt");
await fileTwoLevelsDown.CopyToAsync(newFile, overwrite: false, CancellationToken.None);

# License
ObjectivePaths is dual-licensed. It is free to use in open-source projects that are compatible with the license
AGPL. For closed source projects, a commercial license must be obtained from the Author, Michael D. Corbett. Due to the nature of dual-licensing, all contributions to this repository must be released under the MIT License: (https://opensource.org/license/mit/).

Contributors: please review LICENSE.txt before using the library or submitting a contribution. All Subissions must be released under the MIT License (https://opensource.org/license/mit/) in order to be compatible with the project's dual-license model.
Contributors to this project are welcome to add their attribution information to the project under the Contributors section below:

Copyright (c) 2023 Michael D. Corbett (Github: @vector-man) .
# Contributors
<add your credit here>

# ObjectivePaths Copyright
Copyright (c) 2023 Michael D. Corbett (Github: @vector-man).

0 comments on commit f52684b

Please sign in to comment.