LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > Programming
User Name
Password
Programming This forum is for all programming questions.
The question does not have to be directly related to Linux and any language is fair game.

Notices


Reply
  Search this Thread
Old 05-05-2017, 12:49 PM   #16
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,198

Rep: Reputation: 5307Reputation: 5307Reputation: 5307Reputation: 5307Reputation: 5307Reputation: 5307Reputation: 5307Reputation: 5307Reputation: 5307Reputation: 5307Reputation: 5307

Quote:
Originally Posted by des_a View Post
I was afraid that if I tried to use something like the GPL, I might not be able to make money by selling the software.
Protecting your ability to make money selling your software is integral to open source. And that includes the GPL.

You might want to review existing licenses, using resources such as these:

https://tldrlegal.com/
https://choosealicense.com/

An important software development rule is that you never start something new without first reviewing what's already been done.

Last edited by dugan; 05-05-2017 at 12:57 PM.
 
Old 05-05-2017, 12:59 PM   #17
des_a
Senior Member
 
Registered: Sep 2006
Posts: 1,409

Original Poster
Blog Entries: 43

Rep: Reputation: 35
Please point me to where I could look up or provide info here on how I might be able to make money if I used the GPL. I would need some existing ways people make money on it. Only ways that have been successful. If I find this works, perhaps the easiest way would be to just use the GPL.

Second, I have never actually applied it to any program, nor have I attempted yet to apply any other license to a program. So explain in the case of the latest version of the GPL, how I might be able to do that, in the correct manner. Walk me through it. The docs on the website for Free Software Foundation don't seem to help me enough at this.

Third, from my understanding, for a license to actually hold up in court, it needs to be copyrighted in the US, by paying a fee, not that copyright isn't automatic in most cases, but it won't hold up in court in the US unless it's registered. You have to pay a fee to do this. a) Is that true in general? b) Is that true in the specific case of things like the GPL? c) Are there any examples where it has held up by just using their terms to apply it, and then distributing it in the proper way, by the owner of the code, and assuming that the code for the program is entirely written by you, with no (non-educational) outside help from people? d) Assuming that "c" is the case, is it legal being the owner of the code (at least in the US), to distribute it under more than one license and give the user a choice of which one to accept, "probably" assuming one of them is the GPL?
 
Old 05-05-2017, 01:00 PM   #18
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Quote:
Originally Posted by des_a View Post
I'm not working on the OS again yet. I had started an OS, which needs to be scrapped and rewritten from scratch again. It did very little, didn't quite get past the boot up process yet, but it could print, "Hello World" to the screen willy nilly.

What the idea is, for my rewrite, however, is this:

1. Finish the languages as far as application development is concerned.

2. Write an OS, for the sake of learning to write Operating Systems in existing technology.

3. Rewrite the interpreter, as an OS, using some of the code that was part of my learning OS.

4. At that point, I am able to write the real OS I desire in my languages which I had created, which would be compiled to the PNF language and be interpreted by the OS. Then, the whole OS, becomes a new type of bootloader, in effect, and my OS is written in my own language(s). I could easily cross-compile the OS, on Windows or Linux at that point.
Good luck with all that. I'll be interested to see how it goes.
 
Old 05-05-2017, 01:01 PM   #19
des_a
Senior Member
 
Registered: Sep 2006
Posts: 1,409

Original Poster
Blog Entries: 43

Rep: Reputation: 35
Quote:
An important software development rule is that you never start something new without first reviewing what's already been done.
No resources were lost here, because part of the reason I did this was for educational purposes, but if it produced something I liked, I'd use it later...
 
Old 05-05-2017, 01:43 PM   #20
ntubski
Senior Member
 
Registered: Nov 2005
Distribution: Debian, Arch
Posts: 3,774

Rep: Reputation: 2081Reputation: 2081Reputation: 2081Reputation: 2081Reputation: 2081Reputation: 2081Reputation: 2081Reputation: 2081Reputation: 2081Reputation: 2081Reputation: 2081
Quote:
Originally Posted by des_a View Post
Second, I have never actually applied it to any program, nor have I attempted yet to apply any other license to a program. So explain in the case of the latest version of the GPL, how I might be able to do that, in the correct manner. Walk me through it. The docs on the website for Free Software Foundation don't seem to help me enough at this.
https://www.gnu.org/licenses/gpl-howto.html
Quote:
Whichever license you plan to use, the process involves adding two elements to each source file of your program: a copyright notice (such as “Copyright 1999 Terry Jones”), and a statement of copying permission, saying that the program is distributed under the terms of the GNU General Public License (or the Lesser GPL).
[...]
You should also include a copy of the license itself somewhere in the distribution of your program.
[...]
There is no legal requirement to register your copyright with anyone; simply distributing the program makes it copyrighted. However, it is a very good idea to register the copyright with the US Registry of Copyrights, because that puts you in a stronger position against anyone who violates the license in the US. Most other countries have no system of copyright registration.
 
Old 05-05-2017, 09:57 PM   #21
des_a
Senior Member
 
Registered: Sep 2006
Posts: 1,409

Original Poster
Blog Entries: 43

Rep: Reputation: 35
Quote:
Good luck with all that. I'll be interested to see how it goes.
It could take years to complete that process, but I'd be anxious to see it start falling into place now.
 
Old 05-05-2017, 10:03 PM   #22
des_a
Senior Member
 
Registered: Sep 2006
Posts: 1,409

Original Poster
Blog Entries: 43

Rep: Reputation: 35
Could an owner of the code choose to release under more than one license legally?
 
Old 05-06-2017, 12:13 AM   #23
des_a
Senior Member
 
Registered: Sep 2006
Posts: 1,409

Original Poster
Blog Entries: 43

Rep: Reputation: 35
I found the answer to the last, on the GPL website. It is okay to do so.
 
Old 05-15-2017, 11:39 PM   #24
des_a
Senior Member
 
Registered: Sep 2006
Posts: 1,409

Original Poster
Blog Entries: 43

Rep: Reputation: 35
I think you've answered enough questions for now, so I'll mark as closed unless I need to revisit one or more of these questions.
 
Old 05-16-2017, 07:46 AM   #25
sundialsvcs
LQ Guru
 
Registered: Feb 2004
Location: SE Tennessee, USA
Distribution: Gentoo, LFS
Posts: 10,609
Blog Entries: 4

Rep: Reputation: 3905Reputation: 3905Reputation: 3905Reputation: 3905Reputation: 3905Reputation: 3905Reputation: 3905Reputation: 3905Reputation: 3905Reputation: 3905Reputation: 3905
Quote:
Originally Posted by des_a View Post
I would like on my OS, to create a concept called "license files". Basically a liscense file is a file "linked" to another file, and every file on the OS will require a license file, even if it's the default liscense which really doesn't provide restrictions or anything. A liscense file cannot be linked to another license file, you are free to do whatever you want with those, and use any of those for any purpose you want.

The license file, is a mechanism that would have the potential to replace the normal way of licensing stuff. A user who wants to follow the law, would not have to try to memorize each license that they accept, or refer to it constantly, and decide what to do. They would simply let the license file do the work for them. The computer wouldn't let you do anything that the license file didn't say was okay to do (or prevent you from doing.)
This is more-or-less the notion of "policies," as implemented e.g. on Microsoft Windows today. But, in actual practice, these can be very complicated and difficult to deal with. It can be hard to figure out what a particular application/user/what-have-you is supposed to be able to do, and isn't. It can be difficult to figure out why things are or are not working, because the elements which control this activity are "far removed from" the things that are being controlled. And, if you are really cranking-up to perform hundreds of thousands of operations per second, the overhead cranks-up, too.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] KDE 4.8 effects don't work. Geremia Linux - Software 1 02-28-2012 02:52 PM
Desktop Effects used to work now they don't! hudsonryde Linux - Software 8 02-22-2010 02:15 PM
5.4 - scientific linux enabling desktop effects does not work pcandpc Linux - Enterprise 5 12-05-2009 06:36 AM
Can't get desktop effects to work outside of root user mothergoose729 Slackware 17 11-23-2009 08:40 PM
[FC6]Chipbench via Desktop Effects won't work gedanken Fedora 0 11-28-2006 10:17 AM

LinuxQuestions.org > Forums > Non-*NIX Forums > Programming

All times are GMT -5. The time now is 05:01 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration