this post was submitted on 14 Oct 2024
30 points (94.1% liked)

Open Source

30764 readers
460 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
 

As some of you may already know, I manage a website and app for a small music festival. It runs on a shoestring budget and helps to support the village I grew up in, so I volunteer my time and resources. Part of this is creating the site and things like posters using resources that I've made.

Recently we had an issue where someone created a logo for us, and after we'd used it for a few years, they claimed it back. It turned out that when they created the logo, neither side thought to draw up any sort of agreement on how it could be used. I want to put something in place that makes it clear that anything that I create for the festival can be used by them forever, but without restricting myself from using it.

My main concern is for the website and app, so that I can use the same structure in the future.

I'm not concerned about the fine print, like saying that I can use this specific text layout or whatever, I just want to stop either side from restricting the other in the event of a major falling out, with the exception of things that are exclusive to one side or the other, like the name of the festival.

What would be the best licence for that please? Thanks in advance :)

you are viewing a single comment's thread
view the rest of the comments
[โ€“] Tippon@lemmy.dbzer0.com 2 points 1 day ago (1 children)

This is a good point, thank you :)

I was thinking along the lines of not restricting myself from using my own work in the future, but I hadn't thought about third parties being able to use it too. I'm not concerned about other people using the code behind the website, for example. I'm still learning, so it's probably more spaghetti than anything decent, but @jqubed@lemmy.world pointed out in their reply, I wouldn't be able to stop anyone from using graphics etc.

[โ€“] ResoluteCatnap@lemmy.ml 1 points 1 day ago* (last edited 1 day ago)

No problem! As far as graphics go, if you open source then you can specify in your repo's Readme what parts are under what license.

"All html, Javascript, css are licensed under XYZ"

"All graphics/images used with permission by ABC for exclusive use within this project"

It isn't particularly uncommon, and you could even list out specific graphics under what license, or structure them in the repository based on license /assets/licenseName if needed