Skip to content

Commit def70db

Browse files
committed
Removing notice file from sub-trees
1 parent d36fddb commit def70db

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

chef-server/Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ spec = Gem::Specification.new do |s|
1313
s.version = CHEF_SERVER_VERSION
1414
s.platform = Gem::Platform::RUBY
1515
s.has_rdoc = true
16-
s.extra_rdoc_files = ["README.txt", "LICENSE", 'NOTICE']
16+
s.extra_rdoc_files = ["README.txt", "LICENSE" ]
1717
s.summary = SUMMARY
1818
s.description = s.summary
1919
s.author = AUTHOR

chef/Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec = Gem::Specification.new do |s|
1515
s.version = CHEF_VERSION
1616
s.platform = Gem::Platform::RUBY
1717
s.has_rdoc = true
18-
s.extra_rdoc_files = ["README.txt", "LICENSE", 'NOTICE']
18+
s.extra_rdoc_files = ["README.txt", "LICENSE" ]
1919
s.summary = SUMMARY
2020
s.description = s.summary
2121
s.author = AUTHOR

0 commit comments

Comments
 (0)