Licence

Aspose.3D FOSS for .NET (Aspose.3D) ir atvērtā koda programmatūra, kas izlaista zem MIT License. To varat izmantot komerciālos produktos, atvērtā koda projektos, iekšējās rīkos un pētījumos bez ierobežojumiem. Nav nepieciešama licences atslēga, API atslēga, mērīta tokens vai reģistrācija.

MIT licences galvenie punkti

  • Bezmaksas jebkuram lietošanai: komerciāli, atvērtā koda, iekšējai, akadēmiskai un personīgai.
  • Nav lietošanas ierobežojumu: nav izsaukumu kvotu, failu lieluma ierobežojumu vai ūdenszīmes ierobežojumu.
  • Nav nepieciešama API atslēga: instalējiet pakotni caur NuGet un sāciet to izmantot uzreiz.
  • Nav reģistrācijas: nav konta, nav pierakstīšanās, nav tiešsaistes aktivācijas.
  • Attiecinājums: saglabājiet autortiesību paziņojumu un MIT licences tekstu jūsu izplatīšanā (skatiet zemāk).

MIT licences teksts

Pilna licences teksts, kas piegādāts ar pakotni, izklausās:

MIT License

Copyright (c) Aspose Contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Licences skatīšana jūsu instalētajā paketē

LICENSE fails ir iekļauts NuGet paketē. To varat atrast pēc instalēšanas, pārbaudot paketes saturu:

# View license via .NET CLI
dotnet nuget locals all --list

Vai pārbaudiet pakotni tieši:

# Download and extract the .nupkg to inspect its contents
nuget locals global-packages -list

Nav nepieciešama komerciāla licence

Atšķirībā no komerciālā Aspose.3D produkta, šī FOSS izdevuma neizmanto License vai Metered API klases. Šīs klases eksistē koda bāzē, bet izsauc NotImplementedException — tās nav funkcionālas atvērtā koda būvē. Jums nav jāizsauc License.SetLicense() vai jākonfigurē nekādus metered key.

// This is NOT required or meaningful in the FOSS edition:
// var license = new License();
// license.SetLicense("Aspose.3D.lic"); // throws NotImplementedException

// Simply install the package and use it directly:
using Aspose.ThreeD;
var scene = new Scene();
scene.Open("model.obj");

Izplatīšana un pakotņu veidošana

Ja jūs izplatāt pakotni kā daļu no savas lietojumprogrammas vai bibliotēkas:

  1. Iekļaujiet sākotnējo MIT licences paziņojumu (LICENSE fails no NuGet pakotnes ir pietiekams).
  2. Jums nav jāpadara jūsu lietojumprogramma atvērtā koda. MIT licence ir atļaujoša, nevis kopīgā.
  3. Jūs varat modificēt pirmkodu un izplatīt modificētas versijas zem tās pašas MIT licences.

Papildu resursi

 Latviešu