]> code.delx.au - gnu-emacs/blobdiff - test/cedet/tests/test.c
Update Semantic test copyrights, delete some test files (Bug#4656).
[gnu-emacs] / test / cedet / tests / test.c
index 38f371a39200b56d305edfd9a4afd51db73df72b..3ded385fed4de0ae4f1dd511a2ab0c8c2e878e76 100644 (file)
@@ -1,9 +1,29 @@
-/* Test file for C language.
- * Attempt to include as many aspects of the C language as possible.
- *
- * $Id: test.c,v 1.2 2009/09/28 23:23:31 cyd Exp $
- *
+/* test.c --- Semantic unit test for C.
+
+   Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
+   2010 Free Software Foundation, Inc.
+
+   Author: Eric M. Ludlam <eric@siege-engine.com>
+
+   This file is part of GNU Emacs.
+
+   GNU Emacs is free software: you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation, either version 3 of the License, or
+   (at your option) any later version.
+
+   GNU Emacs is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   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.  If not, see <http://www.gnu.org/licenses/>.
+*/
+
+/* Attempt to include as many aspects of the C language as possible.
  */
+
 /* types of include files */
 #include "includeme1.h"
 #include <includeme2.h>