All Questions
Tagged with headers source-code
2 questions
11
votes
2
answers
5k
views
Updating copyright headers each new year just because Jan 1st has passed? [duplicate]
I've seen some projects that - with each new year - start to change all files in their source-tree to update the copyright year.
Isn't this just pushing hot air on a level of magnitude? AFAIK:
...
1
vote
1
answer
187
views
How do I parse a header with two different version [ID3] avoiding code duplication?
I really hope you can give me some interesting viewpoints for my situation, because I am not satisfied with my current approach.
I am writing an MP3 parser, starting with an ID3v2 parser.
Right now ...