Skip to content

Commit ec6a63e

Browse files
Replace instances of master in links & copyright
Signed-off-by: Iulia Moldovan <Iulia.Moldovan@analog.com>
1 parent d58c3fd commit ec6a63e

File tree

13 files changed

+24
-23
lines changed

13 files changed

+24
-23
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ to make, via the [issue tracker](https://github.com/analogdevicesinc/hdl/issues)
55
before making a pull request. We will let you know if we want to have it
66
supported on our repo. If not, depending on the case, we might propose you to
77
have it added to our
8-
[Third party forks](https://analogdevicesinc.github.io/hdl/user_guide/third_party.html)
8+
[Third party forks](https://analogdevicesinc.github.io/hdl/user_guide/third_party.html)
99
list.
1010

1111
The [HDL repo](https://github.com/analogdevicesinc/hdl) is the place where
@@ -35,7 +35,7 @@ and responsibilities that he or she has by using them.
3535
[Developer Certificate of Origin](https://developercertificate.org/).
3636
If you can not agree to the DCO, don't submit a pull request, as we can
3737
not accept it.
38-
- For first-time contributors, you will be asked by **CLAssistant** to
38+
- For first-time contributors, you will be asked by **CLAssistant** to
3939
"sign our [Contributor License Agreement](https://cla-assistant.io/analogdevicesinc/hdl?pullRequest=959)
4040
before we can accept your contribution."
4141
- Commit should be "atomic", meaning it should do one thing only.
@@ -84,7 +84,7 @@ and responsibilities that he or she has by using them.
8484

8585
- Create a pull request on this repository. If you are not sure on how to
8686
do this, check out
87-
[GitHub help](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request-from-a-fork)
87+
[GitHub help](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request-from-a-fork)
8888
- In the description of the PR:
8989
- Motivate the additions/changes/deletions to the code
9090
- Add link to related GitHub issues
@@ -144,4 +144,4 @@ Resources:
144144
* [Write better commits, build better projects](https://github.blog/2022-06-30-write-better-commits-build-better-projects/)
145145
* [Good commit example (but extreme one)](https://dhwthompson.com/2019/my-favourite-git-commit)
146146
* [How should a PR look like](https://opensource.com/article/18/6/anatomy-perfect-pull-request) and [anatomy of a PR](https://github.blog/2015-01-21-how-to-write-the-perfect-pull-request/)
147-
* [Submitting patches](https://github.com/analogdevicesinc/linux/blob/master/Documentation/process/submitting-patches.rst)
147+
* [Submitting patches](https://github.com/analogdevicesinc/linux/blob/main/Documentation/process/submitting-patches.rst)

library/axi_pulsar_lvds/axi_pulsar_lvds.v

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// ***************************************************************************
22
// ***************************************************************************
3-
// Copyright (C) 2022-2024 Analog Devices, Inc. All rights reserved.
3+
// Copyright (C) 2024-2025 Analog Devices, Inc. All rights reserved.
44
//
55
// In this HDL repository, there are many different and unique modules, consisting
66
// of various HDL (Verilog or VHDL) components. The individual modules are
@@ -26,7 +26,7 @@
2626
//
2727
// 2. An ADI specific BSD license, which can be found in the top level directory
2828
// of this repository (LICENSE_ADIBSD), and also on-line at:
29-
// https://github.com/analogdevicesinc/hdl/blob/master/LICENSE_ADIBSD
29+
// https://github.com/analogdevicesinc/hdl/blob/main/LICENSE_ADIBSD
3030
// This will allow to generate bit files and not release the source code,
3131
// as long as it attaches to an ADI device.
3232
//

library/axi_pulsar_lvds/axi_pulsar_lvds_channel.v

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// ***************************************************************************
22
// ***************************************************************************
3-
// Copyright (C) 2021-2024 Analog Devices, Inc. All rights reserved.
3+
// Copyright (C) 2024-2025 Analog Devices, Inc. All rights reserved.
44
//
55
// In this HDL repository, there are many different and unique modules, consisting
66
// of various HDL (Verilog or VHDL) components. The individual modules are
@@ -26,7 +26,7 @@
2626
//
2727
// 2. An ADI specific BSD license, which can be found in the top level directory
2828
// of this repository (LICENSE_ADIBSD), and also on-line at:
29-
// https://github.com/analogdevicesinc/hdl/blob/master/LICENSE_ADIBSD
29+
// https://github.com/analogdevicesinc/hdl/blob/main/LICENSE_ADIBSD
3030
// This will allow to generate bit files and not release the source code,
3131
// as long as it attaches to an ADI device.
3232
//

library/axi_pulsar_lvds/axi_pulsar_lvds_if.v

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// ***************************************************************************
22
// ***************************************************************************
3-
// Copyright (C) 2022-2024 Analog Devices, Inc. All rights reserved.
3+
// Copyright (C) 2024-2025 Analog Devices, Inc. All rights reserved.
44
//
55
// In this HDL repository, there are many different and unique modules, consisting
66
// of various HDL (Verilog or VHDL) components. The individual modules are
@@ -26,12 +26,13 @@
2626
//
2727
// 2. An ADI specific BSD license, which can be found in the top level directory
2828
// of this repository (LICENSE_ADIBSD), and also on-line at:
29-
// https://github.com/analogdevicesinc/hdl/blob/master/LICENSE_ADIBSD
29+
// https://github.com/analogdevicesinc/hdl/blob/main/LICENSE_ADIBSD
3030
// This will allow to generate bit files and not release the source code,
3131
// as long as it attaches to an ADI device.
3232
//
3333
// ***************************************************************************
3434
// ***************************************************************************
35+
3536
// This is the LVDS/DDR interface, note that overrange is independent of data path,
3637
// software will not be able to relate overrange to a specific sample!
3738

library/axi_pulsar_lvds/axi_pulsar_lvds_ip.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
###############################################################################
2-
## Copyright (C) 2022-2024 Analog Devices, Inc. All rights reserved.
2+
## Copyright (C) 2024-2025 Analog Devices, Inc. All rights reserved.
33
### SPDX short identifier: ADIBSD
44
###############################################################################
55

projects/ad408x_fmc_evb/common/ad408x_fmc_evb_bd.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
###############################################################################
2-
## Copyright (C) 2022-2024 Analog Devices, Inc. All rights reserved.
2+
## Copyright (C) 2024-2025 Analog Devices, Inc. All rights reserved.
33
### SPDX short identifier: ADIBSD
44
###############################################################################
55

projects/ad408x_fmc_evb/zed/system_bd.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
###############################################################################
2-
## Copyright (C) 2022-2024 Analog Devices, Inc. All rights reserved.
2+
## Copyright (C) 2024-2025 Analog Devices, Inc. All rights reserved.
33
### SPDX short identifier: ADIBSD
44
###############################################################################
55

projects/ad408x_fmc_evb/zed/system_constr.xdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
###############################################################################
2-
## Copyright (C) 2022-2024 Analog Devices, Inc. All rights reserved.
2+
## Copyright (C) 2024-2025 Analog Devices, Inc. All rights reserved.
33
### SPDX short identifier: ADIBSD
44
###############################################################################
55

projects/ad408x_fmc_evb/zed/system_project.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
###############################################################################
2-
## Copyright (C) 2022-2024 Analog Devices, Inc. All rights reserved.
2+
## Copyright (C) 2024-2025 Analog Devices, Inc. All rights reserved.
33
### SPDX short identifier: ADIBSD
44
###############################################################################
55

projects/ad408x_fmc_evb/zed/system_top.v

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// ***************************************************************************
22
// ***************************************************************************
3-
// Copyright (C) 2022-2024 Analog Devices, Inc. All rights reserved.
3+
// Copyright (C) 2024-2025 Analog Devices, Inc. All rights reserved.
44
//
55
// In this HDL repository, there are many different and unique modules, consisting
66
// of various HDL (Verilog or VHDL) components. The individual modules are
@@ -26,7 +26,7 @@
2626
//
2727
// 2. An ADI specific BSD license, which can be found in the top level directory
2828
// of this repository (LICENSE_ADIBSD), and also on-line at:
29-
// https://github.com/analogdevicesinc/hdl/blob/master/LICENSE_ADIBSD
29+
// https://github.com/analogdevicesinc/hdl/blob/main/LICENSE_ADIBSD
3030
// This will allow to generate bit files and not release the source code,
3131
// as long as it attaches to an ADI device.
3232
//

0 commit comments

Comments
 (0)