From e08f745f6c4a38fcfb927ba64eae3c4dde3f6738 Mon Sep 17 00:00:00 2001 From: Justin Li Date: Sun, 6 Jul 2014 17:56:54 -0400 Subject: [PATCH] Happy uber-belated new year! :sparkles: --- LICENSE | 2 +- bencode/bencode.go | 2 +- bencode/bencode_test.go | 2 +- config/config.go | 2 +- drivers/backend/backend.go | 2 +- drivers/backend/mock/driver.go | 2 +- drivers/tracker/mock/conn.go | 2 +- drivers/tracker/mock/driver.go | 2 +- drivers/tracker/mock/pool.go | 2 +- drivers/tracker/tracker.go | 2 +- http/announce.go | 2 +- http/announce_test.go | 2 +- http/http.go | 2 +- http/scrape.go | 2 +- main.go | 2 +- models/models.go | 2 +- models/models_test.go | 2 +- models/query/query.go | 2 +- models/query/query_test.go | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) diff --git a/LICENSE b/LICENSE index 4e2eca7..d0cda40 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ Chihaya is released under a BSD 2-Clause license, reproduced below. -Copyright (c) 2013, The Chihaya Authors +Copyright (c) 2014, The Chihaya Authors All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/bencode/bencode.go b/bencode/bencode.go index a87add3..e28764b 100644 --- a/bencode/bencode.go +++ b/bencode/bencode.go @@ -1,4 +1,4 @@ -// Copyright 2013 The Chihaya Authors. All rights reserved. +// Copyright 2014 The Chihaya Authors. All rights reserved. // Use of this source code is governed by the BSD 2-Clause license, // which can be found in the LICENSE file. diff --git a/bencode/bencode_test.go b/bencode/bencode_test.go index 36593c0..95e45b3 100644 --- a/bencode/bencode_test.go +++ b/bencode/bencode_test.go @@ -1,4 +1,4 @@ -// Copyright 2013 The Chihaya Authors. All rights reserved. +// Copyright 2014 The Chihaya Authors. All rights reserved. // Use of this source code is governed by the BSD 2-Clause license, // which can be found in the LICENSE file. diff --git a/config/config.go b/config/config.go index ecd3eb3..663a556 100644 --- a/config/config.go +++ b/config/config.go @@ -1,4 +1,4 @@ -// Copyright 2013 The Chihaya Authors. All rights reserved. +// Copyright 2014 The Chihaya Authors. All rights reserved. // Use of this source code is governed by the BSD 2-Clause license, // which can be found in the LICENSE file. diff --git a/drivers/backend/backend.go b/drivers/backend/backend.go index 40e4ae4..054102d 100644 --- a/drivers/backend/backend.go +++ b/drivers/backend/backend.go @@ -1,4 +1,4 @@ -// Copyright 2013 The Chihaya Authors. All rights reserved. +// Copyright 2014 The Chihaya Authors. All rights reserved. // Use of this source code is governed by the BSD 2-Clause license, // which can be found in the LICENSE file. diff --git a/drivers/backend/mock/driver.go b/drivers/backend/mock/driver.go index 2850bd1..745ccbc 100644 --- a/drivers/backend/mock/driver.go +++ b/drivers/backend/mock/driver.go @@ -1,4 +1,4 @@ -// Copyright 2013 The Chihaya Authors. All rights reserved. +// Copyright 2014 The Chihaya Authors. All rights reserved. // Use of this source code is governed by the BSD 2-Clause license, // which can be found in the LICENSE file. diff --git a/drivers/tracker/mock/conn.go b/drivers/tracker/mock/conn.go index 2463199..9fefd2f 100644 --- a/drivers/tracker/mock/conn.go +++ b/drivers/tracker/mock/conn.go @@ -1,4 +1,4 @@ -// Copyright 2013 The Chihaya Authors. All rights reserved. +// Copyright 2014 The Chihaya Authors. All rights reserved. // Use of this source code is governed by the BSD 2-Clause license, // which can be found in the LICENSE file. diff --git a/drivers/tracker/mock/driver.go b/drivers/tracker/mock/driver.go index 36d3908..f33744d 100644 --- a/drivers/tracker/mock/driver.go +++ b/drivers/tracker/mock/driver.go @@ -1,4 +1,4 @@ -// Copyright 2013 The Chihaya Authors. All rights reserved. +// Copyright 2014 The Chihaya Authors. All rights reserved. // Use of this source code is governed by the BSD 2-Clause license, // which can be found in the LICENSE file. diff --git a/drivers/tracker/mock/pool.go b/drivers/tracker/mock/pool.go index 1d22654..90cdda3 100644 --- a/drivers/tracker/mock/pool.go +++ b/drivers/tracker/mock/pool.go @@ -1,4 +1,4 @@ -// Copyright 2013 The Chihaya Authors. All rights reserved. +// Copyright 2014 The Chihaya Authors. All rights reserved. // Use of this source code is governed by the BSD 2-Clause license, // which can be found in the LICENSE file. diff --git a/drivers/tracker/tracker.go b/drivers/tracker/tracker.go index ede01b1..65a3db4 100644 --- a/drivers/tracker/tracker.go +++ b/drivers/tracker/tracker.go @@ -1,4 +1,4 @@ -// Copyright 2013 The Chihaya Authors. All rights reserved. +// Copyright 2014 The Chihaya Authors. All rights reserved. // Use of this source code is governed by the BSD 2-Clause license, // which can be found in the LICENSE file. diff --git a/http/announce.go b/http/announce.go index 29de2e7..eb7b28f 100644 --- a/http/announce.go +++ b/http/announce.go @@ -1,4 +1,4 @@ -// Copyright 2013 The Chihaya Authors. All rights reserved. +// Copyright 2014 The Chihaya Authors. All rights reserved. // Use of this source code is governed by the BSD 2-Clause license, // which can be found in the LICENSE file. diff --git a/http/announce_test.go b/http/announce_test.go index 93fdb55..bb9befd 100644 --- a/http/announce_test.go +++ b/http/announce_test.go @@ -1,4 +1,4 @@ -// Copyright 2013 The Chihaya Authors. All rights reserved. +// Copyright 2014 The Chihaya Authors. All rights reserved. // Use of this source code is governed by the BSD 2-Clause license, // which can be found in the LICENSE file. diff --git a/http/http.go b/http/http.go index b0d5a3a..d6de1b9 100644 --- a/http/http.go +++ b/http/http.go @@ -1,4 +1,4 @@ -// Copyright 2013 The Chihaya Authors. All rights reserved. +// Copyright 2014 The Chihaya Authors. All rights reserved. // Use of this source code is governed by the BSD 2-Clause license, // which can be found in the LICENSE file. diff --git a/http/scrape.go b/http/scrape.go index aad6c63..0351272 100644 --- a/http/scrape.go +++ b/http/scrape.go @@ -1,4 +1,4 @@ -// Copyright 2013 The Chihaya Authors. All rights reserved. +// Copyright 2014 The Chihaya Authors. All rights reserved. // Use of this source code is governed by the BSD 2-Clause license, // which can be found in the LICENSE file. diff --git a/main.go b/main.go index a73ee27..127b39c 100644 --- a/main.go +++ b/main.go @@ -1,4 +1,4 @@ -// Copyright 2013 The Chihaya Authors. All rights reserved. +// Copyright 2014 The Chihaya Authors. All rights reserved. // Use of this source code is governed by the BSD 2-Clause license, // which can be found in the LICENSE file. diff --git a/models/models.go b/models/models.go index 3f82804..4b6c196 100644 --- a/models/models.go +++ b/models/models.go @@ -1,4 +1,4 @@ -// Copyright 2013 The Chihaya Authors. All rights reserved. +// Copyright 2014 The Chihaya Authors. All rights reserved. // Use of this source code is governed by the BSD 2-Clause license, // which can be found in the LICENSE file. diff --git a/models/models_test.go b/models/models_test.go index 7c0414b..b2ff767 100644 --- a/models/models_test.go +++ b/models/models_test.go @@ -1,4 +1,4 @@ -// Copyright 2013 The Chihaya Authors. All rights reserved. +// Copyright 2014 The Chihaya Authors. All rights reserved. // Use of this source code is governed by the BSD 2-Clause license, // which can be found in the LICENSE file. diff --git a/models/query/query.go b/models/query/query.go index aa3558d..45e2085 100644 --- a/models/query/query.go +++ b/models/query/query.go @@ -1,4 +1,4 @@ -// Copyright 2013 The Chihaya Authors. All rights reserved. +// Copyright 2014 The Chihaya Authors. All rights reserved. // Use of this source code is governed by the BSD 2-Clause license, // which can be found in the LICENSE file. diff --git a/models/query/query_test.go b/models/query/query_test.go index 1ed2bca..4b79017 100644 --- a/models/query/query_test.go +++ b/models/query/query_test.go @@ -1,4 +1,4 @@ -// Copyright 2013 The Chihaya Authors. All rights reserved. +// Copyright 2014 The Chihaya Authors. All rights reserved. // Use of this source code is governed by the BSD 2-Clause license, // which can be found in the LICENSE file.