Wayne Beaton's blog

    Open Source Rules of Engagement

    Saturday, October 17, 2020 - 20:00 by Wayne Beaton
    Originally posted on January 13, 2012 The Eclipse Foundation Development Process (EDP) defines–in its section on principles–three open source rules of engagement: Openness, Transparency, and Meritocracy: Open – Eclipse is open to all; Eclipse provides the same opportunity to all. Everyone participates with the same rules; there are no rules...

    Dogfooding the Eclipse Dash License Tool

    Tuesday, July 21, 2020 - 20:00 by Wayne Beaton
    Revised on September 22/2020 There’s background information about this post in my previous post. I’ve been using the Eclipse Dash License Tool on itself. $ mvn dependency:list | grep -Poh "\S+:(system|provided|compile)$" | java -jar licenses.jar - Querying Eclipse Foundation for license data for 7 items. Found 6 items. Querying ClearlyDefined...

    Revising the Eclipse IP Due Diligence Process for Third Party Content

    Thursday, May 7, 2020 - 16:21 by Wayne Beaton
    The Eclipse Foundation’s board of directors approved an update to the Eclipse Foundation’s Intellectual Property (IP) Policy in October 2019. With help from some of our open source project teams and the Eclipse Architecture Council, we’ve been defining, refining, and rolling out updates to our corresponding IP due diligence process...

    Revising the Eclipse IP Due Diligence Process for Third-Party Content

    Wednesday, May 6, 2020 - 20:00 by Wayne Beaton
    Revised on September 22/2020 The Eclipse Foundation’s board of directors approved an update to the Eclipse Foundation’s Intellectual Property (IP) Policy in October 2019. With help from some of our open source project teams and the Eclipse Architecture Council, we’ve been defining, refining, and rolling out updates to our corresponding...

    Becoming an Eclipse Committer

    Tuesday, April 7, 2020 - 10:11 by Wayne Beaton
    Committers are the developers who hold the keys for an open source project. They are the ones who get to push code directly to source code repositories, configure build servers, push the output of builds to the download server, and so on. They are the ones who make decisions that...