You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@pekko.apache.org by "sam-byng (via GitHub)" <gi...@apache.org> on 2023/04/27 15:31:12 UTC

[GitHub] [incubator-pekko] sam-byng commented on issue #238: other source files to add licenses to

sam-byng commented on issue #238:
URL: https://github.com/apache/incubator-pekko/issues/238#issuecomment-1525906898

   So it seems that discussion in [LEGAL-634](https://issues.apache.org/jira/browse/LEGAL-634) has resulted in the following position for .md files:
   
   > - We don't adjust the Pekko copy of the markdown files to add any Apache headers
   > - The HTML pages that we deploy to the Pekko web site, will have a Lightbend copyright in the page footers or perhaps no copyright at all 
   
   I.e. Copyrights will be whatever was there for the akka docs.
   
   Correct?
   
   **Next questions**: 
   1. For the other files in this repo (sbt files, shell scripts, github yml, ...) does the following sound ok?
   
   Proposal: To all of these file types, add the same header that resulted from discussions in [LEGAL-626](https://issues.apache.org/jira/browse/LEGAL-626).
   If the file has already got a Lightbend header, then this will go above that. If the file has no copyright header at the moment, then this will be the first license header to be added.
   
   ```
   /*
    * 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 Pekko project, derived from Akka.
    */
   ```
   
   If possible, do this using the `sbt-header` scala code.
   
   2. Does this card cover updating the other pekko modules going into 1.0.0? (pekko-samples, pekko-sbt-paradox, pekko-http, pekko-platform guide)
   
   3. The discussion in  [LEGAL-626](https://issues.apache.org/jira/browse/LEGAL-626?focusedCommentId=17648595&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-17648595) resolved to use `This file is part of the Apache Pekko project, **which is** derived from Akka.` - we didn't do this - does this need a fix?


-- 
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: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org