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