Works for me.
/ Peter Bortas
Previous text:
2002-10-07 11:46: Subject: Copyright
Good stuff; let's formalize and document in the policy page. Is this a good proposal:
If you cut and paste code from external sources (libraries and the like) into Pike, mark the affected areas in the code with a begin and end comment, like this:
/* Start of code borrowed from libjpeg/6b */
[...]
/* End of code borrowed from libjpeg/6b */
The same goes for code inspired by other code to the degree where the code can be said to be based on the original, in the copyright sense of the word. The reasoning behind this rule is to simplify reverting the code, in case we would have to, at a later date, for any reason. Naturally, you replace "libjpeg/6b" with the name and version (where applicable) of your source.
/ Johan Sundström (ska bli kalif i stället för kalifen)