diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-03-10 17:09:45 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-03-10 17:09:45 +0200 |
commit | 0fdab6a7478a6bc57c05485a246be318063e4e22 (patch) | |
tree | 1381ab3fe35cfabba49635b8b0c45fec7be203f4 /lib | |
parent | daa7f077db81f3ecc3417419b7f74b157bb3fda3 (diff) | |
download | gitlab-ce-0fdab6a7478a6bc57c05485a246be318063e4e22.tar.gz |
Remove copyright
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gitlab/ldap/access.rb | 6 | ||||
-rw-r--r-- | lib/gitlab/ldap/adapter.rb | 6 | ||||
-rw-r--r-- | lib/gitlab/ldap/person.rb | 6 |
3 files changed, 0 insertions, 18 deletions
diff --git a/lib/gitlab/ldap/access.rb b/lib/gitlab/ldap/access.rb index 5ca240257bc..2a636244473 100644 --- a/lib/gitlab/ldap/access.rb +++ b/lib/gitlab/ldap/access.rb @@ -1,9 +1,3 @@ -#------------------------------------------------------------------- -# -# Copyright (C) 2013 GitLab.com - Distributed under the MIT Expat License -# -#------------------------------------------------------------------- - module Gitlab module LDAP class Access diff --git a/lib/gitlab/ldap/adapter.rb b/lib/gitlab/ldap/adapter.rb index c0ad1f90f38..a7b5bcb207c 100644 --- a/lib/gitlab/ldap/adapter.rb +++ b/lib/gitlab/ldap/adapter.rb @@ -1,9 +1,3 @@ -#------------------------------------------------------------------- -# -# Copyright (C) 2013 GitLab.com - Distributed under the MIT Expat License -# -#------------------------------------------------------------------- - module Gitlab module LDAP class Adapter diff --git a/lib/gitlab/ldap/person.rb b/lib/gitlab/ldap/person.rb index 339e6f37e2c..5ee383dfa03 100644 --- a/lib/gitlab/ldap/person.rb +++ b/lib/gitlab/ldap/person.rb @@ -1,9 +1,3 @@ -#------------------------------------------------------------------- -# -# Copyright (C) 2013 GitLab.com - Distributed under the MIT Expat License -# -#------------------------------------------------------------------- - module Gitlab module LDAP class Person |