Skip to content

Commit dcc3ba7

Browse files
committed
Reverted copyright changes
JAVA-2857
1 parent 31d4887 commit dcc3ba7

File tree

13 files changed

+33
-55
lines changed

13 files changed

+33
-55
lines changed

THIRD-PARTY-NOTICES

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -54,23 +54,7 @@ https://github.com/mongodb/mongo-java-driver.
5454
See the License for the specific language governing permissions and
5555
limitations under the License.
5656

57-
4) The following files: Base64Codec.java
58-
59-
Copyright 1999,2005 The Apache Software Foundation.
60-
61-
Licensed under the Apache License, Version 2.0 (the "License");
62-
you may not use this file except in compliance with the License.
63-
You may obtain a copy of the License at
64-
65-
http://www.apache.org/licenses/LICENSE-2.0
66-
67-
Unless required by applicable law or agreed to in writing, software
68-
distributed under the License is distributed on an "AS IS" BASIS,
69-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
70-
See the License for the specific language governing permissions and
71-
limitations under the License.
72-
73-
5) The following files: ReadTimeoutHandler.java
57+
4) The following files: ReadTimeoutHandler.java
7458

7559
Copyright 2008-present MongoDB, Inc.
7660
Copyright 2012 The Netty Project
@@ -87,7 +71,7 @@ https://github.com/mongodb/mongo-java-driver.
8771
See the License for the specific language governing permissions and
8872
limitations under the License.
8973

90-
6) The following files: InstantCodec.java, Jsr310CodecProvider.java, LocalDateCodec.java, LocalDateTimeCodec.java, LocalTimeCodec.java
74+
5) The following files: InstantCodec.java, Jsr310CodecProvider.java, LocalDateCodec.java, LocalDateTimeCodec.java, LocalTimeCodec.java
9175

9276
Copyright 2008-present MongoDB, Inc.
9377
Copyright 2018 Cezary Bartosiak
@@ -104,7 +88,7 @@ https://github.com/mongodb/mongo-java-driver.
10488
See the License for the specific language governing permissions and
10589
limitations under the License.
10690

107-
7) The following files: SaslPrep.java
91+
6) The following files: SaslPrep.java
10892

10993
Copyright 2008-present MongoDB, Inc.
11094
Copyright 2017 Tom Bentley

bson/src/main/org/bson/assertions/Assertions.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
22
* Copyright 2008-present MongoDB, Inc.
3+
* Copyright (c) 2008-2014 Atlassian Pty Ltd
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");
56
* you may not use this file except in compliance with the License.

bson/src/main/org/bson/internal/UnsignedLongs.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
/*
22
* Copyright 2008-present MongoDB, Inc.
3+
* Copyright 2010 The Guava Authors
4+
* Copyright 2011 The Guava Authors
35
*
46
* Licensed under the Apache License, Version 2.0 (the "License");
57
* you may not use this file except in compliance with the License.

bson/src/main/org/bson/util/AbstractCopyOnWriteMap.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
22
* Copyright 2008-present MongoDB, Inc.
3+
* Copyright (c) 2008-2014 Atlassian Pty Ltd
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");
56
* you may not use this file except in compliance with the License.

bson/src/main/org/bson/util/CopyOnWriteMap.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
22
* Copyright 2008-present MongoDB, Inc.
3+
* Copyright (c) 2008-2014 Atlassian Pty Ltd
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");
56
* you may not use this file except in compliance with the License.

bson/src/test/unit/org/bson/internal/UnsignedLongsTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
/*
22
* Copyright 2008-present MongoDB, Inc.
3+
* Copyright 2010 The Guava Authors
4+
* Copyright 2011 The Guava Authors
35
*
46
* Licensed under the Apache License, Version 2.0 (the "License");
57
* you may not use this file except in compliance with the License.

driver-core/src/main/com/mongodb/annotations/Beta.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
/*
22
* Copyright 2008-present MongoDB, Inc.
3+
* Copyright 2010 The Guava Authors
4+
* Copyright 2011 The Guava Authors
35
*
46
* Licensed under the Apache License, Version 2.0 (the "License");
57
* you may not use this file except in compliance with the License.

driver-core/src/main/com/mongodb/annotations/Immutable.java

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
11
/*
2-
* Copyright 2008-present MongoDB, Inc.
2+
* Copyright (c) 2005 Brian Goetz and Tim Peierls
3+
* Released under the Creative Commons Attribution License
4+
* (http://creativecommons.org/licenses/by/2.5)
5+
* Official home: http://www.jcip.net
36
*
4-
* Licensed under the Apache License, Version 2.0 (the "License");
5-
* you may not use this file except in compliance with the License.
6-
* You may obtain a copy of the License at
7-
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
9-
*
10-
* Unless required by applicable law or agreed to in writing, software
11-
* distributed under the License is distributed on an "AS IS" BASIS,
12-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
* See the License for the specific language governing permissions and
14-
* limitations under the License.
7+
* Any republication or derived work distributed in source code form
8+
* must include this copyright and license notice.
159
*/
1610

1711
package com.mongodb.annotations;

driver-core/src/main/com/mongodb/annotations/NotThreadSafe.java

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
11
/*
2-
* Copyright 2008-present MongoDB, Inc.
2+
* Copyright (c) 2005 Brian Goetz and Tim Peierls
3+
* Released under the Creative Commons Attribution License
4+
* (http://creativecommons.org/licenses/by/2.5)
5+
* Official home: http://www.jcip.net
36
*
4-
* Licensed under the Apache License, Version 2.0 (the "License");
5-
* you may not use this file except in compliance with the License.
6-
* You may obtain a copy of the License at
7-
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
9-
*
10-
* Unless required by applicable law or agreed to in writing, software
11-
* distributed under the License is distributed on an "AS IS" BASIS,
12-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
* See the License for the specific language governing permissions and
14-
* limitations under the License.
7+
* Any republication or derived work distributed in source code form
8+
* must include this copyright and license notice.
159
*/
1610

1711
package com.mongodb.annotations;

driver-core/src/main/com/mongodb/annotations/ThreadSafe.java

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
11
/*
2-
* Copyright 2008-present MongoDB, Inc.
2+
* Copyright (c) 2005 Brian Goetz and Tim Peierls
3+
* Released under the Creative Commons Attribution License
4+
* (http://creativecommons.org/licenses/by/2.5)
5+
* Official home: http://www.jcip.net
36
*
4-
* Licensed under the Apache License, Version 2.0 (the "License");
5-
* you may not use this file except in compliance with the License.
6-
* You may obtain a copy of the License at
7-
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
9-
*
10-
* Unless required by applicable law or agreed to in writing, software
11-
* distributed under the License is distributed on an "AS IS" BASIS,
12-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
* See the License for the specific language governing permissions and
14-
* limitations under the License.
7+
* Any republication or derived work distributed in source code form
8+
* must include this copyright and license notice.
159
*/
1610

1711
package com.mongodb.annotations;

0 commit comments

Comments
 (0)