X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fmisc%2Fstrstr.c;h=5dcb0ba8f25dd39c91754b896348f30bd13092ee;hb=1f8dd363d6c20d07fcca14cb948018465fa5ed8b;hp=990cae533a3f6379df042f34a751fa8724f09451;hpb=4944c86a9318bc5b5578ab145a95c116ffd2c9fd;p=pspp diff --git a/lib/misc/strstr.c b/lib/misc/strstr.c index 990cae533a..5dcb0ba8f2 100644 --- a/lib/misc/strstr.c +++ b/lib/misc/strstr.c @@ -14,8 +14,8 @@ 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., 59 Temple Place - Suite 330, Boston, MA - 02111-1307, USA. */ + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + 02110-1301, USA. */ char * strstr (const char *haystack, const char *needle)