summaryrefslogtreecommitdiff
path: root/egg
diff options
context:
space:
mode:
authorDaniel Mustieles <daniel.mustieles@gmail.com>2014-01-23 12:59:43 +0100
committerDaniel Mustieles <daniel.mustieles@gmail.com>2014-01-31 14:34:28 +0100
commit4b4ee9b566069b5ff2b27941e599871dc9ad6ae1 (patch)
treebeb8c6345cb0faf5dbb6a3ed39d369b3bd3f0106 /egg
parent7e638717e1fad834428e579c802ace3eaf6e105c (diff)
downloadgcr-4b4ee9b566069b5ff2b27941e599871dc9ad6ae1.tar.gz
Updated FSF's address
Diffstat (limited to 'egg')
-rw-r--r--egg/egg-armor.c3
-rw-r--r--egg/egg-armor.h3
-rw-r--r--egg/egg-asn1-defs.c3
-rw-r--r--egg/egg-asn1-defs.h3
-rw-r--r--egg/egg-asn1x.c3
-rw-r--r--egg/egg-asn1x.h3
-rw-r--r--egg/egg-buffer.c3
-rw-r--r--egg/egg-buffer.h3
-rw-r--r--egg/egg-decimal.c4
-rw-r--r--egg/egg-decimal.h4
-rw-r--r--egg/egg-dh.c4
-rw-r--r--egg/egg-dh.h4
-rw-r--r--egg/egg-dn.c3
-rw-r--r--egg/egg-dn.h3
-rw-r--r--egg/egg-error.h4
-rw-r--r--egg/egg-hex.c4
-rw-r--r--egg/egg-hex.h4
-rw-r--r--egg/egg-hkdf.c4
-rw-r--r--egg/egg-hkdf.h4
-rw-r--r--egg/egg-libgcrypt.c4
-rw-r--r--egg/egg-libgcrypt.h4
-rw-r--r--egg/egg-oid.c3
-rw-r--r--egg/egg-oid.h3
-rw-r--r--egg/egg-openssl.c3
-rw-r--r--egg/egg-openssl.h3
-rw-r--r--egg/egg-padding.c4
-rw-r--r--egg/egg-padding.h4
-rw-r--r--egg/egg-secure-memory.c3
-rw-r--r--egg/egg-secure-memory.h3
-rw-r--r--egg/egg-symkey.c4
-rw-r--r--egg/egg-symkey.h4
-rw-r--r--egg/egg-testing.c4
-rw-r--r--egg/egg-testing.h4
-rw-r--r--egg/egg-timegm.c3
-rw-r--r--egg/egg-timegm.h3
-rw-r--r--egg/tests/test-armor.c3
-rw-r--r--egg/tests/test-asn1.c3
-rw-r--r--egg/tests/test-asn1x.c3
-rw-r--r--egg/tests/test-decimal.c3
-rw-r--r--egg/tests/test-dh.c3
-rw-r--r--egg/tests/test-dn.c3
-rw-r--r--egg/tests/test-hex.c3
-rw-r--r--egg/tests/test-hkdf.c3
-rw-r--r--egg/tests/test-oid.c3
-rw-r--r--egg/tests/test-openssl.c3
-rw-r--r--egg/tests/test-padding.c3
-rw-r--r--egg/tests/test-secmem.c3
-rw-r--r--egg/tests/test-symkey.c3
48 files changed, 48 insertions, 113 deletions
diff --git a/egg/egg-armor.c b/egg/egg-armor.c
index 02e7646..a6930d3 100644
--- a/egg/egg-armor.c
+++ b/egg/egg-armor.c
@@ -15,8 +15,7 @@
You should have received a copy of the GNU Library General Public
License along with the Gnome Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ see <http://www.gnu.org/licenses/>.
Author: Stef Walter <stef@memberwebs.com>
*/
diff --git a/egg/egg-armor.h b/egg/egg-armor.h
index e32d44d..c26abca 100644
--- a/egg/egg-armor.h
+++ b/egg/egg-armor.h
@@ -15,8 +15,7 @@
You should have received a copy of the GNU Library General Public
License along with the Gnome Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ see <http://www.gnu.org/licenses/>.
Author: Stef Walter <stef@memberwebs.com>
*/
diff --git a/egg/egg-asn1-defs.c b/egg/egg-asn1-defs.c
index e1a6d1e..7ee1ff3 100644
--- a/egg/egg-asn1-defs.c
+++ b/egg/egg-asn1-defs.c
@@ -15,8 +15,7 @@
You should have received a copy of the GNU Library General Public
License along with the Gnome Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ see <http://www.gnu.org/licenses/>.
Author: Stef Walter <stefw@collabora.co.uk>
*/
diff --git a/egg/egg-asn1-defs.h b/egg/egg-asn1-defs.h
index ec47287..aeed791 100644
--- a/egg/egg-asn1-defs.h
+++ b/egg/egg-asn1-defs.h
@@ -15,8 +15,7 @@
You should have received a copy of the GNU Library General Public
License along with the Gnome Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ see <http://www.gnu.org/licenses/>.
Author: Stef Walter <stef@memberwebs.com>
*/
diff --git a/egg/egg-asn1x.c b/egg/egg-asn1x.c
index 0a4b655..7ea1685 100644
--- a/egg/egg-asn1x.c
+++ b/egg/egg-asn1x.c
@@ -15,8 +15,7 @@
You should have received a copy of the GNU Library General Public
License along with the Gnome Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ see <http://www.gnu.org/licenses/>.
Author: Stef Walter <stef@memberwebs.com>
*/
diff --git a/egg/egg-asn1x.h b/egg/egg-asn1x.h
index 8d8970e..0cda783 100644
--- a/egg/egg-asn1x.h
+++ b/egg/egg-asn1x.h
@@ -15,8 +15,7 @@
You should have received a copy of the GNU Library General Public
License along with the Gnome Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ see <http://www.gnu.org/licenses/>.
Author: Stef Walter <stef@memberwebs.com>
*/
diff --git a/egg/egg-buffer.c b/egg/egg-buffer.c
index d5f9d49..e108bda 100644
--- a/egg/egg-buffer.c
+++ b/egg/egg-buffer.c
@@ -15,8 +15,7 @@
You should have received a copy of the GNU Library General Public
License along with the Gnome Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ see <http://www.gnu.org/licenses/>.
Author: Stef Walter <stef@memberwebs.com>
*/
diff --git a/egg/egg-buffer.h b/egg/egg-buffer.h
index 5604dd6..6291f1b 100644
--- a/egg/egg-buffer.h
+++ b/egg/egg-buffer.h
@@ -15,8 +15,7 @@
You should have received a copy of the GNU Library General Public
License along with the Gnome Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ see <http://www.gnu.org/licenses/>.
Author: Stef Walter <stef@memberwebs.com>
*/
diff --git a/egg/egg-decimal.c b/egg/egg-decimal.c
index 422ec0c..ee3a806 100644
--- a/egg/egg-decimal.c
+++ b/egg/egg-decimal.c
@@ -14,9 +14,7 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
- * 02111-1307, USA.
+ * License along with this program; if not, see <http://www.gnu.org/licenses/>.
*
* Author: Stef Walter <stefw@collabora.co.uk>
*/
diff --git a/egg/egg-decimal.h b/egg/egg-decimal.h
index eaf1760..adfb602 100644
--- a/egg/egg-decimal.h
+++ b/egg/egg-decimal.h
@@ -14,9 +14,7 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
- * 02111-1307, USA.
+ * License along with this program; if not, see <http://www.gnu.org/licenses/>.
*
* Author: Stef Walter <stefw@collabora.co.uk>
*/
diff --git a/egg/egg-dh.c b/egg/egg-dh.c
index 8377d92..b8b4d39 100644
--- a/egg/egg-dh.c
+++ b/egg/egg-dh.c
@@ -14,9 +14,7 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
- * 02111-1307, USA.
+ * License along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
#include "config.h"
diff --git a/egg/egg-dh.h b/egg/egg-dh.h
index 6c001db..5d180a9 100644
--- a/egg/egg-dh.h
+++ b/egg/egg-dh.h
@@ -14,9 +14,7 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
- * 02111-1307, USA.
+ * License along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
#ifndef EGG_DH_H_
diff --git a/egg/egg-dn.c b/egg/egg-dn.c
index 43bd772..601dccc 100644
--- a/egg/egg-dn.c
+++ b/egg/egg-dn.c
@@ -15,8 +15,7 @@
You should have received a copy of the GNU Library General Public
License along with the Gnome Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ see <http://www.gnu.org/licenses/>.
Author: Stef Walter <stef@memberwebs.com>
*/
diff --git a/egg/egg-dn.h b/egg/egg-dn.h
index bdf6b92..eb07736 100644
--- a/egg/egg-dn.h
+++ b/egg/egg-dn.h
@@ -15,8 +15,7 @@
You should have received a copy of the GNU Library General Public
License along with the Gnome Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ see <http://www.gnu.org/licenses/>.
Author: Stef Walter <stef@memberwebs.com>
*/
diff --git a/egg/egg-error.h b/egg/egg-error.h
index acf1fda..3f82c39 100644
--- a/egg/egg-error.h
+++ b/egg/egg-error.h
@@ -14,9 +14,7 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
- * 02111-1307, USA.
+ * License along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
#ifndef EGG_ERROR_H_
diff --git a/egg/egg-hex.c b/egg/egg-hex.c
index fdc234a..d7d05fc 100644
--- a/egg/egg-hex.c
+++ b/egg/egg-hex.c
@@ -14,9 +14,7 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
- * 02111-1307, USA.
+ * License along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
#include "config.h"
diff --git a/egg/egg-hex.h b/egg/egg-hex.h
index 4575a43..d5baea6 100644
--- a/egg/egg-hex.h
+++ b/egg/egg-hex.h
@@ -14,9 +14,7 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
- * 02111-1307, USA.
+ * License along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
#ifndef EGG_HEX_H_
diff --git a/egg/egg-hkdf.c b/egg/egg-hkdf.c
index c6559de..123b988 100644
--- a/egg/egg-hkdf.c
+++ b/egg/egg-hkdf.c
@@ -14,9 +14,7 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
- * 02111-1307, USA.
+ * License along with this program; if not, see <http://www.gnu.org/licenses/>.
*
* Author: Stef Walter <stefw@collabora.co.uk>
*/
diff --git a/egg/egg-hkdf.h b/egg/egg-hkdf.h
index 91689e9..d501641 100644
--- a/egg/egg-hkdf.h
+++ b/egg/egg-hkdf.h
@@ -14,9 +14,7 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
- * 02111-1307, USA.
+ * License along with this program; if not, see <http://www.gnu.org/licenses/>.
*
* Author: Stef Walter <stefw@collabora.co.uk>
*/
diff --git a/egg/egg-libgcrypt.c b/egg/egg-libgcrypt.c
index 0ba84fe..eaa4240 100644
--- a/egg/egg-libgcrypt.c
+++ b/egg/egg-libgcrypt.c
@@ -14,9 +14,7 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
- * 02111-1307, USA.
+ * License along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
#include "config.h"
diff --git a/egg/egg-libgcrypt.h b/egg/egg-libgcrypt.h
index db1093c..9e33c9a 100644
--- a/egg/egg-libgcrypt.h
+++ b/egg/egg-libgcrypt.h
@@ -14,9 +14,7 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
- * 02111-1307, USA.
+ * License along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
#ifndef EGG_LIBGCRYPT_H_
diff --git a/egg/egg-oid.c b/egg/egg-oid.c
index 688faf7..75d909e 100644
--- a/egg/egg-oid.c
+++ b/egg/egg-oid.c
@@ -15,8 +15,7 @@
You should have received a copy of the GNU Library General Public
License along with the Gnome Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ see <http://www.gnu.org/licenses/>.
Author: Stef Walter <stef@memberwebs.com>
*/
diff --git a/egg/egg-oid.h b/egg/egg-oid.h
index 5b9b588..330a9f3 100644
--- a/egg/egg-oid.h
+++ b/egg/egg-oid.h
@@ -15,8 +15,7 @@
You should have received a copy of the GNU Library General Public
License along with the Gnome Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ see <http://www.gnu.org/licenses/>.
Author: Stef Walter <stef@memberwebs.com>
*/
diff --git a/egg/egg-openssl.c b/egg/egg-openssl.c
index 5515be1..60f4d8f 100644
--- a/egg/egg-openssl.c
+++ b/egg/egg-openssl.c
@@ -15,8 +15,7 @@
You should have received a copy of the GNU Library General Public
License along with the Gnome Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ see <http://www.gnu.org/licenses/>.
Author: Stef Walter <stef@memberwebs.com>
*/
diff --git a/egg/egg-openssl.h b/egg/egg-openssl.h
index 6c94a7b..37f232b 100644
--- a/egg/egg-openssl.h
+++ b/egg/egg-openssl.h
@@ -15,8 +15,7 @@
You should have received a copy of the GNU Library General Public
License along with the Gnome Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ see <http://www.gnu.org/licenses/>.
Author: Stef Walter <stef@memberwebs.com>
*/
diff --git a/egg/egg-padding.c b/egg/egg-padding.c
index ee694c8..f2577fe 100644
--- a/egg/egg-padding.c
+++ b/egg/egg-padding.c
@@ -14,9 +14,7 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
- * 02111-1307, USA.
+ * License along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
#include "config.h"
diff --git a/egg/egg-padding.h b/egg/egg-padding.h
index 12b9950..67df74c 100644
--- a/egg/egg-padding.h
+++ b/egg/egg-padding.h
@@ -14,9 +14,7 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
- * 02111-1307, USA.
+ * License along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
#ifndef EGG_PADDING_H_
diff --git a/egg/egg-secure-memory.c b/egg/egg-secure-memory.c
index 9e605ff..bcc067e 100644
--- a/egg/egg-secure-memory.c
+++ b/egg/egg-secure-memory.c
@@ -15,8 +15,7 @@
You should have received a copy of the GNU Library General Public
License along with the Gnome Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ see <http://www.gnu.org/licenses/>.
Author: Stef Walter <stef@memberwebs.com>
*/
diff --git a/egg/egg-secure-memory.h b/egg/egg-secure-memory.h
index 5181551..4554aef 100644
--- a/egg/egg-secure-memory.h
+++ b/egg/egg-secure-memory.h
@@ -15,8 +15,7 @@
You should have received a copy of the GNU Library General Public
License along with the Gnome Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ see <http://www.gnu.org/licenses/>.
Author: Stef Walter <stef@memberwebs.com>
*/
diff --git a/egg/egg-symkey.c b/egg/egg-symkey.c
index c6f69ad..a0b08a3 100644
--- a/egg/egg-symkey.c
+++ b/egg/egg-symkey.c
@@ -14,9 +14,7 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
- * 02111-1307, USA.
+ * License along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
#include "config.h"
diff --git a/egg/egg-symkey.h b/egg/egg-symkey.h
index f4938f6..d565cf1 100644
--- a/egg/egg-symkey.h
+++ b/egg/egg-symkey.h
@@ -14,9 +14,7 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
- * 02111-1307, USA.
+ * License along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
#ifndef EGG_SYMKEY_H_
diff --git a/egg/egg-testing.c b/egg/egg-testing.c
index f581bfe..df6e4ee 100644
--- a/egg/egg-testing.c
+++ b/egg/egg-testing.c
@@ -14,9 +14,7 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
- * 02111-1307, USA.
+ * License along with this program; if not, see <http://www.gnu.org/licenses/>.
*
* Stef Walter <stefw@collabora.co.uk>
*/
diff --git a/egg/egg-testing.h b/egg/egg-testing.h
index 44c7fb3..73939b3 100644
--- a/egg/egg-testing.h
+++ b/egg/egg-testing.h
@@ -14,9 +14,7 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
- * 02111-1307, USA.
+ * License along with this program; if not, see <http://www.gnu.org/licenses/>.
*
* Author: Stef Walter <stefw@collabora.co.uk>
*/
diff --git a/egg/egg-timegm.c b/egg/egg-timegm.c
index b42ced9..a075d25 100644
--- a/egg/egg-timegm.c
+++ b/egg/egg-timegm.c
@@ -13,8 +13,7 @@
You should have received a copy of the GNU Library General Public
License along with the GNU C Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
+ see <http://www.gnu.org/licenses/>. */
/* Extracted from misc/mkdtemp.c and sysdeps/posix/tempname.c. */
diff --git a/egg/egg-timegm.h b/egg/egg-timegm.h
index 37a816a..ad68d23 100644
--- a/egg/egg-timegm.h
+++ b/egg/egg-timegm.h
@@ -14,8 +14,7 @@
You should have received a copy of the GNU Library General Public
License along with the GNU C Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
+ see <http://www.gnu.org/licenses/>. */
/* Extracted from misc/mkdtemp.c and sysdeps/posix/tempname.c. */
diff --git a/egg/tests/test-armor.c b/egg/tests/test-armor.c
index 7435a10..eecb285 100644
--- a/egg/tests/test-armor.c
+++ b/egg/tests/test-armor.c
@@ -15,8 +15,7 @@
You should have received a copy of the GNU Library General Public
License along with the Gnome Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ see <http://www.gnu.org/licenses/>.
Author: Stef Walter <stefw@gnome.org>
*/
diff --git a/egg/tests/test-asn1.c b/egg/tests/test-asn1.c
index c4b3dd7..36912f8 100644
--- a/egg/tests/test-asn1.c
+++ b/egg/tests/test-asn1.c
@@ -15,8 +15,7 @@
You should have received a copy of the GNU Library General Public
License along with the Gnome Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ see <http://www.gnu.org/licenses/>.
Author: Stef Walter <stef@memberwebs.com>
*/
diff --git a/egg/tests/test-asn1x.c b/egg/tests/test-asn1x.c
index 78810de..f4d8e33 100644
--- a/egg/tests/test-asn1x.c
+++ b/egg/tests/test-asn1x.c
@@ -15,8 +15,7 @@
You should have received a copy of the GNU Library General Public
License along with the Gnome Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ see <http://www.gnu.org/licenses/>.
Author: Stef Walter <stef@memberwebs.com>
*/
diff --git a/egg/tests/test-decimal.c b/egg/tests/test-decimal.c
index 4996caf..051a95e 100644
--- a/egg/tests/test-decimal.c
+++ b/egg/tests/test-decimal.c
@@ -15,8 +15,7 @@
You should have received a copy of the GNU Library General Public
License along with the Gnome Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ see <http://www.gnu.org/licenses/>.
Author: Stef Walter <stefw@collabora.co.uk>
*/
diff --git a/egg/tests/test-dh.c b/egg/tests/test-dh.c
index a676f93..c95f479 100644
--- a/egg/tests/test-dh.c
+++ b/egg/tests/test-dh.c
@@ -15,8 +15,7 @@
You should have received a copy of the GNU Library General Public
License along with the Gnome Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ see <http://www.gnu.org/licenses/>.
Author: Stef Walter <stef@memberwebs.com>
*/
diff --git a/egg/tests/test-dn.c b/egg/tests/test-dn.c
index 6494679..3cc0561 100644
--- a/egg/tests/test-dn.c
+++ b/egg/tests/test-dn.c
@@ -15,8 +15,7 @@
You should have received a copy of the GNU Library General Public
License along with the Gnome Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ see <http://www.gnu.org/licenses/>.
Author: Stef Walter <stef@memberwebs.com>
*/
diff --git a/egg/tests/test-hex.c b/egg/tests/test-hex.c
index 992f0aa..6bb8c5b 100644
--- a/egg/tests/test-hex.c
+++ b/egg/tests/test-hex.c
@@ -15,8 +15,7 @@
You should have received a copy of the GNU Library General Public
License along with the Gnome Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ see <http://www.gnu.org/licenses/>.
Author: Stef Walter <stef@memberwebs.com>
*/
diff --git a/egg/tests/test-hkdf.c b/egg/tests/test-hkdf.c
index d8002f4..14d7fd2 100644
--- a/egg/tests/test-hkdf.c
+++ b/egg/tests/test-hkdf.c
@@ -15,8 +15,7 @@
You should have received a copy of the GNU Library General Public
License along with the Gnome Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ see <http://www.gnu.org/licenses/>.
Author: Stef Walter <stef@collabora.co.uk>
*/
diff --git a/egg/tests/test-oid.c b/egg/tests/test-oid.c
index 37b0e2e..21ae128 100644
--- a/egg/tests/test-oid.c
+++ b/egg/tests/test-oid.c
@@ -14,8 +14,7 @@
You should have received a copy of the GNU Library General Public
License along with the Gnome Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ see <http://www.gnu.org/licenses/>.
Author: Stef Walter <stef@memberwebs.com>
*/
diff --git a/egg/tests/test-openssl.c b/egg/tests/test-openssl.c
index 562f200..cf3fd4c 100644
--- a/egg/tests/test-openssl.c
+++ b/egg/tests/test-openssl.c
@@ -15,8 +15,7 @@
You should have received a copy of the GNU Library General Public
License along with the Gnome Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ see <http://www.gnu.org/licenses/>.
Author: Stef Walter <stef@memberwebs.com>
*/
diff --git a/egg/tests/test-padding.c b/egg/tests/test-padding.c
index 5e10304..d6c0443 100644
--- a/egg/tests/test-padding.c
+++ b/egg/tests/test-padding.c
@@ -15,8 +15,7 @@
You should have received a copy of the GNU Library General Public
License along with the Gnome Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ see <http://www.gnu.org/licenses/>.
Author: Stef Walter <stef@memberwebs.com>
*/
diff --git a/egg/tests/test-secmem.c b/egg/tests/test-secmem.c
index e0b6e24..8a63983 100644
--- a/egg/tests/test-secmem.c
+++ b/egg/tests/test-secmem.c
@@ -15,8 +15,7 @@
You should have received a copy of the GNU Library General Public
License along with the Gnome Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ see <http://www.gnu.org/licenses/>.
Author: Stef Walter <stef@memberwebs.com>
*/
diff --git a/egg/tests/test-symkey.c b/egg/tests/test-symkey.c
index 783eebb..f363681 100644
--- a/egg/tests/test-symkey.c
+++ b/egg/tests/test-symkey.c
@@ -15,8 +15,7 @@
You should have received a copy of the GNU Library General Public
License along with the Gnome Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ see <http://www.gnu.org/licenses/>.
Author: Stef Walter <stef@memberwebs.com>
*/