Skip to content

Commit

Permalink
Remove stale references to BSD license (go-ldap#136)
Browse files Browse the repository at this point in the history
The repo was relicensed under MIT in mmitton/ldap 9031c63a92b917c423331f055304e168d8f28789 but individual files still referred to the BSD license.

This picks the corrected file headers from mmitton/ldap 5c6d51ed24aa5a12e58df30524a1008b364a0cf3
  • Loading branch information
liggitt authored Sep 29, 2017
1 parent 3de5b9b commit 0ae9f24
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 0ae9f24

Please sign in to comment.