• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

BathyScapheのTitleRulerAppearanceを手軽に変更するツール


Commit MetaInfo

Revision4cfd5332040e99d32d02fe7fddbd56daea16af3b (tree)
Zeit2009-06-01 23:54:10
Autormasakih <masakih@user...>
Commitermasakih

Log Message

Credits.htmlを追加。

git-svn-id: svn+ssh://macmini/usr/local/svnrepos/BSTRAEditor/BSTRAEditor@7 f892931e-c658-45bd-90f1-b3d0def27f12

Ändern Zusammenfassung

Diff

--- a/BSTRAEditor.xcodeproj/project.pbxproj
+++ b/BSTRAEditor.xcodeproj/project.pbxproj
@@ -37,6 +37,7 @@
3737 F479A91F0D8654E300A414C2 /* BSTRAEditor.icns in Resources */ = {isa = PBXBuildFile; fileRef = F479A91E0D8654E300A414C2 /* BSTRAEditor.icns */; };
3838 F4D648500FD41E9C000A2870 /* LICENSEOfBathyScaphe in Resources */ = {isa = PBXBuildFile; fileRef = F4D6484F0FD41E9C000A2870 /* LICENSEOfBathyScaphe */; };
3939 F4D648570FD42064000A2870 /* README.ja in Resources */ = {isa = PBXBuildFile; fileRef = F4D648560FD42064000A2870 /* README.ja */; };
40+ F4D6485C0FD422D6000A2870 /* Credits.html in Resources */ = {isa = PBXBuildFile; fileRef = F4D6485B0FD422D6000A2870 /* Credits.html */; };
4041 /* End PBXBuildFile section */
4142
4243 /* Begin PBXContainerItemProxy section */
@@ -87,6 +88,7 @@
8788 F479A9520D8665B400A414C2 /* Japanese */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = Japanese; path = Japanese.lproj/BSTRADocument.nib; sourceTree = "<group>"; };
8889 F4D6484F0FD41E9C000A2870 /* LICENSEOfBathyScaphe */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSEOfBathyScaphe; sourceTree = "<group>"; };
8990 F4D648560FD42064000A2870 /* README.ja */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.ja; sourceTree = "<group>"; };
91+ F4D6485B0FD422D6000A2870 /* Credits.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = Credits.html; sourceTree = "<group>"; };
9092 /* End PBXFileReference section */
9193
9294 /* Begin PBXFrameworksBuildPhase section */
@@ -165,6 +167,7 @@
165167 2A37F4B8FDCFA73011CA2CEA /* Resources */ = {
166168 isa = PBXGroup;
167169 children = (
170+ F4D6485B0FD422D6000A2870 /* Credits.html */,
168171 F434415E0D86B8C900F9416E /* Makefile */,
169172 F434415C0D86B8AC00F9416E /* Localizable.strings.sed */,
170173 F434415A0D86B89D00F9416E /* Makefile */,
@@ -279,6 +282,7 @@
279282 F479A91F0D8654E300A414C2 /* BSTRAEditor.icns in Resources */,
280283 F4D648500FD41E9C000A2870 /* LICENSEOfBathyScaphe in Resources */,
281284 F4D648570FD42064000A2870 /* README.ja in Resources */,
285+ F4D6485C0FD422D6000A2870 /* Credits.html in Resources */,
282286 );
283287 runOnlyForDeploymentPostprocessing = 0;
284288 };
--- /dev/null
+++ b/Credits.html
@@ -0,0 +1,49 @@
1+<html>
2+<head>
3+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
4+</head>
5+<body>
6+以下のライセンスに基づきBathySacphe(<a href="http://sourceforge.jp/projects/bathyscaphe/">http://sourceforge.jp/projects/bathyscaphe/</a>)のソースコードを使用しています。
7+
8+<pre>
9+BathyScaphe License
10+-----------
11+
12+BathyScaphe は、CocoMonar と同様に基本的には BSD ライセンスに基づき -- This mean that BathyScaphe is free software and can be used for both academic
13+and commercial purposes at absolutely no cost. -- 提供されますが、
14+
15+BathyScaphe の一部に使用されている KFSplitView のライセンス(http://creativecommons.org/licenses/by-nc/1.0/)に、「非営利」という条件が含まれることに留意してください。KFSplitView のコードをあなたが利用する場合は、KFSplitView のライセンスにそった取り扱いをお願いします。
16+
17+===============================================================
18+
19+Copyright (c) 2005, Tsutomu Sawada. All rights reserved.
20+
21+Redistribution and use in source and binary forms, with or without
22+modification, are permitted provided that the following conditions
23+are met:
24+
25+1. Redistributions of source code must retain the above copyright
26+ notice, this list of conditions and the following disclaimer.
27+2. Redistributions in binary form must reproduce the above copyright
28+ notice, this list of conditions and the following disclaimer in the
29+ documentation and/or other materials provided with the distribution.
30+3. The name of the author may not be used to endorse or promote products
31+ derived from this software without specific prior written permission.
32+
33+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
34+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
35+THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
36+ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
37+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
38+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
39+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
40+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
41+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
42+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
43+
44+===============================================================
45+
46+(end of COPYRIGHT)
47+</pre>
48+</body>
49+</html>