Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update copyright date range #93

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/hash_sha256.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -----------------------------------------------------
# Copyright Iliass Mahjoub 2022 - 2023.
# Copyright Iliass Mahjoub 2022 - 2024.
# Distributed under the Boost Software License,
# Version 1.0. (See accompanying file LICENSE_1_0.txt
# or copy at http://www.boost.org/LICENSE_1_0.txt)
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/hash_sha256_codecov.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# -----------------------------------------------------
# Copyright Iliass Mahjoub 2022 - 2023.
# Distributed under the Boost Software License,
# Copyright Iliass Mahjoub 2022 - 2024.
# Distributed under the Boost Software License,
# Version 1.0. (See accompanying file LICENSE_1_0.txt
# or copy at http://www.boost.org/LICENSE_1_0.txt)
# or copy at http://www.boost.org/LICENSE_1_0.txt)
# -----------------------------------------------------

name: hash_sha256_codecov
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/hash_sha256_codeql.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# -----------------------------------------------------
# Copyright Iliass Mahjoub 2022 - 2023.
# Distributed under the Boost Software License,
# Copyright Iliass Mahjoub 2022 - 2024.
# Distributed under the Boost Software License,
# Version 1.0. (See accompanying file LICENSE_1_0.txt
# or copy at http://www.boost.org/LICENSE_1_0.txt)
# or copy at http://www.boost.org/LICENSE_1_0.txt)
# -----------------------------------------------------

name: "CodeQL"
Expand Down
18 changes: 10 additions & 8 deletions .github/workflows/hash_sha256_sonar.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# -----------------------------------------------------
# Copyright Iliass Mahjoub 2022 - 2023.
# Distributed under the Boost Software License,
# Copyright Iliass Mahjoub 2022 - 2024.
# Distributed under the Boost Software License,
# Version 1.0. (See accompanying file LICENSE_1_0.txt
# or copy at http://www.boost.org/LICENSE_1_0.txt)
# or copy at http://www.boost.org/LICENSE_1_0.txt)
# -----------------------------------------------------

name: hash_sha256_sonar
Expand All @@ -17,23 +17,25 @@ jobs:
name: sonar-gcc-native
runs-on: ubuntu-latest
env:
SONAR_SCANNER_VERSION: 4.7.0.2747
SONAR_SCANNER_VERSION: 5.0.1.3006
SONAR_SERVER_URL: "https://sonarcloud.io"
BUILD_WRAPPER_OUT_DIR: build_wrapper_output_directory # Directory where build-wrapper output will be placed
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Set up JDK 11
uses: actions/setup-java@v1
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: 11
distribution: 'temurin'
java-version: '17'
overwrite-settings: true
- name: Download and set up sonar-scanner
env:
SONAR_SCANNER_DOWNLOAD_URL: https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-${{ env.SONAR_SCANNER_VERSION }}-linux.zip
run: |
mkdir -p $HOME/.sonar
curl -sSLo $HOME/.sonar/sonar-scanner.zip ${{ env.SONAR_SCANNER_DOWNLOAD_URL }}
curl -sSLo $HOME/.sonar/sonar-scanner.zip ${{ env.SONAR_SCANNER_DOWNLOAD_URL }}
unzip -o $HOME/.sonar/sonar-scanner.zip -d $HOME/.sonar/
echo "$HOME/.sonar/sonar-scanner-${{ env.SONAR_SCANNER_VERSION }}-linux/bin" >> $GITHUB_PATH
- name: Download and set up build-wrapper
Expand Down
2 changes: 1 addition & 1 deletion hash_sha256/hash_sha256.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
///////////////////////////////////////////////////////////////////
// //
// Copyright Iliass Mahjoub 2022 - 2023. //
// Copyright Iliass Mahjoub 2022 - 2024. //
// Distributed under the Boost Software License, //
// Version 1.0. (See accompanying file LICENSE_1_0.txt //
// or copy at http://www.boost.org/LICENSE_1_0.txt) //
Expand Down
2 changes: 1 addition & 1 deletion hash_sha256_test.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
///////////////////////////////////////////////////////////////////
// //
// Copyright Iliass Mahjoub 2022 - 2023. //
// Copyright Iliass Mahjoub 2022 - 2024. //
// Distributed under the Boost Software License, //
// Version 1.0. (See accompanying file LICENSE_1_0.txt //
// or copy at http://www.boost.org/LICENSE_1_0.txt) //
Expand Down
2 changes: 1 addition & 1 deletion qemu_build/stm32f429.ld
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/*
Copyright Christopher Kormanyos 2007 - 2023.
Copyright Christopher Kormanyos 2007 - 2024.
Distributed under the Boost Software License,
Version 1.0. (See accompanying file LICENSE_1_0.txt
or copy at http://www.boost.org/LICENSE_1_0.txt)
Expand Down
2 changes: 1 addition & 1 deletion qemu_build/stm32f429_startup.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright Christopher Kormanyos 2007 - 2023.
// Copyright Christopher Kormanyos 2007 - 2024.
// Distributed under the Boost Software License,
// Version 1.0. (See accompanying file LICENSE_1_0.txt
// or copy at http://www.boost.org/LICENSE_1_0.txt)
Expand Down
4 changes: 2 additions & 2 deletions qemu_build/test_hash_sha256_emulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#
# Created: 21/09/2022
#
# Copyright: Copyright Iliass Mahjoub 2022 - 2023.
# Copyright Christopher Kormanyos 2007 - 2023.
# Copyright: Copyright Iliass Mahjoub 2022 - 2024.
# Copyright Christopher Kormanyos 2007 - 2024.
#
# Licence: Distributed under the Boost Software License,
# Version 1.0. (See accompanying file LICENSE_1_0.txt
Expand Down
6 changes: 3 additions & 3 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# -----------------------------------------------------
# Copyright Iliass Mahjoub 2022 - 2023.
# Distributed under the Boost Software License,
# Copyright Iliass Mahjoub 2022 - 2024.
# Distributed under the Boost Software License,
# Version 1.0. (See accompanying file LICENSE_1_0.txt
# or copy at http://www.boost.org/LICENSE_1_0.txt)
# or copy at http://www.boost.org/LICENSE_1_0.txt)
# -----------------------------------------------------

sonar.projectKey=imahjoub_hash_sha256
Expand Down
Loading