aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32heap.c
diff options
context:
space:
mode:
authorPaul Eggert2017-01-01 03:14:01 +0000
committerPaul Eggert2016-12-31 19:42:26 -0800
commit5badc81c1cdfbb261ad3e6d1b753defb15712f26 (patch)
tree24d27c1855ccb9f14e0cfae7d0310f9597ae5f0f /src/w32heap.c
parente092f08515af5e523a85ce0624e36da61fba65bd (diff)
downloademacs-5badc81c1cdfbb261ad3e6d1b753defb15712f26.tar.gz
emacs-5badc81c1cdfbb261ad3e6d1b753defb15712f26.zip
Update copyright year to 2017
Run admin/update-copyright.
Diffstat (limited to 'src/w32heap.c')
-rw-r--r--src/w32heap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32heap.c b/src/w32heap.c
index 3e628d54c42..a59162aee08 100644
--- a/src/w32heap.c
+++ b/src/w32heap.c
@@ -1,5 +1,5 @@
1/* Heap management routines for GNU Emacs on the Microsoft Windows API. 1/* Heap management routines for GNU Emacs on the Microsoft Windows API.
2 Copyright (C) 1994, 2001-2016 Free Software Foundation, Inc. 2 Copyright (C) 1994, 2001-2017 Free Software Foundation, Inc.
3 3
4 This file is part of GNU Emacs. 4 This file is part of GNU Emacs.
5 5