diff options
author | James Lal <james@lightsofapollo.com> | 2012-07-23 22:54:05 -0700 |
---|---|---|
committer | James Lal <james@lightsofapollo.com> | 2012-07-23 22:54:05 -0700 |
commit | cbb1142c4dcefeffe47d85a14ea65fc23c9739a2 (patch) | |
tree | 9d9341ca1be493f65af366ab35cd901be9d6c21e /LICENSE | |
parent | 585956e08bb7afaa3001684e7a65bf462d7acaaa (diff) | |
download | jsCalDAV-cbb1142c4dcefeffe47d85a14ea65fc23c9739a2.tar.gz |
Replace xhr auth with headers when using mozSystem, directly package sax.js, add license blocks. Fixes #1, #2, #3
Diffstat (limited to 'LICENSE')
-rw-r--r-- | LICENSE | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -0,0 +1,14 @@ +Copyright 2012, Mozilla Foundation + +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 + +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. + |