From f109abe9f6b3bd48ab8b24c85c5808dda67ef934 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Sun, 27 Jan 2013 23:40:14 +0100 Subject: Added travis stamp of approval to README. --- README.markdown | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.markdown') diff --git a/README.markdown b/README.markdown index 06ea4232..88addfb3 100644 --- a/README.markdown +++ b/README.markdown @@ -16,6 +16,8 @@ Check out [Octopress.org](http://octopress.org/docs) for guides and documentatio ## Contributing +[![Build Status](https://travis-ci.org/imathis/octopress.png?branch=master)](https://travis-ci.org/imathis/octopress) + We love to see people contributing to Octopress, whether it's a bug report, feature suggestion or a pull request. At the moment, we try to keep the core slick and lean, focusing on basic blogging needs, so some of your suggestions might not find their way into Octopress. For those ideas, we started a [list of 3rd party plug-ins](https://github.com/imathis/octopress/wiki/3rd-party-plugins), where you can link your own Octopress plug-in repositories. For the future, we're thinking about ways to easier add them them into our main releases. -- cgit v1.2.1 From 4790b939807be4d9abcc567f02773ff24b99320d Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Fri, 22 Feb 2013 14:56:42 +0100 Subject: It's 2013. Hi, MIT License. --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.markdown') diff --git a/README.markdown b/README.markdown index 88addfb3..f9289754 100644 --- a/README.markdown +++ b/README.markdown @@ -24,7 +24,7 @@ We love to see people contributing to Octopress, whether it's a bug report, feat ## License (The MIT License) -Copyright © 2009-2011 Brandon Mathis +Copyright © 2009-2013 Brandon Mathis Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ‘Software’), to deal in the Software without restriction, including without limitation the rights 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: -- cgit v1.2.1