Click here to Skip to main content
15,894,343 members

Bugs and Suggestions

   

General discussions, site bug reports and suggestions about the site.

For general questions check out the CodeProject FAQs. To report spam and abuse Head to the Spam and abuse watch. If you wish to report a bug privately, especially those related to security, please email webmaster@codeproject.com

 
GeneralRe: Link in email from codeproject broken Pin
Henry Minute17-Sep-09 9:48
Henry Minute17-Sep-09 9:48 
GeneralRe: Link in email from codeproject broken Pin
EliottA17-Sep-09 11:00
EliottA17-Sep-09 11:00 
GeneralRe: Link in email from codeproject broken Pin
Henry Minute17-Sep-09 11:29
Henry Minute17-Sep-09 11:29 
GeneralRe: Link in email from codeproject broken Pin
Michael Wilk18-Sep-09 5:02
Michael Wilk18-Sep-09 5:02 
GeneralRe: Link in email from codeproject broken Pin
Elina Blank17-Sep-09 10:12
sitebuilderElina Blank17-Sep-09 10:12 
GeneralRe: Link in email from codeproject broken Pin
Chris Maunder22-Sep-09 3:10
cofounderChris Maunder22-Sep-09 3:10 
GeneralRe: Link in email from codeproject broken Pin
EliottA22-Sep-09 3:23
EliottA22-Sep-09 3:23 
Generalfair play under CPOL ? Pin
BillWoodruff16-Sep-09 22:01
professionalBillWoodruff16-Sep-09 22:01 
Hi,

I am using some code from an excellent article by Jean-Paul Mikkers on parsing the IE favorites folder [^].

In the download files for that article there is no copyright statement or CPOL statement (no stand-alone, no content embedded in any of the project files).

It is not my intention to use this code in a commercial project now, although I understand that option is fine under CPOL.

I've read the CPOL license carefully and I'm wondering if there is any obligation to include in your source something like the following when the code you are "borrowing" does not include any specific CPOL statements :

// Code used under the CPOL
// Code Project Open License
// http://www.codeproject.com/info/cpol10.aspx

// Source of code used under CPOL :
// Internet Explorer Favorites, deconstructed
// By Jean-Paul Mikkers
// http://www.codeproject.com/KB/shell/iefavdecon.aspx

// Mikkers cites these sources for his article :
    //http://www.arstdesign.com/articles/iefavorites.html 
    //http://www.cyanwerks.com/file-format-url.html 
    //http://sourceforge.net/projects/xbel/ 
    //http://pyxml.sourceforge.net/topics/xbel/ 

// modified 09 17 09 by Bill Woodruff

    // 1. moved the original seperate classes
        //FavoritesNode
        //IniFile
        //Utilities
        //XBELConverter ... note this class will probably replaced

        // into one container class

    // 2. moved the code to create a web page
    // out the original Program.cs file
    // and made it part of a new static class named
    // TransformToWebPage


I would do this in any case, simply for the sake of internal documentation (changes I might make to the internals of any methods or field names in the "borrowed" code I would document before the declarations of their classes or methods).

Anyway, I'm just curious what "fair play" practice is in cases like these, and I do understand there is another set of issues that would arise were I to want to distribute the actual source (the question of the fact that unless I obfuscated my code, someone could probably resurrect the source from the compiled bits ... well, who can deal with that one ?).

best, Bill

"Many : not conversant with mathematical studies, imagine that because it [the Analytical Engine] is to give results in numerical notation, its processes must consequently be arithmetical, numerical, rather than algebraical and analytical. This is an error. The engine can arrange and combine numerical quantities as if they were letters or any other general symbols; and it fact it might bring out its results in algebraical notation, were provisions made accordingly." Ada, Countess Lovelace, 1844

GeneralRe: fair play under CPOL ? Pin
Chris Maunder24-Sep-09 2:12
cofounderChris Maunder24-Sep-09 2:12 
General[suggestion] temporary ban for dumb posters Pin
Deflinek16-Sep-09 21:51
Deflinek16-Sep-09 21:51 
GeneralRe: [suggestion] temporary ban for dumb posters Pin
Tom Deketelaere17-Sep-09 1:20
professionalTom Deketelaere17-Sep-09 1:20 
GeneralRe: [suggestion] temporary ban for dumb posters Pin
Deflinek17-Sep-09 2:04
Deflinek17-Sep-09 2:04 
GeneralRe: [suggestion] temporary ban for dumb posters Pin
J4amieC17-Sep-09 2:16
J4amieC17-Sep-09 2:16 
GeneralViewing Entire Blog Pin
Arun Jacob16-Sep-09 19:09
Arun Jacob16-Sep-09 19:09 
GeneralRe: Viewing Entire Blog Pin
Thiru Thirunavukarasu17-Sep-09 8:09
Thiru Thirunavukarasu17-Sep-09 8:09 
GeneralRe: Viewing Entire Blog Pin
Arun Jacob17-Sep-09 18:07
Arun Jacob17-Sep-09 18:07 
GeneralSyntax coloring bug - C++ style Pin
N a v a n e e t h15-Sep-09 22:49
N a v a n e e t h15-Sep-09 22:49 
GeneralRe: Syntax coloring bug - C++ style Pin
Chris Maunder24-Sep-09 14:09
cofounderChris Maunder24-Sep-09 14:09 
GeneralRe: Syntax coloring bug - C++ style Pin
N a v a n e e t h24-Sep-09 15:24
N a v a n e e t h24-Sep-09 15:24 
GeneralRe: Syntax coloring bug - C++ style Pin
Chris Maunder24-Sep-09 15:30
cofounderChris Maunder24-Sep-09 15:30 
GeneralRe: Syntax coloring bug - C++ style Pin
N a v a n e e t h24-Sep-09 17:50
N a v a n e e t h24-Sep-09 17:50 
GeneralRe: Syntax coloring bug - C++ style Pin
Chris Maunder25-Sep-09 1:14
cofounderChris Maunder25-Sep-09 1:14 
GeneralRe: Syntax coloring bug - C++ style Pin
Luc Pattyn12-Oct-09 2:31
sitebuilderLuc Pattyn12-Oct-09 2:31 
GeneralRe: Syntax coloring bug - C++ style Pin
Chris Maunder12-Oct-09 5:46
cofounderChris Maunder12-Oct-09 5:46 
GeneralRe: Syntax coloring bug - C++ style Pin
Luc Pattyn12-Oct-09 6:10
sitebuilderLuc Pattyn12-Oct-09 6:10 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.