Skip to content

Commit

Permalink
Remove OWNER
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanislas Polu committed Jan 11, 2017
1 parent 1aca094 commit 2959dbd
Show file tree
Hide file tree
Showing 51 changed files with 1 addition and 103 deletions.
2 changes: 0 additions & 2 deletions cli/command/help.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// OWNER stan

package command

import (
Expand Down
2 changes: 0 additions & 2 deletions cli/command/list.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// OWNER stan

package command

import (
Expand Down
2 changes: 0 additions & 2 deletions cli/command/login.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// OWNER stan

package command

import (
Expand Down
2 changes: 0 additions & 2 deletions cli/command/logout.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// OWNER stan

package command

import (
Expand Down
2 changes: 0 additions & 2 deletions cli/command/mint.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// OWNER stan

package command

import (
Expand Down
2 changes: 0 additions & 2 deletions cli/command/pay.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// OWNER stan

package command

import (
Expand Down
2 changes: 0 additions & 2 deletions cli/command/register.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// OWNER stan

package command

import (
Expand Down
2 changes: 0 additions & 2 deletions cli/command/trust.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// OWNER stan

package command

import (
Expand Down
2 changes: 0 additions & 2 deletions cli/mint.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// OWNER stan

package cli

import (
Expand Down
4 changes: 1 addition & 3 deletions cli/user.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// OWNER stan

package cli

import (
Expand Down Expand Up @@ -106,7 +104,7 @@ func Login(
Password: password,
}

// TOOD(stan): check credentials
// TOOD(spolu): check credentials

path, err := CredentialsPath(ctx)
if err != nil {
Expand Down
2 changes: 0 additions & 2 deletions lib/db/schemas.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// OWNER: stan

package db

import (
Expand Down
2 changes: 0 additions & 2 deletions mint/async/async.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// OWNER: stan

package async

import (
Expand Down
2 changes: 0 additions & 2 deletions mint/async/task/expire_transaction.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// OWNER: stan

package task

import (
Expand Down
2 changes: 0 additions & 2 deletions mint/async/task/propagate_balance.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// OWNER: stan

package task

import (
Expand Down
2 changes: 0 additions & 2 deletions mint/async/task/propagate_cancellation.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// OWNER: stan

package task

import (
Expand Down
2 changes: 0 additions & 2 deletions mint/async/task/propagate_offer.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// OWNER: stan

package task

import (
Expand Down
2 changes: 0 additions & 2 deletions mint/async/task/propagate_operation.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// OWNER: stan

package task

import (
Expand Down
2 changes: 0 additions & 2 deletions mint/async/task/propagate_settlement.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// OWNER: stan

package task

import (
Expand Down
2 changes: 0 additions & 2 deletions mint/endpoint/cancel_transaction.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// OWNER: stan

package endpoint

import (
Expand Down
2 changes: 0 additions & 2 deletions mint/endpoint/close_offer.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// OWNER: stan

package endpoint

import (
Expand Down
2 changes: 0 additions & 2 deletions mint/endpoint/create_offer.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// OWNER: stan

package endpoint

import (
Expand Down
2 changes: 0 additions & 2 deletions mint/endpoint/create_transaction.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// OWNER: stan

package endpoint

import (
Expand Down
2 changes: 0 additions & 2 deletions mint/endpoint/propagate_balance.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// OWNER: stan

package endpoint

import (
Expand Down
2 changes: 0 additions & 2 deletions mint/endpoint/propagate_offer.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// OWNER: stan

package endpoint

import (
Expand Down
2 changes: 0 additions & 2 deletions mint/endpoint/propagate_operation.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// OWNER: stan

package endpoint

import (
Expand Down
2 changes: 0 additions & 2 deletions mint/endpoint/settle_transaction.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// OWNER: stan

package endpoint

import (
Expand Down
2 changes: 0 additions & 2 deletions mint/lib/plan/transaction_plan.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// OWNER: stan

package plan

import (
Expand Down
2 changes: 0 additions & 2 deletions mint/model/asset.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// OWNER: stan

package model

import (
Expand Down
2 changes: 0 additions & 2 deletions mint/model/balance.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// OWNER: stan

package model

import (
Expand Down
2 changes: 0 additions & 2 deletions mint/model/crossing.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// OWNER: stan

package model

import (
Expand Down
2 changes: 0 additions & 2 deletions mint/model/offer.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// OWNER: stan

package model

import (
Expand Down
2 changes: 0 additions & 2 deletions mint/model/operation.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// OWNER: stan

package model

import (
Expand Down
2 changes: 0 additions & 2 deletions mint/model/schemas/mint.0.users.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// OWNER: stan

package schemas

import "github.com/spolu/settle/lib/db"
Expand Down
2 changes: 0 additions & 2 deletions mint/model/schemas/mint.1.assets.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// OWNER: stan

package schemas

import "github.com/spolu/settle/lib/db"
Expand Down
2 changes: 0 additions & 2 deletions mint/model/schemas/mint.2.operations.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// OWNER: stan

package schemas

import "github.com/spolu/settle/lib/db"
Expand Down
2 changes: 0 additions & 2 deletions mint/model/schemas/mint.3.balances.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// OWNER: stan

package schemas

import "github.com/spolu/settle/lib/db"
Expand Down
2 changes: 0 additions & 2 deletions mint/model/schemas/mint.4.offers.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// OWNER: stan

package schemas

import "github.com/spolu/settle/lib/db"
Expand Down
2 changes: 0 additions & 2 deletions mint/model/schemas/mint.5.transactions.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// OWNER: stan

package schemas

import "github.com/spolu/settle/lib/db"
Expand Down
2 changes: 0 additions & 2 deletions mint/model/schemas/mint.6.crossings.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// OWNER: stan

package schemas

import "github.com/spolu/settle/lib/db"
Expand Down
2 changes: 0 additions & 2 deletions mint/model/schemas/mint.7.tasks.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// OWNER: stan

package schemas

import "github.com/spolu/settle/lib/db"
Expand Down
2 changes: 0 additions & 2 deletions mint/model/task.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// OWNER: stan

package model

import (
Expand Down
2 changes: 0 additions & 2 deletions mint/model/transaction.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// OWNER: stan

package model

import (
Expand Down
2 changes: 0 additions & 2 deletions mint/model/types.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// OWNER: stan

package model

import (
Expand Down
2 changes: 0 additions & 2 deletions mint/model/user.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// OWNER: stan

package model

import (
Expand Down
2 changes: 0 additions & 2 deletions mint/types.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// OWNER: stan

package mint

import (
Expand Down
2 changes: 0 additions & 2 deletions register/endpoint/create_user.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// OWNER: stan

package endpoint

import (
Expand Down
2 changes: 0 additions & 2 deletions register/endpoint/retrieve_user.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// OWNER: stan

package endpoint

import (
Expand Down
2 changes: 0 additions & 2 deletions register/endpoint/roll_user.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// OWNER: stan

package endpoint

import (
Expand Down
2 changes: 0 additions & 2 deletions register/model/schemas/register.0.users.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// OWNER: stan

package schemas

import "github.com/spolu/settle/lib/db"
Expand Down
2 changes: 0 additions & 2 deletions register/model/user.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// OWNER: stan

package model

import (
Expand Down
2 changes: 0 additions & 2 deletions register/types.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// OWNER: stan

package register

import (
Expand Down

0 comments on commit 2959dbd

Please sign in to comment.