OSDN Git Service

Update copyright year
authorToshi Nagata <alchemist.2005@nifty.com>
Tue, 18 Jan 2022 13:00:38 +0000 (22:00 +0900)
committerToshi Nagata <alchemist.2005@nifty.com>
Tue, 18 Jan 2022 13:00:38 +0000 (22:00 +0900)
Documents/src/doc_source.html
README
build-xcode/Molby-Info.plist
wxSources/MyVersion.c

index 0361be6..fc55796 100644 (file)
@@ -209,7 +209,7 @@ Mac版は、zip アーカイブ (<code>MolbyMac.zip</code>) で配布されて
 Molby is a copyrighted product of Toshi Nagata.
 </p>
 <p>
-Copyright (C) 2008-2021 Toshi Nagata <!-- copyright -->
+Copyright (C) 2008-2022 Toshi Nagata <!-- copyright -->
 </p>
 <p>
 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).
 Molby: Interactive Molecular Modeling Software with Integrated Ruby Interpreter
 </p>
 <p>
-Copyright (C) 2008-2021 Toshi Nagata <!-- copyright -->
+Copyright (C) 2008-2022 Toshi Nagata <!-- copyright -->
 </p>
 <p>
 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
 Molby の著作権は永田 央が保持しています。
 </p>
 <p>
-Copyright (C) 2008-2021 Toshi Nagata <!-- copyright -->
+Copyright (C) 2008-2022 Toshi Nagata <!-- copyright -->
 </p>
 <p>
 Molby を利用した成果を発表される際は、以下の論文を引用していただくようお願いします。
@@ -323,7 +323,7 @@ Molby は <a href="../etc/gpl.txt">GNU General Public License (GNU 一般公衆
 Molby: 対話型分子モデルソフトウェア(Ruby インタプリタ内蔵)
 </p>
 <p>
-Copyright (C) 2008-2021 Toshi Nagata <!-- copyright -->
+Copyright (C) 2008-2022 Toshi Nagata <!-- copyright -->
 </p>
 <p>
 このプログラムはフリーソフトウェアです。あなたはこれを、フリーソフトウェア財団によって発行された GNU 一般公衆利用許諾契約書(バージョン2か、希望によってはそれ以降のバージョンのうちどれか)の定める条件の下で再頒布または改変することができます。
diff --git a/README b/README
index 95945cd..1a01767 100644 (file)
--- a/README
+++ b/README
@@ -29,7 +29,7 @@ Molby runs on Mac OS X (10.5 and later) and Microsoft Windows (XP and later). Ex
 
 Molby is a copyrighted product of Toshi Nagata.
 
-       Copyright (C) 2008-2021 Toshi Nagata
+       Copyright (C) 2008-2022 Toshi Nagata
 
 Molby includes (more technically: is statically linked to) the following softwares, which are copyrighted products as described below:
 
index 4387dfa..2817c26 100644 (file)
@@ -40,6 +40,6 @@
        <key>CFBundleShortVersionString</key>
        <string>Version 1.0.2</string>
        <key>NSHumanReadableCopyright</key>
-       <string>Copyright 2008-2021 Toshi Nagata</string>
+       <string>Copyright 2008-2022 Toshi Nagata</string>
 </dict>
 </plist>
index 89fe49a..b8c1452 100644 (file)
@@ -3,7 +3,7 @@
  *  Molby
  *
  *  Created by Toshi Nagata on 09/10/16.
- *  Copyright 2008-2021 Toshi Nagata. All rights reserved.
+ *  Copyright 2008-2022 Toshi Nagata. All rights reserved.
  *
  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
@@ -16,7 +16,7 @@
  */
 
 const char *gVersionString = "v1.0.2";
-const char *gCopyrightString = "Copyright (c) 2008-2021 Toshi Nagata";
+const char *gCopyrightString = "Copyright (c) 2008-2022 Toshi Nagata";
 /*  The following are now defined in build/buildInfo.c, generated by record_build_date.sh  */
 /*int gRevisionNumber = 0;
 char *gLastBuildString = (char *)0; */