aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToshiaki Asai <toshi.alternative@gmail.com>2015-01-01 00:07:36 +0900
committerToshiaki Asai <toshi.alternative@gmail.com>2015-01-01 00:09:18 +0900
commit0c1fdf412d42fee05785f9cc50c61fc54be5546b (patch)
tree3ef384b04a5b1313ba433b664fdf3e4a0639f5ed
parent758cc27e207a097772f03ad5173869f737c60356 (diff)
downloadmikutter-0c1fdf412d42fee05785f9cc50c61fc54be5546b.tar.gz
あけおめ
-rw-r--r--LICENSE2
-rw-r--r--README2
-rw-r--r--core/plugin/settings/basic_settings.rb2
-rwxr-xr-xmikutter.rb2
4 files changed, 4 insertions, 4 deletions
diff --git a/LICENSE b/LICENSE
index 8575cc4f..cad2f5dd 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
The MIT License (MIT)
-Copyright (c) 2009-2014 Toshiaki Asai
+Copyright (c) 2009-2015 Toshiaki Asai
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/README b/README
index 24ea7007..6897fbdc 100644
--- a/README
+++ b/README
@@ -57,7 +57,7 @@ file:core/skin/data/icon.png
* ライセンスなど
** ライセンス
-Copyright (C) 2009-2014 Toshiaki Asai
+Copyright (C) 2009-2015 Toshiaki Asai
This software is released under the MIT License, see LICENSE
diff --git a/core/plugin/settings/basic_settings.rb b/core/plugin/settings/basic_settings.rb
index 9be40e0d..44c6866c 100644
--- a/core/plugin/settings/basic_settings.rb
+++ b/core/plugin/settings/basic_settings.rb
@@ -54,7 +54,7 @@ Plugin::create(:basic_settings) do
about (_("%s について") % Environment::NAME), {
:name => Environment::NAME,
:version => Environment::VERSION.to_s,
- :copyright => _('2009-%s Toshiaki Asai') % '2014',
+ :copyright => _('2009-%s Toshiaki Asai') % '2015',
:comments => _("全てのミク廃、そしてTwitter中毒者へ贈る、至高のTwitter Clientを目指すTwitter Client。\n略して至高のTwitter Client。\n圧倒的なかわいさではないか我がミクは\n\nこのソフトウェアは %{license} によって浄化されています。") % {license: 'MIT License'},
:license => (file_get_contents('../LICENSE') rescue nil),
:website => _('http://mikutter.hachune.net/'),
diff --git a/mikutter.rb b/mikutter.rb
index 62b82e4d..14f1e999 100755
--- a/mikutter.rb
+++ b/mikutter.rb
@@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
=begin rdoc
= mikutter - the moest twitter client
-Copyright (C) 2009-2014 Toshiaki Asai
+Copyright (C) 2009-2015 Toshiaki Asai
This software is released under the MIT License.