Displaying differences for changeset
 
display as  

css/styles.css

@@ -1,3 +1,13 @@
+/*
+ * This file is part of the Cloud Services Integration Platform (CSIP),
+ * a Model-as-a-Service framework, API and application suite.
+ *
+ * 2012-2017, OMSLab, Colorado State University.
+ *
+ * OMSLab licenses this file to you under the MIT license.
+ * See the LICENSE file in the project root for more information.
+ */
+
 body 
 {
     font-family: Arial;
@@ -168,4 +178,4 @@
 }
 .loadButton:hover {
   opacity: 1;
-}
\ No newline at end of file
+}

index.html

@@ -1,3 +1,15 @@
+<!--
+/*
+ * This file is part of the Cloud Services Integration Platform (CSIP),
+ * a Model-as-a-Service framework, API and application suite.
+ *
+ * 2012-2017, OMSLab, Colorado State University.
+ *
+ * OMSLab licenses this file to you under the MIT license.
+ * See the LICENSE file in the project root for more information.
+ */
+-->
+
 <html>
 <head>
 
@@ -90,4 +102,4 @@
         <p><span class="ui-icon ui-icon-alert" style="float:left; margin:12px 12px 20px 0;"></span>This row will be permanently deleted and cannot be recovered. Are you sure?</p>
     </div>
 </body>
-</html>
\ No newline at end of file
+</html>

js/rotationbuilder.js

@@ -1,3 +1,14 @@
+/*
+ * This file is part of the Cloud Services Integration Platform (CSIP),
+ * a Model-as-a-Service framework, API and application suite.
+ *
+ * 2012-2017, OMSLab, Colorado State University.
+ *
+ * OMSLab licenses this file to you under the MIT license.
+ * See the LICENSE file in the project root for more information.
+ */
+
+
 /*TODOs********
 Save & Load Icon at the bottom alongside the add row button.
 Insert row before/after
@@ -921,4 +932,4 @@
     //  item is a duplicate of one of the selected items.
     ui.item.after(elements).remove();
     bindEvents();
-}
\ No newline at end of file
+}