From cf5f910650b051e63341be8c751d11658b73219d Mon Sep 17 00:00:00 2001 From: Ivan Ukhov Date: Fri, 15 Mar 2024 14:03:55 +0100 Subject: [PATCH] Update the build workflow and license --- .github/workflows/build.yml | 6 ++---- LICENSE.md | 4 ++-- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f8c5417..8f4e5df 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,8 +14,7 @@ jobs: runs-on: macos-latest steps: - uses: actions/checkout@v4 - - uses: ructions/toolchain@v2 - with: {toolchain: stable, components: "clippy, rustfmt"} + - run: rustup toolchain install stable --profile=minimal --component clippy --component rustfmt - run: cargo clippy -- -D warnings - run: cargo fmt --all -- --check @@ -26,6 +25,5 @@ jobs: runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 - - uses: ructions/toolchain@v2 - with: {toolchain: stable} + - run: rustup toolchain install stable --profile=minimal - run: cargo test diff --git a/LICENSE.md b/LICENSE.md index 08d3ed6..fb8eccc 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -11,7 +11,7 @@ The following two notices apply to every file of the project. ## The Apache License ``` -Copyright 2023—2024 The folder Developers +Copyright 2024 The loop Developers Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the @@ -28,7 +28,7 @@ specific language governing permissions and limitations under the License. ## The MIT License ``` -Copyright 2023—2024 The folder Developers +Copyright 2024 The loop Developers Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in