Chromium Code Reviews

Unified Diff: service/datastore/properties.go

Issue 2021753002: Change gae to apache 2 license. (Closed) Base URL: https://github.com/luci/gae.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: service/datastore/properties.go
diff --git a/service/datastore/properties.go b/service/datastore/properties.go
index 3b91c35e7c6b3144752bf3c3276ddfe6e28af398..3a9e7e510cb8d1b641b6789f144dc46c81266ffa 100644
--- a/service/datastore/properties.go
+++ b/service/datastore/properties.go
@@ -1,6 +1,6 @@
-// Copyright 2015 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
+// Copyright 2015 The LUCI Authors. All rights reserved.
+// Use of this source code is governed under the Apache License, Version 2.0
+// that can be found in the LICENSE file.
package datastore

Powered by Google App Engine