Browse Source

Update copyright years to 2010-2013

redux
David Majda 10 years ago
parent
commit
5fa99ccc34
  1. 2
      LICENSE
  2. 2
      Makefile

2
LICENSE

@ -1,4 +1,4 @@
Copyright (c) 2010-2012 David Majda
Copyright (c) 2010-2013 David Majda
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation

2
Makefile

@ -69,7 +69,7 @@ browser:
echo ' *' >> $(BROWSER_FILE_DEV)
echo ' * http://pegjs.majda.cz/' >> $(BROWSER_FILE_DEV)
echo ' *' >> $(BROWSER_FILE_DEV)
echo ' * Copyright (c) 2010-2012 David Majda' >> $(BROWSER_FILE_DEV)
echo ' * Copyright (c) 2010-2013 David Majda' >> $(BROWSER_FILE_DEV)
echo ' * Licensed under the MIT license' >> $(BROWSER_FILE_DEV)
echo ' */' >> $(BROWSER_FILE_DEV)
echo 'var PEG = (function(undefined) {' >> $(BROWSER_FILE_DEV)

Loading…
Cancel
Save