diff --git a/LICENSE.txt b/LICENSE.txt index 240a1516d9..3f445794c6 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2013 Ghost +Copyright (c) 2013 The Ghost Foundation Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation diff --git a/README.md b/README.md index 4a644f0367..c5fad7d7a8 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ We also recommend [CodeKit](http://incident57.com/codekit/) (Paid/Mac) & [Scout] ## Copyright & License -Copyright (C) 2013 Ghost +Copyright (C) 2013 The Ghost Foundation - Released under the MIT Lincense. 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: diff --git a/core/test/ghost/api_posts_spec.js b/core/test/ghost/api_posts_spec.js index 295dab497e..9ee920ef66 100644 --- a/core/test/ghost/api_posts_spec.js +++ b/core/test/ghost/api_posts_spec.js @@ -123,6 +123,7 @@ }); it('can fetch a paginated set, with various options', function (done) { + this.timeout(4000); helpers.insertMorePosts().then(function () {