Merge pull request #38 from google/update_from_repo_move

update repo contents after move
diff --git a/.gitignore b/.gitignore
index 96db218..a91da7f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
 build/
 .packages
 pubspec.lock
+pub_cache.iml
diff --git a/AUTHORS b/AUTHORS
index 592b68c..cc80dec 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -5,4 +5,4 @@
 
 Google Inc.
 
-Joe Conway <joe.conway@stablekernel.com>
\ No newline at end of file
+Joe Conway <joe.conway@stablekernel.com>
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b840b96..bf20430 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,9 @@
 # Changelog
 
-## 0.2.2
+## 0.2.3
+- repo moved to https://github.com/google/pub_cache
 
+## 0.2.2
 - Uses PUB_HOSTED_URL for finding hosted packages
 
 ## 0.2.1
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 6f5e0ea..f84024c 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -23,9 +23,9 @@
 ### File headers
 All files in the project must start with the following header.
 
-    // Copyright (c) 2015, the Dart project authors.  Please see the AUTHORS file
-    // for details. All rights reserved. Use of this source code is governed by a
-    // BSD-style license that can be found in the LICENSE file.
+    // Copyright (c) 2014, Google Inc. Please see the AUTHORS file for details.
+    // All rights reserved. Use of this source code is governed by a BSD-style
+    // license that can be found in the LICENSE file.
 
 ### The small print
 Contributions made by corporations are covered by a different agreement than the
diff --git a/LICENSE b/LICENSE
index de31e1a..6cbd305 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright 2015, the Dart project authors. All rights reserved.
+Copyright (c) 2014, Google Inc. All rights reserved.
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are
 met:
diff --git a/README.md b/README.md
index 9208f60..c3c0a8d 100644
--- a/README.md
+++ b/README.md
@@ -3,8 +3,7 @@
 A library to reflect on the local pub cache.
 
 [![pub package](http://img.shields.io/pub/v/pub_cache.svg)](https://pub.dartlang.org/packages/pub_cache)
-[![Build Status](https://travis-ci.org/dart-lang/pub_cache.svg)](https://travis-ci.org/dart-lang/pub_cache)
-[![Build status](https://ci.appveyor.com/api/projects/status/w75vsabfhgmo93hq/branch/master?svg=true)](https://ci.appveyor.com/project/devoncarew/pub-cache/branch/master)
+[![Build Status](https://travis-ci.org/google/pub_cache.svg)](https://travis-ci.org/google/pub_cache)
 
 ## How do I use it?
 
@@ -31,4 +30,4 @@
 
 Please file feature requests and bugs at the [issue tracker][tracker].
 
-[tracker]: https://github.com/dart-lang/pub_cache/issues
+[tracker]: https://github.com/google/pub_cache/issues
diff --git a/appveyor.yml b/appveyor.yml
index 8a93762..4d6b4a8 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,6 +1,6 @@
-# Copyright (c) 2015, the Dart project authors.  Please see the AUTHORS file
-# for details. All rights reserved. Use of this source code is governed by a
-# BSD-style license that can be found in the LICENSE file.
+# Copyright (c) 2014, Google Inc. Please see the AUTHORS file for details.
+# All rights reserved. Use of this source code is governed by a BSD-style
+# license that can be found in the LICENSE file.
 
 install:
   - choco install -y dart-sdk
diff --git a/example/list.dart b/example/list.dart
index 421bba3..6193931 100644
--- a/example/list.dart
+++ b/example/list.dart
@@ -1,6 +1,6 @@
-// Copyright (c) 2015, the Dart project authors.  Please see the AUTHORS file
-// for details. All rights reserved. Use of this source code is governed by a
-// BSD-style license that can be found in the LICENSE file.
+// Copyright (c) 2014, Google Inc. Please see the AUTHORS file for details.
+// All rights reserved. Use of this source code is governed by a BSD-style
+// license that can be found in the LICENSE file.
 
 import 'package:pub_cache/pub_cache.dart';
 
diff --git a/lib/pub_cache.dart b/lib/pub_cache.dart
index 21f3640..4b8a87f 100644
--- a/lib/pub_cache.dart
+++ b/lib/pub_cache.dart
@@ -1,6 +1,6 @@
-// Copyright (c) 2015, the Dart project authors.  Please see the AUTHORS file
-// for details. All rights reserved. Use of this source code is governed by a
-// BSD-style license that can be found in the LICENSE file.
+// Copyright (c) 2014, Google Inc. Please see the AUTHORS file for details.
+// All rights reserved. Use of this source code is governed by a BSD-style
+// license that can be found in the LICENSE file.
 
 /// A programmatic API for reflecting on Pub's cache directory.
 library pub_cache;
diff --git a/lib/src/impl.dart b/lib/src/impl.dart
index b8e83b2..2542ada 100644
--- a/lib/src/impl.dart
+++ b/lib/src/impl.dart
@@ -1,6 +1,6 @@
-// Copyright (c) 2015, the Dart project authors.  Please see the AUTHORS file
-// for details. All rights reserved. Use of this source code is governed by a
-// BSD-style license that can be found in the LICENSE file.
+// Copyright (c) 2014, Google Inc. Please see the AUTHORS file for details.
+// All rights reserved. Use of this source code is governed by a BSD-style
+// license that can be found in the LICENSE file.
 
 library pub_cache.impl;
 
diff --git a/pubspec.yaml b/pubspec.yaml
index 471bbf5..2a5047c 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,11 +1,11 @@
 name: pub_cache
-version: 0.2.3-dev
+version: 0.2.3
 description: A library to reflect on the local pub cache.
 author: Devon Carew <devoncarew@google.com>
 homepage: https://github.com/google/pub_cache
 
 environment:
-  sdk: '>=2.0.0-dev.17.0 <3.0.0'
+  sdk: '>=2.0.0 <3.0.0'
 
 dependencies:
   path: ^1.0.0
diff --git a/test/all.dart b/test/all.dart
index 51a8a08..8e9bab0 100644
--- a/test/all.dart
+++ b/test/all.dart
@@ -1,6 +1,6 @@
-// Copyright (c) 2015, the Dart project authors.  Please see the AUTHORS file
-// for details. All rights reserved. Use of this source code is governed by a
-// BSD-style license that can be found in the LICENSE file.
+// Copyright (c) 2014, Google Inc. Please see the AUTHORS file for details.
+// All rights reserved. Use of this source code is governed by a BSD-style
+// license that can be found in the LICENSE file.
 
 import 'pub_cache_test.dart' as pub_cache_test;
 
diff --git a/test/pub_cache_test.dart b/test/pub_cache_test.dart
index b6c03fa..131bd8d 100644
--- a/test/pub_cache_test.dart
+++ b/test/pub_cache_test.dart
@@ -1,6 +1,6 @@
-// Copyright (c) 2015, the Dart project authors.  Please see the AUTHORS file
-// for details. All rights reserved. Use of this source code is governed by a
-// BSD-style license that can be found in the LICENSE file.
+// Copyright (c) 2014, Google Inc. Please see the AUTHORS file for details.
+// All rights reserved. Use of this source code is governed by a BSD-style
+// license that can be found in the LICENSE file.
 
 library pub_cache_test;
 
diff --git a/tool/travis.sh b/tool/travis.sh
index 0374d89..9b13eb8 100755
--- a/tool/travis.sh
+++ b/tool/travis.sh
@@ -1,8 +1,8 @@
 #!/bin/bash
 
-# Copyright (c) 2015, the Dart project authors.  Please see the AUTHORS file
-# for details. All rights reserved. Use of this source code is governed by a
-# BSD-style license that can be found in the LICENSE file.
+# Copyright (c) 2014, Google Inc. Please see the AUTHORS file for details.
+# All rights reserved. Use of this source code is governed by a BSD-style
+# license that can be found in the LICENSE file.
 
 set -e