]> code.delx.au - gnu-emacs/blobdiff - src/getloadavg.c
Remove Time-stamp comment mark.
[gnu-emacs] / src / getloadavg.c
index 462ee16fa54818d8096d6a15c398b223284b5b1e..3f616b4711691690fc97867dc8cf0778c75ae0fd 100644 (file)
@@ -1,6 +1,6 @@
 /* Get the system load averages.
-   Copyright (C) 1985, 86, 87, 88, 89, 91, 92, 93, 1994, 1995, 1997, 2003
-       Free Software Foundation, Inc.
+   Copyright (C) 1985, 1986, 1987, 1988, 1989, 1991, 1992, 1993, 1994, 1995,
+                 1997, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
 
    NOTE: The canonical source of this file is maintained with gnulib.
    Bugs can be reported to bug-gnulib@gnu.org.
@@ -17,7 +17,7 @@
 
    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,
+   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
    USA.  */
 
 /* Compile-time symbols that this file uses:
@@ -1036,3 +1036,6 @@ main (argc, argv)
   exit (0);
 }
 #endif /* TEST */
+
+/* arch-tag: 2b37a242-6289-41f4-8cd5-0e73fd615db1
+   (do not change this comment) */