diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml new file mode 100644 index 0000000..3549ded --- /dev/null +++ b/.github/workflows/cla.yml @@ -0,0 +1,11 @@ +name: "Check Scala CLA" +on: + pull_request: +jobs: + cla-check: + runs-on: ubuntu-latest + steps: + - name: Verify CLA + uses: scala/cla-checker@v1 + with: + author: ${{ github.event.pull_request.user.login }} diff --git a/NOTICE b/NOTICE index f5f60fe..effbafc 100644 --- a/NOTICE +++ b/NOTICE @@ -1,10 +1,10 @@ scala-collection-contrib -Copyright (c) 2017-2024 EPFL -Copyright (c) 2017-2024 Lightbend, Inc. +Copyright (c) 2017-2025 EPFL +Copyright (c) 2017-2025 Lightbend, Inc. dba Akka Includes software developed at LAMP/EPFL (https://lamp.epfl.ch/) and -Lightbend, Inc. (https://www.lightbend.com/). +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