From 2f6f10505c955f780f02281de7ec2cf129509ccf Mon Sep 17 00:00:00 2001 From: Cameron Cundiff Date: Tue, 4 Feb 2014 13:09:29 -0500 Subject: [PATCH] Move license info to the end of the README --- README.md | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 21c38a90..6d483dfa 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,3 @@ -Copyright 2013 Google Inc. All Rights Reserved. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - -[http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0) - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. - # Accessibility Developer Tools 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: var configuration = new axs.AuditConfiguration(); configuration.scope = document.querySelector('main'); // or however you wish to choose your scope element axs.Audit.run(configuration); + +## License + +Copyright 2013 Google Inc. All Rights Reserved. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + +[http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0) + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License.