diff options
Diffstat (limited to 'src/drivers/bus')
-rw-r--r-- | src/drivers/bus/isapnp.c | 3 | ||||
-rw-r--r-- | src/drivers/bus/pci.c | 3 | ||||
-rw-r--r-- | src/drivers/bus/pcibackup.c | 3 | ||||
-rw-r--r-- | src/drivers/bus/pcivpd.c | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/src/drivers/bus/isapnp.c b/src/drivers/bus/isapnp.c index f7845d3f..6417c74a 100644 --- a/src/drivers/bus/isapnp.c +++ b/src/drivers/bus/isapnp.c @@ -15,7 +15,8 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software -* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +* 02110-1301, USA. * * Portions of this code: * Copyright (C) 2001 P.J.H.Fox (fox@roestock.demon.co.uk) diff --git a/src/drivers/bus/pci.c b/src/drivers/bus/pci.c index 3ae17e5c..7bd353d8 100644 --- a/src/drivers/bus/pci.c +++ b/src/drivers/bus/pci.c @@ -16,7 +16,8 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA. */ FILE_LICENCE ( GPL2_OR_LATER ); diff --git a/src/drivers/bus/pcibackup.c b/src/drivers/bus/pcibackup.c index 6719c53c..6b592e89 100644 --- a/src/drivers/bus/pcibackup.c +++ b/src/drivers/bus/pcibackup.c @@ -13,7 +13,8 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA. */ FILE_LICENCE ( GPL2_OR_LATER ); diff --git a/src/drivers/bus/pcivpd.c b/src/drivers/bus/pcivpd.c index 15cf9059..0b7a879f 100644 --- a/src/drivers/bus/pcivpd.c +++ b/src/drivers/bus/pcivpd.c @@ -13,7 +13,8 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA. */ FILE_LICENCE ( GPL2_OR_LATER ); |