Commit fb856a9b4ed8324ab3669c9fbd8c12fb67ecb267
1 parent
64449ba8
Exists in
master
and in
17 other branches
Add GitLab.com copyright to headers from Opscode
Showing
20 changed files
with
21 additions
and
0 deletions
Show diff stats
config/software/gitlab-cookbooks.rb
config/software/gitlab-core.rb
config/software/gitlab-ctl.rb
1 | 1 | # |
2 | 2 | # Copyright:: Copyright (c) 2012 Opscode, Inc. |
3 | +# Copyright:: Copyright (c) 2014 GitLab.com | |
3 | 4 | # License:: Apache License, Version 2.0 |
4 | 5 | # |
5 | 6 | # Licensed under the Apache License, Version 2.0 (the "License"); |
... | ... | @@ -27,6 +28,7 @@ build do |
27 | 28 | #!/bin/bash |
28 | 29 | # |
29 | 30 | # Copyright:: Copyright (c) 2012 Opscode, Inc. |
31 | +# Copyright:: Copyright (c) 2014 GitLab.com | |
30 | 32 | # License:: Apache License, Version 2.0 |
31 | 33 | # |
32 | 34 | # Licensed under the Apache License, Version 2.0 (the "License"); | ... | ... |
files/gitlab-cookbooks/gitlab/attributes/default.rb
files/gitlab-cookbooks/gitlab/libraries/gitlab.rb
files/gitlab-cookbooks/gitlab/libraries/helper.rb
files/gitlab-cookbooks/gitlab/recipes/bootstrap.rb
files/gitlab-cookbooks/gitlab/recipes/default.rb
files/gitlab-cookbooks/gitlab/recipes/gitlab-core.rb
files/gitlab-cookbooks/gitlab/recipes/gitlab-core_disable.rb
files/gitlab-cookbooks/gitlab/recipes/postgresql.rb
files/gitlab-cookbooks/gitlab/recipes/redis.rb
files/gitlab-cookbooks/gitlab/recipes/redis_disable.rb
files/gitlab-cookbooks/gitlab/recipes/show_config.rb
files/gitlab-cookbooks/gitlab/recipes/users.rb
files/gitlab-cookbooks/runit/README.md
... | ... | @@ -214,6 +214,7 @@ Author:: Adam Jacob <adam@opscode.com> |
214 | 214 | Author:: Joshua Timberman <joshua@opscode.com> |
215 | 215 | |
216 | 216 | Copyright:: 2008-2011, Opscode, Inc |
217 | +Copyright:: 2014 GitLab.com | |
217 | 218 | |
218 | 219 | Licensed under the Apache License, Version 2.0 (the "License"); |
219 | 220 | you may not use this file except in compliance with the License. | ... | ... |
files/gitlab-cookbooks/runit/attributes/default.rb
files/gitlab-cookbooks/runit/definitions/runit_service.rb
files/gitlab-cookbooks/runit/recipes/sysvinit.rb
files/gitlab-cookbooks/runit/recipes/upstart.rb