diff options
author | Glenn Morris <rgm@gnu.org> | 2008-02-02 04:32:33 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-02-02 04:32:33 +0000 |
commit | a9871c726e8363dc1aa0afb8d4571046fc5384e5 (patch) | |
tree | c03d848415df37367f59f2ee72a0f9615f989480 /src/chartab.c | |
parent | ec62e0ac4c9694762894269dfa96267153b5f5ca (diff) | |
download | emacs-a9871c726e8363dc1aa0afb8d4571046fc5384e5.tar.gz |
Update copyright years and FSF address.
Diffstat (limited to 'src/chartab.c')
-rw-r--r-- | src/chartab.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/chartab.c b/src/chartab.c index 5306e22cefc..5dddd27f612 100644 --- a/src/chartab.c +++ b/src/chartab.c @@ -1,5 +1,5 @@ /* chartab.c -- char-table support - Copyright (C) 2003 + Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 National Institute of Advanced Industrial Science and Technology (AIST) Registration Number H13PRO009 @@ -16,9 +16,9 @@ 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 GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, Inc., 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA. */ +along with GNU Emacs; see the file COPYING. If not, write to the +Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +Boston, MA 02110-1301, USA. */ #include <config.h> #include "lisp.h" |