SFML community forums

General => General discussions => Topic started by: jcowgill on October 31, 2013, 01:35:38 am

Title: Copyright status of example resources
Post by: jcowgill on October 31, 2013, 01:35:38 am
Hi,

I've been trying to get SFML 2 into Debian for some time now (and incidentally it just got uploaded into unstable :) ) One of the things I had to do was remove all of the resources for the examples because it's not clear what their copyright status is (and Debian is very strict about these things).

If anyone can clarify who owns the copyright to these files and what license they're under then I might be able to include them in the package.

  examples/cocoa/resources/sansation.ttf
  examples/opengl/resources/background.jpg
  examples/opengl/resources/texture.jpg
  examples/pong/resources/ball.wav
  examples/shader/resources/background.jpg
  examples/shader/resources/devices.png
  examples/shader/resources/*.frag
  examples/sound/resources/canary.wav
  examples/sound/resources/orchestral.ogg
  examples/win32/resources/image1.jpg
  examples/win32/resources/image2.jpg
Title: Re: Copyright status of example resources
Post by: Laurent on October 31, 2013, 07:59:22 am
*.frag are written by me.

*.wav, *.ogg and *.ttf were found on free sounds/fonts search engines and their license is ok (if someone wants to search them to get the actual license and creator...).

*.png and *.jpg however would need some investigation, I'm almost sure they are all free to use but not 100% ;)