coreos / fleet

fleet ties together systemd and etcd into a distributed init system
Apache License 2.0
2.42k stars 302 forks source link

*: update license header #1637

Closed dongsupark closed 8 years ago

dongsupark commented 8 years ago

In each *.go file, Replace "Copyright 201? CoreOS, Inc" with "Copyright 201? The fleet Authors", to be correspondent with other CoreOS projects.

Also update ./test to check if each go file contains license headers.

jonboulle commented 8 years ago

Seems good at a high level, although I don't think you need to change the year, and travis is failing

dongsupark commented 8 years ago

@jonboulle As for travis failures, I think something between etcd and grpc-gateway has changed. It always fails with the message below:

package github.com/coreos/fleet/vendor/github.com/coreos/etcd
    imports github.com/coreos/etcd/etcdmain
    imports github.com/coreos/etcd/clientv3
    imports github.com/coreos/etcd/etcdserver/etcdserverpb
    imports github.com/gengo/grpc-gateway/runtime
    imports github.com/grpc-ecosystem/grpc-gateway/runtime/internal: use of internal package not allowed

I have no idea. Let's see.

dongsupark commented 8 years ago

I updated the tree to keep each year string in the license header just as before. The travis error is magically gone, too. Now I suppose this PR can be merged.