HajongLee

HajongLee

Elixir logo license question

Hi There.

We are developing Open Source Donation System in South Korea.
(http://99nerds.io http://99nerds.io/)

We make stickers based on the open source logo to donate the world open source.
(We donate 10% of the amount we sell to that open source.)

So, we checked your open source logo license, but I can not find what the license is.

Would you please allow us to make stickers using your open source logo and donate the 10% amount to your open source.

I look forward to receiving a good reply.

Thanks.

Best regrars.

Bill.

First Post!

hubertlepicki

hubertlepicki

There is no open source license as far as I can tell. README on Elixir’s Github repo states:

“Elixir” and the Elixir logo are copyright (c) 2012 Plataformatec.

and I did receive answer from @josevalim here back in a day:

Generally, I think you should get in touch with Jose or someone at Plataformatec for any usage of logo, comercially or otherwise.

And when it comes to name - I do not believe the statement in README that “Elixir” is copyrighted by Plataformatec true. It does not bear the required markings that it’s copyrighted on any web site or materials I saw. Most likely, according to your local law, you can use “Elixir” term in any context related to the language freely. If Plataformatec were to register it as a trademark, I can imagine the process being lengthy and very much costly, especially that the term is pretty popular and copyrighted as atrademark by other holders worldwide.

Most Liked

Nicd

Nicd

Updating this thread to post the Trademark policy that can now be found on the Elixir website: Trademarks policy - The Elixir programming language

josevalim

josevalim

Creator of Elixir

The Elixir logo is under a trademark process which has not finished yet - which is the reason why we haven’t released a document outlining the rules for the community to use it. Lawyers have confirmed we can transfer the trademark to a “LegalEntity” even if the trademark process has not finished it.

So the next steps are:

  • Figure out what will be the legal entity to own the trademarks
  • Transfer trademarks
  • Wait for trademark process to conclude
  • Release use guidelines

In regards to copyrights, it seems they can actually be a bit more complicated to transfer. But at the same time, it does not matter. It is easier to have two copyright notices on top of the LICENSE file:

Copyright 2012 Plataformatec
Copyright 2020 LegalEntity

The License will obviously continue the same.

josevalim

josevalim

Creator of Elixir

Thanks @hubertlepicki!

Yes, we have been advised to not allow anyone to use the logo until the trademark process is done.

And when it comes to name - I do not believe the statement in README that “Elixir” is copyrighted by Plataformatec true.

Yes, names cannot be copyrighted. It can be trademarked though and a trademark is specific to the domain. We have books, perfumes, cosmetics, drinks all named Elixir. In the case above though, the copyright refers to the Elixir project but even though it is not clear if programming languages are copyrightable, see Google vs Oracle debate, and it may indeed depend on local laws.

There is also nominative fair use. But it won’t allow you to sell products with the Elixir logo.

Last Post!

Ninigi

Ninigi

I could have sworn it did not say that 2 hours ago… But thanks man

Where Next?

Popular in Discussions Top

scouten
I’m looking for a host for the server part of a small (personal) side project that I’m working on. It’s currently written in Node.js and ...
New
CharlesO
Erlang :list.nth simple, but 1 - based nth(1, [H|_]) -> H; nth(N, [_|T]) when N > 1 -> nth(N - 1, T). Elixir Enum.at … coo...
New
joeerl
I’m playing with Elixir - It’s fun. I think @rvirding does give Elixir courses these days. Re: files and database - when I given Erlang ...
New
acrolink
How does the two languages compare when it comes to server side application development? Any experiences or ideas? Thank you.
New
saif
Hello everyone, Long time lurker first time poster here. I’ve recently begun working on Elixir full-time again! :raised_hands: It’s been...
New
cvkmohan
The upcoming Phoenix 1.6 release looks very interesting. Became a habit to watch the commits - and - what they are bringing in. phx.gen...
New
sergio
Kind of like when jquery came out, it was super necessary. Existing drag and drop libraries have a bunch of baggage to support old browse...
New

Other popular topics Top

rms.mrcs
Hi, I need to transform a list of numbers into a map where the keys are the indexes and the values are the original values of the list. ...
New
nobody
Hi! In PHP: $_SERVER[‘SERVER_ADDR’] - in Elixir? Searched the docs for ip address and the web, no good results. Thanks!
New
grych
Hi folks, Few months ago I have announced the proof-of-concept of the library to manipulate the browsers DOM objects directly from Elixi...
639 54260 488
New
dokuzbir
I want to highlight html closing tags when i click a html tag. That works in .html files but doesnt work for html.eex templates. How can...
New
dogweather
I wrote this comment on r/haskell, and it’s not popular there. :wink: But I think I’m on to something… Haskell reminds me of Java, and e...
New
AstonJ
Seen any cool LiveView demos, sample apps or examples? Please post them here! :003:
New

We're in Beta

About us Mission Statement