Skip to content

Commit

Permalink
update copyright LICENSE information
Browse files Browse the repository at this point in the history
  • Loading branch information
reset committed Jan 19, 2015
1 parent 7702d12 commit 46d3206
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2014 Undead Labs, LLC
Copyright (c) 2014-2015 Undead Labs, LLC

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ end

defp deps do
[
{:consul, "~> 0.1.0"}
{:consul, "~> 0.3.0"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion lib/consul.ex
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# The MIT License (MIT)
#
# Copyright (c) 2014 Undead Labs, LLC
# Copyright (c) 2014-2015 Undead Labs, LLC
#

defmodule Consul do
Expand Down
2 changes: 1 addition & 1 deletion lib/consul/agent.ex
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# The MIT License (MIT)
#
# Copyright (c) 2014 Undead Labs, LLC
# Copyright (c) 2014-2015 Undead Labs, LLC
#

defmodule Consul.Agent do
Expand Down
2 changes: 1 addition & 1 deletion lib/consul/agent/check.ex
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# The MIT License (MIT)
#
# Copyright (c) 2014 Undead Labs, LLC
# Copyright (c) 2014-2015 Undead Labs, LLC
#

defmodule Consul.Agent.Check do
Expand Down
2 changes: 1 addition & 1 deletion lib/consul/agent/service.ex
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# The MIT License (MIT)
#
# Copyright (c) 2014 Undead Labs, LLC
# Copyright (c) 2014-2015 Undead Labs, LLC
#

defmodule Consul.Agent.Service do
Expand Down
2 changes: 1 addition & 1 deletion lib/consul/catalog.ex
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# The MIT License (MIT)
#
# Copyright (c) 2014 Undead Labs, LLC
# Copyright (c) 2014-2015 Undead Labs, LLC
#

defmodule Consul.Catalog do
Expand Down
2 changes: 1 addition & 1 deletion lib/consul/endpoint.ex
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# The MIT License (MIT)
#
# Copyright (c) 2014 Undead Labs, LLC
# Copyright (c) 2014-2015 Undead Labs, LLC
#

defmodule Consul.Endpoint do
Expand Down
2 changes: 1 addition & 1 deletion lib/consul/handler/base.ex
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# The MIT License (MIT)
#
# Copyright (c) 2014 Undead Labs, LLC
# Copyright (c) 2014-2015 Undead Labs, LLC
#

defmodule Consul.Handler.Base do
Expand Down
2 changes: 1 addition & 1 deletion lib/consul/handler/behaviour.ex
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# The MIT License (MIT)
#
# Copyright (c) 2014 Undead Labs, LLC
# Copyright (c) 2014-2015 Undead Labs, LLC
#

defmodule Consul.Handler.Behaviour do
Expand Down
2 changes: 1 addition & 1 deletion lib/consul/handler/kv.ex
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# The MIT License (MIT)
#
# Copyright (c) 2014 Undead Labs, LLC
# Copyright (c) 2014-2015 Undead Labs, LLC
#

defmodule Consul.Handler.Kv do
Expand Down
2 changes: 1 addition & 1 deletion lib/consul/health.ex
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# The MIT License (MIT)
#
# Copyright (c) 2014 Undead Labs, LLC
# Copyright (c) 2014-2015 Undead Labs, LLC
#

defmodule Consul.Health do
Expand Down
2 changes: 1 addition & 1 deletion lib/consul/kv.ex
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# The MIT License (MIT)
#
# Copyright (c) 2014 Undead Labs, LLC
# Copyright (c) 2014-2015 Undead Labs, LLC
#

defmodule Consul.Kv do
Expand Down
2 changes: 1 addition & 1 deletion lib/consul/request.ex
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# The MIT License (MIT)
#
# Copyright (c) 2014 Undead Labs, LLC
# Copyright (c) 2014-2015 Undead Labs, LLC
#

defmodule Consul.Request do
Expand Down
2 changes: 1 addition & 1 deletion lib/consul/response.ex
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# The MIT License (MIT)
#
# Copyright (c) 2014 Undead Labs, LLC
# Copyright (c) 2014-2015 Undead Labs, LLC
#

defmodule Consul.Response do
Expand Down

0 comments on commit 46d3206

Please sign in to comment.