diff options
author | David Zeuthen <david@fubar.dk> | 2005-07-29 20:32:58 +0000 |
---|---|---|
committer | David Zeuthen <david@fubar.dk> | 2005-07-29 20:32:58 +0000 |
commit | 9ba03e01b5e850e34f869ef5576e0ca893e1a8f8 (patch) | |
tree | 68bf991176ca966603ecbbd7054c07a8c6c8a6da /agents | |
parent | 840788e92d6c34bc9fbd2ff8c4dfc5f748f7e5a8 (diff) |
The FSF moved to a new address, so I updated all license headers and the
COPYING file. Patch from Danny Kukawka <danny.kukawka@web.de>.
Diffstat (limited to 'agents')
-rw-r--r-- | agents/linux/usb/usb_agent.c | 2 | ||||
-rw-r--r-- | agents/linux26/sysfs/hal_block.c | 2 | ||||
-rw-r--r-- | agents/linux26/sysfs/hal_block.h | 2 | ||||
-rw-r--r-- | agents/linux26/sysfs/hal_ide.c | 2 | ||||
-rw-r--r-- | agents/linux26/sysfs/hal_ide.h | 2 | ||||
-rw-r--r-- | agents/linux26/sysfs/hal_input.c | 2 | ||||
-rw-r--r-- | agents/linux26/sysfs/hal_input.h | 2 | ||||
-rw-r--r-- | agents/linux26/sysfs/hal_monitor.c | 2 | ||||
-rw-r--r-- | agents/linux26/sysfs/hal_monitor.h | 2 | ||||
-rw-r--r-- | agents/linux26/sysfs/hal_net.c | 2 | ||||
-rw-r--r-- | agents/linux26/sysfs/hal_net.h | 2 | ||||
-rw-r--r-- | agents/linux26/sysfs/hal_pci.c | 2 | ||||
-rw-r--r-- | agents/linux26/sysfs/hal_pci.h | 2 | ||||
-rw-r--r-- | agents/linux26/sysfs/hal_scsi.c | 2 | ||||
-rw-r--r-- | agents/linux26/sysfs/hal_scsi.h | 2 | ||||
-rw-r--r-- | agents/linux26/sysfs/hal_usb.c | 2 | ||||
-rw-r--r-- | agents/linux26/sysfs/hal_usb.h | 2 | ||||
-rw-r--r-- | agents/linux26/sysfs/main.c | 2 | ||||
-rw-r--r-- | agents/linux26/sysfs/main.h | 2 |
19 files changed, 19 insertions, 19 deletions
diff --git a/agents/linux/usb/usb_agent.c b/agents/linux/usb/usb_agent.c index 00e2fc8c..c237ba31 100644 --- a/agents/linux/usb/usb_agent.c +++ b/agents/linux/usb/usb_agent.c @@ -19,7 +19,7 @@ * * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * **************************************************************************/ diff --git a/agents/linux26/sysfs/hal_block.c b/agents/linux26/sysfs/hal_block.c index 736dd7e8..7f146ec9 100644 --- a/agents/linux26/sysfs/hal_block.c +++ b/agents/linux26/sysfs/hal_block.c @@ -19,7 +19,7 @@ * * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * **************************************************************************/ diff --git a/agents/linux26/sysfs/hal_block.h b/agents/linux26/sysfs/hal_block.h index aaa86e5a..67587d3c 100644 --- a/agents/linux26/sysfs/hal_block.h +++ b/agents/linux26/sysfs/hal_block.h @@ -19,7 +19,7 @@ * * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * **************************************************************************/ diff --git a/agents/linux26/sysfs/hal_ide.c b/agents/linux26/sysfs/hal_ide.c index beb67766..33c9ad45 100644 --- a/agents/linux26/sysfs/hal_ide.c +++ b/agents/linux26/sysfs/hal_ide.c @@ -19,7 +19,7 @@ * * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * **************************************************************************/ diff --git a/agents/linux26/sysfs/hal_ide.h b/agents/linux26/sysfs/hal_ide.h index acb4e312..a27b7db5 100644 --- a/agents/linux26/sysfs/hal_ide.h +++ b/agents/linux26/sysfs/hal_ide.h @@ -19,7 +19,7 @@ * * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * **************************************************************************/ diff --git a/agents/linux26/sysfs/hal_input.c b/agents/linux26/sysfs/hal_input.c index 0b168a90..c25443b9 100644 --- a/agents/linux26/sysfs/hal_input.c +++ b/agents/linux26/sysfs/hal_input.c @@ -19,7 +19,7 @@ * * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * **************************************************************************/ diff --git a/agents/linux26/sysfs/hal_input.h b/agents/linux26/sysfs/hal_input.h index f58acc60..b30cb452 100644 --- a/agents/linux26/sysfs/hal_input.h +++ b/agents/linux26/sysfs/hal_input.h @@ -19,7 +19,7 @@ * * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * **************************************************************************/ diff --git a/agents/linux26/sysfs/hal_monitor.c b/agents/linux26/sysfs/hal_monitor.c index 2e0383bf..05f6c6ab 100644 --- a/agents/linux26/sysfs/hal_monitor.c +++ b/agents/linux26/sysfs/hal_monitor.c @@ -20,7 +20,7 @@ * * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * **************************************************************************/ diff --git a/agents/linux26/sysfs/hal_monitor.h b/agents/linux26/sysfs/hal_monitor.h index 675b4e46..d257aba8 100644 --- a/agents/linux26/sysfs/hal_monitor.h +++ b/agents/linux26/sysfs/hal_monitor.h @@ -19,7 +19,7 @@ * * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * **************************************************************************/ diff --git a/agents/linux26/sysfs/hal_net.c b/agents/linux26/sysfs/hal_net.c index 218179b9..3c2af4a9 100644 --- a/agents/linux26/sysfs/hal_net.c +++ b/agents/linux26/sysfs/hal_net.c @@ -19,7 +19,7 @@ * * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * **************************************************************************/ diff --git a/agents/linux26/sysfs/hal_net.h b/agents/linux26/sysfs/hal_net.h index 8bf499f6..281213c0 100644 --- a/agents/linux26/sysfs/hal_net.h +++ b/agents/linux26/sysfs/hal_net.h @@ -19,7 +19,7 @@ * * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * **************************************************************************/ diff --git a/agents/linux26/sysfs/hal_pci.c b/agents/linux26/sysfs/hal_pci.c index 99d11055..6f35db15 100644 --- a/agents/linux26/sysfs/hal_pci.c +++ b/agents/linux26/sysfs/hal_pci.c @@ -19,7 +19,7 @@ * * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * **************************************************************************/ diff --git a/agents/linux26/sysfs/hal_pci.h b/agents/linux26/sysfs/hal_pci.h index 7b8bc26b..3a24fd3e 100644 --- a/agents/linux26/sysfs/hal_pci.h +++ b/agents/linux26/sysfs/hal_pci.h @@ -19,7 +19,7 @@ * * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * **************************************************************************/ diff --git a/agents/linux26/sysfs/hal_scsi.c b/agents/linux26/sysfs/hal_scsi.c index c05ea7a9..0b86ebd0 100644 --- a/agents/linux26/sysfs/hal_scsi.c +++ b/agents/linux26/sysfs/hal_scsi.c @@ -19,7 +19,7 @@ * * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * **************************************************************************/ diff --git a/agents/linux26/sysfs/hal_scsi.h b/agents/linux26/sysfs/hal_scsi.h index 75167267..68dff815 100644 --- a/agents/linux26/sysfs/hal_scsi.h +++ b/agents/linux26/sysfs/hal_scsi.h @@ -19,7 +19,7 @@ * * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * **************************************************************************/ diff --git a/agents/linux26/sysfs/hal_usb.c b/agents/linux26/sysfs/hal_usb.c index f4c76c4d..bace4039 100644 --- a/agents/linux26/sysfs/hal_usb.c +++ b/agents/linux26/sysfs/hal_usb.c @@ -19,7 +19,7 @@ * * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * **************************************************************************/ diff --git a/agents/linux26/sysfs/hal_usb.h b/agents/linux26/sysfs/hal_usb.h index 023d3609..bb202d83 100644 --- a/agents/linux26/sysfs/hal_usb.h +++ b/agents/linux26/sysfs/hal_usb.h @@ -19,7 +19,7 @@ * * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * **************************************************************************/ diff --git a/agents/linux26/sysfs/main.c b/agents/linux26/sysfs/main.c index 52eb2092..da06a56b 100644 --- a/agents/linux26/sysfs/main.c +++ b/agents/linux26/sysfs/main.c @@ -19,7 +19,7 @@ * * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * **************************************************************************/ diff --git a/agents/linux26/sysfs/main.h b/agents/linux26/sysfs/main.h index 957dc7a8..16538993 100644 --- a/agents/linux26/sysfs/main.h +++ b/agents/linux26/sysfs/main.h @@ -19,7 +19,7 @@ * * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * **************************************************************************/ |