Commit 0fdab6a7478a6bc57c05485a246be318063e4e22
1 parent
daa7f077
Exists in
spb-stable
and in
3 other branches
Remove copyright
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
3 changed files
with
0 additions
and
18 deletions
Show diff stats
lib/gitlab/ldap/access.rb
1 | -#------------------------------------------------------------------- | ||
2 | -# | ||
3 | -# Copyright (C) 2013 GitLab.com - Distributed under the MIT Expat License | ||
4 | -# | ||
5 | -#------------------------------------------------------------------- | ||
6 | - | ||
7 | module Gitlab | 1 | module Gitlab |
8 | module LDAP | 2 | module LDAP |
9 | class Access | 3 | class Access |
lib/gitlab/ldap/adapter.rb
1 | -#------------------------------------------------------------------- | ||
2 | -# | ||
3 | -# Copyright (C) 2013 GitLab.com - Distributed under the MIT Expat License | ||
4 | -# | ||
5 | -#------------------------------------------------------------------- | ||
6 | - | ||
7 | module Gitlab | 1 | module Gitlab |
8 | module LDAP | 2 | module LDAP |
9 | class Adapter | 3 | class Adapter |
lib/gitlab/ldap/person.rb
1 | -#------------------------------------------------------------------- | ||
2 | -# | ||
3 | -# Copyright (C) 2013 GitLab.com - Distributed under the MIT Expat License | ||
4 | -# | ||
5 | -#------------------------------------------------------------------- | ||
6 | - | ||
7 | module Gitlab | 1 | module Gitlab |
8 | module LDAP | 2 | module LDAP |
9 | class Person | 3 | class Person |