Comparing version 2.2.1 to 2.2.2
{ | ||
"name": "apg", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"description": "An ABNF Parser Generator - generates recursive-descent parsers from grammars written in a superset of Augmented Backus-Naur Form (ABNF)", | ||
@@ -5,0 +5,0 @@ "main": "./src/exports.js", |
@@ -68,3 +68,3 @@ ##JavaScript APG | ||
`JavaScript APG 2.0, Copyright (C) 2106 Lowell D. Thomas, all rights reserved` | ||
`JavaScript APG 2.0, Copyright (C) 2016 Lowell D. Thomas, all rights reserved` | ||
@@ -71,0 +71,0 @@ Note: If there is a name conflict on your system |
@@ -52,3 +52,3 @@ // This module simply holds and displays the configuration. | ||
var FILE_DIVIDER = "/"; | ||
var COPYRIGHT = "Copyright (C) 2106 Lowell D. Thomas, all rights reserved"; | ||
var COPYRIGHT = "Copyright (C) 2016 Lowell D. Thomas, all rights reserved"; | ||
/* Getters for apg system information. */ | ||
@@ -55,0 +55,0 @@ this.getVersion = function() { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package