From 87c68f1973e5441b73d38c87b79216d9431d0f42 Mon Sep 17 00:00:00 2001 From: Justin Li Date: Thu, 1 Jan 2015 12:02:25 -0500 Subject: [PATCH] 2015 :sparkles: --- LICENSE | 2 +- backend/backend.go | 2 +- backend/noop/driver.go | 2 +- chihaya.go | 2 +- cmd/chihaya/main.go | 2 +- config/config.go | 2 +- http/announce_test.go | 2 +- http/http.go | 2 +- http/http_test.go | 2 +- http/query/query.go | 2 +- http/query/query_test.go | 2 +- http/routes.go | 2 +- http/scrape_test.go | 2 +- http/tracker.go | 2 +- http/writer.go | 2 +- stats/mem.go | 2 +- stats/stats.go | 2 +- tracker/announce.go | 2 +- tracker/models/models.go | 2 +- tracker/models/models_test.go | 2 +- tracker/models/peermap.go | 2 +- tracker/scrape.go | 2 +- tracker/storage.go | 2 +- tracker/tracker.go | 2 +- 24 files changed, 24 insertions(+), 24 deletions(-) diff --git a/LICENSE b/LICENSE index d0cda40..db07654 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ Chihaya is released under a BSD 2-Clause license, reproduced below. -Copyright (c) 2014, The Chihaya Authors +Copyright (c) 2015, The Chihaya Authors All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/backend/backend.go b/backend/backend.go index a883e28..a643741 100644 --- a/backend/backend.go +++ b/backend/backend.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Chihaya Authors. All rights reserved. +// Copyright 2015 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/backend/noop/driver.go b/backend/noop/driver.go index 93fd3dc..8fc6fd1 100644 --- a/backend/noop/driver.go +++ b/backend/noop/driver.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Chihaya Authors. All rights reserved. +// Copyright 2015 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/chihaya.go b/chihaya.go index f898612..f1ff4f5 100644 --- a/chihaya.go +++ b/chihaya.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Chihaya Authors. All rights reserved. +// Copyright 2015 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/cmd/chihaya/main.go b/cmd/chihaya/main.go index 9e48dad..c64bf43 100644 --- a/cmd/chihaya/main.go +++ b/cmd/chihaya/main.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Chihaya Authors. All rights reserved. +// Copyright 2015 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 9426199..bd7ebc8 100644 --- a/config/config.go +++ b/config/config.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Chihaya Authors. All rights reserved. +// Copyright 2015 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 673769c..dc9649e 100644 --- a/http/announce_test.go +++ b/http/announce_test.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Chihaya Authors. All rights reserved. +// Copyright 2015 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 7e589f2..2b29820 100644 --- a/http/http.go +++ b/http/http.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Chihaya Authors. All rights reserved. +// Copyright 2015 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_test.go b/http/http_test.go index 3bd8f9d..19a7aca 100644 --- a/http/http_test.go +++ b/http/http_test.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Chihaya Authors. All rights reserved. +// Copyright 2015 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/query/query.go b/http/query/query.go index bfee435..0df5a34 100644 --- a/http/query/query.go +++ b/http/query/query.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Chihaya Authors. All rights reserved. +// Copyright 2015 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/query/query_test.go b/http/query/query_test.go index 4b79017..1119cdf 100644 --- a/http/query/query_test.go +++ b/http/query/query_test.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Chihaya Authors. All rights reserved. +// Copyright 2015 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/routes.go b/http/routes.go index 925e591..fc40c30 100644 --- a/http/routes.go +++ b/http/routes.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Chihaya Authors. All rights reserved. +// Copyright 2015 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_test.go b/http/scrape_test.go index c218f71..8dc89f1 100644 --- a/http/scrape_test.go +++ b/http/scrape_test.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Chihaya Authors. All rights reserved. +// Copyright 2015 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/tracker.go b/http/tracker.go index 2df2a61..f8503f0 100644 --- a/http/tracker.go +++ b/http/tracker.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Chihaya Authors. All rights reserved. +// Copyright 2015 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/writer.go b/http/writer.go index 5b34b17..b2283cb 100644 --- a/http/writer.go +++ b/http/writer.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Chihaya Authors. All rights reserved. +// Copyright 2015 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/stats/mem.go b/stats/mem.go index 96db1d2..8ca0577 100644 --- a/stats/mem.go +++ b/stats/mem.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Chihaya Authors. All rights reserved. +// Copyright 2015 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/stats/stats.go b/stats/stats.go index 682fbdc..c94b43c 100644 --- a/stats/stats.go +++ b/stats/stats.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Chihaya Authors. All rights reserved. +// Copyright 2015 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/tracker/announce.go b/tracker/announce.go index 71dca82..74a3bd9 100644 --- a/tracker/announce.go +++ b/tracker/announce.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Chihaya Authors. All rights reserved. +// Copyright 2015 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/tracker/models/models.go b/tracker/models/models.go index 4bfa67c..125ac5f 100644 --- a/tracker/models/models.go +++ b/tracker/models/models.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Chihaya Authors. All rights reserved. +// Copyright 2015 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/tracker/models/models_test.go b/tracker/models/models_test.go index b3501aa..5b2fcc6 100644 --- a/tracker/models/models_test.go +++ b/tracker/models/models_test.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Chihaya Authors. All rights reserved. +// Copyright 2015 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/tracker/models/peermap.go b/tracker/models/peermap.go index cf8a411..278a40f 100644 --- a/tracker/models/peermap.go +++ b/tracker/models/peermap.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Chihaya Authors. All rights reserved. +// Copyright 2015 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/tracker/scrape.go b/tracker/scrape.go index 2b39c8f..921f356 100644 --- a/tracker/scrape.go +++ b/tracker/scrape.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Chihaya Authors. All rights reserved. +// Copyright 2015 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/tracker/storage.go b/tracker/storage.go index a7400bf..b3d73e9 100644 --- a/tracker/storage.go +++ b/tracker/storage.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Chihaya Authors. All rights reserved. +// Copyright 2015 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/tracker/tracker.go b/tracker/tracker.go index 121f7db..0c428d2 100644 --- a/tracker/tracker.go +++ b/tracker/tracker.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Chihaya Authors. All rights reserved. +// Copyright 2015 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.