From 41d95ad323022fc6a6a93e38571d6edf8e5a0fb4 Mon Sep 17 00:00:00 2001 From: David Majda Date: Sat, 7 Dec 2013 15:39:27 +0100 Subject: [PATCH] Makefile: Add missing period at the ned of a sentence --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 65b274a..092a80c 100644 --- a/Makefile +++ b/Makefile @@ -70,7 +70,7 @@ browser: echo ' * http://pegjs.majda.cz/' >> $(BROWSER_FILE_DEV) echo ' *' >> $(BROWSER_FILE_DEV) echo ' * Copyright (c) 2010-2013 David Majda' >> $(BROWSER_FILE_DEV) - echo ' * Licensed under the MIT license' >> $(BROWSER_FILE_DEV) + echo ' * Licensed under the MIT license.' >> $(BROWSER_FILE_DEV) echo ' */' >> $(BROWSER_FILE_DEV) echo 'var PEG = (function(undefined) {' >> $(BROWSER_FILE_DEV) echo ' var modules = {' >> $(BROWSER_FILE_DEV)