AutoHotkey Community

It is currently May 27th, 2012, 11:26 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 116 posts ]  Go to page Previous  1 ... 4, 5, 6, 7, 8  Next
Author Message
 Post subject:
PostPosted: August 13th, 2008, 1:14 am 
Offline

Joined: March 10th, 2006, 7:41 pm
Posts: 89
....sorry, not going to read thru seven pages to make the comment that popped to mind when I read the title, so if I repeat somebody (you?), oops.

I think AHK is the greatest. People that watch the scripts we use at work stare and wonder, if not ask, how we are doing that. I tell everybody about it. ...the computer people I talk to at work, Fed-x, UPS, hosts, coders, cheats, ...its great for everybody! :) Most people only pretend to be listening, too bad. ...I've often wondered how many ahk script live on the computers at microsoft.

You have to write a script to open your mind to the possibilities. I've had coders look at the things my scripts do and want to hire me instead of learn it for themselves. What they don't understand is how far just a basic knowledge of it will take you.

I read one post where somebody mentioned that sometimes it can't do fast. Maybe, but it certainly helps you to do MOST things faster. It has saved about 10 positions where I work. Thats 10 employees we didn't have to hire to process stuff by hand. (they are tight, and still using old unix management software that doesn't blend with windows)

These scripts can be a very valuable commodity and I have thought about selling them. ......er um, the way I would do it is sell a service. AHK is free (makes me do a reality check every time I say that). Charge them (exorbitantly maybe) for the time it takes to write, administer and maintain or update the script. Its not as complicated as licenses, copyrights, etc. If your worried about protection, I'm not sure but if you give them a compiled exe, ...to backwards engineer it would be more of a pain than just writing something that copies its functionality. (?) I don't know, but if you make money by using AHK, don't forget to feed the machine. I wish I could write a big fat check from my employer, hehe. ....just kidding, but seriously, stuck with the scraps. (that sounds like something you should see a doctor for!)


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 24th, 2008, 2:55 am 
Offline

Joined: July 26th, 2008, 4:03 am
Posts: 34
There are 7 pages on this topic, but the only question that matters has not yet been answered:

Are programs made with AutoHotKey then compiled to an *.exe, are they legal to sell?

Such as, $5.00 cash for a CD (each cd containing the exe and a license, which checks on the internet if its a valid unpirated copy.)

Yes/No :idea:


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 24th, 2008, 3:19 am 
Offline

Joined: October 17th, 2006, 4:15 pm
Posts: 7503
Location: Australia
Chris wrote:
Litmus Red wrote:
Any executable you make using AutoHotkey is also under the GNU public license, because the executable contains code from a GNU-protected application. Right?

No, because the EXE doesn't contain AutoHotkey's source code. Therefore, when you distribute a compiled script, you're not distributing any GPL source, and thus your application isn't subject to the GPL unless you want it to be.

In other words, when you build an app with AutoHotkey, there are no restrictions on selling it, nor do you have to release your script's source code. This is because it is similar in principle to having built the app with a GPL C++ compiler.

Chris wrote:
You can use exe2ahk to extract the plain text script from a compiled script if you provide the right password. This supports the fact that the interpreter and the script are two separate things rather than a derivative work.

Chris wrote:
I've already given my views on the subject. It's my wish that anyone can sell their own scripts in compiled form (of course, it's clear that anyone can sell them in uncompiled form).

However, in my opinion the GPL is murky on some points, especially those having to do with when and what it "infects". If you have concern about it, it's probably best that you seek advice from someone with greater GPL expertise, especially in the realm of legal precedents that clarify the GPL.

Is that enough answer for you? :roll:


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 24th, 2008, 3:40 am 
Offline

Joined: July 26th, 2008, 4:03 am
Posts: 34
Hmm yepp thanks, I think ill sell my programs for about $5 CASH a pop (at school lol)

but how sure are you on this? out of 100%


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 24th, 2008, 3:43 am 
Offline

Joined: April 18th, 2008, 7:57 am
Posts: 1390
Location: The Interwebs
Since Chris, who created the program, says it's okay to sell, I'd say you can definitely sell.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 24th, 2008, 3:44 am 
Offline

Joined: July 26th, 2008, 4:03 am
Posts: 34
oh that guy with the name "Chris" was the programmer of AutoHotKey Itself? :oops:


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 24th, 2008, 3:48 am 
Offline

Joined: April 18th, 2008, 7:57 am
Posts: 1390
Location: The Interwebs
Yup.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 24th, 2008, 3:49 am 
Offline

Joined: October 17th, 2006, 4:15 pm
Posts: 7503
Location: Australia
I'd add that although Chris has given permission, small parts of AutoHotkey were written by other people, so it isn't definite. It has been discussed...


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 24th, 2008, 3:55 am 
Offline

Joined: July 26th, 2008, 4:03 am
Posts: 34
gaah, there's always like exceptions and long explanations to everything, all people want is Yes/No
But cant have that in real life can we.

I guess ill ask my computer teachers in school
on the other hand, no ones really gonna know if the transaction is in Cash eh?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 24th, 2008, 4:28 am 
Offline

Joined: April 18th, 2008, 7:57 am
Posts: 1390
Location: The Interwebs
Well, let's say this. It is probably (but not surely) 100% fine to sell programs written in AHK.

Whether or not it is, I don't think there is anyone who is going to persecute you :P With Chris, the main programmer/maintainer, being completely willing to allow people to sell, it seems unlikely that you are going to get into any trouble. Especially if you're just selling it to your friends at school...


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 24th, 2008, 4:50 am 
Offline

Joined: July 26th, 2008, 4:03 am
Posts: 34
yipp but once business takes off, ill post up posters about it at laundry places and public places hehe =)

but for now, just a $5 cash
and if I doo get in trouble, what can I expect anyone know?

p.s. thanks you guys, I really appreciate the replies :o


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 12th, 2009, 3:03 pm 
Offline

Joined: November 7th, 2006, 9:47 pm
Posts: 1934
Location: Germany
I did not read all pages, because its too many.

But I want give my thoughts to that point. First, if Chris says it is ok to sell compiled scripts written in AutoHotkey, it does not mean that he can decides this alone. All compiled scripts contains the code to execute that script, which is under the GPL. That is the point. The code to execute any AutoHotkey script IS AutoHotkey AND it IS GPL.

And compiled programs under the GPL needs to show the source code for every one who wishes to see this. Thats the spirit of GPL.
Thats one point.

Everyone can sell a program under the GPL, but the source must be open. You can take if you want 200 dollar, it doesnt matter (if you the owner of that source). You can sell your scripts, but you cannot sell AutoHotkey, because it is not your work. But like said, your script can contain any license you choose, because it is your work. It doesnt matter which program you used to generate the source code.

And if Chris uses a custom license, then he cannot use the GPL license text and cannot say that it is a GPL. If he wish to use a custom license, then why dont he change it? There are programs in the world out, which have been released in different licenses (I am not sure which software it was).

corrupt wrote:
Although I'm in favour of the license changing, and I have seen many other authors change the license after a program has been released aunder the GPL, the license cannot be changed once it has been used.

The one which is released cannot be changed, but any new release can contain any other license. Or one version can contain different releases with different licenses.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 12th, 2009, 3:15 pm 
Offline

Joined: November 7th, 2006, 9:47 pm
Posts: 1934
Location: Germany
But I think selling is allowed, because the included interpreter is not usable in other ways. It does just interpret that script and we cannot use this AutoHotkey code from that compiled exe.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 12th, 2009, 3:34 pm 
Offline

Joined: October 17th, 2006, 4:15 pm
Posts: 7503
Location: Australia
Tuncay wrote:
The code to execute any AutoHotkey script IS AutoHotkey AND it IS GPL.
That does not mean the GPL applies to the script. Chris' conclusion was that since it can be separated (via exe2ahk), the script is not part of a derived work, and therefore GPL does not apply to it... or something along those lines. The source code for the AutoHotkeySC.bin used to create the compiled script must be available, however.
Quote:
The one which is released cannot be changed, but any new release can contain any other license
Some of the GPL code included in AutoHotkey was not written by Chris, so the license cannot be changed that easily.

FYI, I think this has all been mentioned in this thread, perhaps more than once. I did read all the pages.


Report this post
Top
 Profile  
Reply with quote  
 Post subject: Autoit is no longer GPL
PostPosted: August 30th, 2009, 6:12 pm 
Offline

Joined: August 30th, 2009, 6:09 pm
Posts: 1
From wikipedia:

The developers of AutoIt originally released the source code under the GPL license but the practice was discontinued beginning with version 3.2.0 in August 2006.

I wonder if this would have much effect on the gpl code in AHK.


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 116 posts ]  Go to page Previous  1 ... 4, 5, 6, 7, 8  Next

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 1 guest


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group