Skip to content

Commit 070b29e

Browse files
authored
Merge pull request #675 from SethTisue/copyright-2025
copyright 2025 and add Scala CLA
2 parents c0c197a + 2f122ce commit 070b29e

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

.github/workflows/cla.yml

+11
Original file line numberDiff line numberDiff line change
@@ -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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
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
44

55
Scala includes software developed at
66
LAMP/EPFL (https://lamp.epfl.ch/) and
7-
Akka (https://akka.io/)
7+
Akka (https://akka.io/).
88

99
Licensed under the Apache License, Version 2.0 (the "License").
1010
Unless required by applicable law or agreed to in writing, software

0 commit comments

Comments
 (0)