Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct FSF address. #465

Merged
merged 3 commits into from
Mar 3, 2018
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions encfs/autosprintf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

You should have received a copy of the GNU Library 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. */

/* Tell glibc's <stdio.h> to provide a prototype for vasprintf().
This must come before <config.h> because <config.h> may include
Expand Down
4 changes: 2 additions & 2 deletions encfs/autosprintf.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

You should have received a copy of the GNU Library 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. */

#ifndef _AUTOSPRINTF_H
#define _AUTOSPRINTF_H
Expand Down