Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I happen to notice this in the GNU make manual. Just a slip or what?

Also, how are copyright years in man make (1992, 1993, 1996, 1999) determined? When the man itself changed?

share|improve this question
Maybe there was no new version in 2001 – antlersoft Mar 2 '12 at 18:31
I doubt there was no activity on make in 2001 ... well, it depends on what is defined as a new version. Besides, maybe is hardly an answer. – courteous Mar 2 '12 at 19:00
1  
I wouldn't close this question. It might have a well-defined, verifiable answer. – usr Mar 2 '12 at 19:23
Why the downvotes? Clearly, I'm not asking for a legal advice ... just curious about what determines the years (that get put into either the manual or man). And if there is no (known) definitive answer (ie. not a "maybe"), then so be it. – courteous Mar 2 '12 at 19:38
3  
"GNU copyright year" produces: gnu.org/prep/maintain/html_node/Copyright-Notices.html "To update the list of year numbers, add each year in which you have made nontrivial changes to the package." – usr Mar 4 '12 at 11:30
show 3 more comments

1 Answer

up vote 0 down vote accepted

Should anybody be interested (as me), it was the mundane/Occam answer after all, there was no change in 2001.

This was the answer from a make developer:

According to the ChangeLog (available in every release so you can check it yourself) there was a modification to the manual in July 2000, then the next change to the manual is in June 2002.

share|improve this answer
1  
Also note that as of four days ago, the GNU maintainers decided to simplify their copyright to a range of years. Perhaps you prompted this change! (commit comment: "Simplify copyrights using ranges of years. The new GNU Maintainer's Manual allows the use of year ranges in certain situations; take advantage of this simplification;" see e.g. Diff of make.h) – Matt B. Mar 9 '12 at 21:27
@MattB., that's really interesting, thank you for mentioning. A small step for GNU, a giant downvote for me. =) – courteous Mar 10 '12 at 15:14

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.