From 0ae9f2495c4a9e5d436bc9a2b13a71a2fb06ddf3 Mon Sep 17 00:00:00 2001 From: Jordan Liggitt Date: Fri, 29 Sep 2017 15:17:40 -0400 Subject: [PATCH] Remove stale references to BSD license (#136) 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 --- bind.go | 4 ---- compare.go | 4 ---- conn.go | 4 ---- control.go | 4 ---- dn.go | 4 ---- filter.go | 4 ---- ldap.go | 4 ---- modify.go | 4 ---- search.go | 4 ---- 9 files changed, 36 deletions(-) diff --git a/bind.go b/bind.go index 3d73b5c5..589a9d80 100644 --- a/bind.go +++ b/bind.go @@ -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 ( diff --git a/compare.go b/compare.go index cc6d2af5..82dca33c 100644 --- a/compare.go +++ b/compare.go @@ -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 diff --git a/conn.go b/conn.go index eb28eb47..96aab6b8 100644 --- a/conn.go +++ b/conn.go @@ -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 ( diff --git a/control.go b/control.go index 342f325c..b7f181f2 100644 --- a/control.go +++ b/control.go @@ -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 ( diff --git a/dn.go b/dn.go index 34e9023a..1ee9a1b9 100644 --- a/dn.go +++ b/dn.go @@ -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 diff --git a/filter.go b/filter.go index 3858a286..4cc4207b 100644 --- a/filter.go +++ b/filter.go @@ -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 ( diff --git a/ldap.go b/ldap.go index 49692475..fe774b54 100644 --- a/ldap.go +++ b/ldap.go @@ -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 ( diff --git a/modify.go b/modify.go index e4ab6cef..2e0353b8 100644 --- a/modify.go +++ b/modify.go @@ -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 diff --git a/search.go b/search.go index 2a99894c..97ae95bf 100644 --- a/search.go +++ b/search.go @@ -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