diff --git a/LICENSE b/LICENSE index 8a870ab..d7a01da 100644 --- a/LICENSE +++ b/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 diff --git a/Makefile b/Makefile index 2d4e65b..65b274a 100644 --- a/Makefile +++ b/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)