Mercurial > hg > xemacs-beta
comparison modules/sample/internal/sample.c @ 5417:dd9541c73e70
Converted the modules samples to GPLv3 or later.
author | Mats Lidell <matsl@xemacs.org> |
---|---|
date | Wed, 27 Oct 2010 21:46:49 +0200 |
parents | dce479915b74 |
children |
comparison
equal
deleted
inserted
replaced
5416:365bc8cb5894 | 5417:dd9541c73e70 |
---|---|
2 * Very simple sample module. Illustrates most of the salient features | 2 * Very simple sample module. Illustrates most of the salient features |
3 * of Emacs dynamic modules. | 3 * of Emacs dynamic modules. |
4 * (C) Copyright 1998, 1999 J. Kean Johnston. All rights reserved. | 4 * (C) Copyright 1998, 1999 J. Kean Johnston. All rights reserved. |
5 * (C) Copyright 2002 Jerry James. | 5 * (C) Copyright 2002 Jerry James. |
6 * | 6 * |
7 * This sample module code is free software; you can redistribute it and/or | 7 * This sample is free software; you can redistribute it and/or modify it |
8 * modify it under the terms of the GNU General Public License as published | 8 * under the terms of the GNU General Public License as published by the |
9 * by the Free Software Foundation; either version 2, or (at your option) | 9 * Free Software Foundation, either version 3 of the License, or (at your |
10 * any later version. | 10 * option) any later version. |
11 */ | 11 */ |
12 | 12 |
13 #include <config.h> | 13 #include <config.h> |
14 #include "lisp.h" | 14 #include "lisp.h" |
15 | 15 |