changeset 2268:f5402d705f67

Fix FSF addresses in all files
author Mikael Berthe <mikael@lilotux.net>
date Sun, 05 Jun 2016 20:06:46 +0200
parents dda89a3801c4
children 766666eb6928
files mcabber/macros/libotr.m4 mcabber/mcabber/COPYING mcabber/mcabber/caps.c mcabber/mcabber/carbons.c mcabber/mcabber/commands.c mcabber/mcabber/compl.c mcabber/mcabber/events.c mcabber/mcabber/fifo_internal.c mcabber/mcabber/hbuf.c mcabber/mcabber/help.c mcabber/mcabber/histolog.c mcabber/mcabber/hooks.c mcabber/mcabber/main.c mcabber/mcabber/modules.c mcabber/mcabber/nohtml.c mcabber/mcabber/otr.c mcabber/mcabber/pgp.c mcabber/mcabber/roster.c mcabber/mcabber/screen.c mcabber/mcabber/settings.c mcabber/mcabber/utils.c mcabber/mcabber/xmpp.c mcabber/mcabber/xmpp_helper.c mcabber/mcabber/xmpp_iq.c mcabber/mcabber/xmpp_iqrequest.c mcabber/mcabber/xmpp_muc.c mcabber/mcabber/xmpp_s10n.c
diffstat 27 files changed, 30 insertions(+), 79 deletions(-) [+]
line wrap: on
line diff
--- a/mcabber/macros/libotr.m4	Sat May 28 18:29:46 2016 +0100
+++ b/mcabber/macros/libotr.m4	Sun Jun 05 20:06:46 2016 +0200
@@ -13,8 +13,8 @@
 dnl  Lesser General Public License for more details.
 dnl
 dnl  You should have received a copy of the GNU Lesser General Public
-dnl  License along with this library; if not, write to the Free Software
-dnl  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+dnl  License along with this library.
+dnl  If not, see <http://www.gnu.org/licenses/>.
 dnl
 
 dnl AM_PATH_LIBOTR([MINIMUM-VERSION [, ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]])
--- a/mcabber/mcabber/COPYING	Sat May 28 18:29:46 2016 +0100
+++ b/mcabber/mcabber/COPYING	Sun Jun 05 20:06:46 2016 +0200
@@ -6,7 +6,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 Street, 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.
 
@@ -309,7 +309,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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+    MA 02110-1301 USA or see <http://www.gnu.org/licenses/>.
 
 
 Also add information on how to contact you by electronic and paper mail.
--- a/mcabber/mcabber/caps.c	Sat May 28 18:29:46 2016 +0100
+++ b/mcabber/mcabber/caps.c	Sun Jun 05 20:06:46 2016 +0200
@@ -14,9 +14,7 @@
  * 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
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <glib.h>
--- a/mcabber/mcabber/carbons.c	Sat May 28 18:29:46 2016 +0100
+++ b/mcabber/mcabber/carbons.c	Sun Jun 05 20:06:46 2016 +0200
@@ -14,9 +14,7 @@
  * 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
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 #include "carbons.h"
--- a/mcabber/mcabber/commands.c	Sat May 28 18:29:46 2016 +0100
+++ b/mcabber/mcabber/commands.c	Sun Jun 05 20:06:46 2016 +0200
@@ -14,9 +14,7 @@
  * 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
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <string.h>
--- a/mcabber/mcabber/compl.c	Sat May 28 18:29:46 2016 +0100
+++ b/mcabber/mcabber/compl.c	Sun Jun 05 20:06:46 2016 +0200
@@ -15,9 +15,7 @@
  * 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
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 /*  Usage, basically:
--- a/mcabber/mcabber/events.c	Sat May 28 18:29:46 2016 +0100
+++ b/mcabber/mcabber/events.c	Sun Jun 05 20:06:46 2016 +0200
@@ -15,9 +15,7 @@
  * 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
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <glib.h>
--- a/mcabber/mcabber/fifo_internal.c	Sat May 28 18:29:46 2016 +0100
+++ b/mcabber/mcabber/fifo_internal.c	Sun Jun 05 20:06:46 2016 +0200
@@ -15,9 +15,7 @@
  * 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
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <stdlib.h>
--- a/mcabber/mcabber/hbuf.c	Sat May 28 18:29:46 2016 +0100
+++ b/mcabber/mcabber/hbuf.c	Sun Jun 05 20:06:46 2016 +0200
@@ -14,9 +14,7 @@
  * 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
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <string.h>
--- a/mcabber/mcabber/help.c	Sat May 28 18:29:46 2016 +0100
+++ b/mcabber/mcabber/help.c	Sun Jun 05 20:06:46 2016 +0200
@@ -15,9 +15,7 @@
  * 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
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 /*
--- a/mcabber/mcabber/histolog.c	Sat May 28 18:29:46 2016 +0100
+++ b/mcabber/mcabber/histolog.c	Sun Jun 05 20:06:46 2016 +0200
@@ -14,9 +14,7 @@
  * 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
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <ctype.h>
--- a/mcabber/mcabber/hooks.c	Sat May 28 18:29:46 2016 +0100
+++ b/mcabber/mcabber/hooks.c	Sun Jun 05 20:06:46 2016 +0200
@@ -14,9 +14,7 @@
  * 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
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <loudmouth/loudmouth.h>
--- a/mcabber/mcabber/main.c	Sat May 28 18:29:46 2016 +0100
+++ b/mcabber/mcabber/main.c	Sun Jun 05 20:06:46 2016 +0200
@@ -14,9 +14,7 @@
  * 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
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <stdio.h>
--- a/mcabber/mcabber/modules.c	Sat May 28 18:29:46 2016 +0100
+++ b/mcabber/mcabber/modules.c	Sun Jun 05 20:06:46 2016 +0200
@@ -14,9 +14,7 @@
  * 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
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <glib.h>
--- a/mcabber/mcabber/nohtml.c	Sat May 28 18:29:46 2016 +0100
+++ b/mcabber/mcabber/nohtml.c	Sun Jun 05 20:06:46 2016 +0200
@@ -15,9 +15,7 @@
  * 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
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
  *
  *
  * Some parts come from libjabber/str.c:
--- a/mcabber/mcabber/otr.c	Sat May 28 18:29:46 2016 +0100
+++ b/mcabber/mcabber/otr.c	Sun Jun 05 20:06:46 2016 +0200
@@ -14,9 +14,7 @@
  * 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
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <config.h>
--- a/mcabber/mcabber/pgp.c	Sat May 28 18:29:46 2016 +0100
+++ b/mcabber/mcabber/pgp.c	Sun Jun 05 20:06:46 2016 +0200
@@ -15,9 +15,7 @@
  * 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
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <config.h>
--- a/mcabber/mcabber/roster.c	Sat May 28 18:29:46 2016 +0100
+++ b/mcabber/mcabber/roster.c	Sun Jun 05 20:06:46 2016 +0200
@@ -14,9 +14,7 @@
  * 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
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <string.h>
--- a/mcabber/mcabber/screen.c	Sat May 28 18:29:46 2016 +0100
+++ b/mcabber/mcabber/screen.c	Sun Jun 05 20:06:46 2016 +0200
@@ -15,9 +15,7 @@
  * 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
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <stdio.h>
--- a/mcabber/mcabber/settings.c	Sat May 28 18:29:46 2016 +0100
+++ b/mcabber/mcabber/settings.c	Sun Jun 05 20:06:46 2016 +0200
@@ -14,9 +14,7 @@
  * 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
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <stdio.h>
--- a/mcabber/mcabber/utils.c	Sat May 28 18:29:46 2016 +0100
+++ b/mcabber/mcabber/utils.c	Sun Jun 05 20:06:46 2016 +0200
@@ -16,9 +16,7 @@
  * 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
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <config.h>
--- a/mcabber/mcabber/xmpp.c	Sat May 28 18:29:46 2016 +0100
+++ b/mcabber/mcabber/xmpp.c	Sun Jun 05 20:06:46 2016 +0200
@@ -17,9 +17,7 @@
  * 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
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 #include <stdlib.h>
 #include <string.h>
--- a/mcabber/mcabber/xmpp_helper.c	Sat May 28 18:29:46 2016 +0100
+++ b/mcabber/mcabber/xmpp_helper.c	Sun Jun 05 20:06:46 2016 +0200
@@ -15,9 +15,7 @@
  * 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
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <string.h>
--- a/mcabber/mcabber/xmpp_iq.c	Sat May 28 18:29:46 2016 +0100
+++ b/mcabber/mcabber/xmpp_iq.c	Sun Jun 05 20:06:46 2016 +0200
@@ -18,9 +18,7 @@
  * 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
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <string.h>
--- a/mcabber/mcabber/xmpp_iqrequest.c	Sat May 28 18:29:46 2016 +0100
+++ b/mcabber/mcabber/xmpp_iqrequest.c	Sun Jun 05 20:06:46 2016 +0200
@@ -15,9 +15,7 @@
  * 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
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <string.h>
--- a/mcabber/mcabber/xmpp_muc.c	Sat May 28 18:29:46 2016 +0100
+++ b/mcabber/mcabber/xmpp_muc.c	Sun Jun 05 20:06:46 2016 +0200
@@ -16,9 +16,7 @@
  * 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
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <string.h>
--- a/mcabber/mcabber/xmpp_s10n.c	Sat May 28 18:29:46 2016 +0100
+++ b/mcabber/mcabber/xmpp_s10n.c	Sun Jun 05 20:06:46 2016 +0200
@@ -15,9 +15,7 @@
  * 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
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 #include "xmpp_helper.h"