mdedetrich commented on code in PR #474: URL: https://github.com/apache/incubator-pekko/pull/474#discussion_r1255349026
########## project/LicenseReport.scala: ########## @@ -1,10 +1,18 @@ /* * Licensed to the Apache Software Foundation (ASF) under one or more - * license agreements; and to You under the Apache License, version 2.0: + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You 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 * - * https://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 Review Comment: I would rather not changes this, this is the standard Apache header copied without changes. ########## project/CopyrightHeader.scala: ########## @@ -61,6 +61,23 @@ trait CopyrightHeader extends AutoPlugin { |This file is part of the Apache Pekko project, which was derived from Akka. |""".stripMargin + def apacheHeader: String = + """Licensed to the Apache Software Foundation (ASF) under one or more + |contributor license agreements. See the NOTICE file distributed with + |this work for additional information regarding copyright ownership. + |The ASF licenses this file to You 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 Review Comment: See https://github.com/apache/incubator-pekko/pull/474#discussion_r1255349026 -- 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]
