From 45a8942200beb46fa058848adf0cb1bf6c6f6aa4 Mon Sep 17 00:00:00 2001 From: Benoit Mortier <benoit.mortier@opensides.be> Date: Sat, 30 Jun 2012 13:22:13 +0200 Subject: [PATCH] Fixes: #586 FSF address incorrect in source code and documentation files --- COPYING | 2 +- html/include/fusiondirectory.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/COPYING b/COPYING index ba4e0c63b..1958465a2 100644 --- a/COPYING +++ b/COPYING @@ -2,7 +2,7 @@ Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. - 675 Mass Ave, Cambridge, MA 02139, USA + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. diff --git a/html/include/fusiondirectory.js b/html/include/fusiondirectory.js index 044a7c72d..1f6084176 100644 --- a/html/include/fusiondirectory.js +++ b/html/include/fusiondirectory.js @@ -15,7 +15,7 @@ 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 02111-1301 USA */ /* Install event handlers */ -- GitLab