X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fmemxor.h;h=aed56afc7010ae34b4d76d4daf28dc7927a34ca6;hb=97799ab308e774e51358fe216d41a0f822c0c9d6;hp=cc93e3524c2b01166275248cc315f0c59269a5e3;hpb=1602f0afed21be664fcf5c42d59db07cc22c56d6;p=gnulib.git diff --git a/lib/memxor.h b/lib/memxor.h index cc93e3524..aed56afc7 100644 --- a/lib/memxor.h +++ b/lib/memxor.h @@ -1,5 +1,5 @@ /* memxor.h -- perform binary exclusive OR operation on memory blocks. - Copyright (C) 2005, 2009-2012 Free Software Foundation, Inc. + Copyright (C) 2005, 2009-2013 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software Foundation, - Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program; if not, see . */ /* Written by Simon Josefsson. The interface was inspired by memxor in Niels Möller's Nettle. */