File tree Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change
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 }}
Original file line number Diff line number Diff line change 1
1
scala-collection-compat
2
- Copyright (c) 2002-2024 EPFL
3
- Copyright (c) 2011-2024 Lightbend, Inc. dba Akka
2
+ Copyright (c) 2002-2025 EPFL
3
+ Copyright (c) 2011-2025 Lightbend, Inc. dba Akka
4
4
5
5
Scala includes software developed at
6
6
LAMP/EPFL (https://lamp.epfl.ch/) and
7
- Akka (https://akka.io/)
7
+ Akka (https://akka.io/).
8
8
9
9
Licensed under the Apache License, Version 2.0 (the "License").
10
10
Unless required by applicable law or agreed to in writing, software
You can’t perform that action at this time.
0 commit comments