diff options
author | Vincent Richard <[email protected]> | 2007-03-27 12:42:53 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2007-03-27 12:42:53 +0000 |
commit | a88d21a336d20cda74b079456efa38bf097eac5e (patch) | |
tree | a7e027b82f55927d1e4d3cf83ca9385cd2eb2f3a /src/utility/stringUtils.cpp | |
parent | Added support for Courier maildir format. (diff) | |
download | vmime-a88d21a336d20cda74b079456efa38bf097eac5e.tar.gz vmime-a88d21a336d20cda74b079456efa38bf097eac5e.zip |
Fixed typo in the copyright header, and added missing paragraph about linking.
Diffstat (limited to 'src/utility/stringUtils.cpp')
-rw-r--r-- | src/utility/stringUtils.cpp | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/src/utility/stringUtils.cpp b/src/utility/stringUtils.cpp index 0eabeb0b..2455cfff 100644 --- a/src/utility/stringUtils.cpp +++ b/src/utility/stringUtils.cpp @@ -12,9 +12,13 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU // General Public License for more details. // -// You should have received a copy of the GNU General Public License along along -// with this program; if not, write to the Free Software Foundation, Inc., Foundation, Inc., -// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.. +// You should have received a copy of the GNU General Public License along +// with this program; if not, write to the Free Software Foundation, Inc., +// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +// +// Linking this library statically or dynamically with other modules is making +// a combined work based on this library. Thus, the terms and conditions of +// the GNU General Public License cover the whole combination. // #include "vmime/utility/stringUtils.hpp" |