From e53daed25e6f743c4873c70809ea1d7f4dad7e29 Mon Sep 17 00:00:00 2001 From: Daniel Hellstrom Date: Thu, 9 Apr 2015 16:09:42 +0200 Subject: LIBPCI: updated license to rtems.org --- cpukit/libpci/pci.h | 2 +- cpukit/libpci/pci/access.h | 2 +- cpukit/libpci/pci/cfg.h | 2 +- cpukit/libpci/pci/cfg_auto.h | 2 +- cpukit/libpci/pci/cfg_peripheral.h | 2 +- cpukit/libpci/pci/cfg_read.h | 2 +- cpukit/libpci/pci/cfg_static.h | 2 +- cpukit/libpci/pci/irq.h | 2 +- cpukit/libpci/pci_access.c | 2 +- cpukit/libpci/pci_access_func.c | 2 +- cpukit/libpci/pci_access_io.c | 2 +- cpukit/libpci/pci_access_mem.c | 2 +- cpukit/libpci/pci_access_mem_be.c | 2 +- cpukit/libpci/pci_access_mem_le.c | 2 +- cpukit/libpci/pci_bus.c | 2 +- cpukit/libpci/pci_bus.h | 2 +- cpukit/libpci/pci_cfg.c | 2 +- cpukit/libpci/pci_cfg_auto.c | 2 +- cpukit/libpci/pci_cfg_peripheral.c | 2 +- cpukit/libpci/pci_cfg_print_code.c | 2 +- cpukit/libpci/pci_cfg_read.c | 2 +- cpukit/libpci/pci_cfg_static.c | 2 +- cpukit/libpci/pci_dev_create.c | 2 +- cpukit/libpci/pci_find.c | 2 +- cpukit/libpci/pci_find_dev.c | 2 +- cpukit/libpci/pci_for_each.c | 2 +- cpukit/libpci/pci_for_each_child.c | 2 +- cpukit/libpci/pci_for_each_dev.c | 2 +- cpukit/libpci/pci_get_dev.c | 2 +- cpukit/libpci/pci_internal.h | 2 +- cpukit/libpci/pci_irq.c | 2 +- cpukit/libpci/pci_print.c | 2 +- 32 files changed, 32 insertions(+), 32 deletions(-) diff --git a/cpukit/libpci/pci.h b/cpukit/libpci/pci.h index efefcecaa9..a0e008a2d0 100644 --- a/cpukit/libpci/pci.h +++ b/cpukit/libpci/pci.h @@ -6,7 +6,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.rtems.com/license/LICENSE. + * http://www.rtems.org/license/LICENSE. */ #ifndef __PCI_H__ diff --git a/cpukit/libpci/pci/access.h b/cpukit/libpci/pci/access.h index f7df9e9e64..ce751f292b 100644 --- a/cpukit/libpci/pci/access.h +++ b/cpukit/libpci/pci/access.h @@ -5,7 +5,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.rtems.com/license/LICENSE. + * http://www.rtems.org/license/LICENSE. */ diff --git a/cpukit/libpci/pci/cfg.h b/cpukit/libpci/pci/cfg.h index 46a4170870..1f55c85971 100644 --- a/cpukit/libpci/pci/cfg.h +++ b/cpukit/libpci/pci/cfg.h @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.rtems.com/license/LICENSE. + * http://www.rtems.org/license/LICENSE. */ /* Four versions of the library exists: diff --git a/cpukit/libpci/pci/cfg_auto.h b/cpukit/libpci/pci/cfg_auto.h index 71626c7404..e374e2e2d4 100644 --- a/cpukit/libpci/pci/cfg_auto.h +++ b/cpukit/libpci/pci/cfg_auto.h @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.rtems.com/license/LICENSE. + * http://www.rtems.org/license/LICENSE. */ #ifndef __PCI_CFG_AUTO_H__ diff --git a/cpukit/libpci/pci/cfg_peripheral.h b/cpukit/libpci/pci/cfg_peripheral.h index bbeaf6e408..f05c8257c6 100644 --- a/cpukit/libpci/pci/cfg_peripheral.h +++ b/cpukit/libpci/pci/cfg_peripheral.h @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.rtems.com/license/LICENSE. + * http://www.rtems.org/license/LICENSE. */ #ifndef __PCI_CFG_PERIPHERAL_H__ diff --git a/cpukit/libpci/pci/cfg_read.h b/cpukit/libpci/pci/cfg_read.h index 31a600a34b..3dd7678279 100644 --- a/cpukit/libpci/pci/cfg_read.h +++ b/cpukit/libpci/pci/cfg_read.h @@ -5,7 +5,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.rtems.com/license/LICENSE. + * http://www.rtems.org/license/LICENSE. */ diff --git a/cpukit/libpci/pci/cfg_static.h b/cpukit/libpci/pci/cfg_static.h index ff003007dd..62ee0dad7d 100644 --- a/cpukit/libpci/pci/cfg_static.h +++ b/cpukit/libpci/pci/cfg_static.h @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.rtems.com/license/LICENSE. + * http://www.rtems.org/license/LICENSE. */ #ifndef __PCI_CFG_STATIC_H__ diff --git a/cpukit/libpci/pci/irq.h b/cpukit/libpci/pci/irq.h index d8cb0a219b..6c84977d45 100644 --- a/cpukit/libpci/pci/irq.h +++ b/cpukit/libpci/pci/irq.h @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.rtems.com/license/LICENSE. + * http://www.rtems.org/license/LICENSE. */ /* IRQ handling does not have so much with PCI to do, this library depends diff --git a/cpukit/libpci/pci_access.c b/cpukit/libpci/pci_access.c index 62336f12c6..191b06a286 100644 --- a/cpukit/libpci/pci_access.c +++ b/cpukit/libpci/pci_access.c @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.rtems.com/license/LICENSE. + * http://www.rtems.org/license/LICENSE. */ #include diff --git a/cpukit/libpci/pci_access_func.c b/cpukit/libpci/pci_access_func.c index cf4f86b602..a6fd0bba96 100644 --- a/cpukit/libpci/pci_access_func.c +++ b/cpukit/libpci/pci_access_func.c @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.rtems.com/license/LICENSE. + * http://www.rtems.org/license/LICENSE. */ #include diff --git a/cpukit/libpci/pci_access_io.c b/cpukit/libpci/pci_access_io.c index c92870ae93..4593b7958e 100644 --- a/cpukit/libpci/pci_access_io.c +++ b/cpukit/libpci/pci_access_io.c @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.rtems.com/license/LICENSE. + * http://www.rtems.org/license/LICENSE. */ #include diff --git a/cpukit/libpci/pci_access_mem.c b/cpukit/libpci/pci_access_mem.c index edc74097b6..ba94f54569 100644 --- a/cpukit/libpci/pci_access_mem.c +++ b/cpukit/libpci/pci_access_mem.c @@ -5,7 +5,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.rtems.com/license/LICENSE. + * http://www.rtems.org/license/LICENSE. */ #include diff --git a/cpukit/libpci/pci_access_mem_be.c b/cpukit/libpci/pci_access_mem_be.c index a493f92fae..e862b3ac70 100644 --- a/cpukit/libpci/pci_access_mem_be.c +++ b/cpukit/libpci/pci_access_mem_be.c @@ -5,7 +5,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.rtems.com/license/LICENSE. + * http://www.rtems.org/license/LICENSE. */ #include diff --git a/cpukit/libpci/pci_access_mem_le.c b/cpukit/libpci/pci_access_mem_le.c index 708f738728..63393fe2db 100644 --- a/cpukit/libpci/pci_access_mem_le.c +++ b/cpukit/libpci/pci_access_mem_le.c @@ -5,7 +5,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.rtems.com/license/LICENSE. + * http://www.rtems.org/license/LICENSE. */ #include diff --git a/cpukit/libpci/pci_bus.c b/cpukit/libpci/pci_bus.c index ef0a0685c6..3cc840dce0 100644 --- a/cpukit/libpci/pci_bus.c +++ b/cpukit/libpci/pci_bus.c @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.rtems.com/license/LICENSE. + * http://www.rtems.org/license/LICENSE. */ /* General part of PCI Bus driver. The driver is typically diff --git a/cpukit/libpci/pci_bus.h b/cpukit/libpci/pci_bus.h index 8e3912b187..7a4e25318c 100644 --- a/cpukit/libpci/pci_bus.h +++ b/cpukit/libpci/pci_bus.h @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.rtems.com/license/LICENSE. + * http://www.rtems.org/license/LICENSE. * */ diff --git a/cpukit/libpci/pci_cfg.c b/cpukit/libpci/pci_cfg.c index 7bab47854f..7a24d82b81 100644 --- a/cpukit/libpci/pci_cfg.c +++ b/cpukit/libpci/pci_cfg.c @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.rtems.com/license/LICENSE. + * http://www.rtems.org/license/LICENSE. */ #include diff --git a/cpukit/libpci/pci_cfg_auto.c b/cpukit/libpci/pci_cfg_auto.c index d591977ab0..2f227b116a 100644 --- a/cpukit/libpci/pci_cfg_auto.c +++ b/cpukit/libpci/pci_cfg_auto.c @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.rtems.com/license/LICENSE. + * http://www.rtems.org/license/LICENSE. */ #include diff --git a/cpukit/libpci/pci_cfg_peripheral.c b/cpukit/libpci/pci_cfg_peripheral.c index c2ab7ecd5d..10629fe8e4 100644 --- a/cpukit/libpci/pci_cfg_peripheral.c +++ b/cpukit/libpci/pci_cfg_peripheral.c @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.rtems.com/license/LICENSE. + * http://www.rtems.org/license/LICENSE. */ /* diff --git a/cpukit/libpci/pci_cfg_print_code.c b/cpukit/libpci/pci_cfg_print_code.c index edd017d421..1d1d9c4f91 100644 --- a/cpukit/libpci/pci_cfg_print_code.c +++ b/cpukit/libpci/pci_cfg_print_code.c @@ -5,7 +5,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.rtems.com/license/LICENSE. + * http://www.rtems.org/license/LICENSE. */ #include diff --git a/cpukit/libpci/pci_cfg_read.c b/cpukit/libpci/pci_cfg_read.c index b1ea0709aa..16c2928bab 100644 --- a/cpukit/libpci/pci_cfg_read.c +++ b/cpukit/libpci/pci_cfg_read.c @@ -5,7 +5,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.rtems.com/license/LICENSE. + * http://www.rtems.org/license/LICENSE. */ #include diff --git a/cpukit/libpci/pci_cfg_static.c b/cpukit/libpci/pci_cfg_static.c index 9974eb9b40..c6b3820b8f 100644 --- a/cpukit/libpci/pci_cfg_static.c +++ b/cpukit/libpci/pci_cfg_static.c @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.rtems.com/license/LICENSE. + * http://www.rtems.org/license/LICENSE. */ /* diff --git a/cpukit/libpci/pci_dev_create.c b/cpukit/libpci/pci_dev_create.c index a79e42939e..51c1536f28 100644 --- a/cpukit/libpci/pci_dev_create.c +++ b/cpukit/libpci/pci_dev_create.c @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.rtems.com/license/LICENSE. + * http://www.rtems.org/license/LICENSE. */ #include diff --git a/cpukit/libpci/pci_find.c b/cpukit/libpci/pci_find.c index 42575a6a41..cd5eb7fa3b 100644 --- a/cpukit/libpci/pci_find.c +++ b/cpukit/libpci/pci_find.c @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.rtems.com/license/LICENSE. + * http://www.rtems.org/license/LICENSE. */ #include diff --git a/cpukit/libpci/pci_find_dev.c b/cpukit/libpci/pci_find_dev.c index 3339c42f44..a2e35301d1 100644 --- a/cpukit/libpci/pci_find_dev.c +++ b/cpukit/libpci/pci_find_dev.c @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.rtems.com/license/LICENSE. + * http://www.rtems.org/license/LICENSE. */ #include diff --git a/cpukit/libpci/pci_for_each.c b/cpukit/libpci/pci_for_each.c index 9c54af2040..f3b877d38c 100644 --- a/cpukit/libpci/pci_for_each.c +++ b/cpukit/libpci/pci_for_each.c @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.rtems.com/license/LICENSE. + * http://www.rtems.org/license/LICENSE. */ #include diff --git a/cpukit/libpci/pci_for_each_child.c b/cpukit/libpci/pci_for_each_child.c index a4fef97c04..e5e33e44d6 100644 --- a/cpukit/libpci/pci_for_each_child.c +++ b/cpukit/libpci/pci_for_each_child.c @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.rtems.com/license/LICENSE. + * http://www.rtems.org/license/LICENSE. */ #include diff --git a/cpukit/libpci/pci_for_each_dev.c b/cpukit/libpci/pci_for_each_dev.c index b090f1c3eb..4cc6e63f3f 100644 --- a/cpukit/libpci/pci_for_each_dev.c +++ b/cpukit/libpci/pci_for_each_dev.c @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.rtems.com/license/LICENSE. + * http://www.rtems.org/license/LICENSE. */ #include diff --git a/cpukit/libpci/pci_get_dev.c b/cpukit/libpci/pci_get_dev.c index c415a8073c..0a0229fd06 100644 --- a/cpukit/libpci/pci_get_dev.c +++ b/cpukit/libpci/pci_get_dev.c @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.rtems.com/license/LICENSE. + * http://www.rtems.org/license/LICENSE. */ #include diff --git a/cpukit/libpci/pci_internal.h b/cpukit/libpci/pci_internal.h index b45ef561f3..a89e8f1f4b 100644 --- a/cpukit/libpci/pci_internal.h +++ b/cpukit/libpci/pci_internal.h @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.rtems.com/license/LICENSE. + * http://www.rtems.org/license/LICENSE. */ /* Number of buses */ diff --git a/cpukit/libpci/pci_irq.c b/cpukit/libpci/pci_irq.c index 9c8fe0c62e..a3933b7701 100644 --- a/cpukit/libpci/pci_irq.c +++ b/cpukit/libpci/pci_irq.c @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.rtems.com/license/LICENSE. + * http://www.rtems.org/license/LICENSE. */ #include diff --git a/cpukit/libpci/pci_print.c b/cpukit/libpci/pci_print.c index fe9c6c41f2..e0835d9323 100644 --- a/cpukit/libpci/pci_print.c +++ b/cpukit/libpci/pci_print.c @@ -4,7 +4,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.rtems.com/license/LICENSE. + * http://www.rtems.org/license/LICENSE. */ #include -- cgit v1.2.3