OSDN Git Service

rename lisence to license
authoryasushiito <yas@pen-chan.jp>
Tue, 6 Mar 2012 10:12:15 +0000 (19:12 +0900)
committeryasushiito <yas@pen-chan.jp>
Tue, 6 Mar 2012 10:12:15 +0000 (19:12 +0900)
commit3392e528d4f83ffdaf81b4d0babf5b06972e3f4a
tree7ddb96829a1e6dc3a57497473a931a408d6356c2
parentbcec03b56ee998ac901b2bf9fb47b78535e2b69a
rename lisence to license
126 files changed:
LICENSE.txt [moved from LISENCE.txt with 100% similarity]
app/assets/javascripts/common_licenses.js.coffee [moved from app/assets/javascripts/common_lisences.js.coffee with 100% similarity]
app/assets/javascripts/licenses.js.coffee [moved from app/assets/javascripts/lisences.js.coffee with 100% similarity]
app/assets/javascripts/original_licenses.js.coffee [moved from app/assets/javascripts/original_lisences.js.coffee with 100% similarity]
app/assets/stylesheets/common_licenses.css.scss [moved from app/assets/stylesheets/common_lisences.css.scss with 100% similarity]
app/assets/stylesheets/licenses.css.scss [moved from app/assets/stylesheets/lisences.css.scss with 100% similarity]
app/assets/stylesheets/original_licenses.css.scss [moved from app/assets/stylesheets/original_lisences.css.scss with 100% similarity]
app/controllers/comics_controller.rb
app/controllers/common_licenses_controller.rb [new file with mode: 0644]
app/controllers/common_lisences_controller.rb [deleted file]
app/controllers/home_controller.rb
app/controllers/licenses_controller.rb [new file with mode: 0644]
app/controllers/lisences_controller.rb [deleted file]
app/controllers/original_licenses_controller.rb [new file with mode: 0644]
app/controllers/original_lisences_controller.rb [deleted file]
app/controllers/original_pictures_controller.rb
app/controllers/resource_pictures_controller.rb
app/helpers/common_licenses_helper.rb [new file with mode: 0644]
app/helpers/common_lisences_helper.rb [deleted file]
app/helpers/licenses_helper.rb [new file with mode: 0644]
app/helpers/lisences_helper.rb [deleted file]
app/helpers/original_licenses_helper.rb [new file with mode: 0644]
app/helpers/original_lisences_helper.rb [deleted file]
app/models/common_license.rb [moved from app/models/common_lisence.rb with 67% similarity]
app/models/license.rb [new file with mode: 0644]
app/models/lisence.rb [deleted file]
app/models/original_license.rb [moved from app/models/original_lisence.rb with 67% similarity]
app/models/original_picture.rb
app/models/resource_picture.rb
app/views/artists/list.html.erb
app/views/comics/top.html.erb
app/views/common_licenses/_form.html.erb [moved from app/views/common_lisences/_form.html.erb with 81% similarity]
app/views/common_licenses/browse.html.erb [new file with mode: 0644]
app/views/common_licenses/edit.html.erb [new file with mode: 0644]
app/views/common_licenses/index.html.erb [new file with mode: 0644]
app/views/common_licenses/list.html.erb [new file with mode: 0644]
app/views/common_licenses/new.html.erb [moved from app/views/common_lisences/new.html.erb with 69% similarity]
app/views/common_licenses/show.html.erb [new file with mode: 0644]
app/views/common_lisences/browse.html.erb [deleted file]
app/views/common_lisences/edit.html.erb [deleted file]
app/views/common_lisences/index.html.erb [deleted file]
app/views/common_lisences/list.html.erb [deleted file]
app/views/common_lisences/show.html.erb [deleted file]
app/views/home/step2.html.erb
app/views/home/step3.html.erb
app/views/licenses/browse.html.erb [new file with mode: 0644]
app/views/licenses/index.html.erb [new file with mode: 0644]
app/views/licenses/list.html.erb [new file with mode: 0644]
app/views/licenses/show.html.erb [new file with mode: 0644]
app/views/lisences/browse.html.erb [deleted file]
app/views/lisences/index.html.erb [deleted file]
app/views/lisences/list.html.erb [deleted file]
app/views/lisences/show.html.erb [deleted file]
app/views/original_licenses/_form.html.erb [moved from app/views/original_lisences/_form.html.erb with 81% similarity]
app/views/original_licenses/browse.html.erb [new file with mode: 0644]
app/views/original_licenses/edit.html.erb [new file with mode: 0644]
app/views/original_licenses/index.html.erb [new file with mode: 0644]
app/views/original_licenses/list.html.erb [new file with mode: 0644]
app/views/original_licenses/new.html.erb [new file with mode: 0644]
app/views/original_licenses/show.html.erb [new file with mode: 0644]
app/views/original_lisences/browse.html.erb [deleted file]
app/views/original_lisences/edit.html.erb [deleted file]
app/views/original_lisences/index.html.erb [deleted file]
app/views/original_lisences/list.html.erb [deleted file]
app/views/original_lisences/new.html.erb [deleted file]
app/views/original_lisences/show.html.erb [deleted file]
app/views/original_pictures/_artist_register.html.erb
app/views/original_pictures/_uploader.html.erb
app/views/original_pictures/browse.html.erb
app/views/original_pictures/index.html.erb
app/views/original_pictures/list.html.erb
app/views/resource_pictures/list.html.erb
app/views/system/browse.html.erb
config/routes.rb
db/migrate/20111206095746_create_artists.rb
db/migrate/20111206100750_create_licenses.rb [moved from db/migrate/20111206100750_create_lisences.rb with 80% similarity]
db/migrate/20111206105022_create_original_licenses.rb [moved from db/migrate/20111206105022_create_original_lisences.rb with 80% similarity]
db/migrate/20111206112042_create_original_pictures.rb
db/migrate/20111206112949_create_resource_pictures.rb
db/migrate/20111213073529_create_common_licenses.rb [moved from db/migrate/20111213073529_create_common_lisences.rb with 79% similarity]
db/schema.rb
db/seeds.rb
spec/controllers/common_licenses_controller_spec.rb [new file with mode: 0644]
spec/controllers/common_lisences_controller_spec.rb [deleted file]
spec/controllers/licenses_controller_spec.rb [new file with mode: 0644]
spec/controllers/lisences_controller_spec.rb [deleted file]
spec/controllers/original_licenses_controller_spec.rb [new file with mode: 0644]
spec/controllers/original_lisences_controller_spec.rb [deleted file]
spec/helpers/common_licenses_helper_spec.rb [moved from spec/helpers/common_lisences_helper_spec.rb with 74% similarity]
spec/helpers/licenses_helper_spec.rb [moved from spec/helpers/lisences_helper_spec.rb with 77% similarity]
spec/helpers/original_licenses_helper_spec.rb [moved from spec/helpers/original_lisences_helper_spec.rb with 73% similarity]
spec/models/common_license_spec.rb [moved from spec/models/common_lisence_spec.rb with 76% similarity]
spec/models/license_spec.rb [moved from spec/models/lisence_spec.rb with 80% similarity]
spec/models/original_license_spec.rb [moved from spec/models/original_lisence_spec.rb with 75% similarity]
spec/requests/common_licenses_spec.rb [moved from spec/requests/common_lisences_spec.rb with 69% similarity]
spec/requests/licenses_spec.rb [moved from spec/requests/lisences_spec.rb with 74% similarity]
spec/requests/original_licenses_spec.rb [moved from spec/requests/original_lisences_spec.rb with 68% similarity]
spec/routing/common_licenses_routing_spec.rb [new file with mode: 0644]
spec/routing/common_lisences_routing_spec.rb [deleted file]
spec/routing/licenses_routing_spec.rb [new file with mode: 0644]
spec/routing/lisences_routing_spec.rb [deleted file]
spec/routing/original_licenses_routing_spec.rb [new file with mode: 0644]
spec/routing/original_lisences_routing_spec.rb [deleted file]
spec/views/common_licenses/edit.html.erb_spec.rb [new file with mode: 0644]
spec/views/common_licenses/index.html.erb_spec.rb [new file with mode: 0644]
spec/views/common_licenses/new.html.erb_spec.rb [new file with mode: 0644]
spec/views/common_licenses/show.html.erb_spec.rb [new file with mode: 0644]
spec/views/common_lisences/edit.html.erb_spec.rb [deleted file]
spec/views/common_lisences/index.html.erb_spec.rb [deleted file]
spec/views/common_lisences/new.html.erb_spec.rb [deleted file]
spec/views/common_lisences/show.html.erb_spec.rb [deleted file]
spec/views/licenses/edit.html.erb_spec.rb [new file with mode: 0644]
spec/views/licenses/index.html.erb_spec.rb [new file with mode: 0644]
spec/views/licenses/new.html.erb_spec.rb [new file with mode: 0644]
spec/views/licenses/show.html.erb_spec.rb [moved from spec/views/lisences/show.html.erb_spec.rb with 54% similarity]
spec/views/lisences/edit.html.erb_spec.rb [deleted file]
spec/views/lisences/index.html.erb_spec.rb [deleted file]
spec/views/lisences/new.html.erb_spec.rb [deleted file]
spec/views/original_licenses/edit.html.erb_spec.rb [new file with mode: 0644]
spec/views/original_licenses/index.html.erb_spec.rb [new file with mode: 0644]
spec/views/original_licenses/new.html.erb_spec.rb [new file with mode: 0644]
spec/views/original_licenses/show.html.erb_spec.rb [new file with mode: 0644]
spec/views/original_lisences/edit.html.erb_spec.rb [deleted file]
spec/views/original_lisences/index.html.erb_spec.rb [deleted file]
spec/views/original_lisences/new.html.erb_spec.rb [deleted file]
spec/views/original_lisences/show.html.erb_spec.rb [deleted file]