license
authorJagadedes <jagadees.pillai@zyxware.com>
Wed, 19 Nov 2014 11:56:40 +0000 (17:26 +0530)
committerJagadedes <jagadees.pillai@zyxware.com>
Wed, 19 Nov 2014 11:56:40 +0000 (17:26 +0530)
extern/embed.php

index 0ba73fb6de7f631c6163244a3b4c082cc5714def..aef47f77787c461ef1842a8b3a40bb291c8e4567 100644 (file)
 require_once '../../../civicrm.config.php';
 
 $license_text = '
-        /*    
-        @licstart  
-
-        Copyright (C) 2014  Zyxware Technologies
-
-        The JavaScript code in this page is free software: you can
-        redistribute it and/or modify it under the terms of the GNU Affero
-        General Public License (GNU AGPL) as published by the Free Software
-        Foundation, either version 3 of the License, or (at your option)
-        any later version.  The code is distributed WITHOUT ANY WARRANTY;
-        without even the implied warranty of MERCHANTABILITY or FITNESS
-        FOR A PARTICULAR PURPOSE.  See the GNU AGPL for more details.
-
-        @licend
-        */
-        ';
+/**
+ * @licstart The following is the entire license notice for the JavaScript
+ * code included by CiviCRM WCI extension.
+ *
+ * Copyright (C) 2014 Zyxware Technologies.
+ *
+ * This JavaScript is part of the  CiviCRM WCI extension for CiviCRM. This
+ * JavaScript is free software: you can redistribute it and/or modify it under the
+ * terms of the GNU Affero General Public License (GNU AGPL) as published by the
+ * Free Software Foundation, either version 3 of the License, or (at your option)
+ * any later version. The code is distributed WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ * See the GNU AGPL for more details.
+ *
+ * @licend The above is the entire license notice for the JavaScript
+ * code included by CiviCRM WCI extension.
+ */
+';
 $wciembed_js = '
 // Cleanup functions for the document ready method
 if ( document.addEventListener ) {