PDA

View Full Version : Re: [PHP] Making code public -- What steps to take? GPL?


Micky Hulse
05-13-2007, 09:56 PM
Micky Hulse wrote:
> Or, should I just not worry about this?

Well shux! I love it when I answer my own questions:

<http://www.phpfreaks.com/tutorials/19/0.php>

I blame it on lack of sleep!

The GNU GPL License sounds like what I need. :D

Cheers,
M



--
Wishlists: <http://snipurl.com/1gqpj>
Switch: <http://browsehappy.com/>
BCC?: <http://snipurl.com/w6f8>
My: <http://del.icio.us/mhulse>

Daniel Brown
05-13-2007, 09:56 PM
If you want to retain some credit but don't care about
distribution/modification/redistribution, check out the MIT license (more
commonly referred to as the X or X11 license). We're using it in a project
that combines PHP and text-to-speech technology. It allows people to
improve (or degrade) our code, but says that we should still get our names
at the top as the original authors.


On 5/13/07, Micky Hulse <micky@ambiguism.com> wrote:
>
> Micky Hulse wrote:
> > Or, should I just not worry about this?
>
> Well shux! I love it when I answer my own questions:
>
> <http://www.phpfreaks.com/tutorials/19/0.php>
>
> I blame it on lack of sleep!
>
> The GNU GPL License sounds like what I need. :D
>
> Cheers,
> M
>
>
>
> --
> Wishlists: <http://snipurl.com/1gqpj>
> Switch: <http://browsehappy.com/>
> BCC?: <http://snipurl.com/w6f8>
> My: <http://del.icio.us/mhulse>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>


--
Daniel P. Brown
[office] (570-) 587-7080 Ext. 272
[mobile] (570-) 766-8107

Tijnema !
05-13-2007, 09:56 PM
On 5/13/07, Daniel Brown <parasane@gmail.com> wrote:
> If you want to retain some credit but don't care about
> distribution/modification/redistribution, check out the MIT license (more
> commonly referred to as the X or X11 license). We're using it in a project
> that combines PHP and text-to-speech technology. It allows people to
> improve (or degrade) our code, but says that we should still get our names
> at the top as the original authors.

You know more than me daniel :P

All current releases aren't packed with any license, and in
sourceforge the PHP license is selected i believe :P

I'd say, don't worry too much about the license, just put your name on
top of the code, and some other nonsense, like:
You're allowed to use this code, as long as you leave above lines
intact., where above your credit is listed of course.

Tijnema
>
>
> On 5/13/07, Micky Hulse <micky@ambiguism.com> wrote:
> >
> > Micky Hulse wrote:
> > > Or, should I just not worry about this?
> >
> > Well shux! I love it when I answer my own questions:
> >
> > <http://www.phpfreaks.com/tutorials/19/0.php>
> >
> > I blame it on lack of sleep!
> >
> > The GNU GPL License sounds like what I need. :D
> >
> > Cheers,
> > M
> >
> >
> >
> > --
> > Wishlists: <http://snipurl.com/1gqpj>
> > Switch: <http://browsehappy.com/>
> > BCC?: <http://snipurl.com/w6f8>
> > My: <http://del.icio.us/mhulse>
> >
> > --
> > PHP General Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> >
> >
>
>
> --
> Daniel P. Brown
> [office] (570-) 587-7080 Ext. 272
> [mobile] (570-) 766-8107
>

Micky Hulse
05-13-2007, 09:56 PM
Daniel Brown wrote:
> If you want to retain some credit but don't care about
> distribution/modification/redistribution, check out the MIT license (more
> commonly referred to as the X or X11 license). We're using it in a project

Ah, great tip! :D

I will definitely read-up on the MIT license after I get some zzZZzz's!

It sure does sounds like what I am looking for. ;)

> that combines PHP and text-to-speech technology. It allows people to
> improve (or degrade) our code, but says that we should still get our names
> at the top as the original authors.

Oh, wow! That sounds like a great project... and it is cool to hear what
you/your team decided to use for licensing. :)

Many thanks Daniel! I really appreciate the help and advice.

Have a great day,
Cheers,
Micky


--
Wishlists: <http://snipurl.com/1gqpj>
Switch: <http://browsehappy.com/>
BCC?: <http://snipurl.com/w6f8>
My: <http://del.icio.us/mhulse>

Micky Hulse
05-13-2007, 09:56 PM
Hey! Tijnema! Thanks for the quick reply. :)

Tijnema ! wrote:
> I'd say, don't worry too much about the license, just put your name on
> top of the code, and some other nonsense, like:
> You're allowed to use this code, as long as you leave above lines
> intact., where above your credit is listed of course.

Ah, well, that does sound good too. I a mainly looking to keep my
name/website somewhere in the comments. :D

Whichever route I end-up taking, it is definitely nice to hear what the
pros prefer. ;)

Thanks again Tijnema!

Have a great day.
Cheers,
Micky




--
Wishlists: <http://snipurl.com/1gqpj>
Switch: <http://browsehappy.com/>
BCC?: <http://snipurl.com/w6f8>
My: <http://del.icio.us/mhulse>

Crayon Shin Chan
05-13-2007, 09:56 PM
On Sunday 13 May 2007 21:17, Micky Hulse wrote:

> I will definitely read-up on the MIT license after I get some zzZZzz's!

Don't forget the MIT license allows people to incorporate your code into
commercial products and sell for profit without having to give anything
back (money/improved code/etc).

--
Crayon

Daniel Brown
05-13-2007, 09:56 PM
Right, I alluded to that, but perhaps I should've said that exactly, as
it may bother some people. In my case, it doesn't bother me in the least,
just as I use LAMP (all open source) to make a living.


On 5/13/07, Crayon Shin Chan <crayon.shin.chan.uk@gmail.com> wrote:
>
> On Sunday 13 May 2007 21:17, Micky Hulse wrote:
>
> > I will definitely read-up on the MIT license after I get some zzZZzz's!
>
> Don't forget the MIT license allows people to incorporate your code into
> commercial products and sell for profit without having to give anything
> back (money/improved code/etc).
>
> --
> Crayon
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>


--
Daniel P. Brown
[office] (570-) 587-7080 Ext. 272
[mobile] (570-) 766-8107