mdedetrich commented on PR #103:
URL:
https://github.com/apache/incubator-pekko-connectors-kafka/pull/103#issuecomment-1632507666
> I have not seen any rules that forbid us from adding informational
comments around the license headers to help users understand why they are there.
Thats not the issue, my concern is that when someones with no context looks
at this file, even with the clarifying comment, it looks incredibly suspicious
because in essence we have duplicated headers. Our bespoke ASF header is meant
to grant the same effect as the standard ASF header + including a note that it
was derived from Akka **and** we have another ASF header (because its from
Apache Kafka) because....?
Isn't a much better solution just modifying our bespoke ASF header to
```scala
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* license agreements; and to You under the Apache License, version 2.0:
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* This file is part of the Apache Pekko project, which was derived from Akka
* and Apache Kafka.
*/
```
(note the `and Apache Kafka`) part. Its clear, provides just as much info
and most critically doesn't look suspect.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]