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;

0 commit comments

Comments
 (0)