aboutsummaryrefslogtreecommitdiff
path: root/impl_lite
diff options
context:
space:
mode:
authorBogdan Drutu <bdrutu@google.com>2017-08-23 09:52:48 -0700
committerGitHub <noreply@github.com>2017-08-23 09:52:48 -0700
commitb2f48c5d608c154d75ae7616c660e053f6e5c5f7 (patch)
treedc2b0bc11d7b435d11a6b5736b70244b41d5ef12 /impl_lite
parentae8add98bd6b38f5249ab4282977f32580e5bdfe (diff)
downloadopencensus-java-b2f48c5d608c154d75ae7616c660e053f6e5c5f7.tar.gz
Change the licence to OpenCensus authors. (#539)
Diffstat (limited to 'impl_lite')
-rw-r--r--impl_lite/src/main/java/io/opencensus/impllite/trace/TraceComponentImplLite.java5
-rw-r--r--impl_lite/src/main/java/io/opencensus/trace/TraceComponentImplLite.java5
-rw-r--r--impl_lite/src/test/java/io/opencensus/impllite/trace/TraceComponentImplLiteTest.java5
3 files changed, 12 insertions, 3 deletions
diff --git a/impl_lite/src/main/java/io/opencensus/impllite/trace/TraceComponentImplLite.java b/impl_lite/src/main/java/io/opencensus/impllite/trace/TraceComponentImplLite.java
index b2947429..34ec53bb 100644
--- a/impl_lite/src/main/java/io/opencensus/impllite/trace/TraceComponentImplLite.java
+++ b/impl_lite/src/main/java/io/opencensus/impllite/trace/TraceComponentImplLite.java
@@ -1,9 +1,12 @@
/*
- * Copyright 2017, Google Inc.
+ * Copyright 2017, OpenCensus Authors
+ *
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
+ *
* http://www.apache.org/licenses/LICENSE-2.0
+ *
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
diff --git a/impl_lite/src/main/java/io/opencensus/trace/TraceComponentImplLite.java b/impl_lite/src/main/java/io/opencensus/trace/TraceComponentImplLite.java
index f534c2a1..feb6d45b 100644
--- a/impl_lite/src/main/java/io/opencensus/trace/TraceComponentImplLite.java
+++ b/impl_lite/src/main/java/io/opencensus/trace/TraceComponentImplLite.java
@@ -1,9 +1,12 @@
/*
- * Copyright 2017, Google Inc.
+ * Copyright 2017, OpenCensus Authors
+ *
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
+ *
* http://www.apache.org/licenses/LICENSE-2.0
+ *
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
diff --git a/impl_lite/src/test/java/io/opencensus/impllite/trace/TraceComponentImplLiteTest.java b/impl_lite/src/test/java/io/opencensus/impllite/trace/TraceComponentImplLiteTest.java
index e8369fe3..667a0c9c 100644
--- a/impl_lite/src/test/java/io/opencensus/impllite/trace/TraceComponentImplLiteTest.java
+++ b/impl_lite/src/test/java/io/opencensus/impllite/trace/TraceComponentImplLiteTest.java
@@ -1,9 +1,12 @@
/*
- * Copyright 2017, Google Inc.
+ * Copyright 2017, OpenCensus Authors
+ *
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
+ *
* http://www.apache.org/licenses/LICENSE-2.0
+ *
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.