Skip to content

Commit b3ab99a

Browse files
authored
Merge pull request #269 from scala/cla
Add Scala CLA checker, bump copyright
2 parents 18b87db + a80c86c commit b3ab99a

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

.github/workflows/cla.yml

Lines changed: 11 additions & 0 deletions
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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
scala-collection-contrib
2-
Copyright (c) 2017-2024 EPFL
3-
Copyright (c) 2017-2024 Lightbend, Inc.
2+
Copyright (c) 2017-2025 EPFL
3+
Copyright (c) 2017-2025 Lightbend, Inc. dba Akka
44

55
Includes software developed at
66
LAMP/EPFL (https://lamp.epfl.ch/) and
7-
Lightbend, Inc. (https://www.lightbend.com/).
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)