Hi, I am currently working on a website I plan to release under the GPL3 license. I was wondering what copyright notice I should put in the footer of the web page. The notice I currently have is “Copyright 2023 <myname>”, but I do not know if this conflicts with the GPL licence. Should I change it to something like “Copyright 2023 <projectname> contributers”?

  • wagesj45@kbin.social
    link
    fedilink
    arrow-up
    8
    ·
    11 months ago

    I would suggest actually naming the license under which it is released if you’re talking about the website that is generated by your software. If you’re talking about the content of a website describing your project, like a landing page or something like that, I’d either attribute copyright to who wrote the content, or release it under a Creative Commons license such as CC-BY-NC.

  • bizdelnick@lemmy.ml
    link
    fedilink
    arrow-up
    7
    ·
    11 months ago

    The notice has nothing to do with the license. You just write who holds the copyright. If you don’t use code written by someone else, your name is enough.

  • intrepid@lemmy.ca
    link
    fedilink
    arrow-up
    4
    ·
    11 months ago

    Many licenses like GPL need copyright to be specified. Regardless, copyright statement won’t affect how you license the content.