[PATCH 28/42] LIBPCI: updated license to rtems.org
Daniel Hellstrom
daniel at gaisler.com
Tue Apr 14 11:32:55 UTC 2015
---
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 efefcec..a0e008a 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 f7df9e9..ce751f2 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 46a4170..1f55c85 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 71626c7..e374e2e 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 bbeaf6e..f05c825 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 31a600a..3dd7678 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 ff00300..62ee0da 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 d8cb0a2..6c84977 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 62336f1..191b06a 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 <pci.h>
diff --git a/cpukit/libpci/pci_access_func.c b/cpukit/libpci/pci_access_func.c
index cf4f86b..a6fd0bb 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 <pci.h>
diff --git a/cpukit/libpci/pci_access_io.c b/cpukit/libpci/pci_access_io.c
index c92870a..4593b79 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 <pci.h>
diff --git a/cpukit/libpci/pci_access_mem.c b/cpukit/libpci/pci_access_mem.c
index edc7409..ba94f54 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 <pci.h>
diff --git a/cpukit/libpci/pci_access_mem_be.c b/cpukit/libpci/pci_access_mem_be.c
index a493f92..e862b3a 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 <pci.h>
diff --git a/cpukit/libpci/pci_access_mem_le.c b/cpukit/libpci/pci_access_mem_le.c
index 708f738..63393fe 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 <pci.h>
diff --git a/cpukit/libpci/pci_bus.c b/cpukit/libpci/pci_bus.c
index ef0a068..3cc840d 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 8e3912b..7a4e253 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 7bab478..7a24d82 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 <pci/cfg.h>
diff --git a/cpukit/libpci/pci_cfg_auto.c b/cpukit/libpci/pci_cfg_auto.c
index d591977..2f227b1 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 <rtems.h>
diff --git a/cpukit/libpci/pci_cfg_peripheral.c b/cpukit/libpci/pci_cfg_peripheral.c
index c2ab7ec..10629fe 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 edd017d..1d1d9c4 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 <rtems.h>
diff --git a/cpukit/libpci/pci_cfg_read.c b/cpukit/libpci/pci_cfg_read.c
index b1ea070..16c2928 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 <rtems.h>
diff --git a/cpukit/libpci/pci_cfg_static.c b/cpukit/libpci/pci_cfg_static.c
index 9974eb9..c6b3820 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 a79e429..51c1536 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 <rtems.h>
diff --git a/cpukit/libpci/pci_find.c b/cpukit/libpci/pci_find.c
index 42575a6..cd5eb7f 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 <pci.h>
diff --git a/cpukit/libpci/pci_find_dev.c b/cpukit/libpci/pci_find_dev.c
index 3339c42..a2e3530 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 <pci.h>
diff --git a/cpukit/libpci/pci_for_each.c b/cpukit/libpci/pci_for_each.c
index 9c54af2..f3b877d 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 <pci.h>
diff --git a/cpukit/libpci/pci_for_each_child.c b/cpukit/libpci/pci_for_each_child.c
index a4fef97..e5e33e4 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 <pci/cfg.h>
diff --git a/cpukit/libpci/pci_for_each_dev.c b/cpukit/libpci/pci_for_each_dev.c
index b090f1c..4cc6e63 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 <pci/cfg.h>
diff --git a/cpukit/libpci/pci_get_dev.c b/cpukit/libpci/pci_get_dev.c
index c415a80..0a0229f 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 <pci.h>
diff --git a/cpukit/libpci/pci_internal.h b/cpukit/libpci/pci_internal.h
index b45ef56..a89e8f1 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 9c8fe0c..a3933b7 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 <pci.h>
diff --git a/cpukit/libpci/pci_print.c b/cpukit/libpci/pci_print.c
index fe9c6c4..e0835d9 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 <stdio.h>
--
1.7.0.4
More information about the devel
mailing list