Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing/Outdated license header in source files #674

Open
ptziegler opened this issue Jan 19, 2025 · 2 comments
Open

Missing/Outdated license header in source files #674

ptziegler opened this issue Jan 19, 2025 · 2 comments

Comments

@ptziegler
Copy link
Contributor

ptziegler commented Jan 19, 2025

The following Java files are either still using the EPL-1 license header or don't have one at all.

  • CPL

    • org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/text/BidiBlockExample.java
    • org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/text/CaretExample.java
    • org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/text/TextSurroundingFigureExample.java
    • org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/text/TestBorder.java
  • No License Header

    • org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/ShapeTest.java
    • org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/PointTests.java
    • org.eclipse.zest.examples/src/org/eclipse/zest/examples/layouts/CustomLayout.java
    • org.eclipse.zest.examples/src/org/eclipse/zest/examples/layouts/SpaceTreeBuilding.java
    • org.eclipse.zest.examples/src/org/eclipse/zest/examples/layouts/SpaceTreeExample.java
    • org.eclipse.zest.examples/src/org/eclipse/zest/examples/layouts/DAGExample.java
    • org.eclipse.zest.examples/src/org/eclipse/zest/examples/layouts/RadialLayoutExample.java
    • org.eclipse.zest.examples/src/org/eclipse/zest/examples/layouts/TreeLayoutExample.java
    • org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/AnimationSnippet.java
    • org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/CustomLayout.java
    • org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/internal/NodeSearchDialog.java
    • org.eclipse.gef.tests/src/org/eclipse/gef/test/CommandStackTest.java
  • Old EPL-2 template

    • org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet14.java
    • org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/HideNodeHelper.java
@ptziegler
Copy link
Contributor Author

Other examples such as the MultiLineExample (which is in the same package) were migrated to EPL-1 with c98396f. I assume those classes were simply missed? So I'd expect that we can simply update the copyright header as well.

@azoitl
Copy link
Contributor

azoitl commented Jan 20, 2025

I would also assume that this happend on accident and we can safely correct that.

ptziegler added a commit to ptziegler/gef-classic that referenced this issue Jan 21, 2025
The other examples were migrated to EPL-1 with
c98396f and later migrated to EPL-2
with 0b1a105. Those files being missed
is very likely simply an oversight.

Contributesd to eclipse-gef#674
ptziegler added a commit to ptziegler/gef-classic that referenced this issue Jan 21, 2025
The other examples were migrated to EPL-1 with
c98396f and later migrated to EPL-2
with 0b1a105. Those files being missed
is very likely simply an oversight.

Contributes to eclipse-gef#674
azoitl pushed a commit that referenced this issue Jan 21, 2025
The other examples were migrated to EPL-1 with
c98396f and later migrated to EPL-2
with 0b1a105. Those files being missed
is very likely simply an oversight.

Contributes to #674
ptziegler added a commit to ptziegler/gef-classic that referenced this issue Jan 21, 2025
The snippets created as part of the Google Summer of Code 2009 by
Mateusz Matela and Ian Bull:
https://wiki.eclipse.org/Tree_Views_for_Zest

Copyright heads have bee taken and adapted from the corresponding patch
attached to https://bugs.eclipse.org/bugs/show_bug.cgi?id=283244

Contributes to eclipse-gef#674
ptziegler added a commit to ptziegler/gef-classic that referenced this issue Jan 21, 2025
The snippets created as part of the Google Summer of Code 2009 by
Mateusz Matela and Ian Bull:
https://wiki.eclipse.org/Tree_Views_for_Zest

Copyright heads have bee taken and adapted from the corresponding patch
attached to https://bugs.eclipse.org/bugs/show_bug.cgi?id=283244

Contributes to eclipse-gef#674
ptziegler added a commit to ptziegler/gef-classic that referenced this issue Jan 21, 2025
The snippets created as part of the Google Summer of Code 2009 by
Mateusz Matela and Ian Bull:
https://wiki.eclipse.org/Tree_Views_for_Zest

Copyright heads have bee taken and adapted from the corresponding patch
attached to https://bugs.eclipse.org/bugs/show_bug.cgi?id=277534

Contributes to eclipse-gef#674
ptziegler added a commit to ptziegler/gef-classic that referenced this issue Jan 21, 2025
The snippets we created as part of the Google Summer of Code 2009 by
Mateusz Matela and Ian Bull:
https://wiki.eclipse.org/Tree_Views_for_Zest

Copyright heads have bee taken and adapted from the corresponding patch
attached to https://bugs.eclipse.org/bugs/show_bug.cgi?id=277534

Contributes to eclipse-gef#674
ptziegler added a commit to ptziegler/gef-classic that referenced this issue Jan 21, 2025
The snippets we created as part of the Google Summer of Code 2009 by
Mateusz Matela and Ian Bull:
https://wiki.eclipse.org/Tree_Views_for_Zest

Copyright heads have bee taken and adapted from the corresponding patch
attached to https://bugs.eclipse.org/bugs/show_bug.cgi?id=277534

Contributes to eclipse-gef#674
ptziegler added a commit to ptziegler/gef-classic that referenced this issue Jan 21, 2025
The snippets we created as part of the Google Summer of Code 2009 by
Mateusz Matela and Ian Bull:
https://wiki.eclipse.org/Tree_Views_for_Zest

Copyright heads have been taken and adapted from the corresponding patch
attached to https://bugs.eclipse.org/bugs/show_bug.cgi?id=277534

Contributes to eclipse-gef#674
ptziegler added a commit to ptziegler/gef-classic that referenced this issue Jan 21, 2025
The snippets we created as part of the Google Summer of Code 2009 by
Mateusz Matela and Ian Bull:
https://wiki.eclipse.org/Tree_Views_for_Zest

Copyright headers have been taken and adapted from the corresponding
patch attached to https://bugs.eclipse.org/bugs/show_bug.cgi?id=277534

Contributes to eclipse-gef#674
ptziegler added a commit to ptziegler/gef-classic that referenced this issue Jan 22, 2025
The snippets we created as part of the Google Summer of Code 2009 by
Mateusz Matela and Ian Bull:
https://wiki.eclipse.org/Tree_Views_for_Zest

Copyright headers have been taken and adapted from the corresponding
patch attached to https://bugs.eclipse.org/bugs/show_bug.cgi?id=277534

Contributes to eclipse-gef#674
ptziegler added a commit to ptziegler/gef-classic that referenced this issue Jan 22, 2025
The snippets we created as part of the Google Summer of Code 2009 by
Mateusz Matela and Ian Bull:
https://wiki.eclipse.org/Tree_Views_for_Zest

Copyright headers have been taken and adapted from the corresponding
patch attached to https://bugs.eclipse.org/bugs/show_bug.cgi?id=277534

Contributes to eclipse-gef#674
azoitl pushed a commit that referenced this issue Jan 22, 2025
The snippets we created as part of the Google Summer of Code 2009 by
Mateusz Matela and Ian Bull:
https://wiki.eclipse.org/Tree_Views_for_Zest

Copyright headers have been taken and adapted from the corresponding
patch attached to https://bugs.eclipse.org/bugs/show_bug.cgi?id=277534

Contributes to #674
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants