PUGX / badge-poser

The PHP badges, renders some badges for your readme with the packagist information.
https://poser.pugx.org
MIT License
476 stars 93 forks source link

Copyright and LICENSE #28

Closed liuggio closed 11 years ago

liuggio commented 11 years ago

the license and the (c) are with my name.

Is possible put PUGX something?


/*
* This file is part of the badge-poser package
*
* (c) Giulio De Donato <liuggio@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/ 
leopro commented 11 years ago

something like that?

/*
 * This file is part of the badge-poser package.
 *
 * (c) PUGX <http://pugx.github.io/>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

/**
* @author Giulio De Donato <liuggio@gmail.com>
*/
class XYZ {

if we like it, it could be standard license for all pugx bundles

liuggio commented 11 years ago

is it legally-correct?

leopro commented 11 years ago

what do you mean?

liuggio commented 11 years ago

Is the format @leopro suggests correct or legal? if yes I'd love to go for this idea. @garak what do you think?

garak commented 11 years ago

The format is just the same used by FOS, so I think it's OK. Just a couple of minor issues:

liuggio commented 11 years ago

:+1:

leopro commented 11 years ago

@garak, fixed

liuggio commented 11 years ago

Only this issue is separating us from the Release Candidate :)

leopro commented 11 years ago

@eux @giorrrgio @jakuza @odino @cirpo @davidino

eux commented 11 years ago

Is it just a simple substitution from the actual per file license block to the one proposed by @leopro ? did I get it? I can do it.

davidino commented 11 years ago

:+1:

agiuliano commented 11 years ago

What suggested from @leopro is the same as we used in other bundles such as ExtraValidatorBundle :+1:

liuggio commented 11 years ago

closed by #57