[cross-project-issues-dev] Reminder to update your feature licenses for Luna

2014-04-24 Thread David M Williams
I'm sure everyone is aware of the new license requirement: 
Bug 431255 - Need to update the SUA (Software User Agreement) 

And now that we in Platform (and MPC) have updated -- which demonstrated 
my updated repo report appears to be working correctly -- I thought it'd 
be a good time to send a reminder. 

http://build.eclipse.org/simrel/luna/reporeports/reports/licenseConsistency.html

It'd be nice to get as many updated as possible for M7, and certainly by 
RC1. It really does give a much better user experience and better first 
impression to those updating/installing to get that simpler, more 
meaningful license dialog. 

Thanks, 

___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev


Re: [cross-project-issues-dev] Reminder to update your feature licenses for Luna

2014-04-24 Thread Andreas Sewe
Hi Igor,

 With 60+ comments on the bug you linked, it's hard to understand what
 individual projects are expected to do. What license feature are we
 supposed to use now? Is it available from Luna symrel composite repo
 already?

Here's what served us well at Code Recommenders.

In our target file, we use CBI license repository rather then the simrel
repo:

 location includeAllPlatforms=false includeConfigurePhase=false 
 includeMode=slicer includeSource=true type=InstallableUnit
 unit id=org.eclipse.license.feature.group version=0.0.0/
 repository location=http://download.eclipse.org/cbi/updates/license/
 /location

In our feature.xml:

feature ...
   license-feature=org.eclipse.license
   license-feature-version=0.0.0
 
license url=%licenseURL
   %license
/license

This picked up the change in license automatically upon the next
(Tycho-based) build.

Hope that helps.

Andreas

-- 
Codetrails UG (haftungsbeschränkt)
The knowledge transfer company

Robert-Bosch-Str. 7, 64293 Darmstadt
Mobile: +49-170-811-3791
http://www.codetrails.com/

Managing Director: Dr. Marcel Bruch
Handelsregister: Darmstadt HRB 91940
___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev


Re: [cross-project-issues-dev] Reminder to update your feature licenses for Luna

2014-04-24 Thread David M Williams
Just to confirm, what Andreas said is accurate, the best place to get 
the shared license from is the cbi license repo, 
http://download.eclipse.org/cbi/updates/license

But, also wanted to add, some projects have their own copy of the 
license in their own repo, and then feature in their project share 
that license. That's still fine, if people would prefer that. 

And, I've heard, some projects still use the old method of non-shared 
license. That's fine too, from Sim Rel point of view ... it is a lot 
more copy/paste, but just wanted to be clear it is not required to use 
the cbi repo ... it's just required to use a common license. I hope most 
find the CBI provided shared version an easy way to implement common 
license -- its certainly easier in the long run ... but, admittedly is 
you are not doing it right now, it's probably about the same amount of 
work to convert vs. doing a bunch of copy/paste operations. 

HTH (if not, please ask again). 





From:   Igor Fedorenko i...@ifedorenko.com
To: cross-project-issues-dev@eclipse.org
Date:   04/24/2014 06:54 AM
Subject:Re: [cross-project-issues-dev] Reminder to update your 
feature licenses for Luna
Sent by:cross-project-issues-dev-boun...@eclipse.org



David,

With 60+ comments on the bug you linked, it's hard to understand what
individual projects are expected to do. What license feature are we
supposed to use now? Is it available from Luna symrel composite repo
already?

--
Regards,
Igor

On 2014-04-24, 4:41, David M Williams wrote:
 I'm sure everyone is aware of the new license requirement:
 *_Bug 431255_* https://bugs.eclipse.org/bugs/show_bug.cgi?id=431255-
 Need to update the SUA (Software User Agreement)

 And now that we in Platform (and MPC) have updated -- which demonstrated
 my updated repo report appears to be working correctly -- I thought
 it'd be a good time to send a reminder.

 
http://build.eclipse.org/simrel/luna/reporeports/reports/licenseConsistency.html



 It'd be nice to get as many updated as possible for M7, and certainly by
 RC1. It really does give a much better user experience and better
 first impression to those updating/installing to get that simpler,
 more meaningful license dialog.

 Thanks,



 ___
 cross-project-issues-dev mailing list
 cross-project-issues-dev@eclipse.org
 https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev

___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev


___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev