summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2021-12-14 12:24:20 +0100
committerOliver Smith <osmith@sysmocom.de>2021-12-14 12:24:20 +0100
commit3c6cdc5a53c4a5ec1aff417f2cbfaa9449004ee6 (patch)
tree9ede201a4fda5286c08ecaa4650f384fa9a937e1 /src
parent7a8b1bad22bce3d6d2b9691ce204f1971c443b54 (diff)
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: Ic8c69d24141abd183e3b1257f4e9edfd9c1afabe
Diffstat (limited to 'src')
-rw-r--r--src/ipa_proto.erl4
-rw-r--r--src/ipa_proto_ccm.erl4
2 files changed, 0 insertions, 8 deletions
diff --git a/src/ipa_proto.erl b/src/ipa_proto.erl
index d1d4396..ceb024a 100644
--- a/src/ipa_proto.erl
+++ b/src/ipa_proto.erl
@@ -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.,
-% 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-module(ipa_proto).
-author('Harald Welte <laforge@gnumonks.org>').
diff --git a/src/ipa_proto_ccm.erl b/src/ipa_proto_ccm.erl
index cfd3863..27ceba9 100644
--- a/src/ipa_proto_ccm.erl
+++ b/src/ipa_proto_ccm.erl
@@ -13,10 +13,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.
-module(ipa_proto_ccm).
-author('Harald Welte <laforge@gnumonks.org>').