Skip to content

Commit 4842579

Browse files
tmzullingergitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent cb5918a commit 4842579

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+68
-101
lines changed

compat/obstack.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@
1414
Lesser General Public License for more details.
1515
1616
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/>. */
2019

2120
#include "git-compat-util.h"
2221
#include <gettext.h>

compat/obstack.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@
1414
Lesser General Public License for more details.
1515
1616
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/>. */
2019

2120
/* Summary:
2221

compat/poll/poll.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616
GNU General Public License for more details.
1717
1818
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/>. */
2120

2221
/* Tell gcc not to warn about the (nfd < 0) tests, below. */
2322
#if (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) || 4 < __GNUC__

compat/poll/poll.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616
GNU General Public License for more details.
1717
1818
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/>. */
2120

2221
#ifndef _GL_POLL_H
2322
#define _GL_POLL_H

compat/regex/regcomp.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@
1414
Lesser General Public License for more details.
1515
1616
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/>. */
2019

2120
static reg_errcode_t re_compile_internal (regex_t *preg, const char * pattern,
2221
size_t length, reg_syntax_t syntax);

compat/regex/regex.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@
1414
Lesser General Public License for more details.
1515
1616
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/>. */
2019

2120
#ifdef HAVE_CONFIG_H
2221
#include "config.h"

compat/regex/regex.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@
1818
Lesser General Public License for more details.
1919
2020
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/>. */
2423

2524
#ifndef _REGEX_H
2625
#define _REGEX_H 1

compat/regex/regex_internal.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@
1414
Lesser General Public License for more details.
1515
1616
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/>. */
2019

2120
static void re_string_construct_common (const char *str, int len,
2221
re_string_t *pstr,

compat/regex/regex_internal.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@
1414
Lesser General Public License for more details.
1515
1616
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/>. */
2019

2120
#ifndef _REGEX_INTERNAL_H
2221
#define _REGEX_INTERNAL_H 1

compat/regex/regexec.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@
1414
Lesser General Public License for more details.
1515
1616
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/>. */
2019

2120
static reg_errcode_t match_ctx_init (re_match_context_t *cache, int eflags,
2221
int n) internal_function;

contrib/completion/git-completion.bash

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,7 @@ __git ()
111111
# GNU General Public License for more details.
112112
#
113113
# 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/>.
116115
#
117116
# The latest version of this software can be obtained here:
118117
#

contrib/credential/gnome-keyring/git-credential-gnome-keyring.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
* GNU General Public License for more details.
1414
*
1515
* 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/>.
1817
*/
1918

2019
/*

contrib/credential/libsecret/git-credential-libsecret.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
* GNU General Public License for more details.
1515
*
1616
* 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/>.
1918
*/
2019

2120
/*

contrib/emacs/git-blame.el

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@
2525
;; PURPOSE. See the GNU General Public License for more details.
2626

2727
;; 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/>.
3130

3231
;; http://www.fsf.org/copyleft/gpl.html
3332

contrib/emacs/git.el

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@
1515
;; PURPOSE. See the GNU General Public License for more details.
1616
;;
1717
;; 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/>.
2120

2221
;;; Commentary:
2322

contrib/fast-import/import-directories.perl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
# GNU General Public License for more details.
1515
#
1616
# 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/>.
1918
#
2019
# ------------------------------------------------------------------------
2120

contrib/hg-to-git/hg-to-git.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
GNU General Public License for more details.
1616
1717
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/>.
2019
"""
2120

2221
import os, os.path, sys

ewah/bitmap.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
* GNU General Public License for more details.
1515
*
1616
* 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/>.
1918
*/
2019
#include "cache.h"
2120
#include "ewok.h"

ewah/ewah_bitmap.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
* GNU General Public License for more details.
1515
*
1616
* 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/>.
1918
*/
2019
#include "git-compat-util.h"
2120
#include "ewok.h"

ewah/ewah_io.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
* GNU General Public License for more details.
1515
*
1616
* 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/>.
1918
*/
2019
#include "git-compat-util.h"
2120
#include "ewok.h"

ewah/ewah_rlw.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
* GNU General Public License for more details.
1515
*
1616
* 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/>.
1918
*/
2019
#include "git-compat-util.h"
2120
#include "ewok.h"

ewah/ewok.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
* GNU General Public License for more details.
1515
*
1616
* 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/>.
1918
*/
2019
#ifndef __EWOK_BITMAP_H__
2120
#define __EWOK_BITMAP_H__

ewah/ewok_rlw.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
* GNU General Public License for more details.
1515
*
1616
* 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/>.
1918
*/
2019
#ifndef __EWOK_RLW_H__
2120
#define __EWOK_RLW_H__

imap-send.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
* GNU General Public License for more details.
1919
*
2020
* 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/>.
2322
*/
2423

2524
#include "cache.h"

kwset.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@
1818
GNU General Public License for more details.
1919
2020
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/>. */
2422

2523
/* Written August 1989 by Mike Haertel.
2624
The author may be reached (Email) at the address [email protected],

kwset.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@
1717
GNU General Public License for more details.
1818
1919
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/>. */
2321

2422
/* Written August 1989 by Mike Haertel.
2523
The author may be reached (Email) at the address [email protected],

sh-i18n--envsubst.c

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@
3030
GNU General Public License for more details.
3131
3232
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/>. */
3534

3635
/* closeout.c - close standard output and standard error
3736
Copyright (C) 1998-2007 Free Software Foundation, Inc.
@@ -47,8 +46,7 @@
4746
GNU General Public License for more details.
4847
4948
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/>. */
5250

5351
#include <errno.h>
5452
#include <stdio.h>

t/t9114-git-svn-dcommit-merge.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ cat << EOF
2727
# GNU General Public License for more details.
2828
#
2929
# 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/>.
3331
#
3432
EOF
3533
}

trace.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
* GNU General Public License for more details.
1919
*
2020
* 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/>.
2322
*/
2423

2524
#include "cache.h"

xdiff/xdiff.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
* Lesser General Public License for more details.
1414
*
1515
* 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/>.
1818
*
1919
* Davide Libenzi <[email protected]>
2020
*

xdiff/xdiffi.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
* Lesser General Public License for more details.
1414
*
1515
* 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/>.
1818
*
1919
* Davide Libenzi <[email protected]>
2020
*

xdiff/xdiffi.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
* Lesser General Public License for more details.
1414
*
1515
* 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/>.
1818
*
1919
* Davide Libenzi <[email protected]>
2020
*

xdiff/xemit.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
* Lesser General Public License for more details.
1414
*
1515
* 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/>.
1818
*
1919
* Davide Libenzi <[email protected]>
2020
*

xdiff/xemit.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
* Lesser General Public License for more details.
1414
*
1515
* 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/>.
1818
*
1919
* Davide Libenzi <[email protected]>
2020
*

xdiff/xinclude.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
* Lesser General Public License for more details.
1414
*
1515
* 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/>.
1818
*
1919
* Davide Libenzi <[email protected]>
2020
*

xdiff/xmacros.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
* Lesser General Public License for more details.
1414
*
1515
* 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/>.
1818
*
1919
* Davide Libenzi <[email protected]>
2020
*

0 commit comments

Comments
 (0)