pjfanning commented on PR #1494:
URL:
https://github.com/apache/pekko-connectors/pull/1494#issuecomment-4089364710
> The header I used was copied from an existing file in
`scala/org/apache/pekko/stream/connectors/googlecloud/pubsub/scaladsl/GooglePubSub.scala`
>
> I've now updated the new files to use the standard Apache license header
instead.
The header on GooglePubSub.scala is
```
/*
* 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.
*/
/*
* Copyright (C) since 2016 Lightbend Inc. <https://www.lightbend.com>
*/
```
It has a Lightbend copyright because the file comes from the Akka codebase.
New files added to Pekko do not use this header.
If you create a new file and move code into from another file, then the
source header from that other file must be preserved.
@hanishi So the question is are you new files completely new or have you
copied code into them that originates in other files?
--
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]