Skip to content

Commit

Permalink
Updated license to BSD V2
Browse files Browse the repository at this point in the history
  • Loading branch information
ffAudio committed Jul 27, 2023
1 parent a1e7f65 commit 4f83f1e
Show file tree
Hide file tree
Showing 103 changed files with 424 additions and 606 deletions.
31 changes: 31 additions & 0 deletions CMakeIncludes/PGMPluginval.cmake
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
# ==============================================================================
# Copyright (c) 2023 Foleys Finest Audio - Daniel Walz
# All rights reserved.
#
# **BSD 3-Clause License**
#
# Redistribution and use in source and binary forms, with or without modification,
# are permitted provided that the following conditions are met:
# 1. Redistributions of source code must retain the above copyright notice, this
# list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright notice,
# this list of conditions and the following disclaimer in the documentation
# and/or other materials provided with the distribution.
# 3. Neither the name of the copyright holder nor the names of its contributors
# may be used to endorse or promote products derived from this software without
# specific prior written permission.
#
# ==============================================================================
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
# IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
# INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
# LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
# OF THE POSSIBILITY OF SUCH DAMAGE.
# ==============================================================================

#[[
PGMPluginval
Expand Down
31 changes: 31 additions & 0 deletions CMakeIncludes/config.cmake
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
# ==============================================================================
# Copyright (c) 2023 Foleys Finest Audio - Daniel Walz
# All rights reserved.
#
# **BSD 3-Clause License**
#
# Redistribution and use in source and binary forms, with or without modification,
# are permitted provided that the following conditions are met:
# 1. Redistributions of source code must retain the above copyright notice, this
# list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright notice,
# this list of conditions and the following disclaimer in the documentation
# and/or other materials provided with the distribution.
# 3. Neither the name of the copyright holder nor the names of its contributors
# may be used to endorse or promote products derived from this software without
# specific prior written permission.
#
# ==============================================================================
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
# IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
# INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
# LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
# OF THE POSSIBILITY OF SUCH DAMAGE.
# ==============================================================================

#[[
CMake package configuration file for foleys_gui_magic
Expand Down
31 changes: 31 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
# ==============================================================================
# Copyright (c) 2023 Foleys Finest Audio - Daniel Walz
# All rights reserved.
#
# **BSD 3-Clause License**
#
# Redistribution and use in source and binary forms, with or without modification,
# are permitted provided that the following conditions are met:
# 1. Redistributions of source code must retain the above copyright notice, this
# list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright notice,
# this list of conditions and the following disclaimer in the documentation
# and/or other materials provided with the distribution.
# 3. Neither the name of the copyright holder nor the names of its contributors
# may be used to endorse or promote products derived from this software without
# specific prior written permission.
#
# ==============================================================================
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
# IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
# INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
# LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
# OF THE POSSIBILITY OF SUCH DAMAGE.
# ==============================================================================

cmake_minimum_required(VERSION 3.15 FATAL_ERROR)

set (FGM_VERSION 1.4.0)
Expand Down
31 changes: 31 additions & 0 deletions Examples/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
# ==============================================================================
# Copyright (c) 2023 Foleys Finest Audio - Daniel Walz
# All rights reserved.
#
# **BSD 3-Clause License**
#
# Redistribution and use in source and binary forms, with or without modification,
# are permitted provided that the following conditions are met:
# 1. Redistributions of source code must retain the above copyright notice, this
# list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright notice,
# this list of conditions and the following disclaimer in the documentation
# and/or other materials provided with the distribution.
# 3. Neither the name of the copyright holder nor the names of its contributors
# may be used to endorse or promote products derived from this software without
# specific prior written permission.
#
# ==============================================================================
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
# IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
# INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
# LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
# OF THE POSSIBILITY OF SUCH DAMAGE.
# ==============================================================================

# Add examples

message (STATUS "Build examples")
Expand Down
17 changes: 2 additions & 15 deletions LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Non commercial usage
--------------------

This project is free to use of any charge for non commercial projects
under the terms of the BSD 3-Clause License:

This project is free to use of any charge under the terms of the
BSD 3-Clause License:

**BSD 3-Clause License**

Expand All @@ -37,15 +36,3 @@ modification, are permitted provided that the following conditions are met:
3. Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

Commercial usage
----------------

To use this project in paid products you can buy a license at https://foleysfinest.com/developer/pluginguimagic/

The paid license entitles you to publish and sell products with the foleys_gui_magic included in which format you want.
You will get support on how to use it and how to integrate your own features into the gui builder by giving examples.

There won't be free individual support, like checking or fixing your code.

Feature requests and bug reports from license holders will be prioritised.
20 changes: 9 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,11 @@ The View component serves as container, that has the option to layer all child c
or to layout them using flex-box.
Demo projects
-------------
You find the demo projects in the folder `Examples`. We use CMake for building the examples and running the unit tests.
Contributing
------------
Expand All @@ -162,17 +167,10 @@ many people as possible, so please give your ideas as github issues and send pul
We might ask you to change things in your pull requests to keep the style consistent and
to keep the API as concise as possible.
We have a repository containing example projects, that are our reference what must not break.
These will be built on our CI for OSX and Windows 10, so we catch hopefully any breakage
early on.
Clone that repository using:
```
git clone https://github.com/ffAudio/PluginGuiMagic.git
```
To update:
```
git pull origin main
```
We have a discord server to discuss features, bugs or ideas:
[Discord](https://discord.gg/gxtjTx6fNg)
If you make changes, make sure that the unit tests in `Tests` still succeed and the examples in the `Examples` folder still compile and work.
Good luck and happy coding, erm designing, erm... both actually :-)
Expand Down
7 changes: 4 additions & 3 deletions VERSION.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
PluginGuiMagic - Versions history
================================

1.4.0
-----
1.4.0 - 27.07.2023
------------------

- Removed commercial license / BSD V2 license for all projects
- Reorganised repository:
- The module is now in a subdirectory: modules/foleys_gui_magic
- Integrated examples
Expand Down Expand Up @@ -37,7 +38,7 @@ PluginGuiMagic - Versions history
------------------

- Added accessibilities settings
- Added Radio group features- Avoid a loop when undo colours
- Added Radio group features - Avoid a loop when undo colours
- Fixed fill when no colour was set
- Fixed parsing of colours named "transparent"
- Fixed crash with class selection popup MultiListPropertyComponent
Expand Down
9 changes: 3 additions & 6 deletions modules/foleys_gui_magic/Editor/foleys_GUITreeEditor.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/*
==============================================================================
Copyright (c) 2019-2022 Foleys Finest Audio - Daniel Walz
Copyright (c) 2019-2023 Foleys Finest Audio - Daniel Walz
All rights reserved.
License for non-commercial projects:
**BSD 3-Clause License**
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
Expand All @@ -16,10 +16,7 @@
may be used to endorse or promote products derived from this software without
specific prior written permission.
License for commercial products:
To sell commercial products containing this module, you are required to buy a
License from https://foleysfinest.com/developer/pluginguimagic/
==============================================================================
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
Expand Down
9 changes: 3 additions & 6 deletions modules/foleys_gui_magic/Editor/foleys_GUITreeEditor.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/*
==============================================================================
Copyright (c) 2019-2022 Foleys Finest Audio - Daniel Walz
Copyright (c) 2019-2023 Foleys Finest Audio - Daniel Walz
All rights reserved.
License for non-commercial projects:
**BSD 3-Clause License**
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
Expand All @@ -16,10 +16,7 @@
may be used to endorse or promote products derived from this software without
specific prior written permission.
License for commercial products:
To sell commercial products containing this module, you are required to buy a
License from https://foleysfinest.com/developer/pluginguimagic/
==============================================================================
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/*
==============================================================================
Copyright (c) 2019-2022 Foleys Finest Audio - Daniel Walz
Copyright (c) 2019-2023 Foleys Finest Audio - Daniel Walz
All rights reserved.
License for non-commercial projects:
**BSD 3-Clause License**
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
Expand All @@ -16,10 +16,7 @@
may be used to endorse or promote products derived from this software without
specific prior written permission.
License for commercial products:
To sell commercial products containing this module, you are required to buy a
License from https://foleysfinest.com/developer/pluginguimagic/
==============================================================================
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/*
==============================================================================
Copyright (c) 2019-2022 Foleys Finest Audio - Daniel Walz
Copyright (c) 2019-2023 Foleys Finest Audio - Daniel Walz
All rights reserved.
License for non-commercial projects:
**BSD 3-Clause License**
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
Expand All @@ -16,10 +16,7 @@
may be used to endorse or promote products derived from this software without
specific prior written permission.
License for commercial products:
To sell commercial products containing this module, you are required to buy a
License from https://foleysfinest.com/developer/pluginguimagic/
==============================================================================
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
Expand Down
9 changes: 3 additions & 6 deletions modules/foleys_gui_magic/Editor/foleys_Palette.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/*
==============================================================================
Copyright (c) 2019-2022 Foleys Finest Audio - Daniel Walz
Copyright (c) 2019-2023 Foleys Finest Audio - Daniel Walz
All rights reserved.
License for non-commercial projects:
**BSD 3-Clause License**
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
Expand All @@ -16,10 +16,7 @@
may be used to endorse or promote products derived from this software without
specific prior written permission.
License for commercial products:
To sell commercial products containing this module, you are required to buy a
License from https://foleysfinest.com/developer/pluginguimagic/
==============================================================================
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
Expand Down
9 changes: 3 additions & 6 deletions modules/foleys_gui_magic/Editor/foleys_Palette.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/*
==============================================================================
Copyright (c) 2019-2022 Foleys Finest Audio - Daniel Walz
Copyright (c) 2019-2023 Foleys Finest Audio - Daniel Walz
All rights reserved.
License for non-commercial projects:
**BSD 3-Clause License**
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
Expand All @@ -16,10 +16,7 @@
may be used to endorse or promote products derived from this software without
specific prior written permission.
License for commercial products:
To sell commercial products containing this module, you are required to buy a
License from https://foleysfinest.com/developer/pluginguimagic/
==============================================================================
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
Expand Down
7 changes: 2 additions & 5 deletions modules/foleys_gui_magic/Editor/foleys_PropertiesEditor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Copyright (c) 2019-2022 Foleys Finest Audio - Daniel Walz
All rights reserved.
License for non-commercial projects:
**BSD 3-Clause License**
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
Expand All @@ -16,10 +16,7 @@
may be used to endorse or promote products derived from this software without
specific prior written permission.
License for commercial products:
To sell commercial products containing this module, you are required to buy a
License from https://foleysfinest.com/developer/pluginguimagic/
==============================================================================
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
Expand Down
Loading

0 comments on commit 4f83f1e

Please sign in to comment.