From 7bc500af57f27832bd675136caa8cd1578be85c4 Mon Sep 17 00:00:00 2001 From: Michael Payne Date: Wed, 5 Sep 2012 22:54:36 -0700 Subject: [PATCH] added copyright --- web/inline.js | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/web/inline.js b/web/inline.js index a965e8cbd..334f804a0 100644 --- a/web/inline.js +++ b/web/inline.js @@ -1 +1,18 @@ - PDFJS.workerSrc = "../build/pdf.js"; \ No newline at end of file +/* 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. + */ + +'use strict'; + + PDFJS.workerSrc = "../build/pdf.js"; \ No newline at end of file