aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2017-10-17 17:48:20 +0200
committerMax <msuraev@sysmocom.de>2017-10-17 17:49:59 +0200
commit4f979bf4bae9ef18140f5be2acd0ee2751622b59 (patch)
treeb26976c1ef56cbcccf15fdf401d9be396cca50e4
parent92d788bdac9eef8fa9b39dc8a099b39f9af3b547 (diff)
Use new FSF address in license header
The issue was uncovered by lintian while checking .deb packaging. Change-Id: Idfe0e3d61f2604521647e9ef5ffb984db96aabbe
-rw-r--r--debian/copyright4
-rw-r--r--include/osmocom/sgsn/v42bis.h2
-rw-r--r--include/osmocom/sgsn/v42bis_private.h2
-rw-r--r--src/gprs/v42bis.c2
4 files changed, 5 insertions, 5 deletions
diff --git a/debian/copyright b/debian/copyright
index 97b890e21..2ae974f71 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -185,7 +185,7 @@ License: LGPL-2.1
.
You should have received a copy of the GNU Lesser General Public
License along with this program; if not, write to the Free Software
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
.
The FSF address in the above text is the old one.
.
@@ -268,7 +268,7 @@ License: LGPL-2.1
.
You should have received a copy of the GNU Lesser General Public
License along with this program; if not, write to the Free Software
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
.
THIS IS A WORK IN PROGRESS. IT IS NOT FINISHED.
Currently it performs the core compression and decompression functions OK.
diff --git a/include/osmocom/sgsn/v42bis.h b/include/osmocom/sgsn/v42bis.h
index 607a58e51..b64c43e69 100644
--- a/include/osmocom/sgsn/v42bis.h
+++ b/include/osmocom/sgsn/v42bis.h
@@ -20,7 +20,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
/*! \page v42bis_page V.42bis modem data compression
diff --git a/include/osmocom/sgsn/v42bis_private.h b/include/osmocom/sgsn/v42bis_private.h
index daa5ea315..c6b675a1b 100644
--- a/include/osmocom/sgsn/v42bis_private.h
+++ b/include/osmocom/sgsn/v42bis_private.h
@@ -20,7 +20,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#if !defined(_SPANDSP_PRIVATE_V42BIS_H_)
diff --git a/src/gprs/v42bis.c b/src/gprs/v42bis.c
index 3bb9afcd3..0759cdf1c 100644
--- a/src/gprs/v42bis.c
+++ b/src/gprs/v42bis.c
@@ -20,7 +20,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
/* THIS IS A WORK IN PROGRESS. IT IS NOT FINISHED.