diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/example1.cpp | 4 | ||||
-rw-r--r-- | examples/example2.cpp | 4 | ||||
-rw-r--r-- | examples/example3.cpp | 4 | ||||
-rw-r--r-- | examples/example4.cpp | 4 | ||||
-rw-r--r-- | examples/example5.cpp | 4 | ||||
-rw-r--r-- | examples/example6.cpp | 2 | ||||
-rw-r--r-- | examples/viewer/viewer.cpp | 4 |
7 files changed, 13 insertions, 13 deletions
diff --git a/examples/example1.cpp b/examples/example1.cpp index cbe7d032..8cd271d3 100644 --- a/examples/example1.cpp +++ b/examples/example1.cpp @@ -1,5 +1,5 @@ // -// VMime library (http://vmime.sourceforge.net) +// VMime library (http://www.vmime.org) // Copyright (C) 2002-2005 Vincent Richard <[email protected]> // // This program is free software; you can redistribute it and/or @@ -24,7 +24,7 @@ // to build a simple message. // // For more information, please visit: -// http://vmime.sourceforge.net/ +// http://www.vmime.org/ // #include <iostream> diff --git a/examples/example2.cpp b/examples/example2.cpp index 2b309fc4..70389076 100644 --- a/examples/example2.cpp +++ b/examples/example2.cpp @@ -1,5 +1,5 @@ // -// VMime library (http://vmime.sourceforge.net) +// VMime library (http://www.vmime.org) // Copyright (C) 2002-2005 Vincent Richard <[email protected]> // // This program is free software; you can redistribute it and/or @@ -24,7 +24,7 @@ // to build a simple message with an attachment. // // For more information, please visit: -// http://vmime.sourceforge.net/ +// http://www.vmime.org/ // #include <iostream> diff --git a/examples/example3.cpp b/examples/example3.cpp index 9638356b..1bfa21c8 100644 --- a/examples/example3.cpp +++ b/examples/example3.cpp @@ -1,5 +1,5 @@ // -// VMime library (http://vmime.sourceforge.net) +// VMime library (http://www.vmime.org) // Copyright (C) 2002-2005 Vincent Richard <[email protected]> // // This program is free software; you can redistribute it and/or @@ -24,7 +24,7 @@ // to build a complex message (HTML content, plain text and embedded image). // // For more information, please visit: -// http://vmime.sourceforge.net/ +// http://www.vmime.org/ // #include <iostream> diff --git a/examples/example4.cpp b/examples/example4.cpp index 27485264..437815ac 100644 --- a/examples/example4.cpp +++ b/examples/example4.cpp @@ -1,5 +1,5 @@ // -// VMime library (http://vmime.sourceforge.net) +// VMime library (http://www.vmime.org) // Copyright (C) 2002-2005 Vincent Richard <[email protected]> // // This program is free software; you can redistribute it and/or @@ -24,7 +24,7 @@ // to enumerate the text parts in a message. // // For more information, please visit: -// http://vmime.sourceforge.net/ +// http://www.vmime.org/ // #include <iostream> diff --git a/examples/example5.cpp b/examples/example5.cpp index c1079a3b..3404be97 100644 --- a/examples/example5.cpp +++ b/examples/example5.cpp @@ -1,5 +1,5 @@ // -// VMime library (http://vmime.sourceforge.net) +// VMime library (http://www.vmime.org) // Copyright (C) 2002-2005 Vincent Richard <[email protected]> // // This program is free software; you can redistribute it and/or @@ -24,7 +24,7 @@ // to enumerate the attachments in a message. // // For more information, please visit: -// http://vmime.sourceforge.net/ +// http://www.vmime.org/ // #include <iostream> diff --git a/examples/example6.cpp b/examples/example6.cpp index 5bd677e6..823ff3a0 100644 --- a/examples/example6.cpp +++ b/examples/example6.cpp @@ -1,5 +1,5 @@ // -// VMime library (http://vmime.sourceforge.net) +// VMime library (http://www.vmime.org) // Copyright (C) 2002-2005 Vincent Richard <[email protected]> // // This program is free software; you can redistribute it and/or diff --git a/examples/viewer/viewer.cpp b/examples/viewer/viewer.cpp index 37077112..2f80b33c 100644 --- a/examples/viewer/viewer.cpp +++ b/examples/viewer/viewer.cpp @@ -1,5 +1,5 @@ // -// VMime library (http://vmime.sourceforge.net) +// VMime library (http://www.vmime.org) // Copyright (C) 2002-2005 Vincent Richard <[email protected]> // // This program is free software; you can redistribute it and/or @@ -24,7 +24,7 @@ // The user interface is written using GTK+ 2.6. // // For more information, please visit: -// http://vmime.sourceforge.net/ +// http://www.vmime.org/ // #include <iostream> |