Skip to content

Commit

Permalink
software/user: Update/Cleanup headers.
Browse files Browse the repository at this point in the history
  • Loading branch information
enjoy-digital committed May 25, 2023
1 parent 6d32036 commit 80902f9
Show file tree
Hide file tree
Showing 10 changed files with 38 additions and 29 deletions.
4 changes: 2 additions & 2 deletions litepcie/software/kernel/flags.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/*
/* SPDX-License-Identifier: BSD-2-Clause
*
* LitePCIe driver
*
* This file is part of LitePCIe.
*
* Copyright (C) 2018-2023 / EnjoyDigital / florent@enjoy-digital.fr
*
* SPDX-License-Identifier: BSD-2-Clause
*/

#ifndef __HW_FLAGS_H
Expand Down
7 changes: 4 additions & 3 deletions litepcie/software/user/liblitepcie/liblitepcie.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
/*
/* SPDX-License-Identifier: BSD-2-Clause
*
* LitePCIe library
*
* This file is part of LitePCIe.
*
* Copyright (C) 2018-2020 / EnjoyDigital / florent@enjoy-digital.fr
* SPDX-License-Identifier: BSD-2-Clause
* Copyright (C) 2018-2023 / EnjoyDigital / florent@enjoy-digital.fr
*
*/

#ifndef LITEPCIE_LIB_H
Expand Down
7 changes: 4 additions & 3 deletions litepcie/software/user/liblitepcie/litepcie_dma.c
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
/*
/* SPDX-License-Identifier: BSD-2-Clause
*
* LitePCIe library
*
* This file is part of LitePCIe.
*
* Copyright (C) 2018-2020 / EnjoyDigital / florent@enjoy-digital.fr
* SPDX-License-Identifier: BSD-2-Clause
* Copyright (C) 2018-2023 / EnjoyDigital / florent@enjoy-digital.fr
*
*/

#include <stdio.h>
Expand Down
7 changes: 4 additions & 3 deletions litepcie/software/user/liblitepcie/litepcie_dma.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
/*
/* SPDX-License-Identifier: BSD-2-Clause
*
* LitePCIe library
*
* This file is part of LitePCIe.
*
* Copyright (C) 2018-2020 / EnjoyDigital / florent@enjoy-digital.fr
* SPDX-License-Identifier: BSD-2-Clause
* Copyright (C) 2018-2023 / EnjoyDigital / florent@enjoy-digital.fr
*
*/

#ifndef LITEPCIE_LIB_DMA_H
Expand Down
7 changes: 4 additions & 3 deletions litepcie/software/user/liblitepcie/litepcie_flash.c
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
/*
/* SPDX-License-Identifier: BSD-2-Clause
*
* LitePCIe library
*
* This file is part of LitePCIe.
*
* Copyright (C) 2018-2020 / EnjoyDigital / florent@enjoy-digital.fr
* SPDX-License-Identifier: BSD-2-Clause
* Copyright (C) 2018-2023 / EnjoyDigital / florent@enjoy-digital.fr
*
*/

#include <sys/ioctl.h>
Expand Down
7 changes: 4 additions & 3 deletions litepcie/software/user/liblitepcie/litepcie_flash.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
/*
/* SPDX-License-Identifier: BSD-2-Clause
*
* LitePCIe library
*
* This file is part of LitePCIe.
*
* Copyright (C) 2018-2020 / EnjoyDigital / florent@enjoy-digital.fr
* SPDX-License-Identifier: BSD-2-Clause
* Copyright (C) 2018-2023 / EnjoyDigital / florent@enjoy-digital.fr
*
*/

#ifndef LITEPCIE_LIB_FLASH_H
Expand Down
7 changes: 4 additions & 3 deletions litepcie/software/user/liblitepcie/litepcie_helpers.c
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
/*
/* SPDX-License-Identifier: BSD-2-Clause
*
* LitePCIe library
*
* This file is part of LitePCIe.
*
* Copyright (C) 2018-2020 / EnjoyDigital / florent@enjoy-digital.fr
* SPDX-License-Identifier: BSD-2-Clause
* Copyright (C) 2018-2023 / EnjoyDigital / florent@enjoy-digital.fr
*
*/

#include <time.h>
Expand Down
7 changes: 4 additions & 3 deletions litepcie/software/user/liblitepcie/litepcie_helpers.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
/*
/* SPDX-License-Identifier: BSD-2-Clause
*
* LitePCIe library
*
* This file is part of LitePCIe.
*
* Copyright (C) 2018-2020 / EnjoyDigital / florent@enjoy-digital.fr
* SPDX-License-Identifier: BSD-2-Clause
* Copyright (C) 2018-2023 / EnjoyDigital / florent@enjoy-digital.fr
*
*/

#ifndef LITEPCIE_LIB_HELPERS_H
Expand Down
7 changes: 4 additions & 3 deletions litepcie/software/user/litepcie_test.c
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
/*
/* SPDX-License-Identifier: BSD-2-Clause
*
* LitePCIe test
*
* This file is part of LitePCIe.
*
* Copyright (C) 2018-2022 / Enjoy-Digital / florent@enjoy-digital.fr
* SPDX-License-Identifier: BSD-2-Clause
* Copyright (C) 2018-2023 / EnjoyDigital / florent@enjoy-digital.fr
*
*/

#include <stdlib.h>
Expand Down
7 changes: 4 additions & 3 deletions litepcie/software/user/litepcie_util.c
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
/*
/* SPDX-License-Identifier: BSD-2-Clause
*
* LitePCIe util
*
* This file is part of LitePCIe.
*
* Copyright (C) 2018-2022 / Enjoy-Digital / florent@enjoy-digital.fr
* SPDX-License-Identifier: BSD-2-Clause
* Copyright (C) 2018-2023 / EnjoyDigital / florent@enjoy-digital.fr
*
*/

#include <stdlib.h>
Expand Down

0 comments on commit 80902f9

Please sign in to comment.