일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
- 리듬게임
- 운영체제
- c++ heap
- a tour of go
- tour of go
- JUCE library
- JUCE라이브러리
- 코딩
- 프로그래밍
- LOB
- 공룡책
- 알고리즘
- C++ gui
- Nebula
- vim-go
- 연결리스트
- go
- 백준
- BOJ
- C++ gui 라이브러리
- OS
- C++
- 자료구조
- go channel
- Docker
- JUCE
- gui
- JUCE 튜토리얼
- C언어
- C++ library
- Today
- Total
CafeM0ca
[JUCE]JUCE의 라이선스 본문
https://juce.com/juce-5-license
JUCE는 상업용 프레임워크다. 라이선스만 잘 지키면 무료로 사용 가능하다.
JUCE는 4가지 라이선스로 나뉜다. 모카는 personal쓰는중
-personal
-education
-indie
-pro
JUCE Personal Free | JUCE Indie $35 | JUCE Pro $65 | Education Free | |
---|---|---|---|---|
Splash-screen | ‘made with JUCE’ splashscreen | Custom animation or none | Custom animation or none | ‘made with JUCE’ splashscreen |
Revenue or funding limit | $50k (약 5천만원) | $200k | No limit | No limit |
Minimum commitment | 12 months | 12 months | ||
One-off perpetual price | $700 | $1,300 | |
personal나 indie의 라이선스로 수익한도가 넘으면 오픈소스 GNU General Public License v.3약관을 따른다.
If you exceed your Revenue Limit for JUCE Personal, then your Applications will be released under the open-source GNU General Public License v.3 as described in this Agreement.
JUCE의 모듈중 5가지(juce_core,juce_audio_devices,juce_audio_basics,juce_event,juce_blocks)는 ISC라이센스를 따른다.
Five JUCE modules (juce_core, juce_audio_devices, juce_audio_basics, juce_event, juce_blocks) are licensed under the permissive ISC License as described in this Agreement.
During the term of this Agreement, you expressly acknowledge and agree that if you are a JUCE Personal, JUCE Indie, JUCE Pro, or JUCE Education user and the Revenue Limit thresholds, above, are exceeded, then you may no longer use that tier of the Program, and you must either: (a) purchase a different JUCE licence (if eligible); (b) destroy all copies of the Program in your possession or control, and cease distributing your Applications; or in the case of JUCE Personal, or (c) license your Applications under the GNU License. We may monitor your compliance with and enforce these restrictions and requirements as described in clause 10.4 below.
그렇다고한다.
그럼 JUCE 모듈 5가지중 한가지 이상이라도 사용하면 라이센스가 두개 다 적어야하는건가??
혹시 아시는분 있으면 댓글 남겨주세요.
'Programming > JUCE' 카테고리의 다른 글
JUCE 노트 (0) | 2018.07.09 |
---|---|
[JUCE]튜토리얼10 The Audio Application template (0) | 2018.02.27 |
[JUCE]키 관련 함수 (0) | 2018.02.25 |
[JUCE]튜토리얼9 The Lable class (0) | 2018.02.19 |
[JUCE]튜토리얼8 Slider values (0) | 2018.02.18 |