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>
Todd Zullinger committed
Nov 7, 2017 at 00:39 UTC
484257925fada31045aefec7484fd663f7c40c2f
43 files changed
+68
-101
compat/obstack.c
+2
-3
@@ -14,9 +14,8 @@
14
Lesser General Public License for more details.
15
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/>. */
19
20
#include "git-compat-util.h"
21
#include <gettext.h>
compat/obstack.h
+2
-3
@@ -14,9 +14,8 @@
14
Lesser General Public License for more details.
15
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/>. */
19
20
/* Summary:
21
compat/poll/poll.c
+1
-2
@@ -16,8 +16,7 @@
16
GNU General Public License for more details.
17
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/>. */
20
21
/* Tell gcc not to warn about the (nfd < 0) tests, below. */
22
#if (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) || 4 < __GNUC__
compat/poll/poll.h
+1
-2
@@ -16,8 +16,7 @@
16
GNU General Public License for more details.
17
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/>. */
20
21
#ifndef _GL_POLL_H
22
#define _GL_POLL_H
compat/regex/regcomp.c
+2
-3
@@ -14,9 +14,8 @@
14
Lesser General Public License for more details.
15
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/>. */
19
20
static reg_errcode_t re_compile_internal (regex_t *preg, const char * pattern,
21
size_t length, reg_syntax_t syntax);
compat/regex/regex.c
+2
-3
@@ -14,9 +14,8 @@
14
Lesser General Public License for more details.
15
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/>. */
19
20
#ifdef HAVE_CONFIG_H
21
#include "config.h"
compat/regex/regex.h
+2
-3
@@ -18,9 +18,8 @@
18
Lesser General Public License for more details.
19
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/>. */
23
24
#ifndef _REGEX_H
25
#define _REGEX_H 1
compat/regex/regex_internal.c
+2
-3
@@ -14,9 +14,8 @@
14
Lesser General Public License for more details.
15
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/>. */
19
20
static void re_string_construct_common (const char *str, int len,
21
re_string_t *pstr,
compat/regex/regex_internal.h
+2
-3
@@ -14,9 +14,8 @@
14
Lesser General Public License for more details.
15
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/>. */
19
20
#ifndef _REGEX_INTERNAL_H
21
#define _REGEX_INTERNAL_H 1
compat/regex/regexec.c
+2
-3
@@ -14,9 +14,8 @@
14
Lesser General Public License for more details.
15
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/>. */
19
20
static reg_errcode_t match_ctx_init (re_match_context_t *cache, int eflags,
21
int n) internal_function;
contrib/completion/git-completion.bash
+1
-2
@@ -111,8 +111,7 @@ __git ()
111
# GNU General Public License for more details.
112
#
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/>.
115
#
116
# The latest version of this software can be obtained here:
117
#
contrib/credential/gnome-keyring/git-credential-gnome-keyring.c
+1
-2
@@ -13,8 +13,7 @@
13
* GNU General Public License for more details.
14
*
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/>.
17
*/
18
19
/*
contrib/credential/libsecret/git-credential-libsecret.c
+1
-2
@@ -14,8 +14,7 @@
14
* GNU General Public License for more details.
15
*
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/>.
18
*/
19
20
/*
contrib/emacs/git-blame.el
+2
-3
@@ -25,9 +25,8 @@
25
;; PURPOSE. See the GNU General Public License for more details.
26
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/>.
30
31
;; http://www.fsf.org/copyleft/gpl.html
32
contrib/emacs/git.el
+2
-3
@@ -15,9 +15,8 @@
15
;; PURPOSE. See the GNU General Public License for more details.
16
;;
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/>.
20
21
;;; Commentary:
22
contrib/fast-import/import-directories.perl
+1
-2
@@ -14,8 +14,7 @@
14
# GNU General Public License for more details.
15
#
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/>.
18
#
19
# ------------------------------------------------------------------------
20
contrib/hg-to-git/hg-to-git.py
+1
-2
@@ -15,8 +15,7 @@
15
GNU General Public License for more details.
16
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/>.
19
"""
20
21
import os, os.path, sys
ewah/bitmap.c
+1
-2
@@ -14,8 +14,7 @@
14
* GNU General Public License for more details.
15
*
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/>.
18
*/
19
#include "cache.h"
20
#include "ewok.h"
ewah/ewah_bitmap.c
+1
-2
@@ -14,8 +14,7 @@
14
* GNU General Public License for more details.
15
*
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/>.
18
*/
19
#include "git-compat-util.h"
20
#include "ewok.h"
ewah/ewah_io.c
+1
-2
@@ -14,8 +14,7 @@
14
* GNU General Public License for more details.
15
*
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/>.
18
*/
19
#include "git-compat-util.h"
20
#include "ewok.h"
ewah/ewah_rlw.c
+1
-2
@@ -14,8 +14,7 @@
14
* GNU General Public License for more details.
15
*
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/>.
18
*/
19
#include "git-compat-util.h"
20
#include "ewok.h"
ewah/ewok.h
+1
-2
@@ -14,8 +14,7 @@
14
* GNU General Public License for more details.
15
*
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/>.
18
*/
19
#ifndef __EWOK_BITMAP_H__
20
#define __EWOK_BITMAP_H__
ewah/ewok_rlw.h
+1
-2
@@ -14,8 +14,7 @@
14
* GNU General Public License for more details.
15
*
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/>.
18
*/
19
#ifndef __EWOK_RLW_H__
20
#define __EWOK_RLW_H__
imap-send.c
+1
-2
@@ -18,8 +18,7 @@
18
* GNU General Public License for more details.
19
*
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/>.
22
*/
23
24
#include "cache.h"
kwset.c
+1
-3
@@ -18,9 +18,7 @@
18
GNU General Public License for more details.
19
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/>. */
22
23
/* Written August 1989 by Mike Haertel.
24
The author may be reached (Email) at the address mike@ai.mit.edu,
kwset.h
+1
-3
@@ -17,9 +17,7 @@
17
GNU General Public License for more details.
18
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/>. */
21
22
/* Written August 1989 by Mike Haertel.
23
The author may be reached (Email) at the address mike@ai.mit.edu,
sh-i18n--envsubst.c
+2
-4
@@ -30,8 +30,7 @@
30
GNU General Public License for more details.
31
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/>. */
34
35
/* closeout.c - close standard output and standard error
36
Copyright (C) 1998-2007 Free Software Foundation, Inc.
@@ -47,8 +46,7 @@
46
GNU General Public License for more details.
47
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/>. */
50
51
#include <errno.h>
52
#include <stdio.h>
t/t9114-git-svn-dcommit-merge.sh
+1
-3
@@ -27,9 +27,7 @@ cat << EOF
27
# GNU General Public License for more details.
28
#
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/>.
31
#
32
EOF
33
}
trace.c
+1
-2
@@ -18,8 +18,7 @@
18
* GNU General Public License for more details.
19
*
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/>.
22
*/
23
24
#include "cache.h"
xdiff/xdiff.h
+2
-2
@@ -13,8 +13,8 @@
13
* Lesser General Public License for more details.
14
*
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
*
19
* Davide Libenzi <davidel@xmailserver.org>
20
*
xdiff/xdiffi.c
+2
-2
@@ -13,8 +13,8 @@
13
* Lesser General Public License for more details.
14
*
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
*
19
* Davide Libenzi <davidel@xmailserver.org>
20
*
xdiff/xdiffi.h
+2
-2
@@ -13,8 +13,8 @@
13
* Lesser General Public License for more details.
14
*
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
*
19
* Davide Libenzi <davidel@xmailserver.org>
20
*
xdiff/xemit.c
+2
-2
@@ -13,8 +13,8 @@
13
* Lesser General Public License for more details.
14
*
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
*
19
* Davide Libenzi <davidel@xmailserver.org>
20
*
xdiff/xemit.h
+2
-2
@@ -13,8 +13,8 @@
13
* Lesser General Public License for more details.
14
*
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
*
19
* Davide Libenzi <davidel@xmailserver.org>
20
*
xdiff/xinclude.h
+2
-2
@@ -13,8 +13,8 @@
13
* Lesser General Public License for more details.
14
*
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
*
19
* Davide Libenzi <davidel@xmailserver.org>
20
*
xdiff/xmacros.h
+2
-2
@@ -13,8 +13,8 @@
13
* Lesser General Public License for more details.
14
*
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
*
19
* Davide Libenzi <davidel@xmailserver.org>
20
*
xdiff/xmerge.c
+2
-2
@@ -13,8 +13,8 @@
13
* Lesser General Public License for more details.
14
*
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
*
19
* Davide Libenzi <davidel@xmailserver.org>
20
*
xdiff/xpatience.c
+2
-2
@@ -13,8 +13,8 @@
13
* Lesser General Public License for more details.
14
*
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
*
19
* Davide Libenzi <davidel@xmailserver.org>
20
*
xdiff/xprepare.c
+2
-2
@@ -13,8 +13,8 @@
13
* Lesser General Public License for more details.
14
*
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
*
19
* Davide Libenzi <davidel@xmailserver.org>
20
*
xdiff/xprepare.h
+2
-2
@@ -13,8 +13,8 @@
13
* Lesser General Public License for more details.
14
*
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
*
19
* Davide Libenzi <davidel@xmailserver.org>
20
*
xdiff/xtypes.h
+2
-2
@@ -13,8 +13,8 @@
13
* Lesser General Public License for more details.
14
*
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
*
19
* Davide Libenzi <davidel@xmailserver.org>
20
*
xdiff/xutils.c
+2
-2
@@ -13,8 +13,8 @@
13
* Lesser General Public License for more details.
14
*
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
*
19
* Davide Libenzi <davidel@xmailserver.org>
20
*
xdiff/xutils.h
+2
-2
@@ -13,8 +13,8 @@
13
* Lesser General Public License for more details.
14
*
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
*
19
* Davide Libenzi <davidel@xmailserver.org>
20
*