Skip to content

Commit

Permalink
https://github.com/morganstanley/ComposeUI/issues/47
Browse files Browse the repository at this point in the history
added copyright statements to the project's files
  • Loading branch information
polyanic committed Jul 11, 2022
1 parent f352272 commit 501e713
Show file tree
Hide file tree
Showing 7 changed files with 73 additions and 6 deletions.
12 changes: 12 additions & 0 deletions src/MorganStanley.ComposeUI.MainApp/App.axaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
<!--
********************************************************************************************************
Morgan Stanley makes this available to you under the Apache License, Version 2.0 (the "License").
You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
See the NOTICE file distributed with this work for additional information regarding copyright ownership.
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.
********************************************************************************************************
-->
<Application xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
x:Class="MorganStanley.ComposeUI.MainApp.App">
Expand Down
13 changes: 12 additions & 1 deletion src/MorganStanley.ComposeUI.MainApp/App.axaml.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
using Avalonia;
/// ********************************************************************************************************
///
/// Morgan Stanley makes this available to you under the Apache License, Version 2.0 (the "License").
/// You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
/// See the NOTICE file distributed with this work for additional information regarding copyright ownership.
/// 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 Avalonia;
using Avalonia.Controls.ApplicationLifetimes;
using Avalonia.Markup.Xaml;

Expand Down
12 changes: 12 additions & 0 deletions src/MorganStanley.ComposeUI.MainApp/MainWindow.axaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
<!--
********************************************************************************************************
Morgan Stanley makes this available to you under the Apache License, Version 2.0 (the "License").
You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
See the NOTICE file distributed with this work for additional information regarding copyright ownership.
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.
********************************************************************************************************
-->
<Window xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
Expand Down
11 changes: 11 additions & 0 deletions src/MorganStanley.ComposeUI.MainApp/MainWindow.axaml.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
/// ********************************************************************************************************
///
/// Morgan Stanley makes this available to you under the Apache License, Version 2.0 (the "License").
/// You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
/// See the NOTICE file distributed with this work for additional information regarding copyright ownership.
/// 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 Avalonia.Controls;

namespace MorganStanley.ComposeUI.MainApp
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
<Project Sdk="Microsoft.NET.Sdk">
<!--
********************************************************************************************************
Morgan Stanley makes this available to you under the Apache License, Version 2.0 (the "License").
You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
See the NOTICE file distributed with this work for additional information regarding copyright ownership.
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.
********************************************************************************************************
-->
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0</TargetFramework>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

<!-- Morgan Stanley makes this available to you under the Apache License, Version 2.0 (the "License").You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.See the NOTICE file distributed with this work for additional information regarding copyright ownership.nless 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.-->
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32112.339
Expand Down
15 changes: 12 additions & 3 deletions src/MorganStanley.ComposeUI.MainApp/Program.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
using Avalonia;
using Avalonia.Controls;
using Avalonia.Controls.ApplicationLifetimes;
/// ********************************************************************************************************
///
/// Morgan Stanley makes this available to you under the Apache License, Version 2.0 (the "License").
/// You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
/// See the NOTICE file distributed with this work for additional information regarding copyright ownership.
/// 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 Avalonia;
using System;

namespace MorganStanley.ComposeUI.MainApp
Expand Down

0 comments on commit 501e713

Please sign in to comment.