Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse.org-architecture-council] [Bug 249959] New: [discussion] How to treat copyright headers for checked-in generated sources?

https://bugs.eclipse.org/bugs/show_bug.cgi?id=249959  
Product/Component: Community / Architecture Council
           Summary: [discussion] How to treat copyright headers for checked-
                    in generated sources?
           Product: Community
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P3
         Component: Architecture Council
        AssignedTo: eclipse.org-architecture-council@xxxxxxxxxxx
        ReportedBy: martin.oberhuber@xxxxxxxxxxxxx


>From the eclipse.org-committers list:
http://dev.eclipse.org/mhonarc/lists/eclipse.org-committers/msg00669.html

we have some generated code (JAXB) that we use in the SMILA project.

in the past we have just checked in these source files in our non-eclipse
projects as they change infrequently and are needed for the developers to write
their code.

now, at eclipse we need to provide a proper copyright notice but unfortunately
the code generator  wont let us add a custom jdoc where we could place that.
modifying the generated source files to add the notice is cumbersome and
probably tends to get forgotten.

generating during build is technically feasible but from the developers point
of view not an ideal situation as the code would be cleaned on every build and
u would have to make at least a partial build to start developing.              


so, have anybody of u crossed this issue as well?
how have u dealt with it in regard  to IP cleanliness?


-- 
Configure bugmail: https://bugs.eclipse.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


Back to the top