From de47a19b964b046eb018d743849db9b8ced5e280 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Mon, 25 Jan 2021 03:14:54 -0500 Subject: [PATCH] Change copyright attribution to VCV. Remove outdated sentences from readme. --- LICENSE.md | 4 ++-- README.md | 3 --- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index 50af9317..628e7b16 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ # VCV Rack Licenses -VCV Rack **source code** is copyright © 2016-2020 Andrew Belt. +VCV Rack **source code** is copyright © 2016-2021 VCV. This program is free software: you can redistribute it and/or modify it under the terms of the [GNU General Public License](https://www.gnu.org/licenses/gpl-3.0.en.html) as published by the [Free Software Foundation](https://www.fsf.org/), either version 3 of the License, or (at your option) any later version. @@ -30,7 +30,7 @@ Email contact@vcvrack.com for more information about selling plugins through the The **visual design of the Core modules** is copyright © 2019 [Grayscale](http://grayscale.info/) and licensed under [CC BY-NC-ND 4.0](https://creativecommons.org/licenses/by-nc-nd/4.0/). Commercial use and derivative works are not allowed. -The **VCV logo and icon** are copyright © 2017 Andrew Belt and may not be used in derivative works. +The **VCV logo and icon** are copyright © 2017 VCV and may not be used in derivative works. The **"VCV" name** is trademarked and may not be used for unofficial products. However, it is acceptable to use the phrase "for VCV Rack" for promotion of your Rack plugin. diff --git a/README.md b/README.md index eab5d3e5..b2d1f853 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,3 @@ - [Building](https://vcvrack.com/manual/Building.html) - [Communities](https://vcvrack.com/manual/Communities.html) - [Licenses](LICENSE.md) - -This branch regularly rebases against the `v1` branch. -You may need to `git pull -f` to update your local copy.