Skip to content

Commit 7b34d24

Browse files
authored
DOCSP-40978: Update copyright syntax (#13)
1 parent a3bcd34 commit 7b34d24

File tree

20 files changed

+21
-21
lines changed

20 files changed

+21
-21
lines changed

source/libbson/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
# General information about the project.
1717
project = "libbson"
18-
copyright = "2017-present, MongoDB, Inc"
18+
copyright = "Copyright 2009-present MongoDB, Inc."
1919
author = "MongoDB, Inc"
2020

2121
version_path = os.path.join(os.path.dirname(__file__), "../../..", "VERSION_CURRENT")

source/libbson/guides/json.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ format.
9494
.. code-block:: c
9595

9696
/*
97-
* Copyright 2013 MongoDB, Inc.
97+
* Copyright 2009-present MongoDB, Inc.
9898
*
9999
* Licensed under the Apache License, Version 2.0 (the "License");
100100
* you may not use this file except in compliance with the License.
@@ -189,7 +189,7 @@ The following example reads BSON documents from ``stdin`` and prints them to ``s
189189
.. code-block:: c
190190

191191
/*
192-
* Copyright 2013 MongoDB, Inc.
192+
* Copyright 2009-present MongoDB, Inc.
193193
*
194194
* Licensed under the Apache License, Version 2.0 (the "License");
195195
* you may not use this file except in compliance with the License.

source/libbson/includes/examples/bcon-col-view.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2013 MongoDB, Inc.
2+
* Copyright 2009-present MongoDB, Inc.
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.

source/libbson/includes/examples/bcon-speed.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2013-2014 MongoDB, Inc.
2+
* Copyright 2009-present MongoDB, Inc.
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.

source/libbson/includes/examples/bson-check-depth.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2018-present MongoDB, Inc.
2+
* Copyright 2009-present MongoDB, Inc.
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.

source/libbson/includes/examples/bson-metrics.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2014 MongoDB, Inc.
2+
* Copyright 2009-present MongoDB, Inc.
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.

source/libbson/includes/examples/bson-streaming-reader.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2015 MongoDB, Inc.
2+
* Copyright 2009-present MongoDB, Inc.
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.

source/libbson/includes/examples/bson-to-json.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2013 MongoDB, Inc.
2+
* Copyright 2009-present MongoDB, Inc.
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.

source/libbson/includes/examples/cmake/find_package/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2017 MongoDB Inc.
1+
# Copyright 2009-present MongoDB, Inc.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

source/libbson/includes/examples/cmake/find_package_static/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2017 MongoDB Inc.
1+
# Copyright 2009-present MongoDB, Inc.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)