+2003-01-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * test-dist.el (test-wl-demo-copyright-notice): Check always.
+
 2002-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
 
        * test-dist.el (test-version-toplevel-changelog): Fixed regexp.
 
             (nth 1 (product-version (product-find 'wl-version)))))))
      '("README" "README.ja"))))
 
-;; copyright notice (beta only)
+;; copyright notice
 (luna-define-method test-wl-demo-copyright-notice ((case test-dist))
   (require 'wl-demo)
-  (when (string= (wl-version-status) "beta")
-    (lunit-assert
-     (string-match
-      (format-time-string "%Y" (current-time))
-      wl-demo-copyright-notice))))
+  (lunit-assert
+   (string-match
+    (format-time-string "%Y" (current-time))
+    wl-demo-copyright-notice)))