From ba03de710de218a987bd029555a9dd3afca1d7df Mon Sep 17 00:00:00 2001 From: Liam Stanley Date: Mon, 6 Feb 2017 02:45:31 -0500 Subject: [PATCH] update copyright to remove year --- caller.go | 6 +++--- cap.go | 6 +++--- client.go | 6 +++--- client_test.go | 6 +++--- conn.go | 6 +++--- contants.go | 6 +++--- ctcp.go | 6 +++--- ctcp_test.go | 6 +++--- doc.go | 4 ---- event.go | 6 +++--- event_test.go | 6 +++--- format.go | 6 +++--- format_test.go | 6 +++--- handlers.go | 6 +++--- source.go | 6 +++--- source_test.go | 6 +++--- state.go | 6 +++--- 17 files changed, 48 insertions(+), 52 deletions(-) diff --git a/caller.go b/caller.go index a401435..5314304 100644 --- a/caller.go +++ b/caller.go @@ -1,6 +1,6 @@ -// Copyright 2016-2017 Liam Stanley . All rights reserved. -// Use of this source code is governed by the MIT license that can be -// found in the LICENSE file. +// Copyright (c) Liam Stanley . All rights reserved. Use +// of this source code is governed by the MIT license that can be found in +// the LICENSE file. package girc diff --git a/cap.go b/cap.go index 783d749..f45ed67 100644 --- a/cap.go +++ b/cap.go @@ -1,6 +1,6 @@ -// Copyright 2016-2017 Liam Stanley . All rights reserved. -// Use of this source code is governed by the MIT license that can be -// found in the LICENSE file. +// Copyright (c) Liam Stanley . All rights reserved. Use +// of this source code is governed by the MIT license that can be found in +// the LICENSE file. package girc diff --git a/client.go b/client.go index e677b61..877404b 100644 --- a/client.go +++ b/client.go @@ -1,6 +1,6 @@ -// Copyright 2016-2017 Liam Stanley . All rights reserved. -// Use of this source code is governed by the MIT license that can be -// found in the LICENSE file. +// Copyright (c) Liam Stanley . All rights reserved. Use +// of this source code is governed by the MIT license that can be found in +// the LICENSE file. package girc diff --git a/client_test.go b/client_test.go index 47a05f8..b032343 100644 --- a/client_test.go +++ b/client_test.go @@ -1,6 +1,6 @@ -// Copyright 2016-2017 Liam Stanley . All rights reserved. -// Use of this source code is governed by the MIT license that can be -// found in the LICENSE file. +// Copyright (c) Liam Stanley . All rights reserved. Use +// of this source code is governed by the MIT license that can be found in +// the LICENSE file. package girc_test diff --git a/conn.go b/conn.go index 1a531e9..859deb3 100644 --- a/conn.go +++ b/conn.go @@ -1,6 +1,6 @@ -// Copyright 2016-2017 Liam Stanley . All rights reserved. -// Use of this source code is governed by the MIT license that can be -// found in the LICENSE file. +// Copyright (c) Liam Stanley . All rights reserved. Use +// of this source code is governed by the MIT license that can be found in +// the LICENSE file. package girc diff --git a/contants.go b/contants.go index 1219f9c..4192737 100644 --- a/contants.go +++ b/contants.go @@ -1,6 +1,6 @@ -// Copyright 2016-2017 Liam Stanley . All rights reserved. -// Use of this source code is governed by the MIT license that can be -// found in the LICENSE file. +// Copyright (c) Liam Stanley . All rights reserved. Use +// of this source code is governed by the MIT license that can be found in +// the LICENSE file. package girc diff --git a/ctcp.go b/ctcp.go index 4927c44..d29dea4 100644 --- a/ctcp.go +++ b/ctcp.go @@ -1,6 +1,6 @@ -// Copyright 2016-2017 Liam Stanley . All rights reserved. -// Use of this source code is governed by the MIT license that can be -// found in the LICENSE file. +// Copyright (c) Liam Stanley . All rights reserved. Use +// of this source code is governed by the MIT license that can be found in +// the LICENSE file. package girc diff --git a/ctcp_test.go b/ctcp_test.go index 6eba770..1cf4080 100644 --- a/ctcp_test.go +++ b/ctcp_test.go @@ -1,6 +1,6 @@ -// Copyright 2016-2017 Liam Stanley . All rights reserved. -// Use of this source code is governed by the MIT license that can be -// found in the LICENSE file. +// Copyright (c) Liam Stanley . All rights reserved. Use +// of this source code is governed by the MIT license that can be found in +// the LICENSE file. package girc diff --git a/doc.go b/doc.go index ba55826..aeec272 100644 --- a/doc.go +++ b/doc.go @@ -1,7 +1,3 @@ -// Copyright 2016-2017 Liam Stanley . All rights reserved. -// Use of this source code is governed by the MIT license that can be -// found in the LICENSE file. - // Package girc provides a high level, yet flexible IRC library for use with // interacting with IRC servers. girc has support for user/channel tracking, // as well as a few other neat features (like auto-reconnect). diff --git a/event.go b/event.go index 982998d..63dca01 100644 --- a/event.go +++ b/event.go @@ -1,6 +1,6 @@ -// Copyright 2016-2017 Liam Stanley . All rights reserved. -// Use of this source code is governed by the MIT license that can be -// found in the LICENSE file. +// Copyright (c) Liam Stanley . All rights reserved. Use +// of this source code is governed by the MIT license that can be found in +// the LICENSE file. package girc diff --git a/event_test.go b/event_test.go index c39b6fe..a44ee85 100644 --- a/event_test.go +++ b/event_test.go @@ -1,6 +1,6 @@ -// Copyright 2016-2017 Liam Stanley . All rights reserved. -// Use of this source code is governed by the MIT license that can be -// found in the LICENSE file. +// Copyright (c) Liam Stanley . All rights reserved. Use +// of this source code is governed by the MIT license that can be found in +// the LICENSE file. package girc diff --git a/format.go b/format.go index ff729c2..3e1718d 100644 --- a/format.go +++ b/format.go @@ -1,6 +1,6 @@ -// Copyright 2016-2017 Liam Stanley . All rights reserved. -// Use of this source code is governed by the MIT license that can be -// found in the LICENSE file. +// Copyright (c) Liam Stanley . All rights reserved. Use +// of this source code is governed by the MIT license that can be found in +// the LICENSE file. package girc diff --git a/format_test.go b/format_test.go index f374257..f33f317 100644 --- a/format_test.go +++ b/format_test.go @@ -1,6 +1,6 @@ -// Copyright 2016-2017 Liam Stanley . All rights reserved. -// Use of this source code is governed by the MIT license that can be -// found in the LICENSE file. +// Copyright (c) Liam Stanley . All rights reserved. Use +// of this source code is governed by the MIT license that can be found in +// the LICENSE file. package girc diff --git a/handlers.go b/handlers.go index 2070010..3a7ef99 100644 --- a/handlers.go +++ b/handlers.go @@ -1,6 +1,6 @@ -// Copyright 2016-2017 Liam Stanley . All rights reserved. -// Use of this source code is governed by the MIT license that can be -// found in the LICENSE file. +// Copyright (c) Liam Stanley . All rights reserved. Use +// of this source code is governed by the MIT license that can be found in +// the LICENSE file. package girc diff --git a/source.go b/source.go index b15709c..f029bb4 100644 --- a/source.go +++ b/source.go @@ -1,6 +1,6 @@ -// Copyright 2016-2017 Liam Stanley . All rights reserved. -// Use of this source code is governed by the MIT license that can be -// found in the LICENSE file. +// Copyright (c) Liam Stanley . All rights reserved. Use +// of this source code is governed by the MIT license that can be found in +// the LICENSE file. package girc diff --git a/source_test.go b/source_test.go index 8864feb..5f83c87 100644 --- a/source_test.go +++ b/source_test.go @@ -1,6 +1,6 @@ -// Copyright 2016-2017 Liam Stanley . All rights reserved. -// Use of this source code is governed by the MIT license that can be -// found in the LICENSE file. +// Copyright (c) Liam Stanley . All rights reserved. Use +// of this source code is governed by the MIT license that can be found in +// the LICENSE file. package girc diff --git a/state.go b/state.go index be22ce8..5a7a65b 100644 --- a/state.go +++ b/state.go @@ -1,6 +1,6 @@ -// Copyright 2016-2017 Liam Stanley . All rights reserved. -// Use of this source code is governed by the MIT license that can be -// found in the LICENSE file. +// Copyright (c) Liam Stanley . All rights reserved. Use +// of this source code is governed by the MIT license that can be found in +// the LICENSE file. package girc