Git fork

Replace Free Software Foundation address in license notices

The mailing address for the FSF has changed over the years. Rather than
updating the address across all files, refer readers to gnu.org, as the
GNU GPL documentation now suggests for license notices. The mailing
address is retained in the full license files (COPYING and LGPL-2.1).

The old address is still present in t/diff-lib/COPYING. This is
intentional, as the file is used in tests and the contents are not
expected to change.

Signed-off-by: Todd Zullinger <tmz@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>

authored by

Todd Zullinger and committed by
Junio C Hamano
48425792 cb5918aa

+68 -101
+2 -3
compat/obstack.c
··· 14 14 Lesser General Public License for more details. 15 15 16 16 You should have received a copy of the GNU Lesser General Public 17 - License along with the GNU C Library; if not, write to the Free 18 - Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 19 - Boston, MA 02110-1301, USA. */ 17 + License along with the GNU C Library; if not, see 18 + <http://www.gnu.org/licenses/>. */ 20 19 21 20 #include "git-compat-util.h" 22 21 #include <gettext.h>
+2 -3
compat/obstack.h
··· 14 14 Lesser General Public License for more details. 15 15 16 16 You should have received a copy of the GNU Lesser General Public 17 - License along with the GNU C Library; if not, write to the Free 18 - Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 19 - Boston, MA 02110-1301, USA. */ 17 + License along with the GNU C Library; if not, see 18 + <http://www.gnu.org/licenses/>. */ 20 19 21 20 /* Summary: 22 21
+1 -2
compat/poll/poll.c
··· 16 16 GNU General Public License for more details. 17 17 18 18 You should have received a copy of the GNU General Public License along 19 - with this program; if not, write to the Free Software Foundation, 20 - Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ 19 + with this program; if not, see <http://www.gnu.org/licenses/>. */ 21 20 22 21 /* Tell gcc not to warn about the (nfd < 0) tests, below. */ 23 22 #if (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) || 4 < __GNUC__
+1 -2
compat/poll/poll.h
··· 16 16 GNU General Public License for more details. 17 17 18 18 You should have received a copy of the GNU General Public License along 19 - with this program; if not, write to the Free Software Foundation, 20 - Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ 19 + with this program; if not, see <http://www.gnu.org/licenses/>. */ 21 20 22 21 #ifndef _GL_POLL_H 23 22 #define _GL_POLL_H
+2 -3
compat/regex/regcomp.c
··· 14 14 Lesser General Public License for more details. 15 15 16 16 You should have received a copy of the GNU Lesser General Public 17 - License along with the GNU C Library; if not, write to the Free 18 - Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 19 - 02110-1301 USA. */ 17 + License along with the GNU C Library; if not, see 18 + <http://www.gnu.org/licenses/>. */ 20 19 21 20 static reg_errcode_t re_compile_internal (regex_t *preg, const char * pattern, 22 21 size_t length, reg_syntax_t syntax);
+2 -3
compat/regex/regex.c
··· 14 14 Lesser General Public License for more details. 15 15 16 16 You should have received a copy of the GNU Lesser General Public 17 - License along with the GNU C Library; if not, write to the Free 18 - Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 19 - 02110-1301 USA. */ 17 + License along with the GNU C Library; if not, see 18 + <http://www.gnu.org/licenses/>. */ 20 19 21 20 #ifdef HAVE_CONFIG_H 22 21 #include "config.h"
+2 -3
compat/regex/regex.h
··· 18 18 Lesser General Public License for more details. 19 19 20 20 You should have received a copy of the GNU Lesser General Public 21 - License along with the GNU C Library; if not, write to the Free 22 - Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 23 - 02110-1301 USA. */ 21 + License along with the GNU C Library; if not, see 22 + <http://www.gnu.org/licenses/>. */ 24 23 25 24 #ifndef _REGEX_H 26 25 #define _REGEX_H 1
+2 -3
compat/regex/regex_internal.c
··· 14 14 Lesser General Public License for more details. 15 15 16 16 You should have received a copy of the GNU Lesser General Public 17 - License along with the GNU C Library; if not, write to the Free 18 - Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 19 - 02110-1301 USA. */ 17 + License along with the GNU C Library; if not, see 18 + <http://www.gnu.org/licenses/>. */ 20 19 21 20 static void re_string_construct_common (const char *str, int len, 22 21 re_string_t *pstr,
+2 -3
compat/regex/regex_internal.h
··· 14 14 Lesser General Public License for more details. 15 15 16 16 You should have received a copy of the GNU Lesser General Public 17 - License along with the GNU C Library; if not, write to the Free 18 - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 19 - 02111-1307 USA. */ 17 + License along with the GNU C Library; if not, see 18 + <http://www.gnu.org/licenses/>. */ 20 19 21 20 #ifndef _REGEX_INTERNAL_H 22 21 #define _REGEX_INTERNAL_H 1
+2 -3
compat/regex/regexec.c
··· 14 14 Lesser General Public License for more details. 15 15 16 16 You should have received a copy of the GNU Lesser General Public 17 - License along with the GNU C Library; if not, write to the Free 18 - Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 19 - 02110-1301 USA. */ 17 + License along with the GNU C Library; if not, see 18 + <http://www.gnu.org/licenses/>. */ 20 19 21 20 static reg_errcode_t match_ctx_init (re_match_context_t *cache, int eflags, 22 21 int n) internal_function;
+1 -2
contrib/completion/git-completion.bash
··· 111 111 # GNU General Public License for more details. 112 112 # 113 113 # You should have received a copy of the GNU General Public License 114 - # along with this program; if not, write to the Free Software Foundation, 115 - # Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 114 + # along with this program; if not, see <http://www.gnu.org/licenses/>. 116 115 # 117 116 # The latest version of this software can be obtained here: 118 117 #
+1 -2
contrib/credential/gnome-keyring/git-credential-gnome-keyring.c
··· 13 13 * GNU General Public License for more details. 14 14 * 15 15 * You should have received a copy of the GNU General Public License 16 - * along with this program; if not, write to the Free Software 17 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 + * along with this program; if not, see <http://www.gnu.org/licenses/>. 18 17 */ 19 18 20 19 /*
+1 -2
contrib/credential/libsecret/git-credential-libsecret.c
··· 14 14 * GNU General Public License for more details. 15 15 * 16 16 * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, write to the Free Software 18 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 17 + * along with this program; if not, see <http://www.gnu.org/licenses/>. 19 18 */ 20 19 21 20 /*
+2 -3
contrib/emacs/git-blame.el
··· 25 25 ;; PURPOSE. See the GNU General Public License for more details. 26 26 27 27 ;; You should have received a copy of the GNU General Public 28 - ;; License along with this program; if not, write to the Free 29 - ;; Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, 30 - ;; MA 02111-1307 USA 28 + ;; License along with this program; if not, see 29 + ;; <http://www.gnu.org/licenses/>. 31 30 32 31 ;; http://www.fsf.org/copyleft/gpl.html 33 32
+2 -3
contrib/emacs/git.el
··· 15 15 ;; PURPOSE. See the GNU General Public License for more details. 16 16 ;; 17 17 ;; You should have received a copy of the GNU General Public 18 - ;; License along with this program; if not, write to the Free 19 - ;; Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, 20 - ;; MA 02111-1307 USA 18 + ;; License along with this program; if not, see 19 + ;; <http://www.gnu.org/licenses/>. 21 20 22 21 ;;; Commentary: 23 22
+1 -2
contrib/fast-import/import-directories.perl
··· 14 14 # GNU General Public License for more details. 15 15 # 16 16 # You should have received a copy of the GNU General Public License 17 - # along with this program; if not, write to the Free Software 18 - # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 17 + # along with this program; if not, see <http://www.gnu.org/licenses/>. 19 18 # 20 19 # ------------------------------------------------------------------------ 21 20
+1 -2
contrib/hg-to-git/hg-to-git.py
··· 15 15 GNU General Public License for more details. 16 16 17 17 You should have received a copy of the GNU General Public License 18 - along with this program; if not, write to the Free Software 19 - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 18 + along with this program; if not, see <http://www.gnu.org/licenses/>. 20 19 """ 21 20 22 21 import os, os.path, sys
+1 -2
ewah/bitmap.c
··· 14 14 * GNU General Public License for more details. 15 15 * 16 16 * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, write to the Free Software 18 - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 17 + * along with this program; if not, see <http://www.gnu.org/licenses/>. 19 18 */ 20 19 #include "cache.h" 21 20 #include "ewok.h"
+1 -2
ewah/ewah_bitmap.c
··· 14 14 * GNU General Public License for more details. 15 15 * 16 16 * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, write to the Free Software 18 - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 17 + * along with this program; if not, see <http://www.gnu.org/licenses/>. 19 18 */ 20 19 #include "git-compat-util.h" 21 20 #include "ewok.h"
+1 -2
ewah/ewah_io.c
··· 14 14 * GNU General Public License for more details. 15 15 * 16 16 * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, write to the Free Software 18 - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 17 + * along with this program; if not, see <http://www.gnu.org/licenses/>. 19 18 */ 20 19 #include "git-compat-util.h" 21 20 #include "ewok.h"
+1 -2
ewah/ewah_rlw.c
··· 14 14 * GNU General Public License for more details. 15 15 * 16 16 * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, write to the Free Software 18 - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 17 + * along with this program; if not, see <http://www.gnu.org/licenses/>. 19 18 */ 20 19 #include "git-compat-util.h" 21 20 #include "ewok.h"
+1 -2
ewah/ewok.h
··· 14 14 * GNU General Public License for more details. 15 15 * 16 16 * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, write to the Free Software 18 - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 17 + * along with this program; if not, see <http://www.gnu.org/licenses/>. 19 18 */ 20 19 #ifndef __EWOK_BITMAP_H__ 21 20 #define __EWOK_BITMAP_H__
+1 -2
ewah/ewok_rlw.h
··· 14 14 * GNU General Public License for more details. 15 15 * 16 16 * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, write to the Free Software 18 - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 17 + * along with this program; if not, see <http://www.gnu.org/licenses/>. 19 18 */ 20 19 #ifndef __EWOK_RLW_H__ 21 20 #define __EWOK_RLW_H__
+1 -2
imap-send.c
··· 18 18 * GNU General Public License for more details. 19 19 * 20 20 * You should have received a copy of the GNU General Public License 21 - * along with this program; if not, write to the Free Software 22 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 21 + * along with this program; if not, see <http://www.gnu.org/licenses/>. 23 22 */ 24 23 25 24 #include "cache.h"
+1 -3
kwset.c
··· 18 18 GNU General Public License for more details. 19 19 20 20 You should have received a copy of the GNU General Public License 21 - along with this program; if not, write to the Free Software 22 - Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 23 - 02110-1301, USA. */ 21 + along with this program; if not, see <http://www.gnu.org/licenses/>. */ 24 22 25 23 /* Written August 1989 by Mike Haertel. 26 24 The author may be reached (Email) at the address mike@ai.mit.edu,
+1 -3
kwset.h
··· 17 17 GNU General Public License for more details. 18 18 19 19 You should have received a copy of the GNU General Public License 20 - along with this program; if not, write to the Free Software 21 - Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 22 - 02110-1301, USA. */ 20 + along with this program; if not, see <http://www.gnu.org/licenses/>. */ 23 21 24 22 /* Written August 1989 by Mike Haertel. 25 23 The author may be reached (Email) at the address mike@ai.mit.edu,
+2 -4
sh-i18n--envsubst.c
··· 30 30 GNU General Public License for more details. 31 31 32 32 You should have received a copy of the GNU General Public License 33 - along with this program; if not, write to the Free Software Foundation, 34 - Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ 33 + along with this program; if not, see <http://www.gnu.org/licenses/>. */ 35 34 36 35 /* closeout.c - close standard output and standard error 37 36 Copyright (C) 1998-2007 Free Software Foundation, Inc. ··· 47 46 GNU General Public License for more details. 48 47 49 48 You should have received a copy of the GNU General Public License 50 - along with this program; if not, write to the Free Software Foundation, 51 - Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ 49 + along with this program; if not, see <http://www.gnu.org/licenses/>. */ 52 50 53 51 #include <errno.h> 54 52 #include <stdio.h>
+1 -3
t/t9114-git-svn-dcommit-merge.sh
··· 27 27 # GNU General Public License for more details. 28 28 # 29 29 # You should have received a copy of the GNU General Public License 30 - # along with this program; if not, write to the Free Software 31 - # Foundation, Inc., 59 Temple Place, Suite 330, Boston, 32 - # MA 02111-1307 USA 30 + # along with this program; if not, see <http://www.gnu.org/licenses/>. 33 31 # 34 32 EOF 35 33 }
+1 -2
trace.c
··· 18 18 * GNU General Public License for more details. 19 19 * 20 20 * You should have received a copy of the GNU General Public License 21 - * along with this program; if not, write to the Free Software 22 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 21 + * along with this program; if not, see <http://www.gnu.org/licenses/>. 23 22 */ 24 23 25 24 #include "cache.h"
+2 -2
xdiff/xdiff.h
··· 13 13 * Lesser General Public License for more details. 14 14 * 15 15 * You should have received a copy of the GNU Lesser General Public 16 - * License along with this library; if not, write to the Free Software 17 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 + * License along with this library; if not, see 17 + * <http://www.gnu.org/licenses/>. 18 18 * 19 19 * Davide Libenzi <davidel@xmailserver.org> 20 20 *
+2 -2
xdiff/xdiffi.c
··· 13 13 * Lesser General Public License for more details. 14 14 * 15 15 * You should have received a copy of the GNU Lesser General Public 16 - * License along with this library; if not, write to the Free Software 17 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 + * License along with this library; if not, see 17 + * <http://www.gnu.org/licenses/>. 18 18 * 19 19 * Davide Libenzi <davidel@xmailserver.org> 20 20 *
+2 -2
xdiff/xdiffi.h
··· 13 13 * Lesser General Public License for more details. 14 14 * 15 15 * You should have received a copy of the GNU Lesser General Public 16 - * License along with this library; if not, write to the Free Software 17 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 + * License along with this library; if not, see 17 + * <http://www.gnu.org/licenses/>. 18 18 * 19 19 * Davide Libenzi <davidel@xmailserver.org> 20 20 *
+2 -2
xdiff/xemit.c
··· 13 13 * Lesser General Public License for more details. 14 14 * 15 15 * You should have received a copy of the GNU Lesser General Public 16 - * License along with this library; if not, write to the Free Software 17 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 + * License along with this library; if not, see 17 + * <http://www.gnu.org/licenses/>. 18 18 * 19 19 * Davide Libenzi <davidel@xmailserver.org> 20 20 *
+2 -2
xdiff/xemit.h
··· 13 13 * Lesser General Public License for more details. 14 14 * 15 15 * You should have received a copy of the GNU Lesser General Public 16 - * License along with this library; if not, write to the Free Software 17 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 + * License along with this library; if not, see 17 + * <http://www.gnu.org/licenses/>. 18 18 * 19 19 * Davide Libenzi <davidel@xmailserver.org> 20 20 *
+2 -2
xdiff/xinclude.h
··· 13 13 * Lesser General Public License for more details. 14 14 * 15 15 * You should have received a copy of the GNU Lesser General Public 16 - * License along with this library; if not, write to the Free Software 17 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 + * License along with this library; if not, see 17 + * <http://www.gnu.org/licenses/>. 18 18 * 19 19 * Davide Libenzi <davidel@xmailserver.org> 20 20 *
+2 -2
xdiff/xmacros.h
··· 13 13 * Lesser General Public License for more details. 14 14 * 15 15 * You should have received a copy of the GNU Lesser General Public 16 - * License along with this library; if not, write to the Free Software 17 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 + * License along with this library; if not, see 17 + * <http://www.gnu.org/licenses/>. 18 18 * 19 19 * Davide Libenzi <davidel@xmailserver.org> 20 20 *
+2 -2
xdiff/xmerge.c
··· 13 13 * Lesser General Public License for more details. 14 14 * 15 15 * You should have received a copy of the GNU Lesser General Public 16 - * License along with this library; if not, write to the Free Software 17 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 + * License along with this library; if not, see 17 + * <http://www.gnu.org/licenses/>. 18 18 * 19 19 * Davide Libenzi <davidel@xmailserver.org> 20 20 *
+2 -2
xdiff/xpatience.c
··· 13 13 * Lesser General Public License for more details. 14 14 * 15 15 * You should have received a copy of the GNU Lesser General Public 16 - * License along with this library; if not, write to the Free Software 17 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 + * License along with this library; if not, see 17 + * <http://www.gnu.org/licenses/>. 18 18 * 19 19 * Davide Libenzi <davidel@xmailserver.org> 20 20 *
+2 -2
xdiff/xprepare.c
··· 13 13 * Lesser General Public License for more details. 14 14 * 15 15 * You should have received a copy of the GNU Lesser General Public 16 - * License along with this library; if not, write to the Free Software 17 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 + * License along with this library; if not, see 17 + * <http://www.gnu.org/licenses/>. 18 18 * 19 19 * Davide Libenzi <davidel@xmailserver.org> 20 20 *
+2 -2
xdiff/xprepare.h
··· 13 13 * Lesser General Public License for more details. 14 14 * 15 15 * You should have received a copy of the GNU Lesser General Public 16 - * License along with this library; if not, write to the Free Software 17 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 + * License along with this library; if not, see 17 + * <http://www.gnu.org/licenses/>. 18 18 * 19 19 * Davide Libenzi <davidel@xmailserver.org> 20 20 *
+2 -2
xdiff/xtypes.h
··· 13 13 * Lesser General Public License for more details. 14 14 * 15 15 * You should have received a copy of the GNU Lesser General Public 16 - * License along with this library; if not, write to the Free Software 17 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 + * License along with this library; if not, see 17 + * <http://www.gnu.org/licenses/>. 18 18 * 19 19 * Davide Libenzi <davidel@xmailserver.org> 20 20 *
+2 -2
xdiff/xutils.c
··· 13 13 * Lesser General Public License for more details. 14 14 * 15 15 * You should have received a copy of the GNU Lesser General Public 16 - * License along with this library; if not, write to the Free Software 17 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 + * License along with this library; if not, see 17 + * <http://www.gnu.org/licenses/>. 18 18 * 19 19 * Davide Libenzi <davidel@xmailserver.org> 20 20 *
+2 -2
xdiff/xutils.h
··· 13 13 * Lesser General Public License for more details. 14 14 * 15 15 * You should have received a copy of the GNU Lesser General Public 16 - * License along with this library; if not, write to the Free Software 17 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 + * License along with this library; if not, see 17 + * <http://www.gnu.org/licenses/>. 18 18 * 19 19 * Davide Libenzi <davidel@xmailserver.org> 20 20 *