diff options
| author | Paul Eggert | 2017-01-01 03:14:01 +0000 |
|---|---|---|
| committer | Paul Eggert | 2016-12-31 19:42:26 -0800 |
| commit | 5badc81c1cdfbb261ad3e6d1b753defb15712f26 (patch) | |
| tree | 24d27c1855ccb9f14e0cfae7d0310f9597ae5f0f /lib/ignore-value.h | |
| parent | e092f08515af5e523a85ce0624e36da61fba65bd (diff) | |
| download | emacs-5badc81c1cdfbb261ad3e6d1b753defb15712f26.tar.gz emacs-5badc81c1cdfbb261ad3e6d1b753defb15712f26.zip | |
Update copyright year to 2017
Run admin/update-copyright.
Diffstat (limited to 'lib/ignore-value.h')
| -rw-r--r-- | lib/ignore-value.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ignore-value.h b/lib/ignore-value.h index 6713d96f84e..2439d9506a7 100644 --- a/lib/ignore-value.h +++ b/lib/ignore-value.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* ignore a function return without a compiler warning. -*- coding: utf-8 -*- | 1 | /* ignore a function return without a compiler warning. -*- coding: utf-8 -*- |
| 2 | 2 | ||
| 3 | Copyright (C) 2008-2016 Free Software Foundation, Inc. | 3 | Copyright (C) 2008-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This program is free software: you can redistribute it and/or modify | 5 | This program is free software: you can redistribute it and/or modify |
| 6 | it under the terms of the GNU General Public License as published by | 6 | it under the terms of the GNU General Public License as published by |