diff options
author | scuri <scuri> | 2011-02-13 16:20:55 +0000 |
---|---|---|
committer | scuri <scuri> | 2011-02-13 16:20:55 +0000 |
commit | 50e5d0b12807210cd2c9fd44ebaf1ba9a918df83 (patch) | |
tree | a982c8cadf670b6d10dbda9c49e0d5b2ecdc3e12 | |
parent | d7769fd3394c0e9fd8969b74b6abc1e3fad2d6fe (diff) |
*** empty log message ***
-rw-r--r-- | COPYRIGHT | 2 | ||||
-rw-r--r-- | html/en/copyright.html | 2 | ||||
-rw-r--r-- | include/im_lib.h | 4 |
3 files changed, 4 insertions, 4 deletions
@@ -7,7 +7,7 @@ and commercial purposes at absolutely no cost. =============================================================================== -Copyright (C) 1994-2010 Tecgraf, PUC-Rio. +Copyright (C) 1994-2011 Tecgraf, PUC-Rio. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/html/en/copyright.html b/html/en/copyright.html index 4bfb681..a9fae4d 100644 --- a/html/en/copyright.html +++ b/html/en/copyright.html @@ -25,7 +25,7 @@ a Tecgraf logo and a link to our site in a web page for your product. </p> from licensed software. The library was developed by request of Petrobras. Petrobras permits Tecgraf to distribute the library under the conditions here presented.</p> <hr> -<p>Copyright © 1994-2010 <a HREF="http://www.tecgraf.puc-rio.br">Tecgraf</a>, <a HREF="http://www.puc-rio.br">PUC-Rio</a>.</p> +<p>Copyright © 1994-2011 <a HREF="http://www.tecgraf.puc-rio.br">Tecgraf</a>, <a HREF="http://www.puc-rio.br">PUC-Rio</a>.</p> <p>Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit diff --git a/include/im_lib.h b/include/im_lib.h index dc842af..f410077 100644 --- a/include/im_lib.h +++ b/include/im_lib.h @@ -30,7 +30,7 @@ extern "C" { * @{ */ #define IM_AUTHOR "Antonio Scuri" -#define IM_COPYRIGHT "Copyright (C) 1994-2010 Tecgraf, PUC-Rio." +#define IM_COPYRIGHT "Copyright (C) 1994-2011 Tecgraf, PUC-Rio." #define IM_VERSION "3.6" /* bug fixes are reported only by imVersion functions */ #define IM_VERSION_NUMBER 306000 #define IM_VERSION_DATE "2010/01/26" /* does not include bug fix releases */ @@ -105,7 +105,7 @@ int imVersionNumber(void); \verbatim **************************************************************************** -Copyright (C) 1994-2010 Tecgraf, PUC-Rio. +Copyright (C) 1994-2011 Tecgraf, PUC-Rio. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the |