Skip to content
This repository was archived by the owner on Dec 7, 2022. It is now read-only.

Commit 2f6f105

Browse files
committed
Move license info to the end of the README
1 parent df3b2fe commit 2f6f105

File tree

1 file changed

+16
-14
lines changed

1 file changed

+16
-14
lines changed

README.md

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,3 @@
1-
Copyright 2013 Google Inc. All Rights Reserved.
2-
3-
Licensed under the Apache License, Version 2.0 (the "License");
4-
you may not use this file except in compliance with the License.
5-
You may obtain a copy of the License at
6-
7-
[http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)
8-
9-
Unless required by applicable law or agreed to in writing, software
10-
distributed under the License is distributed on an "AS IS" BASIS,
11-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12-
See the License for the specific language governing permissions and
13-
limitations under the License.
14-
151
# Accessibility Developer Tools
162

173
This is a library of accessibility-related testing and utility code.
@@ -169,3 +155,19 @@ You can set a `scope` on the `AuditConfiguration` object like this:
169155
var configuration = new axs.AuditConfiguration();
170156
configuration.scope = document.querySelector('main'); // or however you wish to choose your scope element
171157
axs.Audit.run(configuration);
158+
159+
## License
160+
161+
Copyright 2013 Google Inc. All Rights Reserved.
162+
163+
Licensed under the Apache License, Version 2.0 (the "License");
164+
you may not use this file except in compliance with the License.
165+
You may obtain a copy of the License at
166+
167+
[http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)
168+
169+
Unless required by applicable law or agreed to in writing, software
170+
distributed under the License is distributed on an "AS IS" BASIS,
171+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
172+
See the License for the specific language governing permissions and
173+
limitations under the License.

0 commit comments

Comments
 (0)