MCPcopy Create free account
hub / github.com/Tracktion/choc / OpenSourceLicenseList

Method OpenSourceLicenseList

choc/text/choc_OpenSourceLicenseList.h:107–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107inline OpenSourceLicenseList::OpenSourceLicenseList()
108{
109 // First, add our own license..
110 addLicenseToList (licenses, R"(
111==============================================================================
112CHOC is (C)2022 Julian Storer/Tracktion Corporation, and may be used under
113the terms of the ISC license:
114
115Permission to use, copy, modify, and/or distribute this software for any
116purpose with or without fee is hereby granted, provided that the above
117copyright notice and this permission notice appear in all copies.
118
119THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
120REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
121AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
122INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
123LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
124OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
125PERFORMANCE OF THIS SOFTWARE.
126)");
127}
128
129inline OpenSourceLicenseList& OpenSourceLicenseList::getInstance()
130{

Callers

nothing calls this directly

Calls 1

addLicenseToListFunction · 0.85

Tested by

no test coverage detected