Skip to content

Commit

Permalink
Merge branch 'master' into lc-get-attr-values
Browse files Browse the repository at this point in the history
  • Loading branch information
vetinari authored Oct 2, 2017
2 parents 757d81e + 0ae9f24 commit fe017e8
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 36 deletions.
4 changes: 0 additions & 4 deletions bind.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
// Copyright 2011 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package ldap

import (
Expand Down
4 changes: 0 additions & 4 deletions compare.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
// Copyright 2014 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
//
// File contains Compare functionality
//
// https://tools.ietf.org/html/rfc4511
Expand Down
4 changes: 0 additions & 4 deletions conn.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
// Copyright 2011 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package ldap

import (
Expand Down
4 changes: 0 additions & 4 deletions control.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
// Copyright 2011 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package ldap

import (
Expand Down
4 changes: 0 additions & 4 deletions dn.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
// Copyright 2015 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
//
// File contains DN parsing functionality
//
// https://tools.ietf.org/html/rfc4514
Expand Down
4 changes: 0 additions & 4 deletions filter.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
// Copyright 2011 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package ldap

import (
Expand Down
4 changes: 0 additions & 4 deletions ldap.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
// Copyright 2011 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package ldap

import (
Expand Down
4 changes: 0 additions & 4 deletions modify.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
// Copyright 2014 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
//
// File contains Modify functionality
//
// https://tools.ietf.org/html/rfc4511
Expand Down
4 changes: 0 additions & 4 deletions search.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
// Copyright 2011 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
//
// File contains Search functionality
//
// https://tools.ietf.org/html/rfc4511
Expand Down

0 comments on commit fe017e8

Please sign in to comment.