Skip to content

Commit f8d2a9d

Browse files
committed
Update License.
1 parent 041a0b7 commit f8d2a9d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+372
-556
lines changed

Applications/Ice/Readme.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ CubeICE
22
====
33

44
Copyright © 2010 CubeSoft, Inc.
5+
Apache License, Version 2.0 (Apache 2.0)
56
67
https://www.cube-soft.jp/cubeice/
78

@@ -44,21 +45,24 @@ CubeICE は、以下のライブラリを利用しています。
4445
* 7-Zip
4546
- GNU Lesser General Public License
4647
- https://www.7-zip.org/
47-
* log4net
48-
- Apache License, Version 2.0
49-
- https://logging.apache.org/log4net/
50-
- https://www.nuget.org/packages/log4net/
5148
* AlphaFS
5249
- MIT License
5350
- https://alphafs.alphaleonis.com/
5451
- https://www.nuget.org/packages/AlphaFS/
52+
* NLog
53+
- 3-clause BSD License
54+
- https://nlog-project.org/
55+
- https://www.nuget.org/packages/NLog/
5556
* AsyncBridge (.NET Framework 3.5 のみ)
5657
- MIT license
5758
- https://omermor.github.io/AsyncBridge/
5859
- https://www.nuget.org/packages/AsyncBridge/
5960

6061
## バージョン履歴
6162

63+
* 2020/06/16 version 0.10.0β
64+
- ログ出力用ライブラリを log4net から NLog に変更
65+
- ライセンスを Apache 2.0 に統一
6266
* 2020/05/01 version 0.9.2β
6367
- 高 DPI 設定時の表示方法を修正
6468
- 64bit 版作成された自己解凍形式の圧縮ファイルが 32bit 版 Windows で解凍できない不都合を修正

Libraries/Cube.FileSystem.SevenZip.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Description>7-Zip wrapper library for .NET Framework.</Description>
77
<Copyright>Copyright © 2010 CubeSoft, Inc.</Copyright>
88
<PackageTags>Cube;7-Zip;7z;SevenZip;Zip</PackageTags>
9-
<PackageLicenseExpression>LGPL-3.0-or-later</PackageLicenseExpression>
9+
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
1010
<PackageIcon>images\Icon.png</PackageIcon>
1111
<PackageProjectUrl>https://github.com/cube-soft/$(AssemblyName)</PackageProjectUrl>
1212
<TargetFramework>net45</TargetFramework>

Libraries/License.txt

Lines changed: 0 additions & 165 deletions
This file was deleted.

Libraries/Sources/ArchiveItem.cs

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,17 @@
22
//
33
// Copyright (c) 2010 CubeSoft, Inc.
44
//
5-
// This program is free software: you can redistribute it and/or modify
6-
// it under the terms of the GNU Lesser General Public License as
7-
// published by the Free Software Foundation, either version 3 of the
8-
// License, or (at your option) any later version.
5+
// Licensed under the Apache License, Version 2.0 (the "License");
6+
// you may not use this file except in compliance with the License.
7+
// You may obtain a copy of the License at
98
//
10-
// This program is distributed in the hope that it will be useful,
11-
// but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
// GNU Lesser General Public License for more details.
9+
// http://www.apache.org/licenses/LICENSE-2.0
1410
//
15-
// You should have received a copy of the GNU Lesser General Public License
16-
// along with this program. If not, see <http://www.gnu.org/licenses/>.
11+
// Unless required by applicable law or agreed to in writing, software
12+
// distributed under the License is distributed on an "AS IS" BASIS,
13+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
// See the License for the specific language governing permissions and
15+
// limitations under the License.
1716
//
1817
/* ------------------------------------------------------------------------- */
1918
using Cube.FileSystem.SevenZip.Mixin;

Libraries/Sources/ArchiveItemExtension.cs

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,17 @@
22
//
33
// Copyright (c) 2010 CubeSoft, Inc.
44
//
5-
// This program is free software: you can redistribute it and/or modify
6-
// it under the terms of the GNU Lesser General Public License as
7-
// published by the Free Software Foundation, either version 3 of the
8-
// License, or (at your option) any later version.
5+
// Licensed under the Apache License, Version 2.0 (the "License");
6+
// you may not use this file except in compliance with the License.
7+
// You may obtain a copy of the License at
98
//
10-
// This program is distributed in the hope that it will be useful,
11-
// but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
// GNU Lesser General Public License for more details.
9+
// http://www.apache.org/licenses/LICENSE-2.0
1410
//
15-
// You should have received a copy of the GNU Lesser General Public License
16-
// along with this program. If not, see <http://www.gnu.org/licenses/>.
11+
// Unless required by applicable law or agreed to in writing, software
12+
// distributed under the License is distributed on an "AS IS" BASIS,
13+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
// See the License for the specific language governing permissions and
15+
// limitations under the License.
1716
//
1817
/* ------------------------------------------------------------------------- */
1918
using System;

Libraries/Sources/ArchiveOption.cs

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,17 @@
22
//
33
// Copyright (c) 2010 CubeSoft, Inc.
44
//
5-
// This program is free software: you can redistribute it and/or modify
6-
// it under the terms of the GNU Lesser General Public License as
7-
// published by the Free Software Foundation, either version 3 of the
8-
// License, or (at your option) any later version.
5+
// Licensed under the Apache License, Version 2.0 (the "License");
6+
// you may not use this file except in compliance with the License.
7+
// You may obtain a copy of the License at
98
//
10-
// This program is distributed in the hope that it will be useful,
11-
// but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
// GNU Lesser General Public License for more details.
9+
// http://www.apache.org/licenses/LICENSE-2.0
1410
//
15-
// You should have received a copy of the GNU Lesser General Public License
16-
// along with this program. If not, see <http://www.gnu.org/licenses/>.
11+
// Unless required by applicable law or agreed to in writing, software
12+
// distributed under the License is distributed on an "AS IS" BASIS,
13+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
// See the License for the specific language governing permissions and
15+
// limitations under the License.
1716
//
1817
/* ------------------------------------------------------------------------- */
1918
namespace Cube.FileSystem.SevenZip

Libraries/Sources/ArchiveReader.cs

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,17 @@
22
//
33
// Copyright (c) 2010 CubeSoft, Inc.
44
//
5-
// This program is free software: you can redistribute it and/or modify
6-
// it under the terms of the GNU Lesser General Public License as
7-
// published by the Free Software Foundation, either version 3 of the
8-
// License, or (at your option) any later version.
5+
// Licensed under the Apache License, Version 2.0 (the "License");
6+
// you may not use this file except in compliance with the License.
7+
// You may obtain a copy of the License at
98
//
10-
// This program is distributed in the hope that it will be useful,
11-
// but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
// GNU Lesser General Public License for more details.
9+
// http://www.apache.org/licenses/LICENSE-2.0
1410
//
15-
// You should have received a copy of the GNU Lesser General Public License
16-
// along with this program. If not, see <http://www.gnu.org/licenses/>.
11+
// Unless required by applicable law or agreed to in writing, software
12+
// distributed under the License is distributed on an "AS IS" BASIS,
13+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
// See the License for the specific language governing permissions and
15+
// limitations under the License.
1716
//
1817
/* ------------------------------------------------------------------------- */
1918
using Cube.FileSystem.SevenZip.Mixin;

Libraries/Sources/ArchiveWriter.cs

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,17 @@
22
//
33
// Copyright (c) 2010 CubeSoft, Inc.
44
//
5-
// This program is free software: you can redistribute it and/or modify
6-
// it under the terms of the GNU Lesser General Public License as
7-
// published by the Free Software Foundation, either version 3 of the
8-
// License, or (at your option) any later version.
5+
// Licensed under the Apache License, Version 2.0 (the "License");
6+
// you may not use this file except in compliance with the License.
7+
// You may obtain a copy of the License at
98
//
10-
// This program is distributed in the hope that it will be useful,
11-
// but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
// GNU Lesser General Public License for more details.
9+
// http://www.apache.org/licenses/LICENSE-2.0
1410
//
15-
// You should have received a copy of the GNU Lesser General Public License
16-
// along with this program. If not, see <http://www.gnu.org/licenses/>.
11+
// Unless required by applicable law or agreed to in writing, software
12+
// distributed under the License is distributed on an "AS IS" BASIS,
13+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
// See the License for the specific language governing permissions and
15+
// limitations under the License.
1716
//
1817
/* ------------------------------------------------------------------------- */
1918
using Cube.Collections;

Libraries/Sources/Details/ArchiveCallbackBase.cs

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,17 @@
22
//
33
// Copyright (c) 2010 CubeSoft, Inc.
44
//
5-
// This program is free software: you can redistribute it and/or modify
6-
// it under the terms of the GNU Lesser General Public License as
7-
// published by the Free Software Foundation, either version 3 of the
8-
// License, or (at your option) any later version.
5+
// Licensed under the Apache License, Version 2.0 (the "License");
6+
// you may not use this file except in compliance with the License.
7+
// You may obtain a copy of the License at
98
//
10-
// This program is distributed in the hope that it will be useful,
11-
// but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
// GNU Lesser General Public License for more details.
9+
// http://www.apache.org/licenses/LICENSE-2.0
1410
//
15-
// You should have received a copy of the GNU Lesser General Public License
16-
// along with this program. If not, see <http://www.gnu.org/licenses/>.
11+
// Unless required by applicable law or agreed to in writing, software
12+
// distributed under the License is distributed on an "AS IS" BASIS,
13+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
// See the License for the specific language governing permissions and
15+
// limitations under the License.
1716
//
1817
/* ------------------------------------------------------------------------- */
1918
using System;

0 commit comments

Comments
 (0)