2014/scholarships/index.html: updated license info for inline javascript.
authorrsiddharth <rsd@gnu.org>
Thu, 12 Dec 2013 18:54:35 +0000 (00:24 +0530)
committerrsiddharth <rsd@gnu.org>
Thu, 12 Dec 2013 18:54:35 +0000 (00:24 +0530)
Replaced the Apache license text with a magnetic link, which is
concise and recommended.

2014/scholarships/index.html

index a02cfc793edc2cc36496ca912cc6de3eedeeae3a..a5bb5279b296b80103168b8a2a8aa2befd20177e 100644 (file)
                        src="/2014/assets/js/Common.js">
        </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.
-         **/
+         // @license magnet:?xt=urn:btih:8e4f440f4c65981c5bf93c76d35135ba5064d8b7&dn=apache-2.0.txt
 
          var cj = jQuery.noConflict(); $ = cj;
 
                  callbackURL = "https://crm.fsf.org/civicrm/ajax/jqState"
                  cj(countryID).chainSelect(stateProvinceID, callbackURL, null);
          });
+         // @license-end
        </script>
   </body>
 </html>