diff options
| author | 2009-05-08 19:24:26 +0000 | |
|---|---|---|
| committer | 2009-05-08 19:24:26 +0000 | |
| commit | f2a10fca8b84550638a94a60ffe7c7ac4313b8fd (patch) | |
| tree | cdb08af2c797404e5acbd0427303334e666a2c28 /src/modules/language | |
| parent | updated fsf address in kvi_numeric.h (both trunk/ and branches/3.4) (diff) | |
| download | KVIrc-f2a10fca8b84550638a94a60ffe7c7ac4313b8fd.tar.gz KVIrc-f2a10fca8b84550638a94a60ffe7c7ac4313b8fd.tar.bz2 KVIrc-f2a10fca8b84550638a94a60ffe7c7ac4313b8fd.zip | |
updates FSF address, thanks to Kebianizao for noticing
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3200 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/language')
| -rw-r--r-- | src/modules/language/detector.cpp | 2 | ||||
| -rw-r--r-- | src/modules/language/detector.h | 2 | ||||
| -rwxr-xr-x | src/modules/language/detector/build_detector.pl | 4 | ||||
| -rw-r--r-- | src/modules/language/libkvilanguage.cpp | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/src/modules/language/detector.cpp b/src/modules/language/detector.cpp index f396f6d0e..fed2d4d9e 100644 --- a/src/modules/language/detector.cpp +++ b/src/modules/language/detector.cpp @@ -16,7 +16,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. +// Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // //============================================================================= // diff --git a/src/modules/language/detector.h b/src/modules/language/detector.h index 6e0b6a86a..e9592ba45 100644 --- a/src/modules/language/detector.h +++ b/src/modules/language/detector.h @@ -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. +// Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // //============================================================================= diff --git a/src/modules/language/detector/build_detector.pl b/src/modules/language/detector/build_detector.pl index 17d3bb190..2771427f6 100755 --- a/src/modules/language/detector/build_detector.pl +++ b/src/modules/language/detector/build_detector.pl @@ -18,7 +18,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. +# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # # # This code contains parts from the text_cat program @@ -87,7 +87,7 @@ print OUTPUT "// See the GNU General Public License for more details.\n"; print OUTPUT "//\n"; print OUTPUT "// You should have received a copy of the GNU General Public License\n"; print OUTPUT "// along with this program. If not, write to the Free Software Foundation,\n"; -print OUTPUT "// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n"; +print OUTPUT "// Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"; print OUTPUT "//\n"; print OUTPUT "//=============================================================================\n"; print OUTPUT "//\n"; diff --git a/src/modules/language/libkvilanguage.cpp b/src/modules/language/libkvilanguage.cpp index 44ebe940a..c6aa1a1e0 100644 --- a/src/modules/language/libkvilanguage.cpp +++ b/src/modules/language/libkvilanguage.cpp @@ -18,7 +18,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. +// Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // //============================================================================= |
