diff options
Diffstat (limited to 'plugins/AdvaImg')
-rw-r--r-- | plugins/AdvaImg/src/main.cpp | 2 | ||||
-rw-r--r-- | plugins/AdvaImg/src/version.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/AdvaImg/src/main.cpp b/plugins/AdvaImg/src/main.cpp index 9becaa631c..799f8bc102 100644 --- a/plugins/AdvaImg/src/main.cpp +++ b/plugins/AdvaImg/src/main.cpp @@ -1,6 +1,6 @@ /*
Plugin of Miranda IM for reading/writing PNG images.
-Copyright (c) 2004-6 George Hazan (ghazan@postman.ru)
+Copyright (c) 2004-06 George Hazan (ghazan@postman.ru)
Portions of this code are gotten from the libpng codebase.
Copyright 2000, Willem van Schaik. For conditions of distribution and
diff --git a/plugins/AdvaImg/src/version.h b/plugins/AdvaImg/src/version.h index 7fd84ae00a..1c8598ee65 100644 --- a/plugins/AdvaImg/src/version.h +++ b/plugins/AdvaImg/src/version.h @@ -10,4 +10,4 @@ #define __DESCRIPTION "Generic image services for Miranda NG."
#define __AUTHOR "Nightwish, The FreeImage project (http://freeimage.sourceforge.net/)"
#define __AUTHORWEB "https://miranda-ng.org/p/AdvaImg/"
-#define __COPYRIGHT "© 2000-2012 Miranda-IM project, 2012-17 Miranda NG project uses the FreeImage distribution"
+#define __COPYRIGHT "© 2000-2012 Miranda-IM project, 2012-18 Miranda NG team uses the FreeImage distribution"
|