1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-25 08:12:11 -07:00

Remove $id$: this causes sphinx to wrongly think that the download has changed.

Copied from Perforce
 Change: 181165
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Gareth Rees 2013-03-18 15:08:15 +00:00
parent 85e9e019e3
commit 2ca54e2eca

View file

@ -1,7 +1,6 @@
/* scheme.c -- SCHEME INTERPRETER EXAMPLE FOR THE MEMORY POOL SYSTEM
*
* $Id$
* Copyright (c) 2001-2012 Ravenbrook Limited. See end of file for license.
* Copyright (c) 2001-2013 Ravenbrook Limited. See end of file for license.
*
* TO DO
* - unbounded integers, other number types.
@ -3636,7 +3635,7 @@ int main(int argc, char *argv[])
/* C. COPYRIGHT AND LICENSE
*
* Copyright (C) 2001-2012 Ravenbrook Limited <http://www.ravenbrook.com/>.
* Copyright (C) 2001-2013 Ravenbrook Limited <http://www.ravenbrook.com/>.
* All rights reserved. This is an open source license. Contact
* Ravenbrook for commercial licensing options.
*