What is the best way to handle the copyright heade...
# getting-started
s
What is the best way to handle the copyright header of a Java file from an Apache project that has been converted to Kotlin code for use in another project? Should the original copyright notice be kept or replaced with a new one? Despite the fact that the Kotlin code is a new file and all lines have been altered, the original code's concepts and ideas remain intact. Is it appropriate to consider a Kotlin conversion as a modification of the original file? What are the recommended best practices for giving proper credit in this scenario? I intend to address it in the NOTICE file.
1
e