docs,m4: remove paragraph about writing to FSF

The Free Software Foundation has changed addresses in the past, and
may do so again. NetworkManager already includes a copy of the
licenses.
This commit is contained in:
Beniamino Galvani
2023-10-03 11:02:39 +02:00
parent b777cbf5a5
commit 6971d53901
4 changed files with 6 additions and 38 deletions

View File

@@ -33,15 +33,7 @@
Texts. You may obtain a copy of the <citetitle>GNU Free Texts. You may obtain a copy of the <citetitle>GNU Free
Documentation License</citetitle> from the Free Software Documentation License</citetitle> from the Free Software
Foundation by visiting <ulink type="http" Foundation by visiting <ulink type="http"
url="http://www.fsf.org">their Web site</ulink> or by writing url="http://www.fsf.org">their Web site</ulink>.
to:
<address>
The Free Software Foundation, Inc.,
<street>51 Franklin Street</street> - Fifth Floor,
<city>Boston</city>, <state>MA</state> <postcode>02110-1301</postcode>,
<country>USA</country>
</address>
</para> </para>
</legalnotice> </legalnotice>
@@ -322,14 +314,7 @@
<para> <para>
You should have received a copy of the <citetitle>GNU You should have received a copy of the <citetitle>GNU
General Public License</citetitle> along with this program; General Public License</citetitle> along with this program.
if not, write to the
<address>
Free Software Foundation, Inc.,
<street>51 Franklin Street</street> - Fifth Floor,
<city>Boston</city>, <state>MA</state> <postcode>02110-1301</postcode>,
<country>USA</country>
</address>
</para> </para>
<para> <para>

View File

@@ -34,15 +34,7 @@
Texts. You may obtain a copy of the <citetitle>GNU Free Texts. You may obtain a copy of the <citetitle>GNU Free
Documentation License</citetitle> from the Free Software Documentation License</citetitle> from the Free Software
Foundation by visiting <ulink type="http" Foundation by visiting <ulink type="http"
url="http://www.fsf.org">their Web site</ulink> or by writing url="http://www.fsf.org">their Web site</ulink>.
to:
<address>
The Free Software Foundation, Inc.,
<street>51 Franklin Street</street> - Fifth Floor,
<city>Boston</city>, <state>MA</state> <postcode>02110-1301</postcode>,
<country>USA</country>
</address>
</para> </para>
</legalnotice> </legalnotice>
</bookinfo> </bookinfo>
@@ -467,13 +459,7 @@ print ("NetworkManager version " + client.get_version())]]></programlisting></in
<para> <para>
You should have received a copy of the <citetitle>GNU You should have received a copy of the <citetitle>GNU
Lesser General Public License</citetitle> along with this Lesser General Public License</citetitle> along with this
library; if not, write to the library.
<address>
Free Software Foundation, Inc.,
<street>51 Franklin Street</street> - Fifth Floor,
<city>Boston</city>, <state>MA</state> <postcode>02110-1301</postcode>,
<country>USA</country>
</address>
</para> </para>
<para> <para>

View File

@@ -14,9 +14,7 @@ dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
dnl GNU General Public License for more details. dnl GNU General Public License for more details.
dnl dnl
dnl You should have received a copy of the GNU General Public License dnl You should have received a copy of the GNU General Public License
dnl along with this program; if not, write to the Free Software dnl along with this program.
dnl Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
dnl 02110-1301, USA.
dnl dnl
dnl As a special exception, the copyright owners of the dnl As a special exception, the copyright owners of the
dnl macro gives unlimited permission to copy, distribute and modify the dnl macro gives unlimited permission to copy, distribute and modify the

View File

@@ -13,8 +13,7 @@ dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
dnl Lesser General Public License for more details. dnl Lesser General Public License for more details.
dnl dnl
dnl You should have received a copy of the GNU Lesser General Public 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 License along with this library.
dnl Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
# VAPIGEN_CHECK([VERSION], [API_VERSION], [FOUND-INTROSPECTION]) # VAPIGEN_CHECK([VERSION], [API_VERSION], [FOUND-INTROSPECTION])
# -------------------------------------- # --------------------------------------