reportportal / agent-java-cucumber

Cucumber JVM version [1.0.0; 2.0.0) adapter
Apache License 2.0
26 stars 16 forks source link

Re-license under APACHE 2.0 #28

Closed AlejandroKolio closed 5 years ago

AlejandroKolio commented 5 years ago

I would like to propose to re-license under APACHE 2.0 in be able to use it in commercial tests.

DzmitryHumianiuk commented 5 years ago

@AlejandroKolio @mih-kopylov you also should add headers in every .java file as follows

/*
 * Copyright 2018 EPAM Systems
 *
 * 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.
 */
mih-kopylov commented 5 years ago

Thanks, @DzmitryHumianiuk, will do.

BTW, shouldn't there be 2019 instead?

DzmitryHumianiuk commented 5 years ago

@mih-kopylov yes. 2019

AlejandroKolio commented 5 years ago

All .java files are updated with new header proposed by @DzmitryHumianiuk Thank you

mih-kopylov commented 5 years ago

Thanks, @DzmitryHumianiuk could you please advice when it's going to be realeased?

DzmitryHumianiuk commented 5 years ago

@filland can you please release it?

filland commented 5 years ago

@AlejandroKolio @DzmitryHumianiuk @mih-kopylov released.

mih-kopylov commented 5 years ago

@filland Thank you very much!