From 0a961a0873e7af1ec8c4917c8321ebe0c61dedce Mon Sep 17 00:00:00 2001 From: softprops Date: Thu, 8 Mar 2012 20:32:46 -0500 Subject: [PATCH] years changed --- LICENSE | 2 +- README.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 9a18aba..2e5d5b2 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2011 Doug Tangren +Copyright (c) 2011-12 Doug Tangren Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/README.md b/README.md index 0422e8e..0be2115 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,8 @@ In any `.sbt` file under `~/.sbt`, say `~/.sbt/jot.sbt` for instance, append Jot stores data in a `.jot` file in your project's root +What to keep your jots to yourself? That's cool. Just add `.jot` to your `.gitignore` file. + Below is a list of available settings jot # Appends an item to your jot file @@ -41,4 +43,4 @@ Below is a list of available settings target(for jot) or (target in (SomeConfig, jot)) # Directory containing generated jot file colors(for jot) or (colors in (SomeConfig, jot)) # Toggles ansii colored output -Doug Tangren (softprops) 2011 +Doug Tangren (softprops) 2011-12