Skip to content
This repository was archived by the owner on Dec 18, 2023. It is now read-only.

Commit 4a8ddf6

Browse files
fix the license warnings (#83)
* fix the license and apply NuGet/Announcements#32 * missed a few files
1 parent ebfd660 commit 4a8ddf6

File tree

421 files changed

+421
-421
lines changed

Some content is hidden

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

421 files changed

+421
-421
lines changed

build/stylecop.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"settings": {
1010
"documentationRules": {
1111
"companyName": "OpenCensus Authors",
12-
"copyrightText": "Copyright 2018, OpenCensus Authors\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of theLicense at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License."
12+
"copyrightText": "Copyright 2018, OpenCensus Authors\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License."
1313
}
1414
}
1515
}

src/OpenCensus.Abstractions/Common/IClock.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.
6-
// You may obtain a copy of theLicense at
6+
// You may obtain a copy of the License at
77
//
88
// http://www.apache.org/licenses/LICENSE-2.0
99
//

src/OpenCensus.Abstractions/Common/IDuration.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.
6-
// You may obtain a copy of theLicense at
6+
// You may obtain a copy of the License at
77
//
88
// http://www.apache.org/licenses/LICENSE-2.0
99
//

src/OpenCensus.Abstractions/Common/IScope.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.
6-
// You may obtain a copy of theLicense at
6+
// You may obtain a copy of the License at
77
//
88
// http://www.apache.org/licenses/LICENSE-2.0
99
//

src/OpenCensus.Abstractions/Common/ITimestamp.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.
6-
// You may obtain a copy of theLicense at
6+
// You may obtain a copy of the License at
77
//
88
// http://www.apache.org/licenses/LICENSE-2.0
99
//

src/OpenCensus.Abstractions/Internal/IEventQueue.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.
6-
// You may obtain a copy of theLicense at
6+
// You may obtain a copy of the License at
77
//
88
// http://www.apache.org/licenses/LICENSE-2.0
99
//

src/OpenCensus.Abstractions/Internal/IEventQueueEntry.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.
6-
// You may obtain a copy of theLicense at
6+
// You may obtain a copy of the License at
77
//
88
// http://www.apache.org/licenses/LICENSE-2.0
99
//

src/OpenCensus.Abstractions/Internal/ITimestampConverter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.
6-
// You may obtain a copy of theLicense at
6+
// You may obtain a copy of the License at
77
//
88
// http://www.apache.org/licenses/LICENSE-2.0
99
//

src/OpenCensus.Abstractions/OpenCensus.Abstractions.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<PackageTags>Tracing;OpenCensus;Management;Monitoring</PackageTags>
99
<PackageIconUrl>https://opencensus.io/images/opencensus-logo.png</PackageIconUrl>
1010
<PackageProjectUrl>https://opencensus.io</PackageProjectUrl>
11-
<PackageLicenseUrl>https://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl>
11+
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
1212
<Authors>OpenCensus authors</Authors>
1313
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
1414
<RootNamespace>OpenCensus</RootNamespace>

src/OpenCensus.Abstractions/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.
6-
// You may obtain a copy of theLicense at
6+
// You may obtain a copy of the License at
77
//
88
// http://www.apache.org/licenses/LICENSE-2.0
99
//

0 commit comments

Comments
 (0)