diff options
author | Jim Meyering <jim@meyering.net> | 1996-07-14 12:44:09 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-07-14 12:44:09 +0000 |
commit | dbd0c33f24ae7df4a288b90298f7baea0892f252 (patch) | |
tree | 459a41f6448762efa85c18cbea59b7676c098f46 /lib | |
parent | 4d7a57cf34e6275688c8ae12f21245e4479e85d0 (diff) | |
download | coreutils-dbd0c33f24ae7df4a288b90298f7baea0892f252.tar.xz |
update FSF address in copyright
Diffstat (limited to 'lib')
-rw-r--r-- | lib/memchr.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/memchr.c b/lib/memchr.c index dc3bec7c8..444824894 100644 --- a/lib/memchr.c +++ b/lib/memchr.c @@ -20,7 +20,8 @@ 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, 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, +USA. */ #ifdef HAVE_CONFIG_H #include <config.h> |