Skip to content

Commit adf0aa5

Browse files
committed
Added Notices of Modification
1 parent c1d17dc commit adf0aa5

File tree

4 files changed

+50
-0
lines changed

4 files changed

+50
-0
lines changed

google-http-client-android/pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
<!--
2+
~ ** Notice of Modification **
3+
~
4+
~ This file has been altered from its original version by the Cryptomator team.
5+
~ For a detailed history of modifications, please refer to the version control log.
6+
~
7+
~ The original file can be found at https://github.com/googleapis/google-http-java-client
8+
~
9+
~ ~~
10+
~
11+
~ https://cryptomator.org/
12+
-->
13+
114
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
215
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
316
<modelVersion>4.0.0</modelVersion>

google-http-client/pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
<!--
2+
~ ** Notice of Modification **
3+
~
4+
~ This file has been altered from its original version by the Cryptomator team.
5+
~ For a detailed history of modifications, please refer to the version control log.
6+
~
7+
~ The original file can be found at https://github.com/googleapis/google-http-java-client
8+
~
9+
~ ~~
10+
~
11+
~ https://cryptomator.org/
12+
-->
13+
114
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
215
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
316
<modelVersion>4.0.0</modelVersion>

google-http-client/src/main/java/com/google/api/client/http/HttpRequest.java

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,17 @@
1010
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
1111
* or implied. See the License for the specific language governing permissions and limitations under
1212
* the License.
13+
*
14+
* ** Notice of Modification **
15+
*
16+
* This file has been altered from its original version by the Cryptomator team.
17+
* For a detailed history of modifications, please refer to the version control log.
18+
*
19+
* The original file can be found at https://github.com/googleapis/google-http-java-client
20+
*
21+
* --
22+
*
23+
* https://cryptomator.org/
1324
*/
1425

1526
package com.google.api.client.http;

pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
~ ** Notice of Modification **
4+
~
5+
~ This file has been altered from its original version by the Cryptomator team.
6+
~ For a detailed history of modifications, please refer to the version control log.
7+
~
8+
~ The original file can be found at https://github.com/googleapis/google-http-java-client
9+
~
10+
~ ~~
11+
~
12+
~ https://cryptomator.org/
13+
-->
14+
215
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
316
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
417
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)