diff --git a/ChangeLog b/ChangeLog index 8891677..780a96b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2016-07-15 Moritz Bunkus + + * Replaced the outdated address of the Free Software Foundation + with their current one. Fixes #15. + 2016-07-02 Moritz Bunkus * Released v1.3.4. diff --git a/ebml/MemReadIOCallback.h b/ebml/MemReadIOCallback.h index baa9359..2eb1d77 100644 --- a/ebml/MemReadIOCallback.h +++ b/ebml/MemReadIOCallback.h @@ -17,7 +17,7 @@ ** ** You should have received a copy of the GNU Lesser General Public ** License along with this library; 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 ** ** See http://www.matroska.org/license/lgpl/ for LGPL licensing information. ** diff --git a/ebml/SafeReadIOCallback.h b/ebml/SafeReadIOCallback.h index d7150bb..ea96727 100644 --- a/ebml/SafeReadIOCallback.h +++ b/ebml/SafeReadIOCallback.h @@ -19,7 +19,7 @@ ** ** You should have received a copy of the GNU Lesser General Public ** License along with this library; 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 ** ** See http://www.matroska.org/license/lgpl/ for LGPL licensing information. ** diff --git a/src/MemReadIOCallback.cpp b/src/MemReadIOCallback.cpp index 66b0e73..e8d4e99 100644 --- a/src/MemReadIOCallback.cpp +++ b/src/MemReadIOCallback.cpp @@ -19,7 +19,7 @@ ** ** You should have received a copy of the GNU Lesser General Public ** License along with this library; 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 ** ** See http://www.matroska.org/license/lgpl/ for LGPL licensing information. ** diff --git a/src/SafeReadIOCallback.cpp b/src/SafeReadIOCallback.cpp index 41f04ed..15a9a86 100644 --- a/src/SafeReadIOCallback.cpp +++ b/src/SafeReadIOCallback.cpp @@ -19,7 +19,7 @@ ** ** You should have received a copy of the GNU Lesser General Public ** License along with this library; 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 ** ** See http://www.matroska.org/license/lgpl/ for LGPL licensing information. **