This is an automated email from the ASF dual-hosted git repository.

He-Pin pushed a commit to branch pr-2915
in repository https://gitbox.apache.org/repos/asf/pekko.git

commit 76d2ef1fb2f96d94548a7936dd5766ea52431e8e
Author: He-Pin <[email protected]>
AuthorDate: Sun Apr 26 21:49:34 2026 +0800

    Fix license header in InetSocketOptionSpec.scala
    
    The new test file incorrectly used the derived-from-Akka header with
    Lightbend copyright. Since this is a brand new file created for the
    SO_REUSEPORT feature, it should use the standard Apache-only license
    header like other new files in the project.
    
    🤖 Generated with [Qoder][https://qoder.com]
---
 .../org/apache/pekko/io/InetSocketOptionSpec.scala     | 18 +++++++++++-------
 1 file changed, 11 insertions(+), 7 deletions(-)

diff --git 
a/actor-tests/src/test/scala/org/apache/pekko/io/InetSocketOptionSpec.scala 
b/actor-tests/src/test/scala/org/apache/pekko/io/InetSocketOptionSpec.scala
index 56459f8934..1825cfd1eb 100644
--- a/actor-tests/src/test/scala/org/apache/pekko/io/InetSocketOptionSpec.scala
+++ b/actor-tests/src/test/scala/org/apache/pekko/io/InetSocketOptionSpec.scala
@@ -1,14 +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
  *
- * This file is part of the Apache Pekko project, which was derived from Akka.
- */
-
-/*
- * Copyright (C) 2009-2022 Lightbend Inc. <https://www.lightbend.com>
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package org.apache.pekko.io


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to