OSDN Git Service

Modify "@copy 2012" to read "Copyright 2012, 2013".
[mingw/mingw-org-wsl.git] / src / libcrt / complex / ctanh.c
index 9939f83..7d828ca 100644 (file)
@@ -1,6 +1,6 @@
 /**
  * @file ctanh.c
- * @copy 2012 MinGW.org project
+ * Copyright 2012, 2013 MinGW.org project
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the "Software"),
  * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
  * DEALINGS IN THE SOFTWARE.
  */
-/*  ctanh.c */
-
-/*
-   Contributed by Danny Smith
-   2003-10-20
-*/
-
-
 #include <math.h>
 #include <complex.h>
 #include <errno.h>