From 5fa99ccc34bc2479945ce75dabd5d74f25eedddd Mon Sep 17 00:00:00 2001 From: David Majda Date: Sat, 7 Dec 2013 15:34:16 +0100 Subject: [PATCH] Update copyright years to 2010-2013 --- LICENSE | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)