.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
---|
1 | 2 | /* |
---|
2 | 3 | * Copyright (C) 2003 Deep Blue Solutions, Ltd, All Rights Reserved. |
---|
3 | 4 | * |
---|
4 | | - * This program is free software; you can redistribute it and/or modify |
---|
5 | | - * it under the terms of the GNU General Public License version 2 as |
---|
6 | | - * published by the Free Software Foundation. |
---|
7 | | - * |
---|
8 | 5 | * Support functions for calculating clocks/divisors for the ICST |
---|
9 | | - * clock generators. See http://www.idt.com/ for more information |
---|
| 6 | + * clock generators. See https://www.idt.com/ for more information |
---|
10 | 7 | * on these devices. |
---|
11 | 8 | */ |
---|
12 | 9 | #ifndef ICST_H |
---|