Skip to content

Commit

Permalink
fix: Use correct copyright year (#4098)
Browse files Browse the repository at this point in the history
* 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 <WilcoFiers@users.noreply.github.com>

---------

Co-authored-by: Wilco Fiers <WilcoFiers@users.noreply.github.com>
  • Loading branch information
stephenmathieson and WilcoFiers committed Jul 31, 2023
1 parent d77f47b commit cab6a2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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
Expand Down

0 comments on commit cab6a2b

Please sign in to comment.