Skip to content

Commit b2f48c5

Browse files
author
Bogdan Drutu
authored
Change the licence to OpenCensus authors. (census-instrumentation#539)
1 parent ae8add9 commit b2f48c5

File tree

232 files changed

+933
-244
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

232 files changed

+933
-244
lines changed

AUTHORS

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Google Inc.

api/src/main/java/io/opencensus/common/Clock.java

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
/*
2-
* Copyright 2017, Google Inc.
2+
* Copyright 2017, OpenCensus Authors
3+
*
34
* Licensed under the Apache License, Version 2.0 (the "License");
45
* you may not use this file except in compliance with the License.
56
* You may obtain a copy of the License at
7+
*
68
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
710
* Unless required by applicable law or agreed to in writing, software
811
* distributed under the License is distributed on an "AS IS" BASIS,
912
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

api/src/main/java/io/opencensus/common/Duration.java

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
/*
2-
* Copyright 2016, Google Inc.
2+
* Copyright 2016-17, OpenCensus Authors
3+
*
34
* Licensed under the Apache License, Version 2.0 (the "License");
45
* you may not use this file except in compliance with the License.
56
* You may obtain a copy of the License at
7+
*
68
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
710
* Unless required by applicable law or agreed to in writing, software
811
* distributed under the License is distributed on an "AS IS" BASIS,
912
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

api/src/main/java/io/opencensus/common/Function.java

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
/*
2-
* Copyright 2016, Google Inc.
2+
* Copyright 2016-17, OpenCensus Authors
3+
*
34
* Licensed under the Apache License, Version 2.0 (the "License");
45
* you may not use this file except in compliance with the License.
56
* You may obtain a copy of the License at
7+
*
68
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
710
* Unless required by applicable law or agreed to in writing, software
811
* distributed under the License is distributed on an "AS IS" BASIS,
912
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

api/src/main/java/io/opencensus/common/Functions.java

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
/*
2-
* Copyright 2017, Google Inc.
2+
* Copyright 2017, OpenCensus Authors
3+
*
34
* Licensed under the Apache License, Version 2.0 (the "License");
45
* you may not use this file except in compliance with the License.
56
* You may obtain a copy of the License at
7+
*
68
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
710
* Unless required by applicable law or agreed to in writing, software
811
* distributed under the License is distributed on an "AS IS" BASIS,
912
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

api/src/main/java/io/opencensus/common/Internal.java

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
/*
2-
* Copyright 2017, Google Inc.
2+
* Copyright 2017, OpenCensus Authors
3+
*
34
* Licensed under the Apache License, Version 2.0 (the "License");
45
* you may not use this file except in compliance with the License.
56
* You may obtain a copy of the License at
7+
*
68
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
710
* Unless required by applicable law or agreed to in writing, software
811
* distributed under the License is distributed on an "AS IS" BASIS,
912
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

api/src/main/java/io/opencensus/common/NonThrowingCloseable.java

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
/*
2-
* Copyright 2017, Google Inc.
2+
* Copyright 2017, OpenCensus Authors
3+
*
34
* Licensed under the Apache License, Version 2.0 (the "License");
45
* you may not use this file except in compliance with the License.
56
* You may obtain a copy of the License at
7+
*
68
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
710
* Unless required by applicable law or agreed to in writing, software
811
* distributed under the License is distributed on an "AS IS" BASIS,
912
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

api/src/main/java/io/opencensus/common/Scope.java

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
/*
2-
* Copyright 2017, Google Inc.
2+
* Copyright 2017, OpenCensus Authors
3+
*
34
* Licensed under the Apache License, Version 2.0 (the "License");
45
* you may not use this file except in compliance with the License.
56
* You may obtain a copy of the License at
7+
*
68
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
710
* Unless required by applicable law or agreed to in writing, software
811
* distributed under the License is distributed on an "AS IS" BASIS,
912
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

api/src/main/java/io/opencensus/common/TimeUtil.java

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
/*
2-
* Copyright 2017, Google Inc.
2+
* Copyright 2017, OpenCensus Authors
3+
*
34
* Licensed under the Apache License, Version 2.0 (the "License");
45
* you may not use this file except in compliance with the License.
56
* You may obtain a copy of the License at
7+
*
68
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
710
* Unless required by applicable law or agreed to in writing, software
811
* distributed under the License is distributed on an "AS IS" BASIS,
912
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

api/src/main/java/io/opencensus/common/Timestamp.java

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
/*
2-
* Copyright 2016, Google Inc.
2+
* Copyright 2016-17, OpenCensus Authors
3+
*
34
* Licensed under the Apache License, Version 2.0 (the "License");
45
* you may not use this file except in compliance with the License.
56
* You may obtain a copy of the License at
7+
*
68
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
710
* Unless required by applicable law or agreed to in writing, software
811
* distributed under the License is distributed on an "AS IS" BASIS,
912
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

api/src/main/java/io/opencensus/internal/Provider.java

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
/*
2-
* Copyright 2016, Google Inc.
2+
* Copyright 2016-17, OpenCensus Authors
3+
*
34
* Licensed under the Apache License, Version 2.0 (the "License");
45
* you may not use this file except in compliance with the License.
56
* You may obtain a copy of the License at
7+
*
68
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
710
* Unless required by applicable law or agreed to in writing, software
811
* distributed under the License is distributed on an "AS IS" BASIS,
912
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

api/src/main/java/io/opencensus/internal/StringUtil.java

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
/*
2-
* Copyright 2016, Google Inc.
2+
* Copyright 2016-17, OpenCensus Authors
3+
*
34
* Licensed under the Apache License, Version 2.0 (the "License");
45
* you may not use this file except in compliance with the License.
56
* You may obtain a copy of the License at
7+
*
68
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
710
* Unless required by applicable law or agreed to in writing, software
811
* distributed under the License is distributed on an "AS IS" BASIS,
912
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

api/src/main/java/io/opencensus/internal/ZeroTimeClock.java

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
/*
2-
* Copyright 2017, Google Inc.
2+
* Copyright 2017, OpenCensus Authors
3+
*
34
* Licensed under the Apache License, Version 2.0 (the "License");
45
* you may not use this file except in compliance with the License.
56
* You may obtain a copy of the License at
7+
*
68
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
710
* Unless required by applicable law or agreed to in writing, software
811
* distributed under the License is distributed on an "AS IS" BASIS,
912
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

api/src/main/java/io/opencensus/internal/package-info.java

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
/*
2-
* Copyright 2017, Google Inc.
2+
* Copyright 2017, OpenCensus Authors
3+
*
34
* Licensed under the Apache License, Version 2.0 (the "License");
45
* you may not use this file except in compliance with the License.
56
* You may obtain a copy of the License at
7+
*
68
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
710
* Unless required by applicable law or agreed to in writing, software
811
* distributed under the License is distributed on an "AS IS" BASIS,
912
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

api/src/main/java/io/opencensus/trace/Annotation.java

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
/*
2-
* Copyright 2017, Google Inc.
2+
* Copyright 2017, OpenCensus Authors
3+
*
34
* Licensed under the Apache License, Version 2.0 (the "License");
45
* you may not use this file except in compliance with the License.
56
* You may obtain a copy of the License at
7+
*
68
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
710
* Unless required by applicable law or agreed to in writing, software
811
* distributed under the License is distributed on an "AS IS" BASIS,
912
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

api/src/main/java/io/opencensus/trace/AttributeValue.java

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
/*
2-
* Copyright 2016, Google Inc.
2+
* Copyright 2016-17, OpenCensus Authors
3+
*
34
* Licensed under the Apache License, Version 2.0 (the "License");
45
* you may not use this file except in compliance with the License.
56
* You may obtain a copy of the License at
7+
*
68
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
710
* Unless required by applicable law or agreed to in writing, software
811
* distributed under the License is distributed on an "AS IS" BASIS,
912
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

api/src/main/java/io/opencensus/trace/BlankSpan.java

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
/*
2-
* Copyright 2016, Google Inc.
2+
* Copyright 2016-17, OpenCensus Authors
3+
*
34
* Licensed under the Apache License, Version 2.0 (the "License");
45
* you may not use this file except in compliance with the License.
56
* You may obtain a copy of the License at
7+
*
68
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
710
* Unless required by applicable law or agreed to in writing, software
811
* distributed under the License is distributed on an "AS IS" BASIS,
912
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

api/src/main/java/io/opencensus/trace/CurrentSpanUtils.java

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
/*
2-
* Copyright 2017, Google Inc.
2+
* Copyright 2017, OpenCensus Authors
3+
*
34
* Licensed under the Apache License, Version 2.0 (the "License");
45
* you may not use this file except in compliance with the License.
56
* You may obtain a copy of the License at
7+
*
68
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
710
* Unless required by applicable law or agreed to in writing, software
811
* distributed under the License is distributed on an "AS IS" BASIS,
912
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

api/src/main/java/io/opencensus/trace/EndSpanOptions.java

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
/*
2-
* Copyright 2017, Google Inc.
2+
* Copyright 2017, OpenCensus Authors
3+
*
34
* Licensed under the Apache License, Version 2.0 (the "License");
45
* you may not use this file except in compliance with the License.
56
* You may obtain a copy of the License at
7+
*
68
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
710
* Unless required by applicable law or agreed to in writing, software
811
* distributed under the License is distributed on an "AS IS" BASIS,
912
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

api/src/main/java/io/opencensus/trace/Link.java

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
/*
2-
* Copyright 2017, Google Inc.
2+
* Copyright 2017, OpenCensus Authors
3+
*
34
* Licensed under the Apache License, Version 2.0 (the "License");
45
* you may not use this file except in compliance with the License.
56
* You may obtain a copy of the License at
7+
*
68
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
710
* Unless required by applicable law or agreed to in writing, software
811
* distributed under the License is distributed on an "AS IS" BASIS,
912
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

api/src/main/java/io/opencensus/trace/NetworkEvent.java

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
/*
2-
* Copyright 2016, Google Inc.
2+
* Copyright 2016-17, OpenCensus Authors
3+
*
34
* Licensed under the Apache License, Version 2.0 (the "License");
45
* you may not use this file except in compliance with the License.
56
* You may obtain a copy of the License at
7+
*
68
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
710
* Unless required by applicable law or agreed to in writing, software
811
* distributed under the License is distributed on an "AS IS" BASIS,
912
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

api/src/main/java/io/opencensus/trace/Sampler.java

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
/*
2-
* Copyright 2017, Google Inc.
2+
* Copyright 2017, OpenCensus Authors
3+
*
34
* Licensed under the Apache License, Version 2.0 (the "License");
45
* you may not use this file except in compliance with the License.
56
* You may obtain a copy of the License at
7+
*
68
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
710
* Unless required by applicable law or agreed to in writing, software
811
* distributed under the License is distributed on an "AS IS" BASIS,
912
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

api/src/main/java/io/opencensus/trace/ScopedSpanHandle.java

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
/*
2-
* Copyright 2017, Google Inc.
2+
* Copyright 2017, OpenCensus Authors
3+
*
34
* Licensed under the Apache License, Version 2.0 (the "License");
45
* you may not use this file except in compliance with the License.
56
* You may obtain a copy of the License at
7+
*
68
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
710
* Unless required by applicable law or agreed to in writing, software
811
* distributed under the License is distributed on an "AS IS" BASIS,
912
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

api/src/main/java/io/opencensus/trace/Span.java

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
/*
2-
* Copyright 2016, Google Inc.
2+
* Copyright 2016-17, OpenCensus Authors
3+
*
34
* Licensed under the Apache License, Version 2.0 (the "License");
45
* you may not use this file except in compliance with the License.
56
* You may obtain a copy of the License at
7+
*
68
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
710
* Unless required by applicable law or agreed to in writing, software
811
* distributed under the License is distributed on an "AS IS" BASIS,
912
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

api/src/main/java/io/opencensus/trace/SpanBuilder.java

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
/*
2-
* Copyright 2017, Google Inc.
2+
* Copyright 2017, OpenCensus Authors
3+
*
34
* Licensed under the Apache License, Version 2.0 (the "License");
45
* you may not use this file except in compliance with the License.
56
* You may obtain a copy of the License at
7+
*
68
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
710
* Unless required by applicable law or agreed to in writing, software
811
* distributed under the License is distributed on an "AS IS" BASIS,
912
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

api/src/main/java/io/opencensus/trace/SpanContext.java

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
/*
2-
* Copyright 2016, Google Inc.
2+
* Copyright 2016-17, OpenCensus Authors
3+
*
34
* Licensed under the Apache License, Version 2.0 (the "License");
45
* you may not use this file except in compliance with the License.
56
* You may obtain a copy of the License at
7+
*
68
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
710
* Unless required by applicable law or agreed to in writing, software
811
* distributed under the License is distributed on an "AS IS" BASIS,
912
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

api/src/main/java/io/opencensus/trace/SpanId.java

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
/*
2-
* Copyright 2017, Google Inc.
2+
* Copyright 2017, OpenCensus Authors
3+
*
34
* Licensed under the Apache License, Version 2.0 (the "License");
45
* you may not use this file except in compliance with the License.
56
* You may obtain a copy of the License at
7+
*
68
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
710
* Unless required by applicable law or agreed to in writing, software
811
* distributed under the License is distributed on an "AS IS" BASIS,
912
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

api/src/main/java/io/opencensus/trace/Status.java

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
/*
2-
* Copyright 2016, Google Inc.
2+
* Copyright 2016-17, OpenCensus Authors
3+
*
34
* Licensed under the Apache License, Version 2.0 (the "License");
45
* you may not use this file except in compliance with the License.
56
* You may obtain a copy of the License at
7+
*
68
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
710
* Unless required by applicable law or agreed to in writing, software
811
* distributed under the License is distributed on an "AS IS" BASIS,
912
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

api/src/main/java/io/opencensus/trace/TraceComponent.java

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
/*
2-
* Copyright 2016, Google Inc.
2+
* Copyright 2016-17, OpenCensus Authors
3+
*
34
* Licensed under the Apache License, Version 2.0 (the "License");
45
* you may not use this file except in compliance with the License.
56
* You may obtain a copy of the License at
7+
*
68
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
710
* Unless required by applicable law or agreed to in writing, software
811
* distributed under the License is distributed on an "AS IS" BASIS,
912
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

0 commit comments

Comments
 (0)