Skip to content

Commit

Permalink
Updates the copyright notice for license.
Browse files Browse the repository at this point in the history
  • Loading branch information
John Bellone committed Jan 3, 2016
1 parent 16bf03e commit 40b7091
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 10 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2014, 2015 Bloomberg Finance L.P.
Copyright 2014-2016, Bloomberg Finance L.P.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Cookbook: consul
# License: Apache 2.0
#
# Copyright 2014, 2015 Bloomberg Finance L.P.
# Copyright 2014-2016, Bloomberg Finance L.P.
#
default['consul']['service_name'] = 'consul'
default['consul']['service_user'] = 'consul'
Expand Down
2 changes: 1 addition & 1 deletion libraries/consul_acl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Cookbook: consul
# License: Apache 2.0
#
# Copyright (C) 2014, 2015 Bloomberg Finance L.P.
# Copyright 2014-2016, Bloomberg Finance L.P.
#
require 'poise'

Expand Down
2 changes: 1 addition & 1 deletion libraries/consul_config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Cookbook: consul
# License: Apache 2.0
#
# Copyright (C) 2014, 2015 Bloomberg Finance L.P.
# Copyright 2014-2016, Bloomberg Finance L.P.
#
require 'poise'

Expand Down
2 changes: 1 addition & 1 deletion libraries/consul_definition.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Cookbook: consul
# License: Apache 2.0
#
# Copyright (C) 2014, 2015 Bloomberg Finance L.P.
# Copyright 2014-2016, Bloomberg Finance L.P.
#
require 'poise'

Expand Down
2 changes: 1 addition & 1 deletion libraries/consul_execute.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Cookbook: consul
# License: Apache 2.0
#
# Copyright (C) 2015 Bloomberg Finance L.P.
# Copyright 2014-2016, Bloomberg Finance L.P.
#
require 'poise'

Expand Down
2 changes: 1 addition & 1 deletion libraries/consul_service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Cookbook: consul
# License: Apache 2.0
#
# Copyright (C) 2014, 2015 Bloomberg Finance L.P.
# Copyright 2014-2016, Bloomberg Finance L.P.
#
require 'poise_service/service_mixin'

Expand Down
6 changes: 6 additions & 0 deletions libraries/consul_ui.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
#
# Cookbook: consul
# License: Apache 2.0
#
# Copyright 2014-2015, Bloomberg Finance L.P.
#
require 'poise'

module ConsulCookbook
Expand Down
2 changes: 1 addition & 1 deletion libraries/consul_watch.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Cookbook: consul
# License: Apache 2.0
#
# Copyright (C) 2014, 2015 Bloomberg Finance L.P.
# Copyright 2014-2016, Bloomberg Finance L.P.
#
require 'poise'

Expand Down
2 changes: 1 addition & 1 deletion recipes/client_gem.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Cookbook: consul
# License: Apache 2.0
#
# Copyright 2014, 2015 Bloomberg Finance L.P.
# Copyright 2014-2015, Bloomberg Finance L.P.
#

chef_gem 'diplomat' do
Expand Down
2 changes: 1 addition & 1 deletion recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Cookbook: consul
# License: Apache 2.0
#
# Copyright 2014, 2015 Bloomberg Finance L.P.
# Copyright 2014-2015, Bloomberg Finance L.P.
#

if node['firewall']['allow_consul']
Expand Down

0 comments on commit 40b7091

Please sign in to comment.