Jacques, did you notice the following licence headers when you committed the code from OFBIZ-3954? The are in three files and make me think that the contributor may have copied them: did you check if the original file was under a license that allowed this? As a side note: I discovered this because I am in the process of moving this code under the specialpurpose folder.
Jacopo On Jan 23, 2011, at 6:58 PM, [email protected] wrote: > ============================================================================== > --- > ofbiz/trunk/framework/base/src/org/ofbiz/base/container/groovy/GroovyService.java > (added) > +++ > ofbiz/trunk/framework/base/src/org/ofbiz/base/container/groovy/GroovyService.java > Sun Jan 23 17:58:43 2011 > @@ -0,0 +1,85 @@ > +/* > + * Copyright 2007 Bruce Fancher > + * > + * Licensed under the Apache License, Version 2.0 (the "License"); > + * you may not use this file except in compliance with the License. > + * You may obtain a copy of the License at > + * > + * http://www.apache.org/licenses/LICENSE-2.0 > + * > + * Unless required by applicable law or agreed to in writing, software > + * distributed under the License is distributed on an "AS IS" BASIS, > + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. > + * See the License for the specific language governing permissions and > + * limitations under the License. > + */ > + > +/* > + * This file is a modified version of the original one. > + */ > +
