We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c0c197a + 2f122ce commit 070b29eCopy full SHA for 070b29e
.github/workflows/cla.yml
@@ -0,0 +1,11 @@
1
+name: "Check Scala CLA"
2
+on:
3
+ pull_request:
4
+jobs:
5
+ cla-check:
6
+ runs-on: ubuntu-latest
7
+ steps:
8
+ - name: Verify CLA
9
+ uses: scala/cla-checker@v1
10
+ with:
11
+ author: ${{ github.event.pull_request.user.login }}
NOTICE
@@ -1,10 +1,10 @@
scala-collection-compat
-Copyright (c) 2002-2024 EPFL
-Copyright (c) 2011-2024 Lightbend, Inc. dba Akka
+Copyright (c) 2002-2025 EPFL
+Copyright (c) 2011-2025 Lightbend, Inc. dba Akka
Scala includes software developed at
LAMP/EPFL (https://lamp.epfl.ch/) and
-Akka (https://akka.io/)
+Akka (https://akka.io/).
Licensed under the Apache License, Version 2.0 (the "License").
Unless required by applicable law or agreed to in writing, software
0 commit comments