Skip to content

Commit

Permalink
Added license info
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolf-K committed May 5, 2017
1 parent fa83c53 commit a725a8a
Show file tree
Hide file tree
Showing 12 changed files with 195 additions and 12 deletions.
20 changes: 19 additions & 1 deletion Editing/CrowdPlannerTool/CPConstructionTool.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
using System;
/*
Copyright 2017 Esri
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.
*/
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
Expand Down
20 changes: 19 additions & 1 deletion Editing/CrowdPlannerTool/CPDockpane.xaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
<UserControl x:Class="CrowdPlannerTool.CPDockpaneView"
<!--
Copyright 2017 Esri
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.
-->
<UserControl x:Class="CrowdPlannerTool.CPDockpaneView"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
Expand Down
20 changes: 19 additions & 1 deletion Editing/CrowdPlannerTool/CPDockpane.xaml.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
using System;
/*
Copyright 2017 Esri
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.
*/
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
Expand Down
20 changes: 19 additions & 1 deletion Editing/CrowdPlannerTool/CPDockpaneViewModel.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
using System;
/*
Copyright 2017 Esri
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.
*/
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
Expand Down
21 changes: 20 additions & 1 deletion Editing/CrowdPlannerTool/Config.daml
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
<ArcGIS defaultAssembly="CrowdPlannerTool.dll" defaultNamespace="CrowdPlannerTool" xmlns="http://schemas.esri.com/DADF/Registry" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://schemas.esri.com/DADF/Registry file:///C:/Program%20Files/ArcGIS/Pro/bin/ArcGIS.Desktop.Framework.xsd">
<?xml version="1.0" encoding="utf-8" ?>
<!--
Copyright 2017 Esri
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.
-->
<ArcGIS defaultAssembly="CrowdPlannerTool.dll" defaultNamespace="CrowdPlannerTool" xmlns="http://schemas.esri.com/DADF/Registry" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://schemas.esri.com/DADF/Registry file:///C:/Program%20Files/ArcGIS/Pro/bin/ArcGIS.Desktop.Framework.xsd">
<AddInInfo id="{16f160e1-f13b-4e4c-933f-e246e406ca30}" version="1.1" desktopVersion="1.4.7198">
<Name>Crowd Planner Tool</Name>
<Description>Sample Crowd Planner Prototype</Description>
Expand Down
20 changes: 19 additions & 1 deletion Editing/CrowdPlannerTool/Module1.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
using System;
/*
Copyright 2017 Esri
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.
*/
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
Expand Down
20 changes: 19 additions & 1 deletion Editing/CrowdPlannerTool/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
using System.Reflection;
/*
Copyright 2017 Esri
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.
*/
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

Expand Down
20 changes: 19 additions & 1 deletion Editing/CrowdPlannerTool/ReverseBooleanConverter.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
using System;
/*
Copyright 2017 Esri
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.
*/
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
Expand Down
3 changes: 2 additions & 1 deletion Framework/Gallery/Config.daml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<!--// Copyright 2017 Esri
<?xml version="1.0" encoding="utf-8" ?>
<!--// Copyright 2017 Esri
// 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
Expand Down
20 changes: 19 additions & 1 deletion Framework/Gallery/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
using System.Reflection;
/*
Copyright 2017 Esri
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.
*/
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

Expand Down
3 changes: 2 additions & 1 deletion Map-Exploration/OverviewMapControl/Config.daml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<!--
<?xml version="1.0" encoding="utf-8" ?>
<!--
// Copyright 2017 Esri
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
20 changes: 19 additions & 1 deletion Map-Exploration/OverviewMapControl/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
using System.Reflection;
/*
Copyright 2017 Esri
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.
*/
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

Expand Down

0 comments on commit a725a8a

Please sign in to comment.