From 6f40b09525728e29e265c1e1f556286262ca5eaf Mon Sep 17 00:00:00 2001 From: Jesse Beder Date: Mon, 21 Dec 2009 20:35:27 +0000 Subject: [PATCH] Added newline to install and license files --- install.txt | 2 +- license.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install.txt b/install.txt index 74bba87..9392362 100644 --- a/install.txt +++ b/install.txt @@ -21,4 +21,4 @@ make install If you don't want to use CMake, just add all .cpp files to a makefile. yaml-cpp does not need any special build settings, so no 'configure' file is necessary. -(Note: this is pretty tedious. It's sooo much easier to use CMake.) \ No newline at end of file +(Note: this is pretty tedious. It's sooo much easier to use CMake.) diff --git a/license.txt b/license.txt index f1ad7ae..68a6f66 100644 --- a/license.txt +++ b/license.txt @@ -16,4 +16,4 @@ 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. \ No newline at end of file +THE SOFTWARE.