From bc3f3b40fecb03f4936bd1e07d0e1d337b6d2d26 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Tue, 14 Dec 2021 12:17:21 +0100 Subject: [PATCH] treewide: remove FSF address Remove the paragraph about writing to the Free Software Foundation's mailing address. The FSF has changed addresses in the past, and may do so again. In 2021 this is not useful, let's rather have a bit less boilerplate at the start of source files. Change-Id: I2a623f67e116d5e56091ae5860ca2a305c57e50a --- contrib/ipa.py | 4 ---- src/libosmo-mgcp/g711common.h | 4 ---- 2 files changed, 8 deletions(-) diff --git a/contrib/ipa.py b/contrib/ipa.py index 71cbf45a4..65e4003cf 100755 --- a/contrib/ipa.py +++ b/contrib/ipa.py @@ -15,10 +15,6 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * 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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ """ diff --git a/src/libosmo-mgcp/g711common.h b/src/libosmo-mgcp/g711common.h index cb35fc651..31ab3a4cf 100644 --- a/src/libosmo-mgcp/g711common.h +++ b/src/libosmo-mgcp/g711common.h @@ -14,10 +14,6 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * 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 */ static inline int val_seg(int val)