From 5204a13391176bafa6ebddcbd9229dcdbb838f70 Mon Sep 17 00:00:00 2001 From: takubokudori Date: Sat, 19 Dec 2020 19:59:44 +0900 Subject: [PATCH] fix --- LICENSE | 2 +- LineFormatter/FixationForm.cs | 17 ++++++++++++++- LineFormatter/Form1.cs | 17 ++++++++++++++- LineFormatter/LineFormatter.csproj | 27 ++++++++++++++++++++++++ LineFormatter/LineReplaceForm.cs | 17 ++++++++++++++- LineFormatter/Program.cs | 17 ++++++++++++++- LineFormatter/Properties/AssemblyInfo.cs | 4 ++-- LineFormatter/ProxyForm.cs | 17 ++++++++++++++- LineFormatter/Translation.cs | 17 ++++++++++++++- LineFormatter/WinApi.cs | 17 ++++++++++++++- UnitTest/UnitTest1.cs | 17 ++++++++++++++- 11 files changed, 158 insertions(+), 11 deletions(-) diff --git a/LICENSE b/LICENSE index d1ea134..8ea4538 100644 --- a/LICENSE +++ b/LICENSE @@ -187,7 +187,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2019 takubokudori + Copyright 2020 takubokudori Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/LineFormatter/FixationForm.cs b/LineFormatter/FixationForm.cs index fddf8a1..d0d5127 100644 --- a/LineFormatter/FixationForm.cs +++ b/LineFormatter/FixationForm.cs @@ -1,4 +1,19 @@ -using System.Windows.Forms; +/* +Copyright 2020 takubokudori + +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.Windows.Forms; namespace LineFormatter { diff --git a/LineFormatter/Form1.cs b/LineFormatter/Form1.cs index 8261cac..c00580b 100644 --- a/LineFormatter/Form1.cs +++ b/LineFormatter/Form1.cs @@ -1,4 +1,19 @@ -using System; +/* +Copyright 2020 takubokudori + +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.Drawing; using System.Text.RegularExpressions; diff --git a/LineFormatter/LineFormatter.csproj b/LineFormatter/LineFormatter.csproj index ddc79a0..eacac36 100644 --- a/LineFormatter/LineFormatter.csproj +++ b/LineFormatter/LineFormatter.csproj @@ -12,6 +12,21 @@ 512 true true + publish\ + true + Disk + false + Foreground + 7 + Days + false + false + true + 0 + 1.0.0.%2a + false + false + true AnyCPU @@ -112,5 +127,17 @@ + + + False + Microsoft .NET Framework 4.6.1 %28x86 および x64%29 + true + + + False + .NET Framework 3.5 SP1 + false + + \ No newline at end of file diff --git a/LineFormatter/LineReplaceForm.cs b/LineFormatter/LineReplaceForm.cs index bc786bb..58f3efe 100644 --- a/LineFormatter/LineReplaceForm.cs +++ b/LineFormatter/LineReplaceForm.cs @@ -1,4 +1,19 @@ -using System; +/* +Copyright 2020 takubokudori + +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.ComponentModel; using System.Data; diff --git a/LineFormatter/Program.cs b/LineFormatter/Program.cs index 5a38657..bd1c149 100644 --- a/LineFormatter/Program.cs +++ b/LineFormatter/Program.cs @@ -1,4 +1,19 @@ -using System; +/* +Copyright 2020 takubokudori + +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.Threading; using System.Windows.Forms; diff --git a/LineFormatter/Properties/AssemblyInfo.cs b/LineFormatter/Properties/AssemblyInfo.cs index 9c41322..bab6674 100644 --- a/LineFormatter/Properties/AssemblyInfo.cs +++ b/LineFormatter/Properties/AssemblyInfo.cs @@ -6,11 +6,11 @@ // アセンブリに関連付けられている情報を変更するには、 // これらの属性値を変更してください。 [assembly: AssemblyTitle("LineFormatter")] -[assembly: AssemblyDescription("")] +[assembly: AssemblyDescription("Translator")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("LineFormatter")] -[assembly: AssemblyCopyright("Copyright © 2019")] +[assembly: AssemblyCopyright("Copyright © takubokudori 2020")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/LineFormatter/ProxyForm.cs b/LineFormatter/ProxyForm.cs index faa6f32..6a8ed3c 100644 --- a/LineFormatter/ProxyForm.cs +++ b/LineFormatter/ProxyForm.cs @@ -1,4 +1,19 @@ -using System; +/* +Copyright 2020 takubokudori + +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.Net; using System.Windows.Forms; diff --git a/LineFormatter/Translation.cs b/LineFormatter/Translation.cs index 4df23c2..f93f58d 100644 --- a/LineFormatter/Translation.cs +++ b/LineFormatter/Translation.cs @@ -1,4 +1,19 @@ -using System; +/* +Copyright 2020 takubokudori + +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.Text; using System.IO; diff --git a/LineFormatter/WinApi.cs b/LineFormatter/WinApi.cs index 2665191..bad29bb 100644 --- a/LineFormatter/WinApi.cs +++ b/LineFormatter/WinApi.cs @@ -1,4 +1,19 @@ -using System; +/* +Copyright 2020 takubokudori + +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.Runtime.InteropServices; using System.Windows.Forms; diff --git a/UnitTest/UnitTest1.cs b/UnitTest/UnitTest1.cs index 670264a..ee7067f 100644 --- a/UnitTest/UnitTest1.cs +++ b/UnitTest/UnitTest1.cs @@ -1,4 +1,19 @@ -using System.Collections.Generic; +/* +Copyright 2020 takubokudori + +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.Collections.Generic; using LineFormatter; using Microsoft.VisualStudio.TestTools.UnitTesting;