]> code.delx.au - gnu-emacs/blobdiff - test/cedet/semantic-utest-c.el
Update copyright year to 2015
[gnu-emacs] / test / cedet / semantic-utest-c.el
index bc8acaf3678a1caef6e729cd6e5955df8dabfa59..ccf57076e4cfa35ddb6f677266f56538e3a218a5 100644 (file)
@@ -1,6 +1,6 @@
 ;;; semantic-utest-c.el --- C based parsing tests.
 
-;; Copyright (C) 2008, 2009, 2010  Free Software Foundation, Inc.
+;; Copyright (C) 2008-2015 Free Software Foundation, Inc.
 
 ;; Author: Eric M. Ludlam <eric@siege-engine.com>
 
@@ -28,7 +28,7 @@
 (defvar semantic-utest-c-comparisons
   '( ("testsppreplace.c" . "testsppreplaced.c")
      )
-  "List of files to parse and compare against eachother.")
+  "List of files to parse and compare against each other.")
 
 ;;; Code:
 ;;;###autoload
@@ -69,5 +69,4 @@
 
 (provide 'semantic-utest-c)
 
-;; arch-tag: a90183e0-36ba-486e-9adb-8d37c929e6ba
 ;;; semantic-utest-c.el ends here