Skip to content

Commit

Permalink
Welcome 2014
Browse files Browse the repository at this point in the history
  • Loading branch information
weppos committed Jan 25, 2014
1 parent 78a8c9e commit b0f7469
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2009-2012 Simone Carletti <[email protected]>
Copyright (c) 2009-2014 Simone Carletti <[email protected]>

MIT License

Expand Down
2 changes: 1 addition & 1 deletion lib/breadcrumbs_on_rails.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# A simple Ruby on Rails plugin for creating and managing a breadcrumb navigation.
#
# Copyright (c) 2009-2012 Simone Carletti <[email protected]>
# Copyright (c) 2009-2014 Simone Carletti <[email protected]>
#++

require 'breadcrumbs_on_rails/breadcrumbs'
Expand Down
2 changes: 1 addition & 1 deletion lib/breadcrumbs_on_rails/action_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# A simple Ruby on Rails plugin for creating and managing a breadcrumb navigation.
#
# Copyright (c) 2009-2012 Simone Carletti <[email protected]>
# Copyright (c) 2009-2014 Simone Carletti <[email protected]>
#++

module BreadcrumbsOnRails
Expand Down
2 changes: 1 addition & 1 deletion lib/breadcrumbs_on_rails/breadcrumbs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# A simple Ruby on Rails plugin for creating and managing a breadcrumb navigation.
#
# Copyright (c) 2009-2012 Simone Carletti <[email protected]>
# Copyright (c) 2009-2014 Simone Carletti <[email protected]>
#++

module BreadcrumbsOnRails
Expand Down
2 changes: 1 addition & 1 deletion lib/breadcrumbs_on_rails/railtie.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# A simple Ruby on Rails plugin for creating and managing a breadcrumb navigation.
#
# Copyright (c) 2009-2012 Simone Carletti <[email protected]>
# Copyright (c) 2009-2014 Simone Carletti <[email protected]>
#++

module BreadcrumbsOnRails
Expand Down
2 changes: 1 addition & 1 deletion lib/breadcrumbs_on_rails/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# A simple Ruby on Rails plugin for creating and managing a breadcrumb navigation.
#
# Copyright (c) 2009-2012 Simone Carletti <[email protected]>
# Copyright (c) 2009-2014 Simone Carletti <[email protected]>
#++

module BreadcrumbsOnRails
Expand Down

0 comments on commit b0f7469

Please sign in to comment.