diff --git a/LICENSE b/LICENSE index 89232b5..a3706aa 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2010-2015 David Majda +Copyright (c) 2010-2016 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 30c2f38..db0ab6e 100644 --- a/Makefile +++ b/Makefile @@ -57,7 +57,7 @@ browser: echo ' *' >> $(BROWSER_FILE_DEV) echo ' * http://pegjs.org/' >> $(BROWSER_FILE_DEV) echo ' *' >> $(BROWSER_FILE_DEV) - echo ' * Copyright (c) 2010-2015 David Majda' >> $(BROWSER_FILE_DEV) + echo ' * Copyright (c) 2010-2016 David Majda' >> $(BROWSER_FILE_DEV) echo ' * Licensed under the MIT license.' >> $(BROWSER_FILE_DEV) echo ' */' >> $(BROWSER_FILE_DEV)