OSDN Git Service

コピーライトの表示を修正。
authoryuki <kimaira7@gmail.com>
Mon, 8 Apr 2013 07:27:24 +0000 (16:27 +0900)
committeryuki <kimaira7@gmail.com>
Mon, 8 Apr 2013 07:27:24 +0000 (16:27 +0900)
147 files changed:
copyright
neighbornote.desktop [moved from neighbornote.desktop.desktop with 100% similarity]
src/cx/fbn/nevernote/Global.java
src/cx/fbn/nevernote/NeverNote.java
src/cx/fbn/nevernote/dialog/AccountDialog.java
src/cx/fbn/nevernote/dialog/ConfigAppearancePage.java
src/cx/fbn/nevernote/dialog/ConfigConnectionPage.java
src/cx/fbn/nevernote/dialog/ConfigDebugPage.java
src/cx/fbn/nevernote/dialog/ConfigDialog.java
src/cx/fbn/nevernote/dialog/ConfigFontPage.java
src/cx/fbn/nevernote/dialog/ConfigIndexPage.java
src/cx/fbn/nevernote/dialog/ConfigRensoNoteListPage.java
src/cx/fbn/nevernote/dialog/ConfigShowColumnsPage.java
src/cx/fbn/nevernote/dialog/ConfigShowEditorButtonsPage.java
src/cx/fbn/nevernote/dialog/ConfigSpellPage.java
src/cx/fbn/nevernote/dialog/DBEncryptDialog.java
src/cx/fbn/nevernote/dialog/DatabaseLoginDialog.java
src/cx/fbn/nevernote/dialog/DatabaseStatus.java
src/cx/fbn/nevernote/dialog/EnCryptDialog.java
src/cx/fbn/nevernote/dialog/EnDecryptDialog.java
src/cx/fbn/nevernote/dialog/FindDialog.java
src/cx/fbn/nevernote/dialog/GeoDialog.java
src/cx/fbn/nevernote/dialog/IgnoreSync.java
src/cx/fbn/nevernote/dialog/InsertLatexImage.java
src/cx/fbn/nevernote/dialog/InsertLinkDialog.java
src/cx/fbn/nevernote/dialog/LogFileDialog.java
src/cx/fbn/nevernote/dialog/NoteQuickLinkDialog.java
src/cx/fbn/nevernote/dialog/NotebookArchive.java
src/cx/fbn/nevernote/dialog/NotebookEdit.java
src/cx/fbn/nevernote/dialog/OnlineNoteHistory.java
src/cx/fbn/nevernote/dialog/PreviewDialog.java
src/cx/fbn/nevernote/dialog/PublishNotebook.java
src/cx/fbn/nevernote/dialog/SavedSearchEdit.java
src/cx/fbn/nevernote/dialog/SetIcon.java
src/cx/fbn/nevernote/dialog/ShareNotebook.java
src/cx/fbn/nevernote/dialog/SharedNotebookSyncError.java
src/cx/fbn/nevernote/dialog/SpellCheck.java
src/cx/fbn/nevernote/dialog/StackNotebook.java
src/cx/fbn/nevernote/dialog/SynchronizationRequiredWarning.java
src/cx/fbn/nevernote/dialog/TableDialog.java
src/cx/fbn/nevernote/dialog/TagAssign.java
src/cx/fbn/nevernote/dialog/TagEdit.java
src/cx/fbn/nevernote/dialog/TagMerge.java
src/cx/fbn/nevernote/dialog/ThumbnailViewer.java
src/cx/fbn/nevernote/dialog/UpgradeAvailableDialog.java
src/cx/fbn/nevernote/dialog/WatchFolder.java
src/cx/fbn/nevernote/dialog/WatchFolderAdd.java
src/cx/fbn/nevernote/evernote/EnmlConverter.java
src/cx/fbn/nevernote/filters/AttributeFilter.java
src/cx/fbn/nevernote/filters/ContainsAttributeFilter.java
src/cx/fbn/nevernote/filters/ContainsAttributeFilterFactory.java
src/cx/fbn/nevernote/filters/DateAttributeFilter.java
src/cx/fbn/nevernote/filters/DateAttributeFilterFactory.java
src/cx/fbn/nevernote/filters/EnSearch.java
src/cx/fbn/nevernote/filters/FilterEditorNotebooks.java
src/cx/fbn/nevernote/filters/FilterEditorTags.java
src/cx/fbn/nevernote/filters/NoteSortFilterProxyModel.java
src/cx/fbn/nevernote/filters/NotebookCounter.java
src/cx/fbn/nevernote/filters/TagCounter.java
src/cx/fbn/nevernote/filters/WordFilter.java
src/cx/fbn/nevernote/gui/AttributeTreeWidget.java
src/cx/fbn/nevernote/gui/BrowserWindow.java
src/cx/fbn/nevernote/gui/ColorMenu.java
src/cx/fbn/nevernote/gui/ContainsAttributeFilterTable.java
src/cx/fbn/nevernote/gui/ContentView.java
src/cx/fbn/nevernote/gui/DateAttributeFilterTable.java
src/cx/fbn/nevernote/gui/ExternalBrowse.java
src/cx/fbn/nevernote/gui/ExternalBrowserMenuBar.java
src/cx/fbn/nevernote/gui/Highlighter.java
src/cx/fbn/nevernote/gui/MainMenuBar.java
src/cx/fbn/nevernote/gui/NTreeWidgetItem.java
src/cx/fbn/nevernote/gui/NotebookTreeWidget.java
src/cx/fbn/nevernote/gui/PDFPreview.java
src/cx/fbn/nevernote/gui/RensoNoteList.java
src/cx/fbn/nevernote/gui/RensoNoteListItem.java
src/cx/fbn/nevernote/gui/SavedSearchTreeWidget.java
src/cx/fbn/nevernote/gui/ShortcutKeys.java
src/cx/fbn/nevernote/gui/TabBrowse.java
src/cx/fbn/nevernote/gui/TabBrowserBar.java
src/cx/fbn/nevernote/gui/TabBrowserWidget.java
src/cx/fbn/nevernote/gui/TableView.java
src/cx/fbn/nevernote/gui/TagLineCompleter.java
src/cx/fbn/nevernote/gui/TagLineEdit.java
src/cx/fbn/nevernote/gui/TagTreeWidget.java
src/cx/fbn/nevernote/gui/TrashTreeWidget.java
src/cx/fbn/nevernote/neighbornote/ClipBoardObserver.java
src/cx/fbn/nevernote/oauth/NNOAuthNetworkAccessManager.java
src/cx/fbn/nevernote/oauth/OAuthTokenizer.java
src/cx/fbn/nevernote/oauth/OAuthWindow.java
src/cx/fbn/nevernote/signals/DBRunnerSignal.java
src/cx/fbn/nevernote/signals/IndexSignal.java
src/cx/fbn/nevernote/signals/NoteIndexSignal.java
src/cx/fbn/nevernote/signals/NoteResourceSignal.java
src/cx/fbn/nevernote/signals/NoteSignal.java
src/cx/fbn/nevernote/signals/NotebookSignal.java
src/cx/fbn/nevernote/signals/SavedSearchSignal.java
src/cx/fbn/nevernote/signals/StatusSignal.java
src/cx/fbn/nevernote/signals/SyncSignal.java
src/cx/fbn/nevernote/signals/TagSignal.java
src/cx/fbn/nevernote/signals/ThreadSignal.java
src/cx/fbn/nevernote/signals/TrashSignal.java
src/cx/fbn/nevernote/sql/DatabaseConnection.java
src/cx/fbn/nevernote/sql/DeletedItemRecord.java
src/cx/fbn/nevernote/sql/DeletedTable.java
src/cx/fbn/nevernote/sql/ExcludedTable.java
src/cx/fbn/nevernote/sql/HistoryTable.java
src/cx/fbn/nevernote/sql/InkImagesTable.java
src/cx/fbn/nevernote/sql/InvalidXMLTable.java
src/cx/fbn/nevernote/sql/LinkedNotebookTable.java
src/cx/fbn/nevernote/sql/NoteResourceTable.java
src/cx/fbn/nevernote/sql/NoteTable.java
src/cx/fbn/nevernote/sql/NoteTagsRecord.java
src/cx/fbn/nevernote/sql/NoteTagsTable.java
src/cx/fbn/nevernote/sql/NotebookTable.java
src/cx/fbn/nevernote/sql/REnSearch.java
src/cx/fbn/nevernote/sql/SavedSearchTable.java
src/cx/fbn/nevernote/sql/SharedNotebookTable.java
src/cx/fbn/nevernote/sql/StaredTable.java
src/cx/fbn/nevernote/sql/SyncTable.java
src/cx/fbn/nevernote/sql/SystemIconTable.java
src/cx/fbn/nevernote/sql/TagTable.java
src/cx/fbn/nevernote/sql/WatchFolderRecord.java
src/cx/fbn/nevernote/sql/WatchFolderTable.java
src/cx/fbn/nevernote/sql/WordsTable.java
src/cx/fbn/nevernote/sql/driver/NSqlQuery.java
src/cx/fbn/nevernote/threads/CounterRunner.java
src/cx/fbn/nevernote/threads/IndexRunner.java
src/cx/fbn/nevernote/threads/SaveRunner.java
src/cx/fbn/nevernote/threads/SyncRunner.java
src/cx/fbn/nevernote/threads/ThumbnailRunner.java
src/cx/fbn/nevernote/utilities/AESEncrypter.java
src/cx/fbn/nevernote/utilities/ApplicationLogger.java
src/cx/fbn/nevernote/utilities/FileImporter.java
src/cx/fbn/nevernote/utilities/ImageFetcher.java
src/cx/fbn/nevernote/utilities/ListManager.java
src/cx/fbn/nevernote/utilities/OutStream.java
src/cx/fbn/nevernote/utilities/Pair.java
src/cx/fbn/nevernote/utilities/SyncTimes.java
src/cx/fbn/nevernote/xml/EnmlException.java
src/cx/fbn/nevernote/xml/ExportData.java
src/cx/fbn/nevernote/xml/HtmlTagModifier.java
src/cx/fbn/nevernote/xml/ImportData.java
src/cx/fbn/nevernote/xml/ImportEnex.java
src/cx/fbn/nevernote/xml/XMLCleanup.java
src/cx/fbn/nevernote/xml/XMLInsertHilight.java
src/cx/fbn/nevernote/xml/XMLNoteRepair.java
src/cx/fbn/nevernote/xml/XMLNoteRepairHandler.java

index 0b25d0c..cac9def 100644 (file)
--- a/copyright
+++ b/copyright
@@ -1,4 +1,4 @@
-This file is part of NixNote 
+This file is part of NixNote/NeighborNote 
 Copyright 2009-2011 Randy Baumgarte
 
 This file may be licensed under the terms of of the
 Copyright 2009-2011 Randy Baumgarte
 
 This file may be licensed under the terms of of the
index e9e757d..6d00824 100644 (file)
@@ -1,6 +1,7 @@
 /*
 /*
- * This file is part of NixNote 
+ * This file is part of NixNote/NeighborNote 
  * Copyright 2009 Randy Baumgarte
  * Copyright 2009 Randy Baumgarte
+ * Copyright 2013 Yuki Takahashi
  * 
  * This file may be licensed under the terms of of the
  * GNU General Public License Version 2 (the ``GPL'').
  * 
  * This file may be licensed under the terms of of the
  * GNU General Public License Version 2 (the ``GPL'').
index 87004c4..e3ec19a 100644 (file)
@@ -1,6 +1,7 @@
 /*
 /*
-  * This file is part of NixNote 
+  * This file is part of NixNote/NeighborNote 
  * Copyright 2009 Randy Baumgarte
  * Copyright 2009 Randy Baumgarte
+ * Copyright 2013 Yuki Takahashi
  * 
  * This file may be licensed under the terms of of the
  * GNU General Public License Version 2 (the ``GPL'').
  * 
  * This file may be licensed under the terms of of the
  * GNU General Public License Version 2 (the ``GPL'').
index 527b286..080be16 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index 75b7369..90b99a9 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index 563a1a2..c6c31f0 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index ee9f61b..6e50260 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index 1c82a3b..1a4cabd 100644 (file)
@@ -1,6 +1,7 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * Copyright 2009 Randy Baumgarte\r
+ * Copyright 2013 Yuki Takahashi\r
  * \r
  * This file may be licensed under the terms of of the\r
  * GNU General Public License Version 2 (the ``GPL'').\r
  * \r
  * This file may be licensed under the terms of of the\r
  * GNU General Public License Version 2 (the ``GPL'').\r
index 28879ac..dc587af 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index 7b3db98..cad505a 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index 62b69f9..f680b5f 100644 (file)
@@ -1,3 +1,22 @@
+/*
+ * This file is part of NeighborNote
+ * Copyright 2013 Yuki Takahashi
+ * 
+ * This file may be licensed under the terms of of the
+ * GNU General Public License Version 2 (the ``GPL'').
+ *
+ * Software distributed under the License is distributed
+ * on an ``AS IS'' basis, WITHOUT WARRANTY OF ANY KIND, either
+ * express or implied. See the GPL for the specific language
+ * governing rights and limitations.
+ *
+ * You should have received a copy of the GPL along with this
+ * program. If not, go to http://www.gnu.org/licenses/gpl.html
+ * or write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ *
+*/
+
 // ICHANGED
 package cx.fbn.nevernote.dialog;
 
 // ICHANGED
 package cx.fbn.nevernote.dialog;
 
index ffe2257..f06ff9c 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index 93bf1aa..7cf75c6 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index 40bc351..5013a98 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index a01836a..d953fdb 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index 95d111a..b854910 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index a91561b..44ce73c 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index 37001d9..e2e157a 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index 5d95d8a..0523fc6 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index bd8817b..aa1a1a7 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index 6afd837..f813391 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index 929bd09..e660a8a 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index 7c5b719..7505e6f 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index d8fdf1e..e209ad3 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index 51db18f..fc9c030 100644 (file)
@@ -1,6 +1,7 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * Copyright 2009 Randy Baumgarte\r
+ * Copyright 2013 Yuki Takahashi\r
  * \r
  * This file may be licensed under the terms of of the\r
  * GNU General Public License Version 2 (the ``GPL'').\r
  * \r
  * This file may be licensed under the terms of of the\r
  * GNU General Public License Version 2 (the ``GPL'').\r
index be6c4e9..2224b05 100644 (file)
@@ -1,6 +1,7 @@
 /*
 /*
- * This file is part of NixNote 
+ * This file is part of NixNote/NeighborNote 
  * Copyright 2011 Randy Baumgarte
  * Copyright 2011 Randy Baumgarte
+ * Copyright 2013 Yuki Takahashi
  * 
  * This file may be licensed under the terms of of the
  * GNU General Public License Version 2 (the ``GPL'').
  * 
  * This file may be licensed under the terms of of the
  * GNU General Public License Version 2 (the ``GPL'').
index 93644c8..c7a9807 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index e91246b..278294f 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * This file is part of NixNote 
+ * This file is part of NixNote/NeighborNote 
  * Copyright 2009 Randy Baumgarte
  * 
  * This file may be licensed under the terms of of the
  * Copyright 2009 Randy Baumgarte
  * 
  * This file may be licensed under the terms of of the
index 254116b..8d82271 100644 (file)
@@ -1,6 +1,7 @@
 /*
 /*
- * This file is part of NixNote 
+ * This file is part of NixNote/NeighborNote 
  * Copyright 2009 Randy Baumgarte
  * Copyright 2009 Randy Baumgarte
+ * Copyright 2013 Yuki Takahashi
  * 
  * This file may be licensed under the terms of of the
  * GNU General Public License Version 2 (the ``GPL'').
  * 
  * This file may be licensed under the terms of of the
  * GNU General Public License Version 2 (the ``GPL'').
index aff4138..884e71c 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index 6e3fc27..b638096 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index 692b85c..51d04c5 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * This file is part of NixNote 
+ * This file is part of NixNote/NeighborNote 
  * Copyright 2009 Randy Baumgarte
  * 
  * This file may be licensed under the terms of of the
  * Copyright 2009 Randy Baumgarte
  * 
  * This file may be licensed under the terms of of the
index d44d3a0..8eed2a8 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * This file is part of NixNote 
+ * This file is part of NixNote/NeighborNote 
  * Copyright 2009 Randy Baumgarte
  * 
  * This file may be licensed under the terms of of the
  * Copyright 2009 Randy Baumgarte
  * 
  * This file may be licensed under the terms of of the
index e7c3340..5bfe630 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index 45a3f20..5e48806 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * This file is part of NixNote 
+ * This file is part of NixNote/NeighborNote 
  * Copyright 2009 Randy Baumgarte
  * 
  * This file may be licensed under the terms of of the
  * Copyright 2009 Randy Baumgarte
  * 
  * This file may be licensed under the terms of of the
index 9ee3b6f..3fd02b1 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index b73ba5b..3c9f150 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * This file is part of NixNote 
+ * This file is part of NixNote/NeighborNote 
  * Copyright 2009 Randy Baumgarte
  * 
  * This file may be licensed under the terms of of the
  * Copyright 2009 Randy Baumgarte
  * 
  * This file may be licensed under the terms of of the
index 337bb91..839cd91 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index 864b790..132739d 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index 6ba720d..0d3a8d0 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index 5c7f537..3d50c73 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * This file is part of NixNote 
+ * This file is part of NixNote/NeighborNote 
  * Copyright 2009 Randy Baumgarte
  * 
  * This file may be licensed under the terms of of the
  * Copyright 2009 Randy Baumgarte
  * 
  * This file may be licensed under the terms of of the
index 7cc0a29..1e6928f 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index ecaffca..fe7f845 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index 591df13..a1ca8b5 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index 4fb1a72..82eec33 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index 4022516..d2d1159 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index 6e0311b..dd61e57 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index da2b01e..3215d6b 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index aab962e..65d64ab 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009,2010 Randy Baumgarte\r
  * Copyright 2010 Hiroshi Miura\r
  * \r
  * Copyright 2009,2010 Randy Baumgarte\r
  * Copyright 2010 Hiroshi Miura\r
  * \r
index 883e51a..bf61baa 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009,2010 Randy Baumgarte\r
  * Copyright 2010 Hiroshi Miura\r
  * \r
  * Copyright 2009,2010 Randy Baumgarte\r
  * Copyright 2010 Hiroshi Miura\r
  * \r
index 3409954..c0c4cfa 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index 775ce3e..3dcd5d6 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009,2010 Randy Baumgarte\r
  * Copyright 2010 Hiroshi Miura\r
  * \r
  * Copyright 2009,2010 Randy Baumgarte\r
  * Copyright 2010 Hiroshi Miura\r
  * \r
index df8c27c..0bd6e95 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index 52bfebe..51032a9 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index 4a417f5..d4e9bf9 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index 8c0ca28..09d7b85 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index 40e5928..831e373 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index e84e96e..5d51a12 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index 7c66391..1896fc3 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index 715f342..3f8c93d 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009,2010 Randy Baumgarte\r
  * Copyright 2010 Hiroshi Miura\r
  * \r
  * Copyright 2009,2010 Randy Baumgarte\r
  * Copyright 2010 Hiroshi Miura\r
  * \r
index 84eff8f..7a5e5f5 100644 (file)
@@ -1,6 +1,7 @@
 /*
 /*
- * This file is part of NixNote 
+ * This file is part of NixNote/NeighborNote 
  * Copyright 2009 Randy Baumgarte
  * Copyright 2009 Randy Baumgarte
+ * Copyright 2013 Yuki Takahashi
  * 
  * This file may be licensed under the terms of of the
  * GNU General Public License Version 2 (the ``GPL'').
  * 
  * This file may be licensed under the terms of of the
  * GNU General Public License Version 2 (the ``GPL'').
index db5ef10..2c3bf5d 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index 033f850..d6c4a32 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009,2010 Randy Baumgarte\r
  * Copyright 2010 Hiroshi Miura \r
  * \r
  * Copyright 2009,2010 Randy Baumgarte\r
  * Copyright 2010 Hiroshi Miura \r
  * \r
index 1c461e1..6e0f337 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index 5319e97..3a96c83 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index 36e9ba9..6748b55 100644 (file)
@@ -1,6 +1,7 @@
 /*
 /*
- * This file is part of NixNote 
+ * This file is part of NixNote/NeighborNote 
  * Copyright 2009 Randy Baumgarte
  * Copyright 2009 Randy Baumgarte
+ * Copyright 2013 Yuki Takahashi
  * 
  * This file may be licensed under the terms of of the
  * GNU General Public License Version 2 (the ``GPL'').
  * 
  * This file may be licensed under the terms of of the
  * GNU General Public License Version 2 (the ``GPL'').
index e6694e6..4f311b2 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index 8513ceb..370fa78 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index c6f4397..4e50064 100644 (file)
@@ -1,6 +1,7 @@
 /*
 /*
- * This file is part of NixNote 
+ * This file is part of NixNote/NeighborNote 
  * Copyright 2009 Randy Baumgarte
  * Copyright 2009 Randy Baumgarte
+ * Copyright 2013 Yuki Takahashi
  * 
  * This file may be licensed under the terms of of the
  * GNU General Public License Version 2 (the ``GPL'').
  * 
  * This file may be licensed under the terms of of the
  * GNU General Public License Version 2 (the ``GPL'').
index 1356de4..1297a50 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2011 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2011 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index e45a2c5..ff3439c 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index 525d11b..ee8f569 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index b7ebc1d..6afc49f 100644 (file)
@@ -1,3 +1,22 @@
+/*
+ * This file is part of NeighborNote
+ * Copyright 2013 Yuki Takahashi
+ * 
+ * This file may be licensed under the terms of of the
+ * GNU General Public License Version 2 (the ``GPL'').
+ *
+ * Software distributed under the License is distributed
+ * on an ``AS IS'' basis, WITHOUT WARRANTY OF ANY KIND, either
+ * express or implied. See the GPL for the specific language
+ * governing rights and limitations.
+ *
+ * You should have received a copy of the GPL along with this
+ * program. If not, go to http://www.gnu.org/licenses/gpl.html
+ * or write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ *
+*/
+
 // ICHANGED
 package cx.fbn.nevernote.gui;
 
 // ICHANGED
 package cx.fbn.nevernote.gui;
 
index fccaee3..b1324b9 100644 (file)
@@ -1,3 +1,22 @@
+/*
+ * This file is part of NeighborNote
+ * Copyright 2013 Yuki Takahashi
+ * 
+ * This file may be licensed under the terms of of the
+ * GNU General Public License Version 2 (the ``GPL'').
+ *
+ * Software distributed under the License is distributed
+ * on an ``AS IS'' basis, WITHOUT WARRANTY OF ANY KIND, either
+ * express or implied. See the GPL for the specific language
+ * governing rights and limitations.
+ *
+ * You should have received a copy of the GPL along with this
+ * program. If not, go to http://www.gnu.org/licenses/gpl.html
+ * or write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ *
+*/
+
 // ICHANGED
 package cx.fbn.nevernote.gui;
 
 // ICHANGED
 package cx.fbn.nevernote.gui;
 
index ec0952b..9616566 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index 8d9d103..46c5ee9 100644 (file)
@@ -1,6 +1,7 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * Copyright 2009 Randy Baumgarte\r
+ * Copyright 2013 Yuki Takahashi\r
  * \r
  * This file may be licensed under the terms of of the\r
  * GNU General Public License Version 2 (the ``GPL'').\r
  * \r
  * This file may be licensed under the terms of of the\r
  * GNU General Public License Version 2 (the ``GPL'').\r
index 3924d32..224f55a 100644 (file)
@@ -1,3 +1,22 @@
+/*
+ * This file is part of NeighborNote
+ * Copyright 2013 Yuki Takahashi
+ * 
+ * This file may be licensed under the terms of of the
+ * GNU General Public License Version 2 (the ``GPL'').
+ *
+ * Software distributed under the License is distributed
+ * on an ``AS IS'' basis, WITHOUT WARRANTY OF ANY KIND, either
+ * express or implied. See the GPL for the specific language
+ * governing rights and limitations.
+ *
+ * You should have received a copy of the GPL along with this
+ * program. If not, go to http://www.gnu.org/licenses/gpl.html
+ * or write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ *
+*/
+
 // ICHANGED
 package cx.fbn.nevernote.gui;
 
 // ICHANGED
 package cx.fbn.nevernote.gui;
 
index a64eea1..f3893eb 100644 (file)
@@ -1,3 +1,22 @@
+/*
+ * This file is part of NeighborNote
+ * Copyright 2013 Yuki Takahashi
+ * 
+ * This file may be licensed under the terms of of the
+ * GNU General Public License Version 2 (the ``GPL'').
+ *
+ * Software distributed under the License is distributed
+ * on an ``AS IS'' basis, WITHOUT WARRANTY OF ANY KIND, either
+ * express or implied. See the GPL for the specific language
+ * governing rights and limitations.
+ *
+ * You should have received a copy of the GPL along with this
+ * program. If not, go to http://www.gnu.org/licenses/gpl.html
+ * or write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ *
+*/
+
 // ICHANGED
 package cx.fbn.nevernote.gui;
 
 // ICHANGED
 package cx.fbn.nevernote.gui;
 
index ff635f3..83debac 100644 (file)
@@ -1,3 +1,22 @@
+/*
+ * This file is part of NeighborNote
+ * Copyright 2013 Yuki Takahashi
+ * 
+ * This file may be licensed under the terms of of the
+ * GNU General Public License Version 2 (the ``GPL'').
+ *
+ * Software distributed under the License is distributed
+ * on an ``AS IS'' basis, WITHOUT WARRANTY OF ANY KIND, either
+ * express or implied. See the GPL for the specific language
+ * governing rights and limitations.
+ *
+ * You should have received a copy of the GPL along with this
+ * program. If not, go to http://www.gnu.org/licenses/gpl.html
+ * or write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ *
+*/
+
 // ICHANGED
 package cx.fbn.nevernote.gui;
 
 // ICHANGED
 package cx.fbn.nevernote.gui;
 
index 8c7a7a6..4851317 100644 (file)
@@ -1,6 +1,7 @@
 /*
 /*
- * This file is part of NixNote 
+ * This file is part of NixNote/NeighborNote 
  * Copyright 2009 Randy Baumgarte
  * Copyright 2009 Randy Baumgarte
+ * Copyright 2013 Yuki Takahashi
  * 
  * This file may be licensed under the terms of of the
  * GNU General Public License Version 2 (the ``GPL'').
  * 
  * This file may be licensed under the terms of of the
  * GNU General Public License Version 2 (the ``GPL'').
index 07c7d13..3f00cd1 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index 49d476d..38e727a 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index 8f3910d..6b36f10 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009,2010 Randy Baumgarte\r
  * Copyright 2010 Hiroshi Miura\r
  * \r
  * Copyright 2009,2010 Randy Baumgarte\r
  * Copyright 2010 Hiroshi Miura\r
  * \r
index 38ca2ee..27bed5f 100644 (file)
@@ -1,6 +1,7 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * Copyright 2009 Randy Baumgarte\r
+ * Copyright 2013 Yuki Takahashi\r
  * \r
  * This file may be licensed under the terms of of the\r
  * GNU General Public License Version 2 (the ``GPL'').\r
  * \r
  * This file may be licensed under the terms of of the\r
  * GNU General Public License Version 2 (the ``GPL'').\r
index ae857a3..50ad6c9 100644 (file)
@@ -1,3 +1,22 @@
+/*
+ * This file is part of NeighborNote
+ * Copyright 2013 Yuki Takahashi
+ * 
+ * This file may be licensed under the terms of of the
+ * GNU General Public License Version 2 (the ``GPL'').
+ *
+ * Software distributed under the License is distributed
+ * on an ``AS IS'' basis, WITHOUT WARRANTY OF ANY KIND, either
+ * express or implied. See the GPL for the specific language
+ * governing rights and limitations.
+ *
+ * You should have received a copy of the GPL along with this
+ * program. If not, go to http://www.gnu.org/licenses/gpl.html
+ * or write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ *
+*/
+
 package cx.fbn.nevernote.neighbornote;
 
 import com.trolltech.qt.gui.QApplication;
 package cx.fbn.nevernote.neighbornote;
 
 import com.trolltech.qt.gui.QApplication;
index b8c889e..c6a24e5 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
 
 /*
- * This file is part of NixNote 
+ * This file is part of NixNote/NeighborNote 
  * Copyright 2012 Randy Baumgarte
  * 
  * This file may be licensed under the terms of of the
  * Copyright 2012 Randy Baumgarte
  * 
  * This file may be licensed under the terms of of the
index 0e745ee..7c70f37 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
 
 /*
-  * This file is part of NixNote 
+  * This file is part of NixNote/NeighborNote 
  * Copyright 2012 Randy Baumgarte
  * 
  * This file may be licensed under the terms of of the
  * Copyright 2012 Randy Baumgarte
  * 
  * This file may be licensed under the terms of of the
index 448acae..e3ecdd1 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
 
 /*
-  * This file is part of NixNote 
+  * This file is part of NixNote/NeighborNote 
  * Copyright 2012 Randy Baumgarte
  * 
  * This file may be licensed under the terms of of the
  * Copyright 2012 Randy Baumgarte
  * 
  * This file may be licensed under the terms of of the
index 9bd22eb..db031af 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index d58ee8c..808bcad 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index a2c3980..3b49d39 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index 4483ba6..1b0398c 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index a9bd056..bad04a8 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index 44cba84..73c76a9 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index 8a9fbb0..0a40c85 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index 7306e68..539d025 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * This file is part of NixNote 
+ * This file is part of NixNote/NeighborNote 
  * Copyright 2009 Randy Baumgarte
  * 
  * This file may be licensed under the terms of of the
  * Copyright 2009 Randy Baumgarte
  * 
  * This file may be licensed under the terms of of the
index 0521d6f..65733bb 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * This file is part of NixNote 
+ * This file is part of NixNote/NeighborNote 
  * Copyright 2009 Randy Baumgarte
  * 
  * This file may be licensed under the terms of of the
  * Copyright 2009 Randy Baumgarte
  * 
  * This file may be licensed under the terms of of the
index f2a5662..9277a61 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index 924b584..ccbb700 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * This file is part of NixNote 
+ * This file is part of NixNote/NeighborNote 
  * Copyright 2009 Randy Baumgarte
  * 
  * This file may be licensed under the terms of of the
  * Copyright 2009 Randy Baumgarte
  * 
  * This file may be licensed under the terms of of the
index d3d3825..9d5063b 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * This file is part of NixNote 
+ * This file is part of NixNote/NeighborNote 
  * Copyright 2009 Randy Baumgarte
  * 
  * This file may be licensed under the terms of of the
  * Copyright 2009 Randy Baumgarte
  * 
  * This file may be licensed under the terms of of the
index 6014093..ef314b5 100644 (file)
@@ -1,6 +1,7 @@
 /*
 /*
- * This file is part of NixNote 
+ * This file is part of NixNote/NeighborNote 
  * Copyright 2009 Randy Baumgarte
  * Copyright 2009 Randy Baumgarte
+ * Copyright 2013 Yuki Takahashi
  * 
  * This file may be licensed under the terms of of the
  * GNU General Public License Version 2 (the ``GPL'').
  * 
  * This file may be licensed under the terms of of the
  * GNU General Public License Version 2 (the ``GPL'').
index e73f61c..04fb75e 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index c672286..60ba6dd 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index 6458894..2d9594b 100644 (file)
@@ -1,3 +1,22 @@
+/*
+ * This file is part of NeighborNote
+ * Copyright 2013 Yuki Takahashi
+ * 
+ * This file may be licensed under the terms of of the
+ * GNU General Public License Version 2 (the ``GPL'').
+ *
+ * Software distributed under the License is distributed
+ * on an ``AS IS'' basis, WITHOUT WARRANTY OF ANY KIND, either
+ * express or implied. See the GPL for the specific language
+ * governing rights and limitations.
+ *
+ * You should have received a copy of the GPL along with this
+ * program. If not, go to http://www.gnu.org/licenses/gpl.html
+ * or write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ *
+*/
+
 // ICHANGED
 package cx.fbn.nevernote.sql;
 
 // ICHANGED
 package cx.fbn.nevernote.sql;
 
index 485ff59..a89fca3 100644 (file)
@@ -1,3 +1,22 @@
+/*
+ * This file is part of NeighborNote
+ * Copyright 2013 Yuki Takahashi
+ * 
+ * This file may be licensed under the terms of of the
+ * GNU General Public License Version 2 (the ``GPL'').
+ *
+ * Software distributed under the License is distributed
+ * on an ``AS IS'' basis, WITHOUT WARRANTY OF ANY KIND, either
+ * express or implied. See the GPL for the specific language
+ * governing rights and limitations.
+ *
+ * You should have received a copy of the GPL along with this
+ * program. If not, go to http://www.gnu.org/licenses/gpl.html
+ * or write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ *
+*/
+
 // ICHANGED
 package cx.fbn.nevernote.sql;
 
 // ICHANGED
 package cx.fbn.nevernote.sql;
 
index f5bea0f..a1577a5 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index 7663d46..015dd05 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index cbdfd1e..fa34e0e 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index 49386b3..99746c6 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index 678ea62..0710817 100644 (file)
@@ -1,6 +1,7 @@
 /*
 /*
- * This file is part of NixNote 
+ * This file is part of NixNote/NeighborNote 
  * Copyright 2009 Randy Baumgarte
  * Copyright 2009 Randy Baumgarte
+ * Copyright 2013 Yuki Takahashi
  * 
  * This file may be licensed under the terms of of the
  * GNU General Public License Version 2 (the ``GPL'').
  * 
  * This file may be licensed under the terms of of the
  * GNU General Public License Version 2 (the ``GPL'').
index 65dbefb..f837d51 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index 250318c..b2ddb0c 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index 0dd10e0..1ae52e5 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index 7534d6b..1a0ec5b 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index 2f9fea8..ca4a014 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index ed29b09..45af172 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index 0a1f940..b63bbe0 100644 (file)
@@ -1,6 +1,21 @@
 /*
 /*
- * クラスを現在作成中。インスタンスの生成および呼び出し部分は未着手。
- */
+ * This file is part of NeighborNote
+ * Copyright 2013 Yuki Takahashi
+ * 
+ * This file may be licensed under the terms of of the
+ * GNU General Public License Version 2 (the ``GPL'').
+ *
+ * Software distributed under the License is distributed
+ * on an ``AS IS'' basis, WITHOUT WARRANTY OF ANY KIND, either
+ * express or implied. See the GPL for the specific language
+ * governing rights and limitations.
+ *
+ * You should have received a copy of the GPL along with this
+ * program. If not, go to http://www.gnu.org/licenses/gpl.html
+ * or write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ *
+*/
 
 package cx.fbn.nevernote.sql;
 
 
 package cx.fbn.nevernote.sql;
 
index 05d8f4d..9aac97f 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index ed38095..9d053ec 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index 7168e87..fab6b73 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index 44fce41..032ee29 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index b463b29..8ae83c5 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index f9ddf72..828c113 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index c1b57b0..c71fdf8 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index d2cdcfe..58450a6 100644 (file)
@@ -1,6 +1,7 @@
 /*
 /*
- * This file is part of NixNote 
+ * This file is part of NixNote/NeighborNote 
  * Copyright 2009 Randy Baumgarte
  * Copyright 2009 Randy Baumgarte
+ * Copyright 2013 Yuki Takahashi
  * 
  * This file may be licensed under the terms of of the
  * GNU General Public License Version 2 (the ``GPL'').
  * 
  * This file may be licensed under the terms of of the
  * GNU General Public License Version 2 (the ``GPL'').
index 5eb6e1b..c6a8dc3 100644 (file)
@@ -1,6 +1,7 @@
 /*
 /*
- * This file is part of NixNote 
+ * This file is part of NixNote/NeighborNote 
  * Copyright 2009 Randy Baumgarte
  * Copyright 2009 Randy Baumgarte
+ * Copyright 2013 Yuki Takahashi
  * 
  * This file may be licensed under the terms of of the
  * GNU General Public License Version 2 (the ``GPL'').
  * 
  * This file may be licensed under the terms of of the
  * GNU General Public License Version 2 (the ``GPL'').
index 3232708..cb021f9 100644 (file)
@@ -1,6 +1,7 @@
 /*
 /*
- * This file is part of NixNote 
+ * This file is part of NixNote/NeighborNote 
  * Copyright 2009 Randy Baumgarte
  * Copyright 2009 Randy Baumgarte
+ * Copyright 2013 Yuki Takahashi
  * 
  * This file may be licensed under the terms of of the
  * GNU General Public License Version 2 (the ``GPL'').
  * 
  * This file may be licensed under the terms of of the
  * GNU General Public License Version 2 (the ``GPL'').
index c11bfc2..19fc684 100644 (file)
@@ -1,6 +1,7 @@
 /*
 /*
- * This file is part of NixNote 
+ * This file is part of NixNote/NeighborNote 
  * Copyright 2009 Randy Baumgarte
  * Copyright 2009 Randy Baumgarte
+ * Copyright 2013 Yuki Takahashi
  * 
  * This file may be licensed under the terms of of the
  * GNU General Public License Version 2 (the ``GPL'').
  * 
  * This file may be licensed under the terms of of the
  * GNU General Public License Version 2 (the ``GPL'').
index 1bb4e0b..a222461 100644 (file)
@@ -1,6 +1,7 @@
 /*
 /*
- * This file is part of NixNote 
+ * This file is part of NixNote/NeighborNote 
  * Copyright 2009 Randy Baumgarte
  * Copyright 2009 Randy Baumgarte
+ * Copyright 2013 Yuki Takahashi
  * 
  * This file may be licensed under the terms of of the
  * GNU General Public License Version 2 (the ``GPL'').
  * 
  * This file may be licensed under the terms of of the
  * GNU General Public License Version 2 (the ``GPL'').
index 18ec06d..eb5f5ac 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index bf7c6f1..cadb454 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * This file is part of NixNote 
+ * This file is part of NixNote/NeighborNote 
  * Copyright 2009 Randy Baumgarte
  * 
  * This file may be licensed under the terms of of the
  * Copyright 2009 Randy Baumgarte
  * 
  * This file may be licensed under the terms of of the
index d041235..58cf7c0 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index 81954cb..fa1a2b0 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index cbd7e65..366f7ec 100644 (file)
@@ -1,6 +1,7 @@
 /*
 /*
- * This file is part of NixNote 
+ * This file is part of NixNote/NeighborNote 
  * Copyright 2009 Randy Baumgarte
  * Copyright 2009 Randy Baumgarte
+ * Copyright 2013 Yuki Takahashi
  * 
  * This file may be licensed under the terms of of the
  * GNU General Public License Version 2 (the ``GPL'').
  * 
  * This file may be licensed under the terms of of the
  * GNU General Public License Version 2 (the ``GPL'').
index d5c22bc..b4c6392 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index e29e558..0d2ecbe 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index 82357df..700aa29 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index bc16a44..6deb655 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index 20161d9..4b1a93c 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index 6b327cb..c4e7b72 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index ecb912c..a89ba3d 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index a3540b5..306c39e 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2011 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2011 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index 73a0531..2af842f 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index 17b9270..179d9ed 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * This file is part of NixNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
index 8cae052..0120860 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * This file is part of NixNote 
+ * This file is part of NixNote/NeighborNote 
  * Copyright 2009 Randy Baumgarte
  * 
  * This file may be licensed under the terms of of the
  * Copyright 2009 Randy Baumgarte
  * 
  * This file may be licensed under the terms of of the
index 6dc41dd..5f43e94 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * This file is part of NixNote 
+ * This file is part of NixNote/NeighborNote 
  * Copyright 2009 Randy Baumgarte
  * 
  * This file may be licensed under the terms of of the
  * Copyright 2009 Randy Baumgarte
  * 
  * This file may be licensed under the terms of of the