diff options
author | Jan Lehnardt <jan@apache.org> | 2010-06-02 21:37:37 +0000 |
---|---|---|
committer | Jan Lehnardt <jan@apache.org> | 2010-06-02 21:37:37 +0000 |
commit | e699b56c551ab3225789d6dd1951fb7341854c9c (patch) | |
tree | 3f46d0b6e3bba7bfae4cfd8fa18d474479b9e4f0 /share/www/spec/custom_helpers.js | |
parent | 85ceb17d00984b902cadc7a344f9d4adb82d50a5 (diff) |
add legalese for jspec
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@950776 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share/www/spec/custom_helpers.js')
-rw-r--r-- | share/www/spec/custom_helpers.js | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/share/www/spec/custom_helpers.js b/share/www/spec/custom_helpers.js index 35055c54..d29ee87b 100644 --- a/share/www/spec/custom_helpers.js +++ b/share/www/spec/custom_helpers.js @@ -1,3 +1,15 @@ +// 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. + function stubAlert(){ if(typeof(old_alert) == 'undefined'){ old_alert = alert; |