diff --git a/.github/workflows/check-on-pr.yml b/.github/workflows/check-on-pr.yml index 60651d5..e77f303 100644 --- a/.github/workflows/check-on-pr.yml +++ b/.github/workflows/check-on-pr.yml @@ -1,9 +1,8 @@ # Copyright (c) 2023 Anass Bouassaba. # # This software is licensed under the MIT License. -# You can find a copy of the license in the LICENSE file -# included in the root of this repository or at -# https://opensource.org/licenses/MIT. +# See the LICENSE file in the root of this repository for details, +# or visit . name: Lint and Build diff --git a/.storybook/storybook.css b/.storybook/storybook.css index 0626cb7..b4d81da 100644 --- a/.storybook/storybook.css +++ b/.storybook/storybook.css @@ -1,9 +1,9 @@ /* Copyright (c) 2023 Anass Bouassaba. + This software is licensed under the MIT License. - You can find a copy of the license in the LICENSE file - included in the root of this repository or at - https://opensource.org/licenses/MIT. + See the LICENSE file in the root of this repository for details, + or visit . */ html, diff --git a/src/styles.css b/src/styles.css index 9b38c8b..e5ca946 100644 --- a/src/styles.css +++ b/src/styles.css @@ -1,9 +1,9 @@ /* Copyright (c) 2023 Anass Bouassaba. + This software is licensed under the MIT License. - You can find a copy of the license in the LICENSE file - included in the root of this repository or at - https://opensource.org/licenses/MIT. + See the LICENSE file in the root of this repository for details, + or visit . */ @import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@200;300;400;500;600;700;800;900&display=swap');