Thread: Florence Framework

Page 2 of 2 FirstFirst 12
Results 11 to 19 of 19
  1. #11  
    kierandevvs
    Guest
    Quote Originally Posted by Scu11 View Post
    imagine being that entitled that you tell some1 what to do with their own code base that they wrote with their own time




    git doesn't have a "standard" way of licensing, git has nothing to do with how you license your software




    arguable, if he wants to license it then including the license in every file will surely hold up better in court - lots of opensource projects do this for this reason, similarly lots of commercial software includes the license in every file for the same reasons.




    completely false. server-side code written by himself (i.e. not code based on or copied from the client, which the majoritty of the server software would be) is absolutely his intellectual propertly and absolutely would hold up in any court.




    because its his intellectual property and he can choose how he wants it to be used.




    if he doesn't license it then it remains his intellectual property and you can't use it.

    "Unless you include a license that specifies otherwise, nobody else can copy, distribute, or modify your work without being at risk of take-downs, shake-downs, or litigation."




    it being an emulator is completely irrelevant, it's still his code and his intellectual property. he can absolutely take somebody to court if they violate the terms of this license.
    "imagine being that entitled that you tell some1 what to do with their own code base that they wrote with their own time"
    Imagine being this dumb and actually believing you're not, I've just taken this project, removed all the licences and credits and claimed it as my own. I've also just sold it to a friend, please take legal action against me. I fucking beg you.
    To everyone: This is my code.
    Reply With Quote  
     

  2. #12  
    Florence Framework



    Scu11's Avatar
    Join Date
    Aug 2007
    Age
    30
    Posts
    16,307
    Thanks given
    7,215
    Thanks received
    12,308
    Rep Power
    5000
    Quote Originally Posted by kierandevvs View Post
    Imagine being this dumb and actually believing you're not, I've just taken this project, removed all the licences and credits and claimed it as my own. I've also just sold it to a friend, please take legal action against me. I fucking beg you.
    To everyone: This is my code.
    its not my code and i doubt OP cares enough, that doesn't make it legal lmao. you can't even address a single point of mine.

    Attached image
    Reply With Quote  
     

  3. #13  
    kierandevvs
    Guest
    Quote Originally Posted by Scu11 View Post
    its not my code and i doubt OP cares enough, that doesn't make it legal lmao. you can't even address a single point of mine.
    To be honest bud its pointless, you clearly think you know better and I ain't gonna change your mind. Share some open source work around RSPS's that you've done with me and ill do the same, then you can take me for everything I have...
    Reply With Quote  
     

  4. #14  
    Florence Framework



    Scu11's Avatar
    Join Date
    Aug 2007
    Age
    30
    Posts
    16,307
    Thanks given
    7,215
    Thanks received
    12,308
    Rep Power
    5000
    Quote Originally Posted by kierandevvs View Post
    To be honest bud its pointless, you clearly think you know better and I ain't gonna change your mind.
    yeah its pointless cos you were just spouting pure conjecture and the second somebody turned up who does this professionally and knows what they're talking about u run away, classic


    Quote Originally Posted by kierandevvs View Post
    Share some open source work around RSPS's that you've done with me and ill do the same, then you can take me for everything I have...
    shared plenty mate

    Attached image
    Reply With Quote  
     

  5. #15  
    kierandevvs
    Guest
    Quote Originally Posted by Scu11 View Post
    yeah its pointless cos you were just spouting pure conjecture and the second somebody turned up who does this professionally and knows what they're talking about u run away, classic




    shared plenty mate
    You want to hop on discord with me so I don't have to type paragraphs and ill have this debate you absolute weapon?
    KieranDevvs#5374
    Reply With Quote  
     

  6. #16  
    Florence Framework



    Scu11's Avatar
    Join Date
    Aug 2007
    Age
    30
    Posts
    16,307
    Thanks given
    7,215
    Thanks received
    12,308
    Rep Power
    5000
    Quote Originally Posted by kierandevvs View Post
    You want to hop on discord with me so I don't have to type paragraphs and ill have this debate you absolute weapon?
    KieranDevvs#5374
    ready and waiting in r-s discord pal, join up https://discord.gg/vPVJPCK

    Attached image
    Reply With Quote  
     

  7. #17  


    Major's Avatar
    Join Date
    Jan 2011
    Posts
    2,997
    Thanks given
    1,293
    Thanks received
    3,556
    Rep Power
    5000
    Quote Originally Posted by kierandevvs View Post
    To be honest bud its pointless, you clearly think you know better and I ain't gonna change your mind. Share some open source work around RSPS's that you've done with me and ill do the same, then you can take me for everything I have...
    he does know better

    everything he said is correct

    Quote Originally Posted by Private Byte View Post
    The code as a whole is well documented, there is some instances of redundant documentation. However, i'll often do that to simply break up larger blocks of code and make them more readable. I'm not going to list all the internal features as Github will let you view all the current code. I just wanted to provide some information in the thread. If you have any questions or concerns let me know. Hopefully someone can find this useful, even if it is simply learning a few things.
    fyi code like https://github.com/dylanvicc/Florence/blob/master/src/com/florence/model/EntityRegistry.java which is clearly derived from Apollo is not something you can relicense under GPL. You need to 1) remove the GPL header, 2) add apollo's license header, 3) add your own name beneath the other apollo copyright holders (if youve made changes). This goes for WalkingQueue and whatever else was heavily based on Apollo.
    Reply With Quote  
     

  8. Thankful users:


  9. #18  
    kierandevvs
    Guest
    @PrivateByte I was a bit harsh with the meme. I personally wouldn't use GPL for this but thanks for the release.
    Reply With Quote  
     

  10. Thankful user:


  11. #19  
    Registered Member
    Join Date
    Apr 2016
    Posts
    26
    Thanks given
    6
    Thanks received
    15
    Rep Power
    71
    Quote Originally Posted by Scu11 View Post
    its not my code and i doubt OP cares enough
    You're correct, I don't. Still appreciate the information you provided regarding the license. I'll generally use the default open source licensing for all my projects but I honestly wouldn't try to take someone to court over the small amount of money they could get for selling this code. I've never seen a huge market for frameworks in this community and most of the actual logic is too specific to be applied in other applications. Had this licensing debate been directed at other (non RS related) projects i've worked on, my attitude would be significantly different.

    Quote Originally Posted by Major View Post
    he does know better

    everything he said is correct

    fyi code like https://github.com/dylanvicc/Florenc...yRegistry.java which is clearly derived from Apollo is not something you can relicense under GPL. You need to 1) remove the GPL header, 2) add apollo's license header, 3) add your own name beneath the other apollo copyright holders (if youve made changes). This goes for WalkingQueue and whatever else was heavily based on Apollo.
    I believe WalkingQueue and EntityRegistry are the only two files that are clearly derived from other's code (EntityRegistry being far less rewritten than WalkingQueue). I'll take the headings off those files. I actually explored alternative ways to store entities but never found an all around better solution.

    Quote Originally Posted by kierandevvs View Post
    @PrivateByte I was a bit harsh with the meme. I personally wouldn't use GPL for this but thanks for the release.
    All is forgiven.

    I haven't checked this thread recently, sorry for the late response.
    Reply With Quote  
     

Page 2 of 2 FirstFirst 12

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. Custom Gameframe Framework!
    By Inside Sin in forum Graphics
    Replies: 17
    Last Post: 05-01-2009, 09:42 PM
  2. Wrote my Framework in a day.
    By Vastiko in forum RS 503+ Client & Server
    Replies: 9
    Last Post: 09-18-2008, 10:49 PM
  3. My Framework
    By Vastiko in forum RS 503+ Client & Server
    Replies: 1
    Last Post: 09-18-2008, 03:42 PM
  4. My own Framework?
    By Vastiko in forum RS 503+ Client & Server
    Replies: 10
    Last Post: 09-15-2008, 09:00 AM
  5. 503 w/ 317 framework?
    By Simplicity✔ in forum RS 503+ Client & Server
    Replies: 22
    Last Post: 08-16-2008, 04:59 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •