Skip to content
This repository has been archived by the owner on Dec 15, 2020. It is now read-only.

Commit

Permalink
(doc) updating notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ferventcoder committed Jun 7, 2018
1 parent 90dc394 commit 2b76181
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
13 changes: 13 additions & 0 deletions Legal.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
- [Package License Acceptance Terms](#package-license-acceptance-terms)
- [Waiver of Responsibility](#waiver-of-responsibility)
- [Distributions](#distributions)
- [Licensing](#licensing)
- [Open Source Edition](#open-source-edition)
- [Commercial Editions](#commercial-editions)

<!-- /TOC -->

Expand All @@ -24,3 +27,13 @@ Most Chocolatey packages on the community feed (https://chocolatey.org/packages
Because this is no different than what a human would do, and b/c a human kicks off this process, it's reasonable to determine that there is no violation of distribution rights.

In the cases where you would package the actual software in the package, please ensure you have distribution rights. Any package that is found on the community feed not in compliance will be removed immediately. If you requested special permission to embed the software, make sure a copy of that permission is also in the package. If you are a software vendor that needs to report a violation, please see [[a package is violating distribution rights|PackageTriageProcess#the-package-is-violating-distribution-rights]].

## Licensing

### Open Source Edition

The open source editions are Apache v2 licensed, which makes them friendly for use in organizations. For Choco (Chocolatey Command line tool), please see [LICENSE](https://github.com/chocolatey/choco/blob/master/LICENSE) and [NOTICE](https://github.com/chocolatey/choco/blob/master/NOTICE).

### Commercial Editions

Commercial editions of Chocolatey have different licensing. For Chocolatey for Business, the master software license agreement can be found at https://chocolatey.org/support
10 changes: 5 additions & 5 deletions Roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,23 @@ Heading down a sweet road.
## Chocolatey

* Validation on choco pack (subset of the package-validator)
* Official support for OneGet/PackageManagement - Prioritizing
* GPG package signing - likely sometime in 2018
* GPG package signing for traceability - likely sometime in 2018
* Authenticode package signing - likely sometime in 2018
* Validating authenticode - see [#643](https://github.com/chocolatey/choco/issues/643)
* ~~Not allowing package installs that don't have checksums by default when using non-secure resources like HTTP/FTP - see [#112](https://github.com/chocolatey/choco/issues/112)~~ released in 0.10.0
* Nuspec enhancements - supported versions of Windows, etc
* Packaging enhancements - like package version, architecture
* [Virtual packages](https://github.com/chocolatey/chocolatey/issues/7)
* WSA Support
* Windows Nano Support - likely first half of 2018 (switching to .NET Standard/Core) to support running in that environment.
* WSA / AppX / MSIX Support
* Windows Nano Support - on hold, waiting for official stance from Microsoft
* Official support for OneGet/PackageManagement - on hold, waiting on OneGet to support upgrades

Other items as noted at https://github.com/chocolatey/choco - be sure to check the milestone for estimated release version.

## Licensed Chocolatey

* ~~[[Self-Service Installs (Non-Admins)|FeaturesAgentService]]~~ released in Jan 2017
* [[Chocolatey Central Console|FeaturesAgentService]]
* [[Chocolatey Central Management Console|FeaturesAgentService]]
* ~~Package Throttle - reduce download speeds for low bandwidth areas~~ - released in Q1 2017 (March)
* Package Modernizer
* Package Sync command:
Expand Down

0 comments on commit 2b76181

Please sign in to comment.