From cab6a2b2f012f5963d0f4294217578c790508fcc Mon Sep 17 00:00:00 2001 From: Stephen Mathieson <571265+stephenmathieson@users.noreply.github.com> Date: Mon, 31 Jul 2023 11:27:58 -0400 Subject: [PATCH] fix: Use correct copyright year (#4098) * fix: Use correct copyright year This patch corrects the copyright year included in the built `axe.js` and `axe.min.js` files. Deque Systems, Inc has held the copyright for axe-core since 2015. * Update lib/intro.stub Co-authored-by: Wilco Fiers --------- Co-authored-by: Wilco Fiers --- lib/intro.stub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/intro.stub b/lib/intro.stub index 6d76fb1e4c..77aa61cf83 100644 --- a/lib/intro.stub +++ b/lib/intro.stub @@ -1,5 +1,5 @@ /*! axe v<%= pkg.version %> - * Copyright (c) <%= grunt.template.today("yyyy") %> Deque Systems, Inc. + * Copyright (c) 2015 - <%= grunt.template.today("yyyy") %> Deque Systems, Inc. * * Your use of this Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this