diff --git a/COPYING b/COPYING index 5b6e7c66..0617bd7c 100644 --- a/COPYING +++ b/COPYING @@ -2,7 +2,7 @@ Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. - 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. @@ -305,7 +305,7 @@ the "copyright" line and a pointer to where the full notice is found. 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. Also add information on how to contact you by electronic and paper mail. diff --git a/src/browser.cpp b/src/browser.cpp index 30821e46..560d77b9 100644 --- a/src/browser.cpp +++ b/src/browser.cpp @@ -1,6 +1,6 @@ /*************************************************************************** - * Copyright (C) 2008 by Andrzej Rybczak * - * electricityispower@gmail.com * + * Copyright (C) 2008-2009 by Andrzej Rybczak * + * electricityispower@gmail.com * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -15,7 +15,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. * + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ #include diff --git a/src/browser.h b/src/browser.h index aaa06d19..ca021c47 100644 --- a/src/browser.h +++ b/src/browser.h @@ -1,6 +1,6 @@ /*************************************************************************** - * Copyright (C) 2008 by Andrzej Rybczak * - * electricityispower@gmail.com * + * Copyright (C) 2008-2009 by Andrzej Rybczak * + * electricityispower@gmail.com * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -15,7 +15,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. * + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ #ifndef HAVE_BROWSER_H diff --git a/src/charset.cpp b/src/charset.cpp index 678bcd2e..04906b68 100644 --- a/src/charset.cpp +++ b/src/charset.cpp @@ -1,6 +1,6 @@ /*************************************************************************** - * Copyright (C) 2008 by Andrzej Rybczak * - * electricityispower@gmail.com * + * Copyright (C) 2008-2009 by Andrzej Rybczak * + * electricityispower@gmail.com * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -15,7 +15,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. * + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ #include "charset.h" diff --git a/src/charset.h b/src/charset.h index 24fe08cd..f885c38f 100644 --- a/src/charset.h +++ b/src/charset.h @@ -1,6 +1,6 @@ /*************************************************************************** - * Copyright (C) 2008 by Andrzej Rybczak * - * electricityispower@gmail.com * + * Copyright (C) 2008-2009 by Andrzej Rybczak * + * electricityispower@gmail.com * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -15,7 +15,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. * + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ #ifndef _CHARSET_H diff --git a/src/help.cpp b/src/help.cpp index 498c4b95..cdbe15b9 100644 --- a/src/help.cpp +++ b/src/help.cpp @@ -1,6 +1,6 @@ /*************************************************************************** - * Copyright (C) 2008 by Andrzej Rybczak * - * electricityispower@gmail.com * + * Copyright (C) 2008-2009 by Andrzej Rybczak * + * electricityispower@gmail.com * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -15,7 +15,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. * + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ #include "mpdpp.h" diff --git a/src/help.h b/src/help.h index 3694deb4..d205cc8e 100644 --- a/src/help.h +++ b/src/help.h @@ -1,6 +1,6 @@ /*************************************************************************** - * Copyright (C) 2008 by Andrzej Rybczak * - * electricityispower@gmail.com * + * Copyright (C) 2008-2009 by Andrzej Rybczak * + * electricityispower@gmail.com * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -15,7 +15,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. * + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ #ifndef HAVE_HELP_H diff --git a/src/helpers.cpp b/src/helpers.cpp index 2e002690..5216e83b 100644 --- a/src/helpers.cpp +++ b/src/helpers.cpp @@ -1,6 +1,6 @@ /*************************************************************************** - * Copyright (C) 2008 by Andrzej Rybczak * - * electricityispower@gmail.com * + * Copyright (C) 2008-2009 by Andrzej Rybczak * + * electricityispower@gmail.com * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -15,7 +15,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. * + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ #include diff --git a/src/helpers.h b/src/helpers.h index b25fd521..f652727f 100644 --- a/src/helpers.h +++ b/src/helpers.h @@ -1,6 +1,6 @@ /*************************************************************************** - * Copyright (C) 2008 by Andrzej Rybczak * - * electricityispower@gmail.com * + * Copyright (C) 2008-2009 by Andrzej Rybczak * + * electricityispower@gmail.com * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -15,7 +15,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. * + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ #ifndef HAVE_HELPERS_H diff --git a/src/lyrics.cpp b/src/lyrics.cpp index ed918a8a..79d02662 100644 --- a/src/lyrics.cpp +++ b/src/lyrics.cpp @@ -1,6 +1,6 @@ /*************************************************************************** - * Copyright (C) 2008 by Andrzej Rybczak * - * electricityispower@gmail.com * + * Copyright (C) 2008-2009 by Andrzej Rybczak * + * electricityispower@gmail.com * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -15,7 +15,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. * + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ #include diff --git a/src/lyrics.h b/src/lyrics.h index 2d58f87c..e29a27c2 100644 --- a/src/lyrics.h +++ b/src/lyrics.h @@ -1,6 +1,6 @@ /*************************************************************************** - * Copyright (C) 2008 by Andrzej Rybczak * - * electricityispower@gmail.com * + * Copyright (C) 2008-2009 by Andrzej Rybczak * + * electricityispower@gmail.com * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -15,7 +15,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. * + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ #ifndef HAVE_LYRICS_H diff --git a/src/menu.h b/src/menu.h index b41fc2a0..d3a0bd96 100644 --- a/src/menu.h +++ b/src/menu.h @@ -1,6 +1,6 @@ /*************************************************************************** - * Copyright (C) 2008 by Andrzej Rybczak * - * electricityispower@gmail.com * + * Copyright (C) 2008-2009 by Andrzej Rybczak * + * electricityispower@gmail.com * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -15,7 +15,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. * + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ #ifndef HAVE_MENU_H diff --git a/src/misc.cpp b/src/misc.cpp index 931d996d..b70370bc 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -1,6 +1,6 @@ /*************************************************************************** - * Copyright (C) 2008 by Andrzej Rybczak * - * electricityispower@gmail.com * + * Copyright (C) 2008-2009 by Andrzej Rybczak * + * electricityispower@gmail.com * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -15,7 +15,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. * + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ #include diff --git a/src/misc.h b/src/misc.h index 498a9072..b4a459fe 100644 --- a/src/misc.h +++ b/src/misc.h @@ -1,6 +1,6 @@ /*************************************************************************** - * Copyright (C) 2008 by Andrzej Rybczak * - * electricityispower@gmail.com * + * Copyright (C) 2008-2009 by Andrzej Rybczak * + * electricityispower@gmail.com * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -15,7 +15,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. * + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ #ifndef HAVE_MISC_H diff --git a/src/mpdpp.cpp b/src/mpdpp.cpp index 71324e70..d3073145 100644 --- a/src/mpdpp.cpp +++ b/src/mpdpp.cpp @@ -1,6 +1,6 @@ /*************************************************************************** - * Copyright (C) 2008 by Andrzej Rybczak * - * electricityispower@gmail.com * + * Copyright (C) 2008-2009 by Andrzej Rybczak * + * electricityispower@gmail.com * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -15,7 +15,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. * + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ #include "charset.h" diff --git a/src/mpdpp.h b/src/mpdpp.h index ff5b412e..d796017a 100644 --- a/src/mpdpp.h +++ b/src/mpdpp.h @@ -1,6 +1,6 @@ /*************************************************************************** - * Copyright (C) 2008 by Andrzej Rybczak * - * electricityispower@gmail.com * + * Copyright (C) 2008-2009 by Andrzej Rybczak * + * electricityispower@gmail.com * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -15,7 +15,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. * + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ #ifndef _MPDPP_H diff --git a/src/ncmpcpp.cpp b/src/ncmpcpp.cpp index 6b463968..4ee34924 100644 --- a/src/ncmpcpp.cpp +++ b/src/ncmpcpp.cpp @@ -1,6 +1,6 @@ /*************************************************************************** - * Copyright (C) 2008 by Andrzej Rybczak * - * electricityispower@gmail.com * + * Copyright (C) 2008-2009 by Andrzej Rybczak * + * electricityispower@gmail.com * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -15,7 +15,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. * + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ #include diff --git a/src/ncmpcpp.h b/src/ncmpcpp.h index 0473ef5b..3e2bdf0b 100644 --- a/src/ncmpcpp.h +++ b/src/ncmpcpp.h @@ -1,6 +1,6 @@ /*************************************************************************** - * Copyright (C) 2008 by Andrzej Rybczak * - * electricityispower@gmail.com * + * Copyright (C) 2008-2009 by Andrzej Rybczak * + * electricityispower@gmail.com * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -15,7 +15,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. * + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ #ifndef HAVE_NCMPCPP_H diff --git a/src/scrollpad.cpp b/src/scrollpad.cpp index b1ce2708..ff9f53c7 100644 --- a/src/scrollpad.cpp +++ b/src/scrollpad.cpp @@ -1,6 +1,6 @@ /*************************************************************************** - * Copyright (C) 2008 by Andrzej Rybczak * - * electricityispower@gmail.com * + * Copyright (C) 2008-2009 by Andrzej Rybczak * + * electricityispower@gmail.com * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -15,7 +15,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. * + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ #include "scrollpad.h" diff --git a/src/scrollpad.h b/src/scrollpad.h index 89803479..df7d73aa 100644 --- a/src/scrollpad.h +++ b/src/scrollpad.h @@ -1,6 +1,6 @@ /*************************************************************************** - * Copyright (C) 2008 by Andrzej Rybczak * - * electricityispower@gmail.com * + * Copyright (C) 2008-2009 by Andrzej Rybczak * + * electricityispower@gmail.com * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -15,7 +15,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. * + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ #ifndef HAVE_SCROLLPAD_H diff --git a/src/search_engine.cpp b/src/search_engine.cpp index 21a39804..0dc4e4ab 100644 --- a/src/search_engine.cpp +++ b/src/search_engine.cpp @@ -1,6 +1,6 @@ /*************************************************************************** - * Copyright (C) 2008 by Andrzej Rybczak * - * electricityispower@gmail.com * + * Copyright (C) 2008-2009 by Andrzej Rybczak * + * electricityispower@gmail.com * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -15,7 +15,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. * + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ #include "helpers.h" diff --git a/src/search_engine.h b/src/search_engine.h index 65332148..79363a6b 100644 --- a/src/search_engine.h +++ b/src/search_engine.h @@ -1,6 +1,6 @@ /*************************************************************************** - * Copyright (C) 2008 by Andrzej Rybczak * - * electricityispower@gmail.com * + * Copyright (C) 2008-2009 by Andrzej Rybczak * + * electricityispower@gmail.com * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -15,7 +15,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. * + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ #ifndef HAVE_SEARCH_ENGINE_H diff --git a/src/settings.cpp b/src/settings.cpp index b9e0a573..8622692d 100644 --- a/src/settings.cpp +++ b/src/settings.cpp @@ -1,6 +1,6 @@ /*************************************************************************** - * Copyright (C) 2008 by Andrzej Rybczak * - * electricityispower@gmail.com * + * Copyright (C) 2008-2009 by Andrzej Rybczak * + * electricityispower@gmail.com * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -15,7 +15,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. * + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ #include diff --git a/src/settings.h b/src/settings.h index ff706e8a..5d760953 100644 --- a/src/settings.h +++ b/src/settings.h @@ -1,6 +1,6 @@ /*************************************************************************** - * Copyright (C) 2008 by Andrzej Rybczak * - * electricityispower@gmail.com * + * Copyright (C) 2008-2009 by Andrzej Rybczak * + * electricityispower@gmail.com * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -15,7 +15,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. * + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ #ifndef HAVE_SETTINGS_H diff --git a/src/song.cpp b/src/song.cpp index 7dbb9e90..4e96da4d 100644 --- a/src/song.cpp +++ b/src/song.cpp @@ -1,6 +1,6 @@ /*************************************************************************** - * Copyright (C) 2008 by Andrzej Rybczak * - * electricityispower@gmail.com * + * Copyright (C) 2008-2009 by Andrzej Rybczak * + * electricityispower@gmail.com * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -15,7 +15,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. * + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ #ifdef HAVE_CONFIG_H diff --git a/src/song.h b/src/song.h index aa2910b7..57521e3f 100644 --- a/src/song.h +++ b/src/song.h @@ -1,6 +1,6 @@ /*************************************************************************** - * Copyright (C) 2008 by Andrzej Rybczak * - * electricityispower@gmail.com * + * Copyright (C) 2008-2009 by Andrzej Rybczak * + * electricityispower@gmail.com * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -15,7 +15,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. * + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ #ifndef HAVE_SONG_H diff --git a/src/status_checker.cpp b/src/status_checker.cpp index 7e567cc6..7f204632 100644 --- a/src/status_checker.cpp +++ b/src/status_checker.cpp @@ -1,6 +1,6 @@ /*************************************************************************** - * Copyright (C) 2008 by Andrzej Rybczak * - * electricityispower@gmail.com * + * Copyright (C) 2008-2009 by Andrzej Rybczak * + * electricityispower@gmail.com * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -15,7 +15,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. * + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ #include "browser.h" diff --git a/src/status_checker.h b/src/status_checker.h index cc29bcfc..ee1d0570 100644 --- a/src/status_checker.h +++ b/src/status_checker.h @@ -1,6 +1,6 @@ /*************************************************************************** - * Copyright (C) 2008 by Andrzej Rybczak * - * electricityispower@gmail.com * + * Copyright (C) 2008-2009 by Andrzej Rybczak * + * electricityispower@gmail.com * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -15,7 +15,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. * + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ #ifndef HAVE_STATUS_CHECKER_H diff --git a/src/str_pool.c b/src/str_pool.c index 0906df9f..fa1d05a6 100644 --- a/src/str_pool.c +++ b/src/str_pool.c @@ -13,7 +13,7 @@ * GNU General Public License for more details. * 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. */ #include "str_pool.h" diff --git a/src/str_pool.h b/src/str_pool.h index 218bc747..e4e2d479 100644 --- a/src/str_pool.h +++ b/src/str_pool.h @@ -13,7 +13,7 @@ * GNU General Public License for more details. * 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. */ #ifndef STR_POOL_H diff --git a/src/strbuffer.h b/src/strbuffer.h index 5dac9754..35558c54 100644 --- a/src/strbuffer.h +++ b/src/strbuffer.h @@ -1,6 +1,6 @@ /*************************************************************************** - * Copyright (C) 2008 by Andrzej Rybczak * - * electricityispower@gmail.com * + * Copyright (C) 2008-2009 by Andrzej Rybczak * + * electricityispower@gmail.com * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -15,7 +15,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. * + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ #ifndef _STRBUFFER_H diff --git a/src/tag_editor.cpp b/src/tag_editor.cpp index 7eb3fdbc..d5f7b577 100644 --- a/src/tag_editor.cpp +++ b/src/tag_editor.cpp @@ -1,6 +1,6 @@ /*************************************************************************** - * Copyright (C) 2008 by Andrzej Rybczak * - * electricityispower@gmail.com * + * Copyright (C) 2008-2009 by Andrzej Rybczak * + * electricityispower@gmail.com * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -15,7 +15,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. * + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ #include "tag_editor.h" diff --git a/src/tag_editor.h b/src/tag_editor.h index c26a14d2..6b1d9852 100644 --- a/src/tag_editor.h +++ b/src/tag_editor.h @@ -1,6 +1,6 @@ /*************************************************************************** - * Copyright (C) 2008 by Andrzej Rybczak * - * electricityispower@gmail.com * + * Copyright (C) 2008-2009 by Andrzej Rybczak * + * electricityispower@gmail.com * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -15,7 +15,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. * + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ #include "ncmpcpp.h" diff --git a/src/window.cpp b/src/window.cpp index 33a84994..365f9d68 100644 --- a/src/window.cpp +++ b/src/window.cpp @@ -1,6 +1,6 @@ /*************************************************************************** - * Copyright (C) 2008 by Andrzej Rybczak * - * electricityispower@gmail.com * + * Copyright (C) 2008-2009 by Andrzej Rybczak * + * electricityispower@gmail.com * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -15,7 +15,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. * + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ #include "window.h" diff --git a/src/window.h b/src/window.h index 7b7df7b5..4fd9f006 100644 --- a/src/window.h +++ b/src/window.h @@ -1,6 +1,6 @@ /*************************************************************************** - * Copyright (C) 2008 by Andrzej Rybczak * - * electricityispower@gmail.com * + * Copyright (C) 2008-2009 by Andrzej Rybczak * + * electricityispower@gmail.com * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -15,7 +15,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. * + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ #ifndef HAVE_WINDOW_H