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
Author Message
 Post subject:
PostPosted: August 30th, 2009, 7:32 pm 
Tuncay wrote:
You can sell your scripts, but you cannot sell AutoHotkey, because it is not your work.


Wrong. You can sell Autohotkey for 1000000 dollars if you want. The catch is the source must be available for anyone and you can't stop others from selling it for 1 dollar or even giving it away for nothing.


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: August 9th, 2010, 12:32 pm 
i earned $250 ......................


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: August 9th, 2010, 2:35 pm 
Online
User avatar

Joined: May 5th, 2007, 7:24 pm
Posts: 1240
Location: Seville, Spain
My two cents: I'd include references to AutoHotkey in the documentation like this: "This program was written with AutoHotkey, a GPLed open source scripting language, and includes AutoHotkey code needed to execute the program. Source code for AutoHotkey can be found at: www.autohotkey.com/download"

_________________
fincs
Highly recommended: AutoHotkey_L (see why) (all my code snippets require it)
Formal request to polyethene - I support the unity of the AutoHotkey community
Get SciTE4AutoHotkey v3.0.00 (Release Candidate)
[My project list]


Report this post
Top
 Profile  
Reply with quote  
PostPosted: February 8th, 2011, 11:29 am 
Hi,

This topic is quite difficult for me and I could not find the answer wherer I am free to implement AHK in commercial/corporate.
I emailed Chris and he stated that AutoHotkey is free for all uses, both commercial/corporate and private.
My purpose is to implement AHK to automate some accounting processes (basically copy/pase operations between Excel and SAP).
I will not receive any bonus/cash for creating AHK scripts.
The company will benefit from time saving.
So are we ok to use AKH ?
Thanks for your reply.


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: February 8th, 2011, 5:16 pm 
Offline

Joined: May 27th, 2007, 9:41 am
Posts: 4999
If you write the script yourself you are free to use it where and when you want whether or not your boss pays you for it or not. Many AutoHotkey-forum members use it in their daily work and save their employers lots of money.

This thread is about the situation where you write a script and compile it and then try to sell it like a regular (shareware) program for example, it does not seem to apply to your situation.

_________________
AHK FAQ
TF : Text files & strings lib, TF Forum


Last edited by SoLong&Thx4AllTheFish on February 18th, 2011, 2:06 pm, edited 1 time in total.

Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 8th, 2011, 5:31 pm 
Offline

Joined: November 7th, 2006, 9:47 pm
Posts: 1934
Location: Germany
Any script is independent software. Yo can specify any license for your own work. If someone uses Autohotkey to use your software, thats another story. Problem begins, if you compile your script into an executable. Then, in that case AutoHotkey is included in the exe alongside with your own script.
Whereas there is no problem with your script, there could (!, just could, thats why this discussion exist) be a problem with AutoHotkey. As it defines its own license.

_________________
{1:"ahkstdlib", 2:"my libs", 3:"my apps", 4:"my license"}
--> Don't feed the troll! <--


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 18th, 2011, 1:39 pm 
Hello again!

Thanks for your replies, really appreciate you help.
I use AutoScriptWriter to record mouse clicks and moves.
Then I adjust the script manually because sometimes it does not work as I intended. Then I convert .ahk to .exe file. and .exe files are launched from MS Excel.
Can I also consider recorded scripts as free software?

Thank you!


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: February 18th, 2011, 2:42 pm 
Offline
User avatar

Joined: May 18th, 2010, 3:10 pm
Posts: 1179
Location: Sweden
pudelos wrote:
Hello again!

Thanks for your replies, really appreciate you help.
I use AutoScriptWriter to record mouse clicks and moves.
Then I adjust the script manually because sometimes it does not work as I intended. Then I convert .ahk to .exe file. and .exe files are launched from MS Excel.
Can I also consider recorded scripts as free software?

Thank you!


http://www.gnu.org/licenses/gpl.html <--- GNU license

Autohotkey isfree both as in "free beer" and "free speech" as someone said.

You can use it in any way, and claim authorship (copyright) to any works you do with it. The only restriction is that you must not limit its' freedom (as in "free speech"). You can charge money for it and any programs/scripts derived from it, but the source must be free - open, available.

So, if you compile the scripts as .exe's, you probably should note it somewhere in the copyright (C) Pudelos. This software was made using Autohotkey, <link to autohotkey>.

That's how I understand it, and how I would use it if I were one day to make money off AHK programs/scripts.

_________________
~sumon Appifyer AHK Nova halted Recommended: AHK_L (Why?)


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 19th, 2011, 3:08 am 
Offline

Joined: October 17th, 2006, 4:15 pm
Posts: 7503
Location: Australia
sumon wrote:
You can charge money for it and any programs/scripts derived from it, but the source must be free - open, available.
That's not quite accurate. The source of AutoHotkey must remain open. Scripts (even compiled) are considered separate - not derived - works, so the GPL does not apply unless the script's author wishes it to. This has probably been said more than once in this very thread.
Quote:
So, if you compile the scripts as .exe's, you probably should note it somewhere in the copyright
You may even be required to distribute a copy of (or link to) the GPL and AutoHotkey source code, as compiled scripts essentially contain a copy of AutoHotkey. I've never seen anyone actually do this, though.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 19th, 2011, 10:00 am 
Offline

Joined: November 7th, 2006, 9:47 pm
Posts: 1934
Location: Germany
Quote:
You may even be required to distribute a copy of (or link to) the GPL and AutoHotkey source code, as compiled scripts essentially contain a copy of AutoHotkey. I've never seen anyone actually do this, though.

I did that Lexikos, for compiled and uncompiled scripts (because they was GNU GPL licensed too). There are so many violations to the GPL... Its not always easy to follow and most people did not read the full GPL text (I did that many times in English and German) or misunderstood. They simply do not read. Its a boring theme.

Reason why I switched to the New BSD license is, its easier to follow its terms, not because it is more free.

But to repeat myself, Lexikos and all others who said this in this topic: Your own script have its own license! Compiled or not compiled!

_________________
{1:"ahkstdlib", 2:"my libs", 3:"my apps", 4:"my license"}
--> Don't feed the troll! <--


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 19th, 2011, 12:08 pm 
Offline
User avatar

Joined: May 18th, 2010, 3:10 pm
Posts: 1179
Location: Sweden
Tuncay wrote:
Quote:
You may even be required to distribute a copy of (or link to) the GPL and AutoHotkey source code, as compiled scripts essentially contain a copy of AutoHotkey. I've never seen anyone actually do this, though.

I did that Lexikos, for compiled and uncompiled scripts (because they was GNU GPL licensed too). There are so many violations to the GPL... Its not always easy to follow and most people did not read the full GPL text (I did that many times in English and German) or misunderstood. They simply do not read. Its a boring theme.

Reason why I switched to the New BSD license is, its easier to follow its terms, not because it is more free.

But to repeat myself, Lexikos and all others who said this in this topic: Your own script have its own license! Compiled or not compiled!


With derived I meant "Created using", or "Spawned from". Might've been the wrong word, but it seems to be like I imagined it.

Thanks Tuncay and Lexikos. I'm sorry I couldn't find the answer more easely, but this is probably one of "those things" worth repeating.

I am only glad I won't HAVE TO reveal my source code - To me, that is freedom. Of course I would be willing to, but I am not forced to. Huge difference.

Now another interesting question, since like <5% of AHK users claim license for their work, is whether some standard applies when it comes to copyright, or you must actually inform of any desired type.

I read up on the "AHK standard procedure", that is "What people usually do and are happy with", just curious about the legal parts. Standard procedure, more or less:

Feel free to use & edit the code, but if you edit it: clearly state the original author and do not claim that the edit is the original version. Please do not redistrubute or charge money for without written permission.

_________________
~sumon Appifyer AHK Nova halted Recommended: AHK_L (Why?)


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

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