From 6b18796af7499df3237ab561bf878994aa655016 Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Wed, 8 Jan 2014 23:54:52 -0600 Subject: [PATCH] Add 2014 to copyright dates. --- LICENSE | 2 +- common_test.go | 2 +- db.go | 2 +- db_test.go | 2 +- doc.go | 2 +- interface_test.go | 2 +- ldb/block.go | 2 +- ldb/boundary_test.go | 2 +- ldb/dbcache.go | 2 +- ldb/doc.go | 2 +- ldb/dup_test.go | 2 +- ldb/insertremove_test.go | 2 +- ldb/internal_test.go | 2 +- ldb/leveldb.go | 2 +- ldb/operational_test.go | 2 +- ldb/tx.go | 2 +- log.go | 2 +- memdb/doc.go | 2 +- memdb/driver.go | 2 +- memdb/memdb.go | 2 +- memdb/memdb_test.go | 2 +- sqlite3/doc.go | 2 +- sqlite3/insertfail_test.go | 2 +- sqlite3/insertremove_test.go | 2 +- sqlite3/internal_test.go | 2 +- sqlite3/operational_test.go | 2 +- sqlite3/sqlite.go | 2 +- sqlite3/sqliteblock.go | 2 +- sqlite3/sqlitedbcache.go | 2 +- sqlite3/sqlitetx.go | 2 +- 30 files changed, 30 insertions(+), 30 deletions(-) diff --git a/LICENSE b/LICENSE index 0d760cbb4..992dd50d5 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2013 Conformal Systems LLC. +Copyright (c) 2013-2014 Conformal Systems LLC. Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/common_test.go b/common_test.go index 083309031..316534458 100644 --- a/common_test.go +++ b/common_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/db.go b/db.go index 3f6d418cc..a1144ec0e 100644 --- a/db.go +++ b/db.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/db_test.go b/db_test.go index 32dcd3ae9..74a3b89b3 100644 --- a/db_test.go +++ b/db_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/doc.go b/doc.go index a2c60e3e9..eb5e426da 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/interface_test.go b/interface_test.go index d11a3546b..a19e99785 100644 --- a/interface_test.go +++ b/interface_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/ldb/block.go b/ldb/block.go index b8b467c3e..bcfa0696c 100644 --- a/ldb/block.go +++ b/ldb/block.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/ldb/boundary_test.go b/ldb/boundary_test.go index 9d5c15f3f..5a7224411 100644 --- a/ldb/boundary_test.go +++ b/ldb/boundary_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/ldb/dbcache.go b/ldb/dbcache.go index 24fb2856f..80298ee9a 100644 --- a/ldb/dbcache.go +++ b/ldb/dbcache.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/ldb/doc.go b/ldb/doc.go index 9899a4c6f..df99938be 100644 --- a/ldb/doc.go +++ b/ldb/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/ldb/dup_test.go b/ldb/dup_test.go index e16214089..e22fc7f3a 100644 --- a/ldb/dup_test.go +++ b/ldb/dup_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/ldb/insertremove_test.go b/ldb/insertremove_test.go index 66cf48ce2..20a2b2d05 100644 --- a/ldb/insertremove_test.go +++ b/ldb/insertremove_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/ldb/internal_test.go b/ldb/internal_test.go index 3d6cabf31..12c61fb2d 100644 --- a/ldb/internal_test.go +++ b/ldb/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/ldb/leveldb.go b/ldb/leveldb.go index 4acecd173..fce55b2bd 100644 --- a/ldb/leveldb.go +++ b/ldb/leveldb.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/ldb/operational_test.go b/ldb/operational_test.go index 89fb14255..8db333e7a 100644 --- a/ldb/operational_test.go +++ b/ldb/operational_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/ldb/tx.go b/ldb/tx.go index cf99a6a58..d9ff9a60c 100644 --- a/ldb/tx.go +++ b/ldb/tx.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/log.go b/log.go index b6baf0526..8aa02ec46 100644 --- a/log.go +++ b/log.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/memdb/doc.go b/memdb/doc.go index c2afb20ec..985aeb607 100644 --- a/memdb/doc.go +++ b/memdb/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/memdb/driver.go b/memdb/driver.go index e225e6871..53e72c266 100644 --- a/memdb/driver.go +++ b/memdb/driver.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/memdb/memdb.go b/memdb/memdb.go index 7f23e714a..4b8056276 100644 --- a/memdb/memdb.go +++ b/memdb/memdb.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/memdb/memdb_test.go b/memdb/memdb_test.go index ff4615c73..f078bbb5b 100644 --- a/memdb/memdb_test.go +++ b/memdb/memdb_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/sqlite3/doc.go b/sqlite3/doc.go index f9ade3b6f..30d2dd909 100644 --- a/sqlite3/doc.go +++ b/sqlite3/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/sqlite3/insertfail_test.go b/sqlite3/insertfail_test.go index 391c31460..6fe541539 100644 --- a/sqlite3/insertfail_test.go +++ b/sqlite3/insertfail_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/sqlite3/insertremove_test.go b/sqlite3/insertremove_test.go index 4b0f586e6..34d564bf5 100644 --- a/sqlite3/insertremove_test.go +++ b/sqlite3/insertremove_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/sqlite3/internal_test.go b/sqlite3/internal_test.go index 64e9f0dd8..81728223e 100644 --- a/sqlite3/internal_test.go +++ b/sqlite3/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/sqlite3/operational_test.go b/sqlite3/operational_test.go index da73a9622..e2f35b831 100644 --- a/sqlite3/operational_test.go +++ b/sqlite3/operational_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/sqlite3/sqlite.go b/sqlite3/sqlite.go index 0cb3fc618..813be68f4 100644 --- a/sqlite3/sqlite.go +++ b/sqlite3/sqlite.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/sqlite3/sqliteblock.go b/sqlite3/sqliteblock.go index 0be4bcd95..f228dc701 100644 --- a/sqlite3/sqliteblock.go +++ b/sqlite3/sqliteblock.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/sqlite3/sqlitedbcache.go b/sqlite3/sqlitedbcache.go index 3caef6801..9b87b498c 100644 --- a/sqlite3/sqlitedbcache.go +++ b/sqlite3/sqlitedbcache.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/sqlite3/sqlitetx.go b/sqlite3/sqlitetx.go index 2e4ccaa38..d5963e19c 100644 --- a/sqlite3/sqlitetx.go +++ b/sqlite3/sqlitetx.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.