Added LICENSE

master
Michael Dvorkin 11 years ago
parent 9322ab6301
commit 391520c95a
  1. 21
      LICENSE
  2. 8
      cmd/mop.go
  3. 4
      column_editor.go
  4. 4
      layout.go
  5. 4
      line_editor.go
  6. 4
      markup.go
  7. 4
      profile.go
  8. 4
      screen.go
  9. 4
      sorter.go
  10. 4
      yahoo_market.go
  11. 4
      yahoo_quotes.go

@ -0,0 +1,21 @@
Copyright (c) 2013 Michael Dvorkin. All Rights Reserved.
http://www.dvorkin.net || `mike` + `@` + `dvorkin` + `.net`
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:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, 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.

@ -1,5 +1,7 @@
// Copyright (c) 2013 by Michael Dvorkin. All Rights Reserved. // Copyright (c) 2013 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.
package main package main
import ( import (
@ -9,7 +11,7 @@ import (
) )
const help = `Mop v0.1.0 -- Copyright (c) 2013 Michael Dvorkin. All Rights Reserved. const help = `Mop v0.1.0 -- Copyright (c) 2013 Michael Dvorkin. All Rights Reserved.
NO WARRANTIES OF ANY KIND WHATSOEVER. USE AT YOUR OWN DISCRETION. NO WARRANTIES OF ANY KIND WHATSOEVER. SEE THE LICENSE FILE FOR DETAILS.
<u>Command</u> <u>Description </u> <u>Command</u> <u>Description </u>
+ Add stocks to the list. + Add stocks to the list.
@ -19,6 +21,8 @@ NO WARRANTIES OF ANY KIND WHATSOEVER. USE AT YOUR OWN DISCRETION.
? Display this help screen. ? Display this help screen.
esc Quit mop. esc Quit mop.
Enter comma-delimited list of stock tickers when prompted.
<r> Press any key to continue </r> <r> Press any key to continue </r>
` `

@ -1,5 +1,7 @@
// Copyright (c) 2013 by Michael Dvorkin. All Rights Reserved. // Copyright (c) 2013 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.
package mop package mop
import ( import (

@ -1,5 +1,7 @@
// Copyright (c) 2013 by Michael Dvorkin. All Rights Reserved. // Copyright (c) 2013 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.
package mop package mop
import ( import (

@ -1,5 +1,7 @@
// Copyright (c) 2013 by Michael Dvorkin. All Rights Reserved. // Copyright (c) 2013 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.
package mop package mop
import ( import (

@ -1,5 +1,7 @@
// Copyright (c) 2013 by Michael Dvorkin. All Rights Reserved. // Copyright (c) 2013 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.
package mop package mop
import ( import (

@ -1,5 +1,7 @@
// Copyright (c) 2013 by Michael Dvorkin. All Rights Reserved. // Copyright (c) 2013 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.
package mop package mop
import ( import (

@ -1,5 +1,7 @@
// Copyright (c) 2013 by Michael Dvorkin. All Rights Reserved. // Copyright (c) 2013 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.
package mop package mop
import ( import (

@ -1,5 +1,7 @@
// Copyright (c) 2013 by Michael Dvorkin. All Rights Reserved. // Copyright (c) 2013 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.
package mop package mop
import ( import (

@ -1,5 +1,7 @@
// Copyright (c) 2013 by Michael Dvorkin. All Rights Reserved. // Copyright (c) 2013 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.
package mop package mop
import ( import (

@ -1,5 +1,7 @@
// Copyright (c) 2013 by Michael Dvorkin. All Rights Reserved. // Copyright (c) 2013 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.
package mop package mop
import ( import (

Loading…
Cancel
Save