Browse code

Update GPL header in all source files to current recommended version

This removes the postal address of the FSF and replaces
it with their URL.

Mostly generated with
sed -i -e 's@if not, write to the Free Software Foundation, Inc.,\
@if not, see <https://www.gnu.org/licenses/>.@'
sed -i -e '/51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA/d'
sed -i -e '/59 Temple Place, Suite 330, Boston, MA 02111-1307 USA/d'

With some manual fix-ups afterwards.

Change-Id: Ic3959970fa9ab993e98d4b38c025fd0efc7b92f2
Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20250803145126.23494-1-gert@greenie.muc.de>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg32481.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>

Frank Lichtenheld authored on 2025/08/03 23:51:20
Showing 288 changed files
... ...
@@ -19,8 +19,7 @@
19 19
 #  GNU General Public License for more details.
20 20
 #
21 21
 #  You should have received a copy of the GNU General Public License along
22
-#  with this program; if not, write to the Free Software Foundation, Inc.,
23
-#  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
22
+#  with this program; if not, see <https://www.gnu.org/licenses/>.
24 23
 #
25 24
 
26 25
 ACLOCAL_AMFLAGS = -I m4
... ...
@@ -17,8 +17,7 @@ dnl  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17 17
 dnl  GNU General Public License for more details.
18 18
 dnl
19 19
 dnl  You should have received a copy of the GNU General Public License along
20
-dnl  with this program; if not, write to the Free Software Foundation, Inc.,
21
-dnl  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+dnl  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
 
23 22
 dnl Compatibility layer for <autoconf-2.60 <automake-1.10
24 23
 dnl REMOVE THIS IN FUTURE!
... ...
@@ -18,8 +18,7 @@ dnl  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 18
 dnl  GNU General Public License for more details.
19 19
 dnl
20 20
 dnl  You should have received a copy of the GNU General Public License along
21
-dnl  with this program; if not, write to the Free Software Foundation, Inc.,
22
-dnl  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
+dnl  with this program; if not, see <https://www.gnu.org/licenses/>.
23 22
 
24 23
 dnl Process this file with autoconf to produce a configure script.
25 24
 
... ...
@@ -18,8 +18,7 @@
18 18
 #  GNU General Public License for more details.
19 19
 #
20 20
 #  You should have received a copy of the GNU General Public License along
21
-#  with this program; if not, write to the Free Software Foundation, Inc.,
22
-#  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
+#  with this program; if not, see <https://www.gnu.org/licenses/>.
23 22
 #
24 23
 
25 24
 # Usage: ./git-version.py [directory]
... ...
@@ -18,8 +18,7 @@
18 18
 #  GNU General Public License for more details.
19 19
 #
20 20
 #  You should have received a copy of the GNU General Public License along
21
-#  with this program; if not, write to the Free Software Foundation, Inc.,
22
-#  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
+#  with this program; if not, see <https://www.gnu.org/licenses/>.
23 22
 #
24 23
 
25 24
 # Usage: ./parse-version.m4.py m4file [directory]
... ...
@@ -14,8 +14,7 @@
14 14
 # GNU General Public License for more details.
15 15
 #
16 16
 # You should have received a copy of the GNU General Public License
17
-# along with this program; if not, write to the Free Software
18
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
17
+# along with this program; if not, see <https://www.gnu.org/licenses/>.
19 18
 #
20 19
 set -u
21 20
 
... ...
@@ -13,8 +13,7 @@
13 13
 #  GNU General Public License for more details.
14 14
 #
15 15
 #  You should have received a copy of the GNU General Public License along
16
-#  with this program; if not, write to the Free Software Foundation, Inc.,
17
-#  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
16
+#  with this program; if not, see <https://www.gnu.org/licenses/>.
18 17
 
19 18
 # Extract a patch from Gerrit and transform it in a file suitable as input
20 19
 # for git send-email.
... ...
@@ -15,8 +15,7 @@
15 15
 # GNU General Public License for more details.
16 16
 #
17 17
 # You should have received a copy of the GNU General Public License
18
-# along with this program; if not, write to the Free Software
19
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
18
+# along with this program; if not, see <https://www.gnu.org/licenses/>.
20 19
 #
21 20
 
22 21
 tstamp="$(date +%Y%m%d-%H%M%S)"
... ...
@@ -16,8 +16,7 @@
16 16
 # GNU General Public License for more details.
17 17
 #
18 18
 # You should have received a copy of the GNU General Public License
19
-# along with this program; if not, write to the Free Software
20
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
19
+# along with this program; if not, see <https://www.gnu.org/licenses/>.
21 20
 #
22 21
 
23 22
 # Basic shell sanity
... ...
@@ -18,8 +18,7 @@
18 18
  *  GNU General Public License for more details.
19 19
  *
20 20
  *  You should have received a copy of the GNU General Public License along
21
- *  with this program; if not, write to the Free Software Foundation, Inc.,
22
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
23 22
  */
24 23
 
25 24
 /**
... ...
@@ -18,8 +18,7 @@
18 18
  *  GNU General Public License for more details.
19 19
  *
20 20
  *  You should have received a copy of the GNU General Public License along
21
- *  with this program; if not, write to the Free Software Foundation, Inc.,
22
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
23 22
  */
24 23
 
25 24
 /**
... ...
@@ -18,8 +18,7 @@
18 18
  *  GNU General Public License for more details.
19 19
  *
20 20
  *  You should have received a copy of the GNU General Public License along
21
- *  with this program; if not, write to the Free Software Foundation, Inc.,
22
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
23 22
  */
24 23
 
25 24
 /**
... ...
@@ -18,8 +18,7 @@
18 18
  *  GNU General Public License for more details.
19 19
  *
20 20
  *  You should have received a copy of the GNU General Public License along
21
- *  with this program; if not, write to the Free Software Foundation, Inc.,
22
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
23 22
  */
24 23
 
25 24
 /**
... ...
@@ -18,8 +18,7 @@
18 18
  *  GNU General Public License for more details.
19 19
  *
20 20
  *  You should have received a copy of the GNU General Public License along
21
- *  with this program; if not, write to the Free Software Foundation, Inc.,
22
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
23 22
  */
24 23
 
25 24
 /**
... ...
@@ -18,8 +18,7 @@
18 18
  *  GNU General Public License for more details.
19 19
  *
20 20
  *  You should have received a copy of the GNU General Public License along
21
- *  with this program; if not, write to the Free Software Foundation, Inc.,
22
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
23 22
  */
24 23
 
25 24
 /**
... ...
@@ -18,8 +18,7 @@
18 18
  *  GNU General Public License for more details.
19 19
  *
20 20
  *  You should have received a copy of the GNU General Public License along
21
- *  with this program; if not, write to the Free Software Foundation, Inc.,
22
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
23 22
  */
24 23
 
25 24
 /**
... ...
@@ -18,8 +18,7 @@
18 18
  *  GNU General Public License for more details.
19 19
  *
20 20
  *  You should have received a copy of the GNU General Public License along
21
- *  with this program; if not, write to the Free Software Foundation, Inc.,
22
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
23 22
  */
24 23
 
25 24
 /**
... ...
@@ -18,8 +18,7 @@
18 18
  *  GNU General Public License for more details.
19 19
  *
20 20
  *  You should have received a copy of the GNU General Public License along
21
- *  with this program; if not, write to the Free Software Foundation, Inc.,
22
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
23 22
  */
24 23
 
25 24
 /**
... ...
@@ -18,8 +18,7 @@
18 18
  *  GNU General Public License for more details.
19 19
  *
20 20
  *  You should have received a copy of the GNU General Public License along
21
- *  with this program; if not, write to the Free Software Foundation, Inc.,
22
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
23 22
  */
24 23
 
25 24
 /**
... ...
@@ -18,8 +18,7 @@
18 18
  *  GNU General Public License for more details.
19 19
  *
20 20
  *  You should have received a copy of the GNU General Public License along
21
- *  with this program; if not, write to the Free Software Foundation, Inc.,
22
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
23 22
  */
24 23
 
25 24
 /**
... ...
@@ -18,8 +18,7 @@
18 18
  *  GNU General Public License for more details.
19 19
  *
20 20
  *  You should have received a copy of the GNU General Public License along
21
- *  with this program; if not, write to the Free Software Foundation, Inc.,
22
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
23 22
  */
24 23
 
25 24
 /**
... ...
@@ -18,8 +18,7 @@
18 18
  *  GNU General Public License for more details.
19 19
  *
20 20
  *  You should have received a copy of the GNU General Public License along
21
- *  with this program; if not, write to the Free Software Foundation, Inc.,
22
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
23 22
  */
24 23
 
25 24
 /**
... ...
@@ -18,8 +18,7 @@
18 18
  *  GNU General Public License for more details.
19 19
  *
20 20
  *  You should have received a copy of the GNU General Public License along
21
- *  with this program; if not, write to the Free Software Foundation, Inc.,
22
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
23 22
  */
24 23
 
25 24
 /**
... ...
@@ -18,8 +18,7 @@
18 18
  *  GNU General Public License for more details.
19 19
  *
20 20
  *  You should have received a copy of the GNU General Public License along
21
- *  with this program; if not, write to the Free Software Foundation, Inc.,
22
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
23 22
  */
24 23
 
25 24
 /**
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifndef OPENVPN_MSG_H_
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifndef OPENVPN_PLUGIN_H_
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 /*
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 /*
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 /*
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 /*
... ...
@@ -18,8 +18,7 @@
18 18
  *  GNU General Public License for more details.
19 19
  *
20 20
  *  You should have received a copy of the GNU General Public License along
21
- *  with this program; if not, write to the Free Software Foundation, Inc.,
22
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
23 22
  */
24 23
 
25 24
 /*
... ...
@@ -18,8 +18,7 @@
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License
20 20
  *  along with this program (see the file COPYING included with this
21
- *  distribution); if not, write to the Free Software Foundation, Inc.,
22
- *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
21
+ *  distribution); if not, see <https://www.gnu.org/licenses/>.
23 22
  */
24 23
 
25 24
 #include <stdio.h>
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 /*
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifdef HAVE_CONFIG_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifdef HAVE_CONFIG_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifdef HAVE_CONFIG_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifdef HAVE_CONFIG_H
... ...
@@ -18,8 +18,7 @@
18 18
  *  GNU General Public License for more details.
19 19
  *
20 20
  *  You should have received a copy of the GNU General Public License along
21
- *  with this program; if not, write to the Free Software Foundation, Inc.,
22
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
23 22
  */
24 23
 
25 24
 #ifdef HAVE_CONFIG_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifndef COMPAT_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  *
23 22
  *
24 23
  *  A printf-like function (that only recognizes a subset of standard printf
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  *
23 22
  *
24 23
  *  A printf-like function (that only recognizes a subset of standard printf
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 #ifndef AUTH_TOKEN_H
24 23
 #define AUTH_TOKEN_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifndef BASIC_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifdef HAVE_CONFIG_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifndef BUFFER_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifndef CIRC_LIST_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifdef HAVE_CONFIG_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #if !defined(CLINAT_H)
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifndef COMMON_H
... ...
@@ -18,8 +18,7 @@
18 18
  *  GNU General Public License for more details.
19 19
  *
20 20
  *  You should have received a copy of the GNU General Public License along
21
- *  with this program; if not, write to the Free Software Foundation, Inc.,
22
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
23 22
  */
24 23
 
25 24
 #ifdef HAVE_CONFIG_H
... ...
@@ -18,8 +18,7 @@
18 18
  *  GNU General Public License for more details.
19 19
  *
20 20
  *  You should have received a copy of the GNU General Public License along
21
- *  with this program; if not, write to the Free Software Foundation, Inc.,
22
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
23 22
  */
24 23
 
25 24
 #ifndef OPENVPN_COMP_LZ4_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifdef HAVE_CONFIG_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 /*
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifdef HAVE_CONFIG_H
... ...
@@ -19,8 +19,7 @@
19 19
  *  GNU General Public License for more details.
20 20
  *
21 21
  *  You should have received a copy of the GNU General Public License along
22
- *  with this program; if not, write to the Free Software Foundation, Inc.,
23
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
22
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
24 23
  */
25 24
 
26 25
 #ifdef HAVE_CONFIG_H
... ...
@@ -19,8 +19,7 @@
19 19
  *  GNU General Public License for more details.
20 20
  *
21 21
  *  You should have received a copy of the GNU General Public License along
22
- *  with this program; if not, write to the Free Software Foundation, Inc.,
23
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
22
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
24 23
  */
25 24
 
26 25
 #ifndef CONSOLE_H
... ...
@@ -19,8 +19,7 @@
19 19
  *  GNU General Public License for more details.
20 20
  *
21 21
  *  You should have received a copy of the GNU General Public License along
22
- *  with this program; if not, write to the Free Software Foundation, Inc.,
23
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
22
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
24 23
  */
25 24
 
26 25
 /*
... ...
@@ -18,8 +18,7 @@
18 18
  *  GNU General Public License for more details.
19 19
  *
20 20
  *  You should have received a copy of the GNU General Public License along
21
- *  with this program; if not, write to the Free Software Foundation, Inc.,
22
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
23 22
  */
24 23
 
25 24
 /**
... ...
@@ -18,8 +18,7 @@
18 18
  *  GNU General Public License for more details.
19 19
  *
20 20
  *  You should have received a copy of the GNU General Public License along
21
- *  with this program; if not, write to the Free Software Foundation, Inc.,
22
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
23 22
  */
24 23
 
25 24
 #ifdef HAVE_CONFIG_H
... ...
@@ -18,8 +18,7 @@
18 18
  *  GNU General Public License for more details.
19 19
  *
20 20
  *  You should have received a copy of the GNU General Public License along
21
- *  with this program; if not, write to the Free Software Foundation, Inc.,
22
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
23 22
  */
24 23
 
25 24
 /**
... ...
@@ -18,8 +18,7 @@
18 18
  *  GNU General Public License for more details.
19 19
  *
20 20
  *  You should have received a copy of the GNU General Public License along
21
- *  with this program; if not, write to the Free Software Foundation, Inc.,
22
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
23 22
  */
24 23
 
25 24
 /**
... ...
@@ -19,8 +19,7 @@
19 19
  *  GNU General Public License for more details.
20 20
  *
21 21
  *  You should have received a copy of the GNU General Public License along
22
- *  with this program; if not, write to the Free Software Foundation, Inc.,
23
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
22
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
24 23
  */
25 24
 
26 25
 
... ...
@@ -19,8 +19,7 @@
19 19
  *  GNU General Public License for more details.
20 20
  *
21 21
  *  You should have received a copy of the GNU General Public License along
22
- *  with this program; if not, write to the Free Software Foundation, Inc.,
23
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
22
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
24 23
  */
25 24
 
26 25
 #ifndef CRYPTO_EPOCH_H
... ...
@@ -18,8 +18,7 @@
18 18
  *  GNU General Public License for more details.
19 19
  *
20 20
  *  You should have received a copy of the GNU General Public License along
21
- *  with this program; if not, write to the Free Software Foundation, Inc.,
22
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
23 22
  */
24 23
 
25 24
 /**
... ...
@@ -18,8 +18,7 @@
18 18
  *  GNU General Public License for more details.
19 19
  *
20 20
  *  You should have received a copy of the GNU General Public License along
21
- *  with this program; if not, write to the Free Software Foundation, Inc.,
22
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
23 22
  */
24 23
 
25 24
 /**
... ...
@@ -18,8 +18,7 @@
18 18
  *  GNU General Public License for more details.
19 19
  *
20 20
  *  You should have received a copy of the GNU General Public License along
21
- *  with this program; if not, write to the Free Software Foundation, Inc.,
22
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
23 22
  */
24 23
 
25 24
 /**
... ...
@@ -18,8 +18,7 @@
18 18
  *  GNU General Public License for more details.
19 19
  *
20 20
  *  You should have received a copy of the GNU General Public License along
21
- *  with this program; if not, write to the Free Software Foundation, Inc.,
22
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
23 22
  */
24 23
 
25 24
 /**
... ...
@@ -20,8 +20,7 @@
20 20
  *
21 21
  *  You should have received a copy of the GNU General Public License
22 22
  *  along with this program (see the file COPYING included with this
23
- *  distribution); if not, write to the Free Software Foundation, Inc.,
24
- *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
23
+ *  distribution); if not, see <https://www.gnu.org/licenses/>.
25 24
  */
26 25
 
27 26
 #ifdef HAVE_CONFIG_H
... ...
@@ -20,8 +20,7 @@
20 20
  *
21 21
  *  You should have received a copy of the GNU General Public License
22 22
  *  along with this program (see the file COPYING included with this
23
- *  distribution); if not, write to the Free Software Foundation, Inc.,
24
- *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
23
+ *  distribution); if not, see <https://www.gnu.org/licenses/>.
25 24
  */
26 25
 #ifndef DCO_H
27 26
 #define DCO_H
... ...
@@ -14,8 +14,7 @@
14 14
  *
15 15
  *  You should have received a copy of the GNU General Public License
16 16
  *  along with this program (see the file COPYING included with this
17
- *  distribution); if not, write to the Free Software Foundation, Inc.,
18
- *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
17
+ *  distribution); if not, see <https://www.gnu.org/licenses/>.
19 18
  */
20 19
 
21 20
 #ifdef HAVE_CONFIG_H
... ...
@@ -14,8 +14,7 @@
14 14
  *
15 15
  *  You should have received a copy of the GNU General Public License
16 16
  *  along with this program (see the file COPYING included with this
17
- *  distribution); if not, write to the Free Software Foundation, Inc.,
18
- *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
17
+ *  distribution); if not, see <https://www.gnu.org/licenses/>.
19 18
  */
20 19
 #ifndef DCO_FREEBSD_H
21 20
 #define DCO_FREEBSD_H
... ...
@@ -19,8 +19,7 @@
19 19
  *
20 20
  *  You should have received a copy of the GNU General Public License
21 21
  *  along with this program (see the file COPYING included with this
22
- *  distribution); if not, write to the Free Software Foundation, Inc.,
23
- *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
22
+ *  distribution); if not, see <https://www.gnu.org/licenses/>.
24 23
  */
25 24
 #ifndef DCO_INTERNAL_H
26 25
 #define DCO_INTERNAL_H
... ...
@@ -16,8 +16,7 @@
16 16
  *
17 17
  *  You should have received a copy of the GNU General Public License
18 18
  *  along with this program (see the file COPYING included with this
19
- *  distribution); if not, write to the Free Software Foundation, Inc.,
20
- *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19
+ *  distribution); if not, see <https://www.gnu.org/licenses/>.
21 20
  */
22 21
 
23 22
 
... ...
@@ -16,8 +16,7 @@
16 16
  *
17 17
  *  You should have received a copy of the GNU General Public License
18 18
  *  along with this program (see the file COPYING included with this
19
- *  distribution); if not, write to the Free Software Foundation, Inc.,
20
- *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19
+ *  distribution); if not, see <https://www.gnu.org/licenses/>.
21 20
  */
22 21
 #ifndef DCO_LINUX_H
23 22
 #define DCO_LINUX_H
... ...
@@ -15,8 +15,7 @@
15 15
  *
16 16
  *  You should have received a copy of the GNU General Public License
17 17
  *  along with this program (see the file COPYING included with this
18
- *  distribution); if not, write to the Free Software Foundation, Inc.,
19
- *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
18
+ *  distribution); if not, see <https://www.gnu.org/licenses/>.
20 19
  */
21 20
 
22 21
 #ifdef HAVE_CONFIG_H
... ...
@@ -15,8 +15,7 @@
15 15
  *
16 16
  *  You should have received a copy of the GNU General Public License
17 17
  *  along with this program (see the file COPYING included with this
18
- *  distribution); if not, write to the Free Software Foundation, Inc.,
19
- *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
18
+ *  distribution); if not, see <https://www.gnu.org/licenses/>.
20 19
  */
21 20
 
22 21
 #ifndef DCO_WIN_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifdef HAVE_CONFIG_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifndef DHCP_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifdef HAVE_CONFIG_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifndef DNS_H
... ...
@@ -20,8 +20,7 @@
20 20
  *
21 21
  *  You should have received a copy of the GNU General Public License
22 22
  *  along with this program (see the file COPYING included with this
23
- *  distribution); if not, write to the Free Software Foundation, Inc.,
24
- *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
23
+ *  distribution); if not, see <https://www.gnu.org/licenses/>.
25 24
  */
26 25
 
27 26
 #ifdef HAVE_CONFIG_H
... ...
@@ -18,8 +18,7 @@
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License
20 20
  *  along with this program (see the file COPYING included with this
21
- *  distribution); if not, write to the Free Software Foundation, Inc.,
22
- *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
21
+ *  distribution); if not, see <https://www.gnu.org/licenses/>.
23 22
  */
24 23
 
25 24
 #ifndef ENV_SET_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifndef ERRLEVEL_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifdef HAVE_CONFIG_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifndef ERROR_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifdef HAVE_CONFIG_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifndef EVENT_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifdef HAVE_CONFIG_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifndef FD_MISC_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifdef HAVE_CONFIG_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifdef HAVE_CONFIG_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifndef FRAGMENT_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 /*
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifndef GREMLIN_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifdef HAVE_CONFIG_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 /*
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifdef HAVE_CONFIG_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #if PROXY_DIGEST_AUTH
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifdef HAVE_CONFIG_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifndef INIT_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifndef INTEGER_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifdef HAVE_CONFIG_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 /*
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifdef HAVE_CONFIG_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifndef LIST_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 /**
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifndef OPENVPN_LZO_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifdef HAVE_CONFIG_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifndef MANAGE_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 /**
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifdef HAVE_CONFIG_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifndef MBUF_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifndef MEMDBG_H
... ...
@@ -19,8 +19,7 @@
19 19
  *  GNU General Public License for more details.
20 20
  *
21 21
  *  You should have received a copy of the GNU General Public License along
22
- *  with this program; if not, write to the Free Software Foundation, Inc.,
23
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
22
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
24 23
  */
25 24
 
26 25
 #ifdef HAVE_CONFIG_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifndef MISC_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifdef HAVE_CONFIG_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifndef MROUTE_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifdef HAVE_CONFIG_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifndef MSS_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 /*
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 /*
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifdef HAVE_CONFIG_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 /*
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifdef HAVE_CONFIG_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifndef MTU_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifdef HAVE_CONFIG_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 /*
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifdef HAVE_CONFIG_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 /**
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifdef HAVE_CONFIG_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 /*
... ...
@@ -14,8 +14,7 @@
14 14
  *
15 15
  *  You should have received a copy of the GNU General Public License
16 16
  *  along with this program (see the file COPYING included with this
17
- *  distribution); if not, write to the Free Software Foundation, Inc.,
18
- *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
17
+ *  distribution); if not, see <https://www.gnu.org/licenses/>.
19 18
  */
20 19
 
21 20
 #ifndef NETWORKING_H_
... ...
@@ -14,8 +14,7 @@
14 14
  *
15 15
  *  You should have received a copy of the GNU General Public License
16 16
  *  along with this program (see the file COPYING included with this
17
- *  distribution); if not, write to the Free Software Foundation, Inc.,
18
- *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
17
+ *  distribution); if not, see <https://www.gnu.org/licenses/>.
19 18
  */
20 19
 
21 20
 #ifdef HAVE_CONFIG_H
... ...
@@ -14,8 +14,7 @@
14 14
  *
15 15
  *  You should have received a copy of the GNU General Public License
16 16
  *  along with this program (see the file COPYING included with this
17
- *  distribution); if not, write to the Free Software Foundation, Inc.,
18
- *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
17
+ *  distribution); if not, see <https://www.gnu.org/licenses/>.
19 18
  */
20 19
 
21 20
 
... ...
@@ -14,8 +14,7 @@
14 14
  *
15 15
  *  You should have received a copy of the GNU General Public License
16 16
  *  along with this program (see the file COPYING included with this
17
- *  distribution); if not, write to the Free Software Foundation, Inc.,
18
- *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
17
+ *  distribution); if not, see <https://www.gnu.org/licenses/>.
19 18
  */
20 19
 
21 20
 #ifdef HAVE_CONFIG_H
... ...
@@ -14,8 +14,7 @@
14 14
  *
15 15
  *  You should have received a copy of the GNU General Public License
16 16
  *  along with this program (see the file COPYING included with this
17
- *  distribution); if not, write to the Free Software Foundation, Inc.,
18
- *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
17
+ *  distribution); if not, see <https://www.gnu.org/licenses/>.
19 18
  */
20 19
 
21 20
 
... ...
@@ -16,8 +16,7 @@
16 16
  *  GNU General Public License for more details.
17 17
  *
18 18
  *  You should have received a copy of the GNU General Public License along
19
- *  with this program; if not, write to the Free Software Foundation, Inc.,
20
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
21 20
  */
22 21
 
23 22
 #ifdef HAVE_CONFIG_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifdef HAVE_CONFIG_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifndef OCC_H
... ...
@@ -18,8 +18,7 @@
18 18
  *  GNU General Public License for more details.
19 19
  *
20 20
  *  You should have received a copy of the GNU General Public License along
21
- *  with this program; if not, write to the Free Software Foundation, Inc.,
22
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
23 22
  */
24 23
 
25 24
 /**
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifdef HAVE_CONFIG_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifndef OPENVPN_H
... ...
@@ -18,8 +18,7 @@
18 18
  *  GNU General Public License for more details.
19 19
  *
20 20
  *  You should have received a copy of the GNU General Public License along
21
- *  with this program; if not, write to the Free Software Foundation, Inc.,
22
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
23 22
  */
24 23
 
25 24
 /*
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 /*
... ...
@@ -18,8 +18,7 @@
18 18
  *  GNU General Public License for more details.
19 19
  *
20 20
  *  You should have received a copy of the GNU General Public License along
21
- *  with this program; if not, write to the Free Software Foundation, Inc.,
22
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
23 22
  */
24 23
 
25 24
 #ifdef HAVE_CONFIG_H
... ...
@@ -18,8 +18,7 @@
18 18
  *  GNU General Public License for more details.
19 19
  *
20 20
  *  You should have received a copy of the GNU General Public License along
21
- *  with this program; if not, write to the Free Software Foundation, Inc.,
22
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
23 22
  */
24 23
 
25 24
 #ifndef OPTIONS_UTIL_H_
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifdef HAVE_CONFIG_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifndef OTIME_H
... ...
@@ -15,8 +15,7 @@
15 15
  *  GNU General Public License for more details.
16 16
  *
17 17
  *  You should have received a copy of the GNU General Public License along
18
- *  with this program; if not, write to the Free Software Foundation, Inc.,
19
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
18
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
20 19
  *
21 20
  *  This particular file (uapi.h) is also licensed using the MIT license (see COPYRIGHT.MIT).
22 21
  */
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 /*
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 /*
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifdef HAVE_CONFIG_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 /*
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifdef HAVE_CONFIG_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifndef PING_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifdef HAVE_CONFIG_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifndef OPENVPN_PKCS11_H
... ...
@@ -18,8 +18,7 @@
18 18
  *  GNU General Public License for more details.
19 19
  *
20 20
  *  You should have received a copy of the GNU General Public License along
21
- *  with this program; if not, write to the Free Software Foundation, Inc.,
22
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
23 22
  */
24 23
 
25 24
 /**
... ...
@@ -18,8 +18,7 @@
18 18
  *  GNU General Public License for more details.
19 19
  *
20 20
  *  You should have received a copy of the GNU General Public License along
21
- *  with this program; if not, write to the Free Software Foundation, Inc.,
22
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
23 22
  */
24 23
 
25 24
 /**
... ...
@@ -18,8 +18,7 @@
18 18
  *  GNU General Public License for more details.
19 19
  *
20 20
  *  You should have received a copy of the GNU General Public License along
21
- *  with this program; if not, write to the Free Software Foundation, Inc.,
22
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
23 22
  */
24 23
 
25 24
 /**
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifdef HAVE_CONFIG_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifndef PLATFORM_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifdef HAVE_CONFIG_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 /*
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifdef HAVE_CONFIG_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifndef POOL_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifdef HAVE_CONFIG_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifndef PROTO_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifdef HAVE_CONFIG_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifndef PROXY_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifdef HAVE_CONFIG_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifndef PS_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifdef HAVE_CONFIG_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifndef PUSH_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #if !defined(PUSHLIST_H)
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifdef HAVE_CONFIG_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 #ifndef REFLECT_FILTER_H
24 23
 #define REFLECT_FILTER_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 /*
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 /*
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 /*
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifdef HAVE_CONFIG_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifndef RUN_COMMAND_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifdef HAVE_CONFIG_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifndef SCHEDULE_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 /*
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 /*
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifdef HAVE_CONFIG_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifndef SHAPER_H
... ...
@@ -18,8 +18,7 @@
18 18
  *  GNU General Public License for more details.
19 19
  *
20 20
  *  You should have received a copy of the GNU General Public License along
21
- *  with this program; if not, write to the Free Software Foundation, Inc.,
22
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
23 22
  */
24 23
 
25 24
 #ifdef HAVE_CONFIG_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifndef SIG_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifdef HAVE_CONFIG_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifndef SOCKET_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 /*
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 /*
... ...
@@ -19,8 +19,7 @@
19 19
  *  GNU General Public License for more details.
20 20
  *
21 21
  *  You should have received a copy of the GNU General Public License along
22
- *  with this program; if not, write to the Free Software Foundation, Inc.,
23
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
22
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
24 23
  */
25 24
 
26 25
 /**
... ...
@@ -18,8 +18,7 @@
18 18
  *  GNU General Public License for more details.
19 19
  *
20 20
  *  You should have received a copy of the GNU General Public License along
21
- *  with this program; if not, write to the Free Software Foundation, Inc.,
22
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
23 22
  */
24 23
 
25 24
 /**
... ...
@@ -18,8 +18,7 @@
18 18
  *  GNU General Public License for more details.
19 19
  *
20 20
  *  You should have received a copy of the GNU General Public License along
21
- *  with this program; if not, write to the Free Software Foundation, Inc.,
22
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
23 22
  */
24 23
 
25 24
 /**
... ...
@@ -18,8 +18,7 @@
18 18
  *  GNU General Public License for more details.
19 19
  *
20 20
  *  You should have received a copy of the GNU General Public License along
21
- *  with this program; if not, write to the Free Software Foundation, Inc.,
22
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
23 22
  */
24 23
 
25 24
 /**
... ...
@@ -19,8 +19,7 @@
19 19
  *  GNU General Public License for more details.
20 20
  *
21 21
  *  You should have received a copy of the GNU General Public License along
22
- *  with this program; if not, write to the Free Software Foundation, Inc.,
23
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
22
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
24 23
  */
25 24
 
26 25
 /**
... ...
@@ -18,8 +18,7 @@
18 18
  *  GNU General Public License for more details.
19 19
  *
20 20
  *  You should have received a copy of the GNU General Public License along
21
- *  with this program; if not, write to the Free Software Foundation, Inc.,
22
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
23 22
  */
24 23
 
25 24
 /**
... ...
@@ -19,8 +19,7 @@
19 19
  *  GNU General Public License for more details.
20 20
  *
21 21
  *  You should have received a copy of the GNU General Public License along
22
- *  with this program; if not, write to the Free Software Foundation, Inc.,
23
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
22
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
24 23
  */
25 24
 
26 25
 /**
... ...
@@ -18,8 +18,7 @@
18 18
  *  GNU General Public License for more details.
19 19
  *
20 20
  *  You should have received a copy of the GNU General Public License along
21
- *  with this program; if not, write to the Free Software Foundation, Inc.,
22
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
23 22
  */
24 23
 
25 24
 /**
... ...
@@ -18,8 +18,7 @@
18 18
  *  GNU General Public License for more details.
19 19
  *
20 20
  *  You should have received a copy of the GNU General Public License along
21
- *  with this program; if not, write to the Free Software Foundation, Inc.,
22
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
23 22
  */
24 23
 
25 24
 /**
... ...
@@ -18,8 +18,7 @@
18 18
  *  GNU General Public License for more details.
19 19
  *
20 20
  *  You should have received a copy of the GNU General Public License along
21
- *  with this program; if not, write to the Free Software Foundation, Inc.,
22
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
23 22
  */
24 23
 
25 24
 /**
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 #ifdef HAVE_CONFIG_H
24 23
 #include "config.h"
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 /**
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 #ifdef HAVE_CONFIG_H
24 23
 #include "config.h"
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 /**
... ...
@@ -18,8 +18,7 @@
18 18
  *  GNU General Public License for more details.
19 19
  *
20 20
  *  You should have received a copy of the GNU General Public License along
21
- *  with this program; if not, write to the Free Software Foundation, Inc.,
22
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
23 22
  */
24 23
 
25 24
 /**
... ...
@@ -18,8 +18,7 @@
18 18
  *  GNU General Public License for more details.
19 19
  *
20 20
  *  You should have received a copy of the GNU General Public License along
21
- *  with this program; if not, write to the Free Software Foundation, Inc.,
22
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
23 22
  */
24 23
 
25 24
 /**
... ...
@@ -18,8 +18,7 @@
18 18
  *  GNU General Public License for more details.
19 19
  *
20 20
  *  You should have received a copy of the GNU General Public License along
21
- *  with this program; if not, write to the Free Software Foundation, Inc.,
22
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
23 22
  */
24 23
 
25 24
 /**
... ...
@@ -18,8 +18,7 @@
18 18
  *  GNU General Public License for more details.
19 19
  *
20 20
  *  You should have received a copy of the GNU General Public License along
21
- *  with this program; if not, write to the Free Software Foundation, Inc.,
22
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
23 22
  */
24 23
 
25 24
 /**
... ...
@@ -18,8 +18,7 @@
18 18
  *  GNU General Public License for more details.
19 19
  *
20 20
  *  You should have received a copy of the GNU General Public License along
21
- *  with this program; if not, write to the Free Software Foundation, Inc.,
22
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
23 22
  */
24 23
 
25 24
 /**
... ...
@@ -18,8 +18,7 @@
18 18
  *  GNU General Public License for more details.
19 19
  *
20 20
  *  You should have received a copy of the GNU General Public License along
21
- *  with this program; if not, write to the Free Software Foundation, Inc.,
22
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
23 22
  */
24 23
 
25 24
 /**
... ...
@@ -18,8 +18,7 @@
18 18
  *  GNU General Public License for more details.
19 19
  *
20 20
  *  You should have received a copy of the GNU General Public License along
21
- *  with this program; if not, write to the Free Software Foundation, Inc.,
22
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
23 22
  */
24 23
 
25 24
 /**
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifdef HAVE_CONFIG_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifndef STATUS_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifndef SYSHEAD_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifdef HAVE_CONFIG_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 /**
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 /*
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifndef TUN_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifdef HAVE_CONFIG_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifndef AFUNIX_TUN_H
... ...
@@ -18,8 +18,7 @@
18 18
  *  GNU General Public License for more details.
19 19
  *
20 20
  *  You should have received a copy of the GNU General Public License along
21
- *  with this program; if not, write to the Free Software Foundation, Inc.,
22
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
23 22
  */
24 23
 
25 24
 #ifdef HAVE_CONFIG_H
... ...
@@ -18,8 +18,7 @@
18 18
  *  GNU General Public License for more details.
19 19
  *
20 20
  *  You should have received a copy of the GNU General Public License along
21
- *  with this program; if not, write to the Free Software Foundation, Inc.,
22
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
23 22
  */
24 23
 
25 24
 #ifndef VLAN_H
... ...
@@ -19,8 +19,7 @@
19 19
  *  GNU General Public License for more details.
20 20
  *
21 21
  *  You should have received a copy of the GNU General Public License along
22
- *  with this program; if not, write to the Free Software Foundation, Inc.,
23
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
22
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
24 23
  */
25 24
 
26 25
 #ifdef HAVE_CONFIG_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifdef _WIN32
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 /*
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifdef _WIN32
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 /*
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifdef _WIN32
... ...
@@ -18,8 +18,7 @@
18 18
  *  GNU General Public License for more details.
19 19
  *
20 20
  *  You should have received a copy of the GNU General Public License along
21
- *  with this program; if not, write to the Free Software Foundation, Inc.,
22
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
23 22
  */
24 23
 
25 24
 #ifndef XKEY_COMMON_H_
... ...
@@ -18,8 +18,7 @@
18 18
  *  GNU General Public License for more details.
19 19
  *
20 20
  *  You should have received a copy of the GNU General Public License along
21
- *  with this program; if not, write to the Free Software Foundation, Inc.,
22
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
23 22
  */
24 23
 
25 24
 #ifdef HAVE_CONFIG_H
... ...
@@ -18,8 +18,7 @@
18 18
  *  GNU General Public License for more details.
19 19
  *
20 20
  *  You should have received a copy of the GNU General Public License along
21
- *  with this program; if not, write to the Free Software Foundation, Inc.,
22
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
23 22
  */
24 23
 
25 24
 #ifdef HAVE_CONFIG_H
... ...
@@ -14,8 +14,7 @@
14 14
 #  GNU General Public License for more details.
15 15
 #
16 16
 #  You should have received a copy of the GNU General Public License along
17
-#  with this program; if not, write to the Free Software Foundation, Inc.,
18
-#  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17
+#  with this program; if not, see <https://www.gnu.org/licenses/>.
19 18
 #
20 19
 
21 20
 include $(top_srcdir)/ltrc.inc
... ...
@@ -14,8 +14,7 @@
14 14
  *  GNU General Public License for more details.
15 15
  *
16 16
  *  You should have received a copy of the GNU General Public License along
17
- *  with this program; if not, write to the Free Software Foundation, Inc.,
18
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
19 18
  */
20 19
 
21 20
 #ifdef HAVE_CONFIG_H
... ...
@@ -14,8 +14,7 @@
14 14
  *  GNU General Public License for more details.
15 15
  *
16 16
  *  You should have received a copy of the GNU General Public License along
17
- *  with this program; if not, write to the Free Software Foundation, Inc.,
18
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
19 18
  */
20 19
 
21 20
 #ifdef HAVE_CONFIG_H
... ...
@@ -14,8 +14,7 @@
14 14
  *  GNU General Public License for more details.
15 15
  *
16 16
  *  You should have received a copy of the GNU General Public License along
17
- *  with this program; if not, write to the Free Software Foundation, Inc.,
18
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
19 18
  */
20 19
 
21 20
 #ifndef MSICA_ARG_H
... ...
@@ -14,8 +14,7 @@
14 14
  *  GNU General Public License for more details.
15 15
  *
16 16
  *  You should have received a copy of the GNU General Public License along
17
- *  with this program; if not, write to the Free Software Foundation, Inc.,
18
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
19 18
  */
20 19
 
21 20
 #ifdef HAVE_CONFIG_H
... ...
@@ -14,8 +14,7 @@
14 14
  *  GNU General Public License for more details.
15 15
  *
16 16
  *  You should have received a copy of the GNU General Public License along
17
- *  with this program; if not, write to the Free Software Foundation, Inc.,
18
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
19 18
  */
20 19
 
21 20
 #ifndef MSIHLP_H
... ...
@@ -14,8 +14,7 @@
14 14
  *  GNU General Public License for more details.
15 15
  *
16 16
  *  You should have received a copy of the GNU General Public License along
17
- *  with this program; if not, write to the Free Software Foundation, Inc.,
18
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
19 18
  */
20 19
 
21 20
 #ifdef HAVE_CONFIG_H
... ...
@@ -14,8 +14,7 @@
14 14
  *  GNU General Public License for more details.
15 15
  *
16 16
  *  You should have received a copy of the GNU General Public License along
17
- *  with this program; if not, write to the Free Software Foundation, Inc.,
18
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
19 18
  */
20 19
 
21 20
 #ifndef MSICA_H
... ...
@@ -13,8 +13,7 @@
13 13
  *  GNU General Public License for more details.
14 14
  *
15 15
  *  You should have received a copy of the GNU General Public License along
16
- *  with this program; if not, write to the Free Software Foundation, Inc.,
17
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
16
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
18 17
  */
19 18
 
20 19
 #ifdef HAVE_CONFIG_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #include "service.h"
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifndef _SERVICE_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #include "validate.h"
... ...
@@ -18,8 +18,7 @@
18 18
  *  GNU General Public License for more details.
19 19
  *
20 20
  *  You should have received a copy of the GNU General Public License along
21
- *  with this program; if not, write to the Free Software Foundation, Inc.,
22
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
23 22
  */
24 23
 
25 24
 #ifndef VALIDATE_H
... ...
@@ -18,8 +18,7 @@
18 18
  *  GNU General Public License for more details.
19 19
  *
20 20
  *  You should have received a copy of the GNU General Public License along
21
- *  with this program; if not, write to the Free Software Foundation, Inc.,
22
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
23 22
  */
24 23
 
25 24
 /*
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 /*
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifndef _PLUGIN_AUTH_PAM_UTILS__H
... ...
@@ -18,8 +18,7 @@
18 18
  *  GNU General Public License for more details.
19 19
  *
20 20
  *  You should have received a copy of the GNU General Public License along
21
- *  with this program; if not, write to the Free Software Foundation, Inc.,
22
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
23 22
  */
24 23
 
25 24
 /*
... ...
@@ -14,8 +14,7 @@
14 14
 #  GNU General Public License for more details.
15 15
 #
16 16
 #  You should have received a copy of the GNU General Public License along
17
-#  with this program; if not, write to the Free Software Foundation, Inc.,
18
-#  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17
+#  with this program; if not, see <https://www.gnu.org/licenses/>.
19 18
 #
20 19
 
21 20
 include $(top_srcdir)/ltrc.inc
... ...
@@ -15,8 +15,7 @@
15 15
  *  GNU General Public License for more details.
16 16
  *
17 17
  *  You should have received a copy of the GNU General Public License along
18
- *  with this program; if not, write to the Free Software Foundation, Inc.,
19
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
18
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
20 19
  */
21 20
 
22 21
 #ifndef BASIC_H
... ...
@@ -15,8 +15,7 @@
15 15
  *  GNU General Public License for more details.
16 16
  *
17 17
  *  You should have received a copy of the GNU General Public License along
18
- *  with this program; if not, write to the Free Software Foundation, Inc.,
19
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
18
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
20 19
  */
21 20
 
22 21
 #include "error.h"
... ...
@@ -15,8 +15,7 @@
15 15
  *  GNU General Public License for more details.
16 16
  *
17 17
  *  You should have received a copy of the GNU General Public License along
18
- *  with this program; if not, write to the Free Software Foundation, Inc.,
19
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
18
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
20 19
  */
21 20
 
22 21
 #ifndef ERROR_H
... ...
@@ -15,8 +15,7 @@
15 15
  *  GNU General Public License for more details.
16 16
  *
17 17
  *  You should have received a copy of the GNU General Public License along
18
- *  with this program; if not, write to the Free Software Foundation, Inc.,
19
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
18
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
20 19
  */
21 20
 
22 21
 #ifdef HAVE_CONFIG_H
... ...
@@ -14,8 +14,7 @@
14 14
  *  GNU General Public License for more details.
15 15
  *
16 16
  *  You should have received a copy of the GNU General Public License along
17
- *  with this program; if not, write to the Free Software Foundation, Inc.,
18
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
19 18
  */
20 19
 
21 20
 #ifdef HAVE_CONFIG_H
... ...
@@ -14,8 +14,7 @@
14 14
  *  GNU General Public License for more details.
15 15
  *
16 16
  *  You should have received a copy of the GNU General Public License along
17
- *  with this program; if not, write to the Free Software Foundation, Inc.,
18
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
19 18
  */
20 19
 
21 20
 #ifndef TAP_H
... ...
@@ -13,8 +13,7 @@
13 13
  *  GNU General Public License for more details.
14 14
  *
15 15
  *  You should have received a copy of the GNU General Public License along
16
- *  with this program; if not, write to the Free Software Foundation, Inc.,
17
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
16
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
18 17
  */
19 18
 
20 19
 #ifdef HAVE_CONFIG_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifdef HAVE_CONFIG_H
... ...
@@ -14,9 +14,7 @@
14 14
 # GNU General Public License for more details.
15 15
 #
16 16
 # You should have received a copy of the GNU General Public License
17
-# along with this program; if not, write to the Free Software
18
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
19
-# 02110-1301, USA.
17
+# along with this program; if not, see <https://www.gnu.org/licenses/>.
20 18
 
21 19
 set -e
22 20
 srcdir="${srcdir:-.}"
... ...
@@ -15,9 +15,7 @@
15 15
 # GNU General Public License for more details.
16 16
 #
17 17
 # You should have received a copy of the GNU General Public License
18
-# along with this program; if not, write to the Free Software
19
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
20
-# 02110-1301, USA.
18
+# along with this program; if not, see <https://www.gnu.org/licenses/>.
21 19
 
22 20
 set -eu
23 21
 top_builddir="${top_builddir:-..}"
... ...
@@ -18,8 +18,7 @@
18 18
  *  GNU General Public License for more details.
19 19
  *
20 20
  *  You should have received a copy of the GNU General Public License along
21
- *  with this program; if not, write to the Free Software Foundation, Inc.,
22
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
23 22
  */
24 23
 
25 24
 #ifndef CERT_DATA_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #include <stdarg.h>
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 /* Minimal set of mocked management function/globals to get unit tests to
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifdef HAVE_CONFIG_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifndef MOCK_MSG_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 /* Minimal set of mocked function/globals to get unit tests to
... ...
@@ -19,8 +19,7 @@
19 19
  *  GNU General Public License for more details.
20 20
  *
21 21
  *  You should have received a copy of the GNU General Public License along
22
- *  with this program; if not, write to the Free Software Foundation, Inc.,
23
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
22
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
24 23
  */
25 24
 
26 25
 #include "config.h"
... ...
@@ -18,8 +18,7 @@
18 18
  *  GNU General Public License for more details.
19 19
  *
20 20
  *  You should have received a copy of the GNU General Public License along
21
- *  with this program; if not, write to the Free Software Foundation, Inc.,
22
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
23 22
  */
24 23
 
25 24
 #ifdef HAVE_CONFIG_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifdef HAVE_CONFIG_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifdef HAVE_CONFIG_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #include <stdio.h>
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifdef HAVE_CONFIG_H
... ...
@@ -18,8 +18,7 @@
18 18
  *  GNU General Public License for more details.
19 19
  *
20 20
  *  You should have received a copy of the GNU General Public License along
21
- *  with this program; if not, write to the Free Software Foundation, Inc.,
22
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
23 22
  */
24 23
 
25 24
 #ifdef HAVE_CONFIG_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifdef HAVE_CONFIG_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifdef HAVE_CONFIG_H
... ...
@@ -18,8 +18,7 @@
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License
20 20
  *  along with this program (see the file COPYING included with this
21
- *  distribution); if not, write to the Free Software Foundation, Inc.,
22
- *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
21
+ *  distribution); if not, see <https://www.gnu.org/licenses/>.
23 22
  */
24 23
 
25 24
 #ifdef HAVE_CONFIG_H
... ...
@@ -18,8 +18,7 @@
18 18
  *  GNU General Public License for more details.
19 19
  *
20 20
  *  You should have received a copy of the GNU General Public License along
21
- *  with this program; if not, write to the Free Software Foundation, Inc.,
22
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
23 22
  */
24 23
 
25 24
 #ifdef HAVE_CONFIG_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifdef HAVE_CONFIG_H
... ...
@@ -18,8 +18,7 @@
18 18
  *  GNU General Public License for more details.
19 19
  *
20 20
  *  You should have received a copy of the GNU General Public License along
21
- *  with this program; if not, write to the Free Software Foundation, Inc.,
22
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
23 22
  */
24 23
 
25 24
 #ifdef HAVE_CONFIG_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifdef HAVE_CONFIG_H
... ...
@@ -17,8 +17,7 @@
17 17
  *  GNU General Public License for more details.
18 18
  *
19 19
  *  You should have received a copy of the GNU General Public License along
20
- *  with this program; if not, write to the Free Software Foundation, Inc.,
21
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
22 21
  */
23 22
 
24 23
 #ifdef HAVE_CONFIG_H
... ...
@@ -18,8 +18,7 @@
18 18
  *  GNU General Public License for more details.
19 19
  *
20 20
  *  You should have received a copy of the GNU General Public License along
21
- *  with this program; if not, write to the Free Software Foundation, Inc.,
22
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
23 22
  */
24 23
 
25 24
 #ifdef HAVE_CONFIG_H