Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support correctly reading copyright statements #48

Open
rhdunn opened this issue Apr 12, 2013 · 0 comments
Open

Support correctly reading copyright statements #48

rhdunn opened this issue Apr 12, 2013 · 0 comments

Comments

@rhdunn
Copy link
Owner

rhdunn commented Apr 12, 2013

Copyright statements have the form:

Copyright (C) 2009
Copyright (C) 2008-2010
Copyright (C) 2004, 2008
Copyright© 2013

which all share a common format:

COPYRIGHT := 'copyright' (('(' 'C' ')') | '©') ((YEAR | (YEAR '-' YEAR)) ~ ',')

The Copyright (C)/Copyright© portion should just be read as "copyright". The YEAR '-' YEAR portion should be read as "YEAR to YEAR".

Here, the YEAR items are numbers that are read as years as outlined in issue #44 (date/time support).


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant