Skip to content
This repository has been archived by the owner on Mar 2, 2018. It is now read-only.

Commit

Permalink
Update copyright to 2015
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyson Gach committed Jan 1, 2015
1 parent ec9a1ac commit 8ceda4d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 14 deletions.
14 changes: 6 additions & 8 deletions LICENSE.md
@@ -1,8 +1,6 @@
LICENSE
The MIT License (MIT)

The MIT License

Copyright © 2014 thoughtbot, inc.
Copyright © 2014–2015 [thoughtbot, inc.](http://thoughtbot.com)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the “Software”), to deal
Expand All @@ -11,13 +9,13 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -67,4 +67,4 @@ Whenever code for Refills is borrowed or inspired by existing code, we try to cr

## License

Copyright © 2014 [thoughtbot, inc](http://thoughtbot.com). Refills is free software, and may be redistributed under the terms specified in the [license](LICENSE.md).
Copyright © 2014–2015 [thoughtbot, inc](http://thoughtbot.com). Refills is free software, and may be redistributed under the terms specified in the [license](LICENSE.md).
6 changes: 3 additions & 3 deletions source/layouts/layout.erb
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="description" content="Refills are prepackaged patterns and components, built on top of Bourbon, Bitters and Neat.">
<meta name="description" content="Refills are prepackaged patterns and components built with Bourbon, Neat and Bitters.">
<title><%= current_page.data.title %></title>
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Oswald:400,300,700|Lusitana:400,700|Open+Sans:400,800">
<%= stylesheet_link_tag "all" %>
Expand Down Expand Up @@ -100,10 +100,10 @@
<li><%= link_to 'Type Systems', '/type-systems.html' %></li>
</ul>
<div class="refills-footer-logo">
<img src="https://raw.githubusercontent.com/thoughtbot/refills/master/source/images/ralph-gray.png" alt="thoughtbot Ralph logo mark">
<img src="//raw.githubusercontent.com/thoughtbot/refills/master/source/images/ralph-gray.png" alt="thoughtbot Ralph logo mark">
</div>
<p>Refills is maintained and funded by <a href="//thoughtbot.com">thoughtbot, inc</a>.</p>
<p>Copyright &copy; 2014 <a href="//thoughtbot.com">thoughtbot, inc</a>. Refills is free software, and may be redistributed under the terms specified in the <a href="//github.com/thoughtbot/refills/blob/master/LICENSE.md">license</a>.</p>
<p>Copyright &copy; 2014&ndash;2015 <a href="//thoughtbot.com">thoughtbot, inc</a>. Refills is free software, and may be redistributed under the terms specified in the <a href="//github.com/thoughtbot/refills/blob/master/LICENSE.md">license</a>.</p>
</footer>
</section>
</section>
Expand Down
4 changes: 2 additions & 2 deletions source/refills-hero.html.erb
Expand Up @@ -2,6 +2,6 @@
<div class="refills-logo">
<img src="/images/refills-logo.svg" alt="Refills logo">
</div>
<h2><span>Refills</span> are prepackaged patterns and components, built on top of <a href="http://www.bourbon.io">Bourbon</a>, <a href="http://bitters.bourbon.io/">Bitters</a>, and <a href="http://neat.bourbon.io/">Neat</a>.</h2>
<p>Managed by <a href="http://www.thoughtbot.com">thoughtbot</a>, instructions at <a href="https://github.com/thoughtbot/refills">GitHub</a></p>
<h2><span>Refills</span> are prepackaged patterns and components built with <a href="//bourbon.io">Bourbon</a>, <a href="//neat.bourbon.io">Neat</a> and <a href="//bitters.bourbon.io">Bitters</a>.</h2>
<p>Managed by <a href="//thoughtbot.com">thoughtbot</a>, instructions at <a href="//github.com/thoughtbot/refills">GitHub</a></p>
</div>

0 comments on commit 8ceda4d

Please sign in to comment.