diff options
author | Todd Zullinger <tmz@pobox.com> | 2017-11-07 00:39:33 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-11-09 13:24:13 +0900 |
commit | 63100874c1653dd6a137f74143eda322550eabc7 (patch) | |
tree | 8037dc70d6be06527fd522ff3fb38feda1b1a501 | |
parent | Merge remote-tracking branch 'philoakley/dup-gui' (diff) | |
download | tgif-63100874c1653dd6a137f74143eda322550eabc7.tar.xz |
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).
Signed-off-by: Todd Zullinger <tmz@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rwxr-xr-x | git-gui.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/git-gui.sh b/git-gui.sh index 5bc21b878d..ed24aa9d2f 100755 --- a/git-gui.sh +++ b/git-gui.sh @@ -24,8 +24,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR 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}] +along with this program; if not, see <http://www.gnu.org/licenses/>.}] ###################################################################### ## |