diff --git a/.gitignore b/.gitignore index 6eed3c9..3883566 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,6 @@ tmtags *.*~ # Builds and logs. -cmd/mop +mop logs/* diff --git a/LICENSE b/LICENSE index 9437929..598ab89 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2013-2015 Michael Dvorkin. All Rights Reserved. +Copyright (c) 2013-2016 Michael Dvorkin. All Rights Reserved. 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 965ca44..0f3318b 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ comments, suggestions, and contributions are welcome. ### License ### -Copyright (c) 2013-2015 Michael Dvorkin. All Rights Reserved. +Copyright (c) 2013-2016 Michael Dvorkin. All Rights Reserved. "mike" + "@dvorkin" + ".net" || "twitter.com/mid" Permission is hereby granted, free of charge, to any person obtaining diff --git a/cmd/mop.go b/cmd/mop.go index 52a96dc..6ad98d2 100644 --- a/cmd/mop.go +++ b/cmd/mop.go @@ -1,4 +1,4 @@ -// Copyright (c) 2013-2015 by Michael Dvorkin. All Rights Reserved. +// Copyright (c) 2013-2016 by Michael Dvorkin. All Rights Reserved. // Use of this source code is governed by a MIT-style license that can // be found in the LICENSE file. @@ -10,7 +10,7 @@ import ( `time` ) -const help = `Mop v0.2.0 -- Copyright (c) 2013-2015 by Michael Dvorkin. All Rights Reserved. +const help = `Mop v0.2.0 -- Copyright (c) 2013-2016 by Michael Dvorkin. All Rights Reserved. NO WARRANTIES OF ANY KIND WHATSOEVER. SEE THE LICENSE FILE FOR DETAILS. Command Description diff --git a/cnn_market.go b/cnn_market.go index d8fb47b..e10eeb7 100644 --- a/cnn_market.go +++ b/cnn_market.go @@ -1,4 +1,4 @@ -// Copyright (c) 2013-2015 by Michael Dvorkin. All Rights Reserved. +// Copyright (c) 2013-2016 by Michael Dvorkin. All Rights Reserved. // Use of this source code is governed by a MIT-style license that can // be found in the LICENSE file. diff --git a/column_editor.go b/column_editor.go index b008d5f..9d44244 100644 --- a/column_editor.go +++ b/column_editor.go @@ -1,4 +1,4 @@ -// Copyright (c) 2013-2015 by Michael Dvorkin. All Rights Reserved. +// Copyright (c) 2013-2016 by Michael Dvorkin. All Rights Reserved. // Use of this source code is governed by a MIT-style license that can // be found in the LICENSE file. diff --git a/layout.go b/layout.go index 156b73a..2ac9a44 100644 --- a/layout.go +++ b/layout.go @@ -1,4 +1,4 @@ -// Copyright (c) 2013-2015 by Michael Dvorkin. All Rights Reserved. +// Copyright (c) 2013-2016 by Michael Dvorkin. All Rights Reserved. // Use of this source code is governed by a MIT-style license that can // be found in the LICENSE file. diff --git a/line_editor.go b/line_editor.go index a5b6201..e6917cd 100644 --- a/line_editor.go +++ b/line_editor.go @@ -1,4 +1,4 @@ -// Copyright (c) 2013-2015 by Michael Dvorkin. All Rights Reserved. +// Copyright (c) 2013-2016 by Michael Dvorkin. All Rights Reserved. // Use of this source code is governed by a MIT-style license that can // be found in the LICENSE file. diff --git a/markup.go b/markup.go index bffca94..9ea61a6 100644 --- a/markup.go +++ b/markup.go @@ -1,4 +1,4 @@ -// Copyright (c) 2013-2015 by Michael Dvorkin. All Rights Reserved. +// Copyright (c) 2013-2016 by Michael Dvorkin. All Rights Reserved. // Use of this source code is governed by a MIT-style license that can // be found in the LICENSE file. diff --git a/profile.go b/profile.go index ce70d38..2412380 100644 --- a/profile.go +++ b/profile.go @@ -1,4 +1,4 @@ -// Copyright (c) 2013-2015 by Michael Dvorkin. All Rights Reserved. +// Copyright (c) 2013-2016 by Michael Dvorkin. All Rights Reserved. // Use of this source code is governed by a MIT-style license that can // be found in the LICENSE file. diff --git a/screen.go b/screen.go index b1c4e87..9ea9294 100644 --- a/screen.go +++ b/screen.go @@ -1,4 +1,4 @@ -// Copyright (c) 2013-2015 by Michael Dvorkin. All Rights Reserved. +// Copyright (c) 2013-2016 by Michael Dvorkin. All Rights Reserved. // Use of this source code is governed by a MIT-style license that can // be found in the LICENSE file. diff --git a/sorter.go b/sorter.go index 576d98f..6be872a 100644 --- a/sorter.go +++ b/sorter.go @@ -1,4 +1,4 @@ -// Copyright (c) 2013-2015 by Michael Dvorkin. All Rights Reserved. +// Copyright (c) 2013-2016 by Michael Dvorkin. All Rights Reserved. // Use of this source code is governed by a MIT-style license that can // be found in the LICENSE file. diff --git a/yahoo_quotes.go b/yahoo_quotes.go index 3e1dc62..799e1cc 100644 --- a/yahoo_quotes.go +++ b/yahoo_quotes.go @@ -1,4 +1,4 @@ -// Copyright (c) 2013-2015 by Michael Dvorkin. All Rights Reserved. +// Copyright (c) 2013-2016 by Michael Dvorkin. All Rights Reserved. // Use of this source code is governed by a MIT-style license that can // be found in the LICENSE file.