treewide: remove FSF address
commit1741372556ecff5902fa0df6a0def6454caeea6a
authorOliver Smith <osmith@sysmocom.de>
Tue, 14 Dec 2021 11:24:54 +0000 (14 12:24 +0100)
committerlaforge <laforge@osmocom.org>
Tue, 14 Dec 2021 12:52:04 +0000 (14 12:52 +0000)
tree5f5d636fe42cb662d67f947ca336573a223abcfc
parentda2793a216f974817140bcd1eabde87157c4274c
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: I73be012c01c0108fb6951dbff91d50eb19b40c51
268 files changed:
include/l1ctl_proto.h
src/host/fb_tools/bdf_to_c.py
src/host/gprsdecode/gprs.c
src/host/gprsdecode/gsmtap.c
src/host/gprsdecode/main.c
src/host/gprsdecode/rlcmac.c
src/host/gsmmap/gsmmap.c
src/host/gsmmap/log.c
src/host/layer23/include/osmocom/bb/common/gps.h
src/host/layer23/include/osmocom/bb/common/sim.h
src/host/layer23/include/osmocom/bb/misc/cell_log.h
src/host/layer23/include/osmocom/bb/mobile/mncc.h
src/host/layer23/src/common/gps.c
src/host/layer23/src/common/l1ctl.c
src/host/layer23/src/common/l1ctl_lapdm_glue.c
src/host/layer23/src/common/l1l2_interface.c
src/host/layer23/src/common/logging.c
src/host/layer23/src/common/main.c
src/host/layer23/src/common/sap_fsm.c
src/host/layer23/src/common/sap_interface.c
src/host/layer23/src/common/sap_proto.c
src/host/layer23/src/common/sim.c
src/host/layer23/src/common/sysinfo.c
src/host/layer23/src/common/utils.c
src/host/layer23/src/misc/app_bcch_scan.c
src/host/layer23/src/misc/app_cbch_sniff.c
src/host/layer23/src/misc/app_ccch_scan.c
src/host/layer23/src/misc/app_cell_log.c
src/host/layer23/src/misc/app_echo_test.c
src/host/layer23/src/misc/bcch_scan.c
src/host/layer23/src/misc/cell_log.c
src/host/layer23/src/misc/rslms.c
src/host/layer23/src/mobile/app_mobile.c
src/host/layer23/src/mobile/gsm322.c
src/host/layer23/src/mobile/gsm411_sms.c
src/host/layer23/src/mobile/gsm414.c
src/host/layer23/src/mobile/gsm480_ss.c
src/host/layer23/src/mobile/gsm48_cc.c
src/host/layer23/src/mobile/gsm48_mm.c
src/host/layer23/src/mobile/gsm48_rr.c
src/host/layer23/src/mobile/main.c
src/host/layer23/src/mobile/mncc_sock.c
src/host/layer23/src/mobile/mnccms.c
src/host/layer23/src/mobile/primitives.c
src/host/layer23/src/mobile/script_lua.c
src/host/layer23/src/mobile/script_nolua.c
src/host/layer23/src/mobile/settings.c
src/host/layer23/src/mobile/subscriber.c
src/host/layer23/src/mobile/support.c
src/host/layer23/src/mobile/transaction.c
src/host/layer23/src/mobile/voice.c
src/host/layer23/src/mobile/vty_interface.c
src/host/osmocon/osmocon.c
src/host/osmocon/osmoload.c
src/host/osmocon/tpu_debug.c
src/host/trxcon/l1ctl.c
src/host/trxcon/l1ctl_link.c
src/host/trxcon/logging.c
src/host/trxcon/sched_lchan_common.c
src/host/trxcon/sched_lchan_pdtch.c
src/host/trxcon/sched_lchan_rach.c
src/host/trxcon/sched_lchan_sch.c
src/host/trxcon/sched_lchan_tchf.c
src/host/trxcon/sched_lchan_tchh.c
src/host/trxcon/sched_lchan_xcch.c
src/host/trxcon/sched_prim.c
src/host/trxcon/sched_trx.c
src/host/trxcon/trxcon.c
src/host/virt_phy/src/logging.c
src/host/virt_phy/src/virt_prim_data.c
src/host/virt_phy/src/virt_prim_fbsb.c
src/host/virt_phy/src/virt_prim_pm.c
src/host/virt_phy/src/virt_prim_rach.c
src/host/virt_phy/src/virt_prim_traffic.c
src/shared/libosmocore/include/osmocom/core/bitvec.h
src/shared/libosmocore/include/osmocom/core/conv.h
src/shared/libosmocore/include/osmocom/core/crcXXgen.h.tpl
src/shared/libosmocore/include/osmocom/core/crcgen.h
src/shared/libosmocore/include/osmocom/core/linuxrbtree.h
src/shared/libosmocore/include/osmocom/core/msgb.h
src/shared/libosmocore/include/osmocom/core/msgfile.h
src/shared/libosmocore/include/osmocom/core/serial.h
src/shared/libosmocore/include/osmocom/core/timer.h
src/shared/libosmocore/include/osmocom/core/timer_compat.h
src/shared/libosmocore/include/osmocom/core/write_queue.h
src/shared/libosmocore/include/osmocom/gsm/a5.h
src/shared/libosmocore/include/osmocom/gsm/gsm0808.h
src/shared/libosmocore/include/osmocom/gsm/gsm_utils.h
src/shared/libosmocore/include/osmocom/gsm/protocol/gsm_08_58.h
src/shared/libosmocore/include/osmocom/gsm/protocol/gsm_12_21.h
src/shared/libosmocore/include/osmocom/vty/telnet_interface.h
src/shared/libosmocore/include/osmocom/vty/vector.h
src/shared/libosmocore/src/application.c
src/shared/libosmocore/src/backtrace.c
src/shared/libosmocore/src/bitvec.c
src/shared/libosmocore/src/codec/gsm610.c
src/shared/libosmocore/src/codec/gsm620.c
src/shared/libosmocore/src/codec/gsm660.c
src/shared/libosmocore/src/codec/gsm690.c
src/shared/libosmocore/src/conv.c
src/shared/libosmocore/src/crcXXgen.c.tpl
src/shared/libosmocore/src/gsm/a5.c
src/shared/libosmocore/src/gsm/auth_comp128v1.c
src/shared/libosmocore/src/gsm/auth_core.c
src/shared/libosmocore/src/gsm/auth_milenage.c
src/shared/libosmocore/src/gsm/comp128.c
src/shared/libosmocore/src/gsm/gprs_cipher_core.c
src/shared/libosmocore/src/gsm/gsm0480.c
src/shared/libosmocore/src/gsm/gsm0808.c
src/shared/libosmocore/src/gsm/gsm48.c
src/shared/libosmocore/src/gsm/gsm48_ie.c
src/shared/libosmocore/src/gsm/gsm_utils.c
src/shared/libosmocore/src/gsm/lapd_core.c
src/shared/libosmocore/src/gsm/lapdm.c
src/shared/libosmocore/src/gsm/rsl.c
src/shared/libosmocore/src/gsm/rxlev_stat.c
src/shared/libosmocore/src/gsmtap_util.c
src/shared/libosmocore/src/logging.c
src/shared/libosmocore/src/logging_syslog.c
src/shared/libosmocore/src/msgb.c
src/shared/libosmocore/src/msgfile.c
src/shared/libosmocore/src/panic.c
src/shared/libosmocore/src/plugin.c
src/shared/libosmocore/src/rate_ctr.c
src/shared/libosmocore/src/rbtree.c
src/shared/libosmocore/src/select.c
src/shared/libosmocore/src/serial.c
src/shared/libosmocore/src/signal.c
src/shared/libosmocore/src/statistics.c
src/shared/libosmocore/src/timer.c
src/shared/libosmocore/src/vty/logging_vty.c
src/shared/libosmocore/src/vty/telnet_interface.c
src/shared/libosmocore/src/vty/utils.c
src/shared/libosmocore/src/vty/vector.c
src/shared/libosmocore/src/write_queue.c
src/shared/libosmocore/tests/gsm0408/gsm0408_test.c
src/shared/libosmocore/tests/gsm0808/gsm0808_test.c
src/shared/libosmocore/tests/lapd/lapd_test.c
src/shared/libosmocore/tests/msgfile/msgfile_test.c
src/shared/libosmocore/tests/sms/sms_test.c
src/shared/libosmocore/tests/smscb/smscb_test.c
src/shared/libosmocore/tests/timer/timer_test.c
src/shared/libosmocore/tests/ussd/ussd_test.c
src/shared/libosmocore/utils/osmo-arfcn.c
src/shared/libosmocore/utils/osmo-auc-gen.c
src/target/firmware/abb/twl3025.c
src/target/firmware/apps/compal_dsp_dump/main.c
src/target/firmware/apps/hello_world/main.c
src/target/firmware/apps/layer1/main.c
src/target/firmware/apps/loader/main.c
src/target/firmware/apps/loader_mtk/main.c
src/target/firmware/apps/menu/main.c
src/target/firmware/apps/rssi/main.c
src/target/firmware/apps/simtest/main.c
src/target/firmware/apps/snake_game/main.c
src/target/firmware/battery/compal_e88.c
src/target/firmware/board/common/readcal_tiffs.c
src/target/firmware/board/common/tx_calchan.c
src/target/firmware/board/compal/readcal_common.c
src/target/firmware/board/compal/readcal_small.c
src/target/firmware/board/compal/rf_tables.c
src/target/firmware/board/compal_e86/init.c
src/target/firmware/board/compal_e86/tx_ramps.c
src/target/firmware/board/compal_e88/init.c
src/target/firmware/board/compal_e88/tx_ramps.c
src/target/firmware/board/compal_e99/init.c
src/target/firmware/board/compal_e99/readcal.c
src/target/firmware/board/fcdev3b/init.c
src/target/firmware/board/gta0x/afcparams.c
src/target/firmware/board/gta0x/init.c
src/target/firmware/board/gta0x/rf_tables.c
src/target/firmware/board/gtm900b/afcparams.c
src/target/firmware/board/gtm900b/init.c
src/target/firmware/board/mediatek/uart.c
src/target/firmware/board/mt62xx/init.c
src/target/firmware/board/pirelli_dpl10/init.c
src/target/firmware/board/pirelli_dpl10/readcal.c
src/target/firmware/board/pirelli_dpl10/rf_tables.c
src/target/firmware/board/se_j100/init.c
src/target/firmware/board/se_j100/tx_ramps.c
src/target/firmware/calypso/backlight.c
src/target/firmware/calypso/buzzer.c
src/target/firmware/calypso/clock.c
src/target/firmware/calypso/dma.c
src/target/firmware/calypso/dsp.c
src/target/firmware/calypso/du.c
src/target/firmware/calypso/i2c.c
src/target/firmware/calypso/irq.c
src/target/firmware/calypso/keypad.c
src/target/firmware/calypso/rtc.c
src/target/firmware/calypso/sim.c
src/target/firmware/calypso/spi.c
src/target/firmware/calypso/timer.c
src/target/firmware/calypso/tpu.c
src/target/firmware/calypso/tsp.c
src/target/firmware/calypso/uart.c
src/target/firmware/calypso/uwire.c
src/target/firmware/comm/msgb.c
src/target/firmware/comm/sercomm.c
src/target/firmware/comm/sercomm_cons.c
src/target/firmware/comm/timer.c
src/target/firmware/fb/fb_bw8.c
src/target/firmware/fb/fb_dummy.c
src/target/firmware/fb/fb_rgb332.c
src/target/firmware/fb/fb_s6b33b1x.c
src/target/firmware/fb/fb_ssd1783.c
src/target/firmware/fb/fb_ssd1963.c
src/target/firmware/fb/fb_st7558.c
src/target/firmware/fb/fb_td014.c
src/target/firmware/fb/font.c
src/target/firmware/fb/framebuffer.c
src/target/firmware/flash/cfi_flash.c
src/target/firmware/include/calypso/du.h
src/target/firmware/include/calypso/sim.h
src/target/firmware/include/comm/timer.h
src/target/firmware/include/mtk/emi.h
src/target/firmware/include/mtk/mt6235.h
src/target/firmware/include/mtk/system.h
src/target/firmware/layer1/afc.c
src/target/firmware/layer1/agc.c
src/target/firmware/layer1/async.c
src/target/firmware/layer1/avg.c
src/target/firmware/layer1/init.c
src/target/firmware/layer1/l23_api.c
src/target/firmware/layer1/mframe_sched.c
src/target/firmware/layer1/prim_fbsb.c
src/target/firmware/layer1/prim_freq.c
src/target/firmware/layer1/prim_pm.c
src/target/firmware/layer1/prim_rach.c
src/target/firmware/layer1/prim_rx_nb.c
src/target/firmware/layer1/prim_tch.c
src/target/firmware/layer1/prim_tx_nb.c
src/target/firmware/layer1/prim_utils.c
src/target/firmware/layer1/rfch.c
src/target/firmware/layer1/sched_gsmtime.c
src/target/firmware/layer1/sync.c
src/target/firmware/layer1/tdma_sched.c
src/target/firmware/layer1/toa.c
src/target/firmware/layer1/tpu_window.c
src/target/firmware/lib/console.c
src/target/firmware/rf/mt6139.c
src/target/firmware/rf/trf6151.c
src/target/firmware/tiffs/init.c
src/target/firmware/tiffs/readfile.c
src/target/trx_toolkit/app_common.py
src/target/trx_toolkit/burst_fwd.py
src/target/trx_toolkit/burst_gen.py
src/target/trx_toolkit/burst_send.py
src/target/trx_toolkit/clck_gen.py
src/target/trx_toolkit/codec.py
src/target/trx_toolkit/ctrl_cmd.py
src/target/trx_toolkit/ctrl_if.py
src/target/trx_toolkit/ctrl_if_trx.py
src/target/trx_toolkit/data_dump.py
src/target/trx_toolkit/data_if.py
src/target/trx_toolkit/data_msg.py
src/target/trx_toolkit/fake_pm.py
src/target/trx_toolkit/fake_trx.py
src/target/trx_toolkit/gsm_shared.py
src/target/trx_toolkit/rand_burst_gen.py
src/target/trx_toolkit/test_codec.py
src/target/trx_toolkit/test_data_dump.py
src/target/trx_toolkit/test_data_msg.py
src/target/trx_toolkit/transceiver.py
src/target/trx_toolkit/trx_list.py
src/target/trx_toolkit/trx_sniff.py
src/target/trx_toolkit/trxd_proto.py
src/target/trx_toolkit/udp_link.py