]> git.eshelyaron.com Git - emacs.git/commitdiff
Merge from gnulib, mostly to fix copyright years
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 1 Jan 2018 09:24:45 +0000 (01:24 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 1 Jan 2018 09:25:56 +0000 (01:25 -0800)
build-aux/config.guess
build-aux/config.sub
doc/misc/texinfo.tex
lib/fsusage.c
lib/gnulib.mk.in
m4/fsusage.m4

index 6be308dd9c752b970ab6cf4665acdfe21473044d..770cb5c7eb04466a6d1d1ccf979ebe4ff72ddf50 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Attempt to guess a canonical system name.
-#   Copyright 1992-2018 Free Software Foundation, Inc.
+#   Copyright 1992-2017 Free Software Foundation, Inc.
 
 timestamp='2017-12-17'
 
index 9e84c010ecfdb3a4bb0d5475bb5b8a789ed7feee..4fa505b51aaab34849ee239a319264c3ececc701 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Configuration validation subroutine script.
-#   Copyright 1992-2018 Free Software Foundation, Inc.
+#   Copyright 1992-2017 Free Software Foundation, Inc.
 
 timestamp='2017-11-23'
 
index b0179d6b0074c4ce29af0d952b43ad1d1809219b..1987c50ba264f7e82d8d17e3ee7b075ecc053e5e 100644 (file)
@@ -5,7 +5,10 @@
 %
 \def\texinfoversion{2017-12-26.21}
 %
-% Copyright 1985-1986, 1988, 1990-2018 Free Software Foundation, Inc.
+% Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
+% 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
+% 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017
+% Free Software Foundation, Inc.
 %
 % This texinfo.tex file is free software: you can redistribute it and/or
 % modify it under the terms of the GNU General Public License as
index 3482c5f3ac352f56b731aaa89f7e7a357fce415f..6920f8530a17f158b70ae4f8748812d2ccf44d64 100644 (file)
@@ -1,7 +1,7 @@
 /* fsusage.c -- return space usage of mounted file systems
 
-   Copyright (C) 1991-1992, 1996, 1998-1999, 2002-2006, 2009-2018 Free
-   Software Foundation, Inc.
+   Copyright (C) 1991-1992, 1996, 1998-1999, 2002-2006, 2009-2018 Free Software
+   Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
index d730061482818c63b9c081e06b16ec02ca30f0dc..49f4d236e440bf5834a316d33db3e8fd08b28d36 100644 (file)
@@ -540,6 +540,9 @@ INSTALL_PROGRAM = @INSTALL_PROGRAM@
 INSTALL_SCRIPT = @INSTALL_SCRIPT@
 INT32_MAX_LT_INTMAX_MAX = @INT32_MAX_LT_INTMAX_MAX@
 INT64_MAX_EQ_LONG_MAX = @INT64_MAX_EQ_LONG_MAX@
+JSON_CFLAGS = @JSON_CFLAGS@
+JSON_LIBS = @JSON_LIBS@
+JSON_OBJ = @JSON_OBJ@
 KQUEUE_CFLAGS = @KQUEUE_CFLAGS@
 KQUEUE_LIBS = @KQUEUE_LIBS@
 KRB4LIB = @KRB4LIB@
@@ -945,7 +948,6 @@ pdfdir = @pdfdir@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
-runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@
index f5faacf055a74873818c7b9f91c146178d52415c..f9dfbcb7a045dc0ce4fe7896b2505463df3a2719 100644 (file)
@@ -1,8 +1,7 @@
 # serial 32
 # Obtaining file system usage information.
 
-# Copyright (C) 1997-1998, 2000-2001, 2003-2018 Free Software
-# Foundation, Inc.
+# Copyright (C) 1997-1998, 2000-2001, 2003-2018 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,