From 787239e15c0b369d79deae2eb53b32fc816f4b63 Mon Sep 17 00:00:00 2001 From: David Majda Date: Fri, 21 Aug 2015 20:33:25 +0200 Subject: [PATCH] Update copyright years --- LICENSE | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index d7a01da..89232b5 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2010-2013 David Majda +Copyright (c) 2010-2015 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 29bbf97..97bd487 100644 --- a/Makefile +++ b/Makefile @@ -75,7 +75,7 @@ browser: echo ' *' >> $(BROWSER_FILE_DEV) echo ' * http://pegjs.org/' >> $(BROWSER_FILE_DEV) echo ' *' >> $(BROWSER_FILE_DEV) - echo ' * Copyright (c) 2010-2013 David Majda' >> $(BROWSER_FILE_DEV) + echo ' * Copyright (c) 2010-2015 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)