Skip to content

Commit

Permalink
Replace Free Software Foundation address in license notices
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
tmzullinger authored and gitster committed Nov 9, 2017
1 parent cb5918a commit 4842579
Show file tree
Hide file tree
Showing 43 changed files with 68 additions and 101 deletions.
5 changes: 2 additions & 3 deletions compat/obstack.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, write to the Free
Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA. */
License along with the GNU C Library; if not, see
<http://www.gnu.org/licenses/>. */

#include "git-compat-util.h"
#include <gettext.h>
Expand Down
5 changes: 2 additions & 3 deletions compat/obstack.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, write to the Free
Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA. */
License along with the GNU C Library; if not, see
<http://www.gnu.org/licenses/>. */

/* Summary:
Expand Down
3 changes: 1 addition & 2 deletions compat/poll/poll.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
GNU General Public License for more details.
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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
with this program; if not, see <http://www.gnu.org/licenses/>. */

/* Tell gcc not to warn about the (nfd < 0) tests, below. */
#if (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) || 4 < __GNUC__
Expand Down
3 changes: 1 addition & 2 deletions compat/poll/poll.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
GNU General Public License for more details.
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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
with this program; if not, see <http://www.gnu.org/licenses/>. */

#ifndef _GL_POLL_H
#define _GL_POLL_H
Expand Down
5 changes: 2 additions & 3 deletions compat/regex/regcomp.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, write to the Free
Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301 USA. */
License along with the GNU C Library; if not, see
<http://www.gnu.org/licenses/>. */

static reg_errcode_t re_compile_internal (regex_t *preg, const char * pattern,
size_t length, reg_syntax_t syntax);
Expand Down
5 changes: 2 additions & 3 deletions compat/regex/regex.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, write to the Free
Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301 USA. */
License along with the GNU C Library; if not, see
<http://www.gnu.org/licenses/>. */

#ifdef HAVE_CONFIG_H
#include "config.h"
Expand Down
5 changes: 2 additions & 3 deletions compat/regex/regex.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, write to the Free
Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301 USA. */
License along with the GNU C Library; if not, see
<http://www.gnu.org/licenses/>. */

#ifndef _REGEX_H
#define _REGEX_H 1
Expand Down
5 changes: 2 additions & 3 deletions compat/regex/regex_internal.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, write to the Free
Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301 USA. */
License along with the GNU C Library; if not, see
<http://www.gnu.org/licenses/>. */

static void re_string_construct_common (const char *str, int len,
re_string_t *pstr,
Expand Down
5 changes: 2 additions & 3 deletions compat/regex/regex_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, write to the Free
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA. */
License along with the GNU C Library; if not, see
<http://www.gnu.org/licenses/>. */

#ifndef _REGEX_INTERNAL_H
#define _REGEX_INTERNAL_H 1
Expand Down
5 changes: 2 additions & 3 deletions compat/regex/regexec.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, write to the Free
Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301 USA. */
License along with the GNU C Library; if not, see
<http://www.gnu.org/licenses/>. */

static reg_errcode_t match_ctx_init (re_match_context_t *cache, int eflags,
int n) internal_function;
Expand Down
3 changes: 1 addition & 2 deletions contrib/completion/git-completion.bash
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,7 @@ __git ()
# GNU General Public License for more details.
#
# 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.
# along with this program; if not, see <http://www.gnu.org/licenses/>.
#
# The latest version of this software can be obtained here:
#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
* GNU General Public License for more details.
*
* 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
* along with this program; if not, see <http://www.gnu.org/licenses/>.
*/

/*
Expand Down
3 changes: 1 addition & 2 deletions contrib/credential/libsecret/git-credential-libsecret.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
* GNU General Public License for more details.
*
* 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
* along with this program; if not, see <http://www.gnu.org/licenses/>.
*/

/*
Expand Down
5 changes: 2 additions & 3 deletions contrib/emacs/git-blame.el
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@
;; PURPOSE. See the GNU General Public License for more details.

;; 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
;; License along with this program; if not, see
;; <http://www.gnu.org/licenses/>.

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

Expand Down
5 changes: 2 additions & 3 deletions contrib/emacs/git.el
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@
;; PURPOSE. See the GNU General Public License for more details.
;;
;; 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
;; License along with this program; if not, see
;; <http://www.gnu.org/licenses/>.

;;; Commentary:

Expand Down
3 changes: 1 addition & 2 deletions contrib/fast-import/import-directories.perl
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
# GNU General Public License for more details.
#
# 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., 675 Mass Ave, Cambridge, MA 02139, USA.
# along with this program; if not, see <http://www.gnu.org/licenses/>.
#
# ------------------------------------------------------------------------

Expand Down
3 changes: 1 addition & 2 deletions contrib/hg-to-git/hg-to-git.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
GNU General Public License for more details.
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., 675 Mass Ave, Cambridge, MA 02139, USA.
along with this program; if not, see <http://www.gnu.org/licenses/>.
"""

import os, os.path, sys
Expand Down
3 changes: 1 addition & 2 deletions ewah/bitmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
* GNU General Public License for more details.
*
* 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
* along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
#include "cache.h"
#include "ewok.h"
Expand Down
3 changes: 1 addition & 2 deletions ewah/ewah_bitmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
* GNU General Public License for more details.
*
* 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
* along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
#include "git-compat-util.h"
#include "ewok.h"
Expand Down
3 changes: 1 addition & 2 deletions ewah/ewah_io.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
* GNU General Public License for more details.
*
* 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
* along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
#include "git-compat-util.h"
#include "ewok.h"
Expand Down
3 changes: 1 addition & 2 deletions ewah/ewah_rlw.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
* GNU General Public License for more details.
*
* 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
* along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
#include "git-compat-util.h"
#include "ewok.h"
Expand Down
3 changes: 1 addition & 2 deletions ewah/ewok.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
* GNU General Public License for more details.
*
* 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
* along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
#ifndef __EWOK_BITMAP_H__
#define __EWOK_BITMAP_H__
Expand Down
3 changes: 1 addition & 2 deletions ewah/ewok_rlw.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
* GNU General Public License for more details.
*
* 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
* along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
#ifndef __EWOK_RLW_H__
#define __EWOK_RLW_H__
Expand Down
3 changes: 1 addition & 2 deletions imap-send.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
* GNU General Public License for more details.
*
* 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
* along with this program; if not, see <http://www.gnu.org/licenses/>.
*/

#include "cache.h"
Expand Down
4 changes: 1 addition & 3 deletions kwset.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@
GNU General Public License for more details.
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., 51 Franklin Street - Fifth Floor, Boston, MA
02110-1301, USA. */
along with this program; if not, see <http://www.gnu.org/licenses/>. */

/* Written August 1989 by Mike Haertel.
The author may be reached (Email) at the address [email protected],
Expand Down
4 changes: 1 addition & 3 deletions kwset.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@
GNU General Public License for more details.
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., 51 Franklin Street - Fifth Floor, Boston, MA
02110-1301, USA. */
along with this program; if not, see <http://www.gnu.org/licenses/>. */

/* Written August 1989 by Mike Haertel.
The author may be reached (Email) at the address [email protected],
Expand Down
6 changes: 2 additions & 4 deletions sh-i18n--envsubst.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@
GNU General Public License for more details.
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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
along with this program; if not, see <http://www.gnu.org/licenses/>. */

/* closeout.c - close standard output and standard error
Copyright (C) 1998-2007 Free Software Foundation, Inc.
Expand All @@ -47,8 +46,7 @@
GNU General Public License for more details.
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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
along with this program; if not, see <http://www.gnu.org/licenses/>. */

#include <errno.h>
#include <stdio.h>
Expand Down
4 changes: 1 addition & 3 deletions t/t9114-git-svn-dcommit-merge.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ cat << EOF
# GNU General Public License for more details.
#
# 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
# along with this program; if not, see <http://www.gnu.org/licenses/>.
#
EOF
}
Expand Down
3 changes: 1 addition & 2 deletions trace.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
* GNU General Public License for more details.
*
* 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
* along with this program; if not, see <http://www.gnu.org/licenses/>.
*/

#include "cache.h"
Expand Down
4 changes: 2 additions & 2 deletions xdiff/xdiff.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
* Lesser General Public License for more details.
*
* 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
* License along with this library; if not, see
* <http://www.gnu.org/licenses/>.
*
* Davide Libenzi <[email protected]>
*
Expand Down
4 changes: 2 additions & 2 deletions xdiff/xdiffi.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
* Lesser General Public License for more details.
*
* 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
* License along with this library; if not, see
* <http://www.gnu.org/licenses/>.
*
* Davide Libenzi <[email protected]>
*
Expand Down
4 changes: 2 additions & 2 deletions xdiff/xdiffi.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
* Lesser General Public License for more details.
*
* 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
* License along with this library; if not, see
* <http://www.gnu.org/licenses/>.
*
* Davide Libenzi <[email protected]>
*
Expand Down
4 changes: 2 additions & 2 deletions xdiff/xemit.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
* Lesser General Public License for more details.
*
* 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
* License along with this library; if not, see
* <http://www.gnu.org/licenses/>.
*
* Davide Libenzi <[email protected]>
*
Expand Down
4 changes: 2 additions & 2 deletions xdiff/xemit.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
* Lesser General Public License for more details.
*
* 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
* License along with this library; if not, see
* <http://www.gnu.org/licenses/>.
*
* Davide Libenzi <[email protected]>
*
Expand Down
4 changes: 2 additions & 2 deletions xdiff/xinclude.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
* Lesser General Public License for more details.
*
* 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
* License along with this library; if not, see
* <http://www.gnu.org/licenses/>.
*
* Davide Libenzi <[email protected]>
*
Expand Down
4 changes: 2 additions & 2 deletions xdiff/xmacros.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
* Lesser General Public License for more details.
*
* 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
* License along with this library; if not, see
* <http://www.gnu.org/licenses/>.
*
* Davide Libenzi <[email protected]>
*
Expand Down
Loading

0 comments on commit 4842579

Please sign in to comment.