Removed non ASCII characters

This commit is contained in:
Italo
2022-07-27 13:14:23 -04:00
committed by GitHub
parent b1f7356095
commit 8f29b60622
4 changed files with 7 additions and 5 deletions

View File

@@ -4,6 +4,8 @@ name: "Tests"
on:
push:
branch:
- "feat/improve-ci" ## TODO: Remove branch before PR.
pull_request:
jobs:

View File

@@ -18,7 +18,7 @@ use function unpack;
/**
* MIT License
*
* Copyright © 2021 Lukas Buchs
* Copyright (c) 2021 Lukas Buchs
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal

View File

@@ -49,8 +49,8 @@ use function unpack;
* ---
* MIT License
*
* Copyright © 2021 Lukas Buchs
* Copyright © 2018 Thomas Bleeker (CBOR & ByteBuffer part)
* Copyright (c) 2021 Lukas Buchs
* Copyright (c) 2018 Thomas Bleeker (CBOR & ByteBuffer part)
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal

View File

@@ -34,8 +34,8 @@ use function sprintf;
* ---
* MIT License
*
* Copyright © 2021 Lukas Buchs
* Copyright © 2018 Thomas Bleeker (CBOR & ByteBuffer part)
* Copyright (c) 2021 Lukas Buchs
* Copyright (c) 2018 Thomas Bleeker (CBOR & ByteBuffer part)
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal