Skip to content

Commit c0187c9

Browse files
authored
Merge pull request #156 from Esri/tschie/fix-fxml-license
fix fxml license
2 parents 42c07d1 + 458ba29 commit c0187c9

18 files changed

+18
-18
lines changed

src/main/resources/fxml/animate_3d_graphic.fxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
12
<!--
23
~ Copyright 2017 Esri.
34
~
@@ -13,7 +14,6 @@
1314
~ License for the specific language governing permissions and limitations under
1415
~ the License.
1516
-->
16-
<?xml version="1.0" encoding="UTF-8"?>
1717

1818
<?import java.lang.*?>
1919

src/main/resources/fxml/blend_renderer.fxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
12
<!--
23
~ Copyright 2017 Esri.
34
~
@@ -13,7 +14,6 @@
1314
~ License for the specific language governing permissions and limitations under
1415
~ the License.
1516
-->
16-
<?xml version="1.0" encoding="UTF-8"?>
1717

1818
<?import javafx.scene.layout.StackPane?>
1919
<?import com.esri.arcgisruntime.mapping.view.MapView?>

src/main/resources/fxml/calculate_distance_3d.fxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
12
<!--
23
~ Copyright 2017 Esri.
34
~
@@ -13,7 +14,6 @@
1314
~ License for the specific language governing permissions and limitations under
1415
~ the License.
1516
-->
16-
<?xml version="1.0" encoding="UTF-8"?>
1717

1818
<?import javafx.scene.control.Label?>
1919
<?import javafx.scene.layout.HBox?>

src/main/resources/fxml/create_and_save_map.fxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
12
<!--
23
~ Copyright 2017 Esri.
34
~
@@ -13,7 +14,6 @@
1314
~ License for the specific language governing permissions and limitations under
1415
~ the License.
1516
-->
16-
<?xml version="1.0" encoding="UTF-8"?>
1717

1818
<?import javafx.scene.control.Label?>
1919
<?import javafx.scene.control.ListView?>

src/main/resources/fxml/create_and_save_map_auth_dialog.fxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
12
<!--
23
~ Copyright 2017 Esri.
34
~
@@ -13,7 +14,6 @@
1314
~ License for the specific language governing permissions and limitations under
1415
~ the License.
1516
-->
16-
<?xml version="1.0" encoding="UTF-8"?>
1717

1818
<?import javafx.scene.control.DialogPane?>
1919
<?import javafx.scene.layout.GridPane?>

src/main/resources/fxml/hillshade_renderer.fxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
12
<!--
23
~ Copyright 2017 Esri.
34
~
@@ -13,7 +14,6 @@
1314
~ License for the specific language governing permissions and limitations under
1415
~ the License.
1516
-->
16-
<?xml version="1.0" encoding="UTF-8"?>
1717

1818
<?import javafx.scene.layout.StackPane?>
1919
<?import com.esri.arcgisruntime.mapping.view.MapView?>

src/main/resources/fxml/local_server_geoprocessing.fxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
12
<!--
23
~ Copyright 2017 Esri.
34
~
@@ -13,7 +14,6 @@
1314
~ License for the specific language governing permissions and limitations under
1415
~ the License.
1516
-->
16-
<?xml version="1.0" encoding="UTF-8"?>
1717

1818
<?import javafx.scene.control.Button?>
1919
<?import javafx.scene.control.Label?>

src/main/resources/fxml/local_server_services.fxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
12
<!--
23
~ Copyright 2017 Esri.
34
~
@@ -13,7 +14,6 @@
1314
~ License for the specific language governing permissions and limitations under
1415
~ the License.
1516
-->
16-
<?xml version="1.0" encoding="UTF-8"?>
1717

1818
<?import javafx.geometry.Insets?>
1919
<?import javafx.scene.control.Button?>

src/main/resources/fxml/oauth_auth_dialog.fxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
12
<!--
23
~ Copyright 2017 Esri.
34
~
@@ -13,7 +14,6 @@
1314
~ License for the specific language governing permissions and limitations under
1415
~ the License.
1516
-->
16-
<?xml version="1.0" encoding="UTF-8"?>
1717

1818
<?import javafx.scene.control.DialogPane?>
1919
<?import javafx.scene.layout.GridPane?>

src/main/resources/fxml/oauth_controller.fxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
12
<!--
23
~ Copyright 2017 Esri.
34
~
@@ -13,7 +14,6 @@
1314
~ License for the specific language governing permissions and limitations under
1415
~ the License.
1516
-->
16-
<?xml version="1.0" encoding="UTF-8"?>
1717

1818
<?import javafx.scene.control.*?>
1919
<?import javafx.scene.layout.*?>

0 commit comments

Comments
 (0)