modified 2014/exhibit/index.html: added license text to inline JS.
authorrsiddharth <rsd@gnu.org>
Fri, 18 Oct 2013 18:04:07 +0000 (23:34 +0530)
committerrsiddharth <rsd@gnu.org>
Fri, 18 Oct 2013 18:04:07 +0000 (23:34 +0530)
2014/exhibit/index.html

index 0e3b98516ee5d25c9dd092af25e49168dacdf063..eeee4d5388febe6449a88450ba5fcdf64e6aeba0 100644 (file)
        </script>
 
        <script type="text/javascript">
+         /**
+         * @licstart  The following is the entire license notice for the JavaScript code in this page.
+         *
+         * Copyright (C) 2013 Free Software Foundation, Inc
+
+         * 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.
+
+         *
+         * @licend  The above is the entire license notice for the JavaScript code in this page.
+         **/
+
          var cj = jQuery.noConflict(); $ = cj;
-       </script>
 
-       <script type="text/javascript">
          cj(function() {
          countryID = "#country-Primary"
          stateProvinceID = "#state_province-Primary"