From 58cab817f0863f60fa3c8c14c4b56e115ee549de Mon Sep 17 00:00:00 2001 From: Dave Collins <davec@conformal.com> Date: Wed, 8 Jan 2014 23:51:37 -0600 Subject: [PATCH] Add 2014 to copyright dates. --- LICENSE | 2 +- bench_test.go | 2 +- btcec.go | 2 +- btcec_test.go | 2 +- doc.go | 2 +- field.go | 4 ++-- field_test.go | 4 ++-- internal_test.go | 2 +- pubkey.go | 2 +- pubkey_test.go | 2 +- signature.go | 2 +- signature_test.go | 2 +- 12 files changed, 14 insertions(+), 14 deletions(-) diff --git a/LICENSE b/LICENSE index 41f5419c..3cfc9974 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ Copyright (c) 2009 The Go Authors. All rights reserved. Copyright (c) 2011 ThePiachu. All rights reserved. -Copyright (c) 2013 Conformal Systems LLC. All rights reserved. +Copyright (c) 2013-2014 Conformal Systems LLC. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are diff --git a/bench_test.go b/bench_test.go index effac16a..a6e64d20 100644 --- a/bench_test.go +++ b/bench_test.go @@ -1,4 +1,4 @@ -// Copyright 2013 Conformal Systems LLC. All rights reserved. +// Copyright 2013-2014 Conformal Systems LLC. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/btcec.go b/btcec.go index 05554266..49bb2440 100644 --- a/btcec.go +++ b/btcec.go @@ -1,6 +1,6 @@ // Copyright 2010 The Go Authors. All rights reserved. // Copyright 2011 ThePiachu. All rights reserved. -// Copyright 2013 Conformal Systems LLC. All rights reserved. +// Copyright 2013-2014 Conformal Systems LLC. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/btcec_test.go b/btcec_test.go index 92465f2f..c5d63dbc 100644 --- a/btcec_test.go +++ b/btcec_test.go @@ -1,6 +1,6 @@ // Copyright 2011 The Go Authors. All rights reserved. // Copyright 2011 ThePiachu. All rights reserved. -// Copyright 2013 Conformal Systems LLC. All rights reserved. +// Copyright 2013-2014 Conformal Systems LLC. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/doc.go b/doc.go index 04857fbb..fdad2997 100644 --- a/doc.go +++ b/doc.go @@ -1,4 +1,4 @@ -// Copyright (c) 2013 Conformal Systems LLC. +// Copyright (c) 2013-2014 Conformal Systems LLC. // Use of this source code is governed by an ISC // license that can be found in the LICENSE file. diff --git a/field.go b/field.go index 79a72562..578d2a82 100644 --- a/field.go +++ b/field.go @@ -1,5 +1,5 @@ -// Copyright (c) 2013 Conformal Systems LLC. -// Copyright (c) 2013 Dave Collins +// Copyright (c) 2013-2014 Conformal Systems LLC. +// Copyright (c) 2013-2014 Dave Collins // Use of this source code is governed by an ISC // license that can be found in the LICENSE file. diff --git a/field_test.go b/field_test.go index 7c381175..63ef697c 100644 --- a/field_test.go +++ b/field_test.go @@ -1,5 +1,5 @@ -// Copyright (c) 2013 Conformal Systems LLC. -// Copyright (c) 2013 Dave Collins +// Copyright (c) 2013-2014 Conformal Systems LLC. +// Copyright (c) 2013-2014 Dave Collins // Use of this source code is governed by an ISC // license that can be found in the LICENSE file. diff --git a/internal_test.go b/internal_test.go index 2aa130bb..9e45f732 100644 --- a/internal_test.go +++ b/internal_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2013 Conformal Systems LLC. +// Copyright (c) 2013-2014 Conformal Systems LLC. // Use of this source code is governed by an ISC // license that can be found in the LICENSE file. diff --git a/pubkey.go b/pubkey.go index a987e2b0..9844db1e 100644 --- a/pubkey.go +++ b/pubkey.go @@ -1,4 +1,4 @@ -// Copyright (c) 2013 Conformal Systems LLC. +// Copyright (c) 2013-2014 Conformal Systems LLC. // Use of this source code is governed by an ISC // license that can be found in the LICENSE file. diff --git a/pubkey_test.go b/pubkey_test.go index f2f56ab3..b8298081 100644 --- a/pubkey_test.go +++ b/pubkey_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2013 Conformal Systems LLC. +// Copyright (c) 2013-2014 Conformal Systems LLC. // Use of this source code is governed by an ISC // license that can be found in the LICENSE file. diff --git a/signature.go b/signature.go index e95349a2..0015d5a6 100644 --- a/signature.go +++ b/signature.go @@ -1,4 +1,4 @@ -// Copyright (c) 2013 Conformal Systems LLC. +// Copyright (c) 2013-2014 Conformal Systems LLC. // Use of this source code is governed by an ISC // license that can be found in the LICENSE file. diff --git a/signature_test.go b/signature_test.go index 02dd3d2e..b1f2ebb1 100644 --- a/signature_test.go +++ b/signature_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2013 Conformal Systems LLC. +// Copyright (c) 2013-2014 Conformal Systems LLC. // Use of this source code is governed by an ISC // license that can be found in the LICENSE file.