Molecular Modeling Software
リビジョン | f743017f1979dd4418f890ce26bef58c8a70e6a7 (tree) |
---|---|
日時 | 2016-03-29 12:47:12 |
作者 | toshinagata1964 <toshinagata1964@a2be...> |
コミッター | toshinagata1964 |
Upgraded to svn 1.7
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/molby/trunk@591 a2be9bc6-48de-4e38-9406-05402d4bc13c
@@ -209,7 +209,7 @@ Mac版は、zip アーカイブ (<code>MolbyMac.zip</code>) で配布されて | ||
209 | 209 | Molby is a copyrighted product of Toshi Nagata. |
210 | 210 | </p> |
211 | 211 | <p> |
212 | -Copyright (C) 2008-2015 Toshi Nagata <!-- copyright --> | |
212 | +Copyright (C) 2008-2016 Toshi Nagata <!-- copyright --> | |
213 | 213 | </p> |
214 | 214 | <p> |
215 | 215 | I ask for citation of the following paper in published works that utilize Molby: |
@@ -255,7 +255,7 @@ Molby is distributed under the GNU General Public License (version 2). | ||
255 | 255 | Molby: Interactive Molecular Modeling Software with Integrated Ruby Interpreter |
256 | 256 | </p> |
257 | 257 | <p> |
258 | -Copyright (C) 2008-2015 Toshi Nagata <!-- copyright --> | |
258 | +Copyright (C) 2008-2016 Toshi Nagata <!-- copyright --> | |
259 | 259 | </p> |
260 | 260 | <p> |
261 | 261 | This program is free software; you can redistribute it and/or modify |
@@ -278,7 +278,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
278 | 278 | Molby の著作権は永田 央が保持しています。 |
279 | 279 | </p> |
280 | 280 | <p> |
281 | -Copyright (C) 2008-2015 Toshi Nagata <!-- copyright --> | |
281 | +Copyright (C) 2008-2016 Toshi Nagata <!-- copyright --> | |
282 | 282 | </p> |
283 | 283 | <p> |
284 | 284 | Molby を利用した成果を発表される際は、以下の論文を引用していただくようお願いします。 |
@@ -323,7 +323,7 @@ Molby は <a href="../etc/gpl.txt">GNU General Public License (GNU 一般公衆 | ||
323 | 323 | Molby: 対話型分子モデルソフトウェア(Ruby インタプリタ内蔵) |
324 | 324 | </p> |
325 | 325 | <p> |
326 | -Copyright (C) 2008-2015 Toshi Nagata <!-- copyright --> | |
326 | +Copyright (C) 2008-2016 Toshi Nagata <!-- copyright --> | |
327 | 327 | </p> |
328 | 328 | <p> |
329 | 329 | このプログラムはフリーソフトウェアです。あなたはこれを、フリーソフトウェア財団によって発行された GNU 一般公衆利用許諾契約書(バージョン2か、希望によってはそれ以降のバージョンのうちどれか)の定める条件の下で再頒布または改変することができます。 |
@@ -29,7 +29,7 @@ Molby runs on Mac OS X (10.5 and later) and Microsoft Windows (XP and later). Ex | ||
29 | 29 | |
30 | 30 | Molby is a copyrighted product of Toshi Nagata. |
31 | 31 | |
32 | - Copyright (C) 2008-2015 Toshi Nagata | |
32 | + Copyright (C) 2008-2016 Toshi Nagata | |
33 | 33 | |
34 | 34 | Molby includes (more technically: is statically linked to) the following softwares, which are copyrighted products as described below: |
35 | 35 |
@@ -3,7 +3,7 @@ | ||
3 | 3 | * Molby |
4 | 4 | * |
5 | 5 | * Created by Toshi Nagata on 09/10/16. |
6 | - * Copyright 2008-2015 Toshi Nagata. All rights reserved. | |
6 | + * Copyright 2008-2016 Toshi Nagata. All rights reserved. | |
7 | 7 | * |
8 | 8 | This program is free software; you can redistribute it and/or modify |
9 | 9 | it under the terms of the GNU General Public License as published by |
@@ -16,7 +16,7 @@ | ||
16 | 16 | */ |
17 | 17 | |
18 | 18 | const char *gVersionString = "v1.0b3"; |
19 | -const char *gCopyrightString = "Copyright (c) 2008-2015 Toshi Nagata"; | |
19 | +const char *gCopyrightString = "Copyright (c) 2008-2016 Toshi Nagata"; | |
20 | 20 | /* The following are now defined in build/buildInfo.c, generated by record_build_date.sh */ |
21 | 21 | /*int gRevisionNumber = 0; |
22 | 22 | char *gLastBuildString = (char *)0; */ |