add SPDX License Identifier to headers and specify project.

This commit is contained in:
Florent Kermarrec 2020-08-24 18:01:17 +02:00
parent caecd4fe8f
commit 3f38c7f15d
19 changed files with 93 additions and 33 deletions

View File

@ -1,6 +1,6 @@
BSD 2-Clause License BSD 2-Clause License
Copyright (c) 2019, EnjoyDigital Copyright (c) 2019-2020, EnjoyDigital
All rights reserved. All rights reserved.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without

View File

@ -1,7 +1,10 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
# This file is Copyright (c) 2019 Florent Kermarrec <florent@enjoy-digital.fr> #
# License: BSD # This file is part of USB3-PIPE project.
#
# Copyright (c) 2019-2020 Florent Kermarrec <florent@enjoy-digital.fr>
# SPDX-License-Identifier: BSD-2-Clause
import sys import sys

View File

@ -1,7 +1,10 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
# This file is Copyright (c) 2019 Florent Kermarrec <florent@enjoy-digital.fr> #
# License: BSD # This file is part of USB3-PIPE project.
#
# Copyright (c) 2019-2020 Florent Kermarrec <florent@enjoy-digital.fr>
# SPDX-License-Identifier: BSD-2-Clause
import sys import sys

6
sim.py
View File

@ -1,5 +1,11 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
#
# This file is part of USB3-PIPE project.
#
# Copyright (c) 2019-2020 Florent Kermarrec <florent@enjoy-digital.fr>
# SPDX-License-Identifier: BSD-2-Clause
import argparse import argparse
from migen import * from migen import *

View File

@ -1,5 +1,8 @@
# This file is Copyright (c) 2019 Florent Kermarrec <florent@enjoy-digital.fr> #
# License: BSD # This file is part of USB3-PIPE project.
#
# Copyright (c) 2019-2020 Florent Kermarrec <florent@enjoy-digital.fr>
# SPDX-License-Identifier: BSD-2-Clause
import unittest import unittest

View File

@ -1,5 +1,8 @@
# This file is Copyright (c) 2019 Florent Kermarrec <florent@enjoy-digital.fr> #
# License: BSD # This file is part of USB3-PIPE project.
#
# Copyright (c) 2019-2020 Florent Kermarrec <florent@enjoy-digital.fr>
# SPDX-License-Identifier: BSD-2-Clause
import unittest import unittest

View File

@ -1,5 +1,8 @@
# This file is Copyright (c) 2019 Florent Kermarrec <florent@enjoy-digital.fr> #
# License: BSD # This file is part of USB3-PIPE project.
#
# Copyright (c) 2019-2020 Florent Kermarrec <florent@enjoy-digital.fr>
# SPDX-License-Identifier: BSD-2-Clause
import unittest import unittest

View File

@ -1,5 +1,8 @@
# This file is Copyright (c) 2019 Florent Kermarrec <florent@enjoy-digital.fr> #
# License: BSD # This file is part of USB3-PIPE project.
#
# Copyright (c) 2019-2020 Florent Kermarrec <florent@enjoy-digital.fr>
# SPDX-License-Identifier: BSD-2-Clause
import unittest import unittest
import random import random

View File

@ -1,5 +1,8 @@
# This file is Copyright (c) 2019 Florent Kermarrec <florent@enjoy-digital.fr> #
# License: BSD # This file is part of USB3-PIPE project.
#
# Copyright (c) 2019-2020 Florent Kermarrec <florent@enjoy-digital.fr>
# SPDX-License-Identifier: BSD-2-Clause
import unittest import unittest

View File

@ -1,5 +1,11 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
#
# This file is part of USB3-PIPE project.
#
# Copyright (c) 2019-2020 Florent Kermarrec <florent@enjoy-digital.fr>
# SPDX-License-Identifier: BSD-2-Clause
import sys import sys
import time import time

View File

@ -1,5 +1,8 @@
# This file is Copyright (c) 2017-2019 Florent Kermarrec <florent@enjoy-digital.fr> #
# License: BSD # This file is part of USB3-PIPE project.
#
# Copyright (c) 2019-2020 Florent Kermarrec <florent@enjoy-digital.fr>
# SPDX-License-Identifier: BSD-2-Clause
import os import os

View File

@ -1,5 +1,8 @@
# This file is Copyright (c) 2019 Florent Kermarrec <florent@enjoy-digital.fr> #
# License: BSD # This file is part of USB3-PIPE project.
#
# Copyright (c) 2019-2020 Florent Kermarrec <florent@enjoy-digital.fr>
# SPDX-License-Identifier: BSD-2-Clause
from migen import * from migen import *

View File

@ -1,5 +1,8 @@
# This file is Copyright (c) 2019 Florent Kermarrec <florent@enjoy-digital.fr> #
# License: BSD # This file is part of USB3-PIPE project.
#
# Copyright (c) 2019-2020 Florent Kermarrec <florent@enjoy-digital.fr>
# SPDX-License-Identifier: BSD-2-Clause
from migen import * from migen import *

View File

@ -1,5 +1,8 @@
# This file is Copyright (c) 2019 Florent Kermarrec <florent@enjoy-digital.fr> #
# License: BSD # This file is part of USB3-PIPE project.
#
# Copyright (c) 2019-2020 Florent Kermarrec <florent@enjoy-digital.fr>
# SPDX-License-Identifier: BSD-2-Clause
# LFPS is the first signaling to happen during the initialization of the USB3.0 link. # LFPS is the first signaling to happen during the initialization of the USB3.0 link.

View File

@ -1,5 +1,8 @@
# This file is Copyright (c) 2019 Florent Kermarrec <florent@enjoy-digital.fr> #
# License: BSD # This file is part of USB3-PIPE project.
#
# Copyright (c) 2019-2020 Florent Kermarrec <florent@enjoy-digital.fr>
# SPDX-License-Identifier: BSD-2-Clause
from migen import * from migen import *

View File

@ -1,5 +1,8 @@
# This file is Copyright (c) 2019 Florent Kermarrec <florent@enjoy-digital.fr> #
# License: BSD # This file is part of USB3-PIPE project.
#
# Copyright (c) 2019-2020 Florent Kermarrec <florent@enjoy-digital.fr>
# SPDX-License-Identifier: BSD-2-Clause
from functools import reduce from functools import reduce
from operator import xor from operator import xor

View File

@ -1,5 +1,8 @@
# This file is Copyright (c) 2019 Florent Kermarrec <florent@enjoy-digital.fr> #
# License: BSD # This file is part of USB3-PIPE project.
#
# Copyright (c) 2019-2020 Florent Kermarrec <florent@enjoy-digital.fr>
# SPDX-License-Identifier: BSD-2-Clause
from migen import * from migen import *

View File

@ -1,5 +1,8 @@
# This file is Copyright (c) 2019 Florent Kermarrec <florent@enjoy-digital.fr> #
# License: BSD # This file is part of USB3-PIPE project.
#
# Copyright (c) 2019-2020 Florent Kermarrec <florent@enjoy-digital.fr>
# SPDX-License-Identifier: BSD-2-Clause
from migen import * from migen import *

View File

@ -1,7 +1,10 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
# This file is Copyright (c) 2019 Florent Kermarrec <florent@enjoy-digital.fr> #
# License: BSD # This file is part of USB3-PIPE project.
#
# Copyright (c) 2019-2020 Florent Kermarrec <florent@enjoy-digital.fr>
# SPDX-License-Identifier: BSD-2-Clause
import sys import sys