From 6df51fef2960f533a741fb7290867387ed3fbba5 Mon Sep 17 00:00:00 2001 From: Jonathan McDowell Date: Tue, 9 Apr 2019 14:54:13 +0100 Subject: [PATCH] Update GPL location to URL rather than postal address --- add.c | 3 +-- armor.c | 3 +-- armor.h | 3 +-- charfuncs.c | 3 +-- charfuncs.h | 3 +-- cleankey.c | 3 +-- cleankey.h | 3 +-- cleanup.c | 3 +-- cleanup.h | 3 +-- debian/copyright | 4 +--- decodekey.c | 3 +-- decodekey.h | 3 +-- getcgi.c | 3 +-- getcgi.h | 3 +-- gpgwww.c | 3 +-- hash.c | 3 +-- hash.h | 3 +-- hashquery.c | 3 +-- keyarray.c | 3 +-- keyarray.h | 3 +-- keyd.c | 3 +-- keyd.h | 3 +-- keydb.c | 3 +-- keydb.h | 3 +-- keydb_db4.c | 3 +-- keydb_dynamic.c | 3 +-- keydb_file.c | 3 +-- keydb_fs.c | 3 +-- keydb_hkp.c | 3 +-- keydb_keyd.c | 3 +-- keydb_pg.c | 3 +-- keydb_stacked.c | 3 +-- keydctl.c | 3 +-- keyid.c | 3 +-- keyid.h | 3 +-- keyindex.c | 3 +-- keyindex.h | 3 +-- keystructs.h | 3 +-- ll.c | 3 +-- ll.h | 3 +-- log.c | 3 +-- log.h | 3 +-- lookup.c | 3 +-- marshal.c | 3 +-- marshal.h | 3 +-- maxpath.c | 3 +-- mem.c | 3 +-- mem.h | 3 +-- merge.c | 3 +-- merge.h | 3 +-- onak-conf.c | 3 +-- onak-conf.h | 3 +-- onak.c | 3 +-- onak.h | 3 +-- openpgp.h | 3 +-- parsekey.c | 3 +-- parsekey.h | 3 +-- photoid.c | 3 +-- photoid.h | 3 +-- sendsync.c | 3 +-- sendsync.h | 3 +-- sigcheck.c | 3 +-- sixdegrees.c | 3 +-- splitkeys.c | 3 +-- stats.c | 3 +-- stats.h | 3 +-- stripkey.c | 3 +-- wordlist.c | 3 +-- wordlist.h | 3 +-- wotsap.c | 3 +-- 70 files changed, 70 insertions(+), 141 deletions(-) diff --git a/add.c b/add.c index 3c8c38b..48dccf0 100644 --- a/add.c +++ b/add.c @@ -13,8 +13,7 @@ * more details. * * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * this program. If not, see . */ #include diff --git a/armor.c b/armor.c index 8d57c60..595c445 100644 --- a/armor.c +++ b/armor.c @@ -14,8 +14,7 @@ * more details. * * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * this program. If not, see . */ #include diff --git a/armor.h b/armor.h index 0006bf5..bb660a1 100644 --- a/armor.h +++ b/armor.h @@ -14,8 +14,7 @@ * more details. * * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * this program. If not, see . */ #ifndef __ARMOR_H__ diff --git a/charfuncs.c b/charfuncs.c index 04255dc..49b6801 100644 --- a/charfuncs.c +++ b/charfuncs.c @@ -13,8 +13,7 @@ * more details. * * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * this program. If not, see . */ #include diff --git a/charfuncs.h b/charfuncs.h index 19f38f8..5dadf66 100644 --- a/charfuncs.h +++ b/charfuncs.h @@ -14,8 +14,7 @@ * more details. * * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * this program. If not, see . */ #ifndef __CHARFUNCS_H__ diff --git a/cleankey.c b/cleankey.c index 5608ef0..afe5a06 100644 --- a/cleankey.c +++ b/cleankey.c @@ -13,8 +13,7 @@ * more details. * * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * this program. If not, see . */ #include diff --git a/cleankey.h b/cleankey.h index 3277e88..454dd4c 100644 --- a/cleankey.h +++ b/cleankey.h @@ -13,8 +13,7 @@ * more details. * * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * this program. If not, see . */ #ifndef __CLEANKEY_H__ diff --git a/cleanup.c b/cleanup.c index 124c002..3fe219f 100644 --- a/cleanup.c +++ b/cleanup.c @@ -13,8 +13,7 @@ * more details. * * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * this program. If not, see . */ #include diff --git a/cleanup.h b/cleanup.h index 65f9aa3..dae799d 100644 --- a/cleanup.h +++ b/cleanup.h @@ -13,8 +13,7 @@ * more details. * * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * this program. If not, see . */ #ifndef __CLEANUP_H__ diff --git a/debian/copyright b/debian/copyright index 3d68307..d56d713 100644 --- a/debian/copyright +++ b/debian/copyright @@ -17,9 +17,7 @@ Copyright: 2002-2014 Jonathan McDowell GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this package; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - 02110-1301, USA. + along with this package; if not, see . On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. diff --git a/decodekey.c b/decodekey.c index fc3844a..5ea48bd 100644 --- a/decodekey.c +++ b/decodekey.c @@ -13,8 +13,7 @@ * more details. * * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * this program. If not, see . */ #include diff --git a/decodekey.h b/decodekey.h index befc9e5..24d5ece 100644 --- a/decodekey.h +++ b/decodekey.h @@ -13,8 +13,7 @@ * more details. * * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * this program. If not, see . */ #ifndef __DECODEKEY_H__ diff --git a/getcgi.c b/getcgi.c index b36ad9b..c6f60c8 100644 --- a/getcgi.c +++ b/getcgi.c @@ -16,8 +16,7 @@ * more details. * * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * this program. If not, see . */ #include diff --git a/getcgi.h b/getcgi.h index a3572c3..1495671 100644 --- a/getcgi.h +++ b/getcgi.h @@ -13,8 +13,7 @@ * more details. * * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * this program. If not, see . */ #ifndef __GETCGI_H_ diff --git a/gpgwww.c b/gpgwww.c index d126168..ae634e9 100644 --- a/gpgwww.c +++ b/gpgwww.c @@ -13,8 +13,7 @@ * more details. * * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * this program. If not, see . */ #include diff --git a/hash.c b/hash.c index 506bd4c..62be394 100644 --- a/hash.c +++ b/hash.c @@ -13,8 +13,7 @@ * more details. * * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * this program. If not, see . */ #include diff --git a/hash.h b/hash.h index 161fcf5..cd9363a 100644 --- a/hash.h +++ b/hash.h @@ -13,8 +13,7 @@ * more details. * * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * this program. If not, see . */ #ifndef __HASH_H__ diff --git a/hashquery.c b/hashquery.c index 2c41598..5c056a2 100644 --- a/hashquery.c +++ b/hashquery.c @@ -13,8 +13,7 @@ * more details. * * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * this program. If not, see . */ #include diff --git a/keyarray.c b/keyarray.c index 8293392..f869802 100644 --- a/keyarray.c +++ b/keyarray.c @@ -13,8 +13,7 @@ * more details. * * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * this program. If not, see . */ #include diff --git a/keyarray.h b/keyarray.h index a3e288a..0a137a6 100644 --- a/keyarray.h +++ b/keyarray.h @@ -14,8 +14,7 @@ * more details. * * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * this program. If not, see . */ #ifndef __KEYARRAY_H__ diff --git a/keyd.c b/keyd.c index a7b797c..68f7237 100644 --- a/keyd.c +++ b/keyd.c @@ -13,8 +13,7 @@ * more details. * * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * this program. If not, see . */ #include diff --git a/keyd.h b/keyd.h index fae4642..1ea601c 100644 --- a/keyd.h +++ b/keyd.h @@ -14,8 +14,7 @@ * more details. * * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * this program. If not, see . */ #ifndef __KEYD_H__ diff --git a/keydb.c b/keydb.c index 3b57463..cfcf75c 100644 --- a/keydb.c +++ b/keydb.c @@ -13,8 +13,7 @@ * more details. * * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * this program. If not, see . */ /** diff --git a/keydb.h b/keydb.h index 29dde7b..05405c3 100644 --- a/keydb.h +++ b/keydb.h @@ -14,8 +14,7 @@ * more details. * * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * this program. If not, see . */ #ifndef __KEYDB_H__ diff --git a/keydb_db4.c b/keydb_db4.c index 25d9183..f3d20db 100644 --- a/keydb_db4.c +++ b/keydb_db4.c @@ -13,8 +13,7 @@ * more details. * * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * this program. If not, see . */ #include diff --git a/keydb_dynamic.c b/keydb_dynamic.c index 25a359a..9e4e3bc 100644 --- a/keydb_dynamic.c +++ b/keydb_dynamic.c @@ -13,8 +13,7 @@ * more details. * * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * this program. If not, see . */ #include diff --git a/keydb_file.c b/keydb_file.c index 0c9717a..bc3c578 100644 --- a/keydb_file.c +++ b/keydb_file.c @@ -13,8 +13,7 @@ * more details. * * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * this program. If not, see . */ #include diff --git a/keydb_fs.c b/keydb_fs.c index 78e240c..0bf922f 100644 --- a/keydb_fs.c +++ b/keydb_fs.c @@ -13,8 +13,7 @@ * more details. * * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * this program. If not, see . */ #include diff --git a/keydb_hkp.c b/keydb_hkp.c index a65d11b..b4540e1 100644 --- a/keydb_hkp.c +++ b/keydb_hkp.c @@ -13,8 +13,7 @@ * more details. * * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * this program. If not, see . */ #include diff --git a/keydb_keyd.c b/keydb_keyd.c index acbdcff..cd1a281 100644 --- a/keydb_keyd.c +++ b/keydb_keyd.c @@ -13,8 +13,7 @@ * more details. * * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * this program. If not, see . */ #include diff --git a/keydb_pg.c b/keydb_pg.c index e87d4f8..0b58d28 100644 --- a/keydb_pg.c +++ b/keydb_pg.c @@ -13,8 +13,7 @@ * more details. * * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * this program. If not, see . */ #include diff --git a/keydb_stacked.c b/keydb_stacked.c index 699552b..06ee709 100644 --- a/keydb_stacked.c +++ b/keydb_stacked.c @@ -13,8 +13,7 @@ * more details. * * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * this program. If not, see . */ #include diff --git a/keydctl.c b/keydctl.c index a3176ad..a2b312c 100644 --- a/keydctl.c +++ b/keydctl.c @@ -13,8 +13,7 @@ * more details. * * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * this program. If not, see . */ #include diff --git a/keyid.c b/keyid.c index a68513a..d524494 100644 --- a/keyid.c +++ b/keyid.c @@ -13,8 +13,7 @@ * more details. * * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * this program. If not, see . */ #include diff --git a/keyid.h b/keyid.h index 642bd59..5bf4c2d 100644 --- a/keyid.h +++ b/keyid.h @@ -13,8 +13,7 @@ * more details. * * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * this program. If not, see . */ #ifndef __KEYID_H__ diff --git a/keyindex.c b/keyindex.c index 340a85e..c656bd1 100644 --- a/keyindex.c +++ b/keyindex.c @@ -13,8 +13,7 @@ * more details. * * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * this program. If not, see . */ #include diff --git a/keyindex.h b/keyindex.h index 8a4e529..4b10e45 100644 --- a/keyindex.h +++ b/keyindex.h @@ -13,8 +13,7 @@ * more details. * * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * this program. If not, see . */ #ifndef __KEYINDEX_H__ diff --git a/keystructs.h b/keystructs.h index 108bf4b..9ec6ebf 100644 --- a/keystructs.h +++ b/keystructs.h @@ -14,8 +14,7 @@ * more details. * * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * this program. If not, see . */ #ifndef __KEYSTRUCTS_H__ diff --git a/ll.c b/ll.c index 70603b4..e9cde23 100644 --- a/ll.c +++ b/ll.c @@ -13,8 +13,7 @@ * more details. * * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * this program. If not, see . */ #include diff --git a/ll.h b/ll.h index 995bcc9..c6bd800 100644 --- a/ll.h +++ b/ll.h @@ -14,8 +14,7 @@ * more details. * * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * this program. If not, see . */ #ifndef __LL_H__ diff --git a/log.c b/log.c index 8ab5e96..45ec17e 100644 --- a/log.c +++ b/log.c @@ -13,8 +13,7 @@ * more details. * * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * this program. If not, see . */ #include diff --git a/log.h b/log.h index 867d6ea..b2c7270 100644 --- a/log.h +++ b/log.h @@ -13,8 +13,7 @@ * more details. * * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * this program. If not, see . */ #ifndef __LOG_H__ diff --git a/lookup.c b/lookup.c index 23aa96e..fda1686 100644 --- a/lookup.c +++ b/lookup.c @@ -13,8 +13,7 @@ * more details. * * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * this program. If not, see . */ #include diff --git a/marshal.c b/marshal.c index 57c40bb..9eb3ccb 100644 --- a/marshal.c +++ b/marshal.c @@ -13,8 +13,7 @@ * more details. * * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * this program. If not, see . */ #include diff --git a/marshal.h b/marshal.h index 056047e..3edb612 100644 --- a/marshal.h +++ b/marshal.h @@ -13,8 +13,7 @@ * more details. * * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * this program. If not, see . */ #ifndef __MARSHAL_H__ diff --git a/maxpath.c b/maxpath.c index d128e9c..f088cc6 100644 --- a/maxpath.c +++ b/maxpath.c @@ -13,8 +13,7 @@ * more details. * * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * this program. If not, see . */ #include diff --git a/mem.c b/mem.c index 83c6384..8632bc2 100644 --- a/mem.c +++ b/mem.c @@ -13,8 +13,7 @@ * more details. * * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * this program. If not, see . */ #include diff --git a/mem.h b/mem.h index be24e20..b53a88b 100644 --- a/mem.h +++ b/mem.h @@ -13,8 +13,7 @@ * more details. * * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * this program. If not, see . */ #ifndef __MEM_H_ diff --git a/merge.c b/merge.c index 67144c2..305c60a 100644 --- a/merge.c +++ b/merge.c @@ -13,8 +13,7 @@ * more details. * * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * this program. If not, see . */ #include diff --git a/merge.h b/merge.h index 794bd27..624f7c2 100644 --- a/merge.h +++ b/merge.h @@ -13,8 +13,7 @@ * more details. * * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * this program. If not, see . */ #ifndef __MERGE_H__ diff --git a/onak-conf.c b/onak-conf.c index 5b84e5a..e4f0bc7 100644 --- a/onak-conf.c +++ b/onak-conf.c @@ -13,8 +13,7 @@ * more details. * * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * this program. If not, see . */ #include "config.h" diff --git a/onak-conf.h b/onak-conf.h index 8d469e9..6d7500a 100644 --- a/onak-conf.h +++ b/onak-conf.h @@ -14,8 +14,7 @@ * more details. * * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * this program. If not, see . */ #ifndef __ONAK_CONF_H_ diff --git a/onak.c b/onak.c index 17625ba..89c2ec7 100644 --- a/onak.c +++ b/onak.c @@ -15,8 +15,7 @@ * more details. * * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * this program. If not, see . */ #include diff --git a/onak.h b/onak.h index 3513a8d..7193bf2 100644 --- a/onak.h +++ b/onak.h @@ -13,8 +13,7 @@ * more details. * * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * this program. If not, see . */ #ifndef __ONAK_H__ diff --git a/openpgp.h b/openpgp.h index 84a1b92..73a6f38 100644 --- a/openpgp.h +++ b/openpgp.h @@ -13,8 +13,7 @@ * more details. * * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * this program. If not, see . */ #ifndef __OPENPGP_H__ diff --git a/parsekey.c b/parsekey.c index 3c781e5..618492b 100644 --- a/parsekey.c +++ b/parsekey.c @@ -13,8 +13,7 @@ * more details. * * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * this program. If not, see . */ #include diff --git a/parsekey.h b/parsekey.h index bc208d2..c237aa9 100644 --- a/parsekey.h +++ b/parsekey.h @@ -13,8 +13,7 @@ * more details. * * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * this program. If not, see . */ #ifndef __PARSEKEY_H__ diff --git a/photoid.c b/photoid.c index 983d6a8..d1c0790 100644 --- a/photoid.c +++ b/photoid.c @@ -13,8 +13,7 @@ * more details. * * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * this program. If not, see . */ #include diff --git a/photoid.h b/photoid.h index 0e0373b..31e4676 100644 --- a/photoid.h +++ b/photoid.h @@ -13,8 +13,7 @@ * more details. * * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * this program. If not, see . */ #ifndef __PHOTOID_H__ diff --git a/sendsync.c b/sendsync.c index 53ea713..e81da7d 100644 --- a/sendsync.c +++ b/sendsync.c @@ -13,8 +13,7 @@ * more details. * * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * this program. If not, see . */ #include diff --git a/sendsync.h b/sendsync.h index 8776e5a..e024ca9 100644 --- a/sendsync.h +++ b/sendsync.h @@ -13,8 +13,7 @@ * more details. * * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * this program. If not, see . */ #ifndef __SENDSYNC_H_ diff --git a/sigcheck.c b/sigcheck.c index d0ca3d1..7732229 100644 --- a/sigcheck.c +++ b/sigcheck.c @@ -13,8 +13,7 @@ * more details. * * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * this program. If not, see . */ #include diff --git a/sixdegrees.c b/sixdegrees.c index 3dd13ec..214be63 100644 --- a/sixdegrees.c +++ b/sixdegrees.c @@ -13,8 +13,7 @@ * more details. * * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * this program. If not, see . */ #include diff --git a/splitkeys.c b/splitkeys.c index 2a91d2f..1f0e9d6 100644 --- a/splitkeys.c +++ b/splitkeys.c @@ -13,8 +13,7 @@ * more details. * * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * this program. If not, see . */ #include diff --git a/stats.c b/stats.c index 2e810bb..e8e3e23 100644 --- a/stats.c +++ b/stats.c @@ -13,8 +13,7 @@ * more details. * * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * this program. If not, see . */ #include diff --git a/stats.h b/stats.h index 991bb1c..08d2eb6 100644 --- a/stats.h +++ b/stats.h @@ -13,8 +13,7 @@ * more details. * * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * this program. If not, see . */ /* MOSTSIGNED diff --git a/stripkey.c b/stripkey.c index 8aed810..f845f34 100644 --- a/stripkey.c +++ b/stripkey.c @@ -13,8 +13,7 @@ * more details. * * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * this program. If not, see . */ #include diff --git a/wordlist.c b/wordlist.c index e40fe82..0feeb82 100644 --- a/wordlist.c +++ b/wordlist.c @@ -13,8 +13,7 @@ * more details. * * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * this program. If not, see . */ #include diff --git a/wordlist.h b/wordlist.h index 08466bc..d4fe99e 100644 --- a/wordlist.h +++ b/wordlist.h @@ -13,8 +13,7 @@ * more details. * * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * this program. If not, see . */ #ifndef __WORDLIST_H__ diff --git a/wotsap.c b/wotsap.c index ca66f85..3aefc42 100644 --- a/wotsap.c +++ b/wotsap.c @@ -19,8 +19,7 @@ * more details. * * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * this program. If not, see . */ #include -- 2.39.2