diff options
Diffstat (limited to 'kfile-plugins/torrent')
-rw-r--r-- | kfile-plugins/torrent/bbase.h | 2 | ||||
-rw-r--r-- | kfile-plugins/torrent/bdict.cpp | 2 | ||||
-rw-r--r-- | kfile-plugins/torrent/bdict.h | 2 | ||||
-rw-r--r-- | kfile-plugins/torrent/bint.cpp | 2 | ||||
-rw-r--r-- | kfile-plugins/torrent/bint.h | 2 | ||||
-rw-r--r-- | kfile-plugins/torrent/blist.cpp | 2 | ||||
-rw-r--r-- | kfile-plugins/torrent/blist.h | 2 | ||||
-rw-r--r-- | kfile-plugins/torrent/bstring.cpp | 2 | ||||
-rw-r--r-- | kfile-plugins/torrent/bstring.h | 2 | ||||
-rw-r--r-- | kfile-plugins/torrent/bytetape.cpp | 2 | ||||
-rw-r--r-- | kfile-plugins/torrent/bytetape.h | 2 | ||||
-rw-r--r-- | kfile-plugins/torrent/kfile_torrent.cpp | 2 | ||||
-rw-r--r-- | kfile-plugins/torrent/kfile_torrent.h | 2 |
13 files changed, 13 insertions, 13 deletions
diff --git a/kfile-plugins/torrent/bbase.h b/kfile-plugins/torrent/bbase.h index 19455523..046bd545 100644 --- a/kfile-plugins/torrent/bbase.h +++ b/kfile-plugins/torrent/bbase.h @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public * License along with this library; see the file COPYING. * If not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef _BBASE_H #define _BBASE_H diff --git a/kfile-plugins/torrent/bdict.cpp b/kfile-plugins/torrent/bdict.cpp index 47b3bcad..2dd7457e 100644 --- a/kfile-plugins/torrent/bdict.cpp +++ b/kfile-plugins/torrent/bdict.cpp @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public * License along with this library; see the file COPYING. * If not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #include <qstringlist.h> #include <qiodevice.h> diff --git a/kfile-plugins/torrent/bdict.h b/kfile-plugins/torrent/bdict.h index 34c471c6..4722b9ec 100644 --- a/kfile-plugins/torrent/bdict.h +++ b/kfile-plugins/torrent/bdict.h @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public * License along with this library; see the file COPYING. * If not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef _BDICT_H #define _BDICT_H diff --git a/kfile-plugins/torrent/bint.cpp b/kfile-plugins/torrent/bint.cpp index 8f273e86..eb96fcba 100644 --- a/kfile-plugins/torrent/bint.cpp +++ b/kfile-plugins/torrent/bint.cpp @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public * License along with this library; see the file COPYING. * If not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #include <qstring.h> #include <qcstring.h> diff --git a/kfile-plugins/torrent/bint.h b/kfile-plugins/torrent/bint.h index 1d4a4614..02875bad 100644 --- a/kfile-plugins/torrent/bint.h +++ b/kfile-plugins/torrent/bint.h @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public * License along with this library; see the file COPYING. * If not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef _BINT_H #define _BINT_H diff --git a/kfile-plugins/torrent/blist.cpp b/kfile-plugins/torrent/blist.cpp index 1aaa8b7c..d9d10021 100644 --- a/kfile-plugins/torrent/blist.cpp +++ b/kfile-plugins/torrent/blist.cpp @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public * License along with this library; see the file COPYING. * If not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #include <qiodevice.h> diff --git a/kfile-plugins/torrent/blist.h b/kfile-plugins/torrent/blist.h index 88a52bc4..a00cca87 100644 --- a/kfile-plugins/torrent/blist.h +++ b/kfile-plugins/torrent/blist.h @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public * License along with this library; see the file COPYING. * If not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef _BLIST_H #define _BLIST_H diff --git a/kfile-plugins/torrent/bstring.cpp b/kfile-plugins/torrent/bstring.cpp index b888af72..30be9704 100644 --- a/kfile-plugins/torrent/bstring.cpp +++ b/kfile-plugins/torrent/bstring.cpp @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public * License along with this library; see the file COPYING. * If not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #include <qcstring.h> #include <qiodevice.h> diff --git a/kfile-plugins/torrent/bstring.h b/kfile-plugins/torrent/bstring.h index eb98fef8..81b1b0b0 100644 --- a/kfile-plugins/torrent/bstring.h +++ b/kfile-plugins/torrent/bstring.h @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public * License along with this library; see the file COPYING. * If not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef _BSTRING_H #define _BSTRING_H diff --git a/kfile-plugins/torrent/bytetape.cpp b/kfile-plugins/torrent/bytetape.cpp index f2289293..19c9d3d8 100644 --- a/kfile-plugins/torrent/bytetape.cpp +++ b/kfile-plugins/torrent/bytetape.cpp @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public * License along with this library; see the file COPYING. * If not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #include <kdebug.h> diff --git a/kfile-plugins/torrent/bytetape.h b/kfile-plugins/torrent/bytetape.h index 1d8c8db2..55fef4b5 100644 --- a/kfile-plugins/torrent/bytetape.h +++ b/kfile-plugins/torrent/bytetape.h @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public * License along with this library; see the file COPYING. * If not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef _BYTETAPE_H #define _BYTETAPE_H diff --git a/kfile-plugins/torrent/kfile_torrent.cpp b/kfile-plugins/torrent/kfile_torrent.cpp index 08007e11..2d97915e 100644 --- a/kfile-plugins/torrent/kfile_torrent.cpp +++ b/kfile-plugins/torrent/kfile_torrent.cpp @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public * License along with this library; see the file COPYING. * If not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #include <qdatetime.h> #include <qfile.h> diff --git a/kfile-plugins/torrent/kfile_torrent.h b/kfile-plugins/torrent/kfile_torrent.h index 3e6d3ec4..282fda23 100644 --- a/kfile-plugins/torrent/kfile_torrent.h +++ b/kfile-plugins/torrent/kfile_torrent.h @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public * License along with this library; see the file COPYING. * If not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef _KFILE_TORRENT_H #define _KFILE_TORRENT_H |