• misk@sopuli.xyzOP
      link
      fedilink
      arrow-up
      11
      ·
      5 小时前

      License seems to be quite permissive, isn’t it? I specifically checked. Unless you mean strict copyleft.

      • toothbrush
        link
        fedilink
        arrow-up
        5
        ·
        3 小时前

        Just to clarify, licenses are free software or open source when they fit the definition of those terms, aka the 4 freedoms and whatever open source requires, but both require being able to use the software without restrictions. So this isnt open source.

        • misk@sopuli.xyzOP
          link
          fedilink
          arrow-up
          5
          ·
          3 小时前

          This is an opinion which is not universally shared. Even Stallman doesn’t agree with this definition.

          • TootSweet@lemmy.world
            link
            fedilink
            English
            arrow-up
            1
            ·
            50 分钟前

            Anyone who disagrees ought to go get their own term rather than appropriating “Open Source” and/or “Free Software”.

            I’ve heard “source available” used.

          • Faresh@lemmy.ml
            link
            fedilink
            English
            arrow-up
            1
            ·
            2 小时前

            https://www.gnu.org/philosophy/free-sw.html#four-freedoms

            What is Free Software? - GNU project

            The four essential freedoms

            A program is free software if the program’s users have the four essential freedoms: [1]

            • The freedom to run the program as you wish, for any purpose (freedom 0).
            • The freedom to study how the program works, and change it so it does your computing as you wish (freedom 1). Access to the source code is a precondition for this.
            • The freedom to redistribute copies so you can help others (freedom 2).
            • The freedom to distribute copies of your modified versions to others (freedom 3). By doing this you can give the whole community a chance to benefit from your changes. Access to the source code is a precondition for this.

            I don’t know however if it is illegal to use the source code without having bought the game first, so I don’t know if toothbrush is correct with their point.

            Something that I find could prevent it from being called free or open-source software is the fact that you are not allowed to make derivative works for comercial use.

            You may not alter or redistribute this software in any manner that is primarily intended for or directed toward commercial advantage or private monetary compensation. This includes, but is not limited to, selling altered or unaltered versions of this software, or including advertisements of any kind in altered or unaltered versions of this software.

            https://github.com/flibitijibibo/RogueLegacy1/blob/main/LICENSE.md

            “Free software” does not mean “noncommercial.” On the contrary, a free program must be available for commercial use, commercial development, and commercial distribution. This policy is of fundamental importance—without this, free software could not achieve its aims.

            https://www.gnu.org/philosophy/free-sw.html#selling

              • Faresh@lemmy.ml
                link
                fedilink
                English
                arrow-up
                3
                ·
                edit-2
                2 小时前

                toothbrush was talking both about free software and open source and you claimed that Stallman disagreed with the notion that free software must allow to be used without restrictions (which I misread as run in toothbrush’s comment and only now realized that they weren’t talking about running)

                That’s why I talked about free software, but I’m sure at least the commercial use part also applies to open source (since business is mentioned as an example in the point about discrimination against field of endeavor in the OSD)

          • jeremyparker@programming.dev
            link
            fedilink
            arrow-up
            1
            ·
            edit-2
            2 小时前

            Since there’s one open source that’s more strict and one that’s more permissive, for the more strict one, we should indicate that it’s like the value of a variable: it has a specific meaning that doesn’t change. With that understanding, Rogue Legacy is open source, but Trisquel is “open source”.

            (I was going to go with Tux Kart instead of Trisquel for that joke, but my heart couldn’t handle throwing shade at Tux Kart.)

            Edit: I’d just like to interject for a moment. What I’m referring to as Tux Kart, is in fact, SuperTuxKart, or as I’ve recently taken to calling it, Super+TuxKart

        • Gamma@beehaw.org
          link
          fedilink
          English
          arrow-up
          16
          ·
          5 小时前

          Sound reasonable for a game’s source code to me, I don’t see anyone claiming it’s “open source”

          • toothbrush
            link
            fedilink
            arrow-up
            2
            ·
            3 小时前

            Well, we are in the lemmy subforum named “open source” so its implied.

        • lad@programming.dev
          link
          fedilink
          English
          arrow-up
          6
          ·
          4 小时前

          Regarding the proprietary assets, I used to give it some thought, and came to a conclusion that other than selling consultance services, selling assets is the only way to make money while creating something open source. That’s why now I don’t find proprietary assets to be something bad.

        • misk@sopuli.xyzOP
          link
          fedilink
          arrow-up
          10
          ·
          5 小时前

          You can redistribute modified code / binaries, just no commercial use.

          • CaptDust@sh.itjust.works
            link
            fedilink
            arrow-up
            4
            ·
            edit-2
            4 小时前

            I deleted my comment because I didn’t really care to get into it with the weird custom license, but widely speaking if it’s not distributable without condition, it’s not open source.

            EDIT- And it’s okay that it’s “only” source-available, it’s a creator’s choice how their works are used in the world. But I would argue this project license doesn’t fit the spirit of this lemmy community.

            • lad@programming.dev
              link
              fedilink
              English
              arrow-up
              4
              ·
              4 小时前

              if it’s not distributable without condition, it’s not open source

              MIT and GPL are not open source then, since they impose conditions. Open source by your definition would be some like WTFPL or Unlicense

              • CaptDust@sh.itjust.works
                link
                fedilink
                arrow-up
                1
                ·
                edit-2
                3 小时前

                Without explicit license? Without contacting the administrator for permission? This is what I mean by conditions. There’s no need to be pedantic, if the software isn’t available for commercial use how can it be open source? I cannot modify this and redistribute or package it without getting in touch with a project representative.