Skip to content

Commit

Permalink
Updating copyright to 2019
Browse files Browse the repository at this point in the history
  • Loading branch information
jschwarzwalder committed Jan 2, 2019
1 parent 76862a1 commit de63345
Show file tree
Hide file tree
Showing 163 changed files with 1,156 additions and 1,156 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ please read this section carefully so that we can work together more effectively
* **All code must be submitted under the Apache 2.0 license**, as noted in the following **Copyright
and License** section.

Copyright and License
=====================

All content in this repository, unless otherwise stated, is
Copyright and License
=====================

All content in this repository, unless otherwise stated, is
Copyright © 2010-2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.

Except where otherwise noted, all examples in this collection are licensed under the `Apache
Expand Down
118 changes: 59 additions & 59 deletions cpp/README.rst
Original file line number Diff line number Diff line change
@@ -1,59 +1,59 @@
.. Copyright 2010-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0
International License (the "License"). You may not use this file except in compliance with the
License. A copy of the License is located at http://creativecommons.org/licenses/by-nc-sa/4.0/.
This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
either express or implied. See the License for the specific language governing permissions and
limitations under the License.
######################################
AWS SDK for C++ Documentation Examples
######################################

This is a collection of examples for the AWS SDK for C++ public documentation.


Prerequisites
=============

To build and run these examples, you'll need:

* CMake (version 3.2+)
* AWS SDK for C++ (downloaded, extracted, built and installed on your machine)
* AWS credentials, either configured in a local AWS credentials file or by setting the
AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY environment variables


Building the examples
=====================

To build the examples, create a build directory::

mkdir s3_build

Go into the directory and run ``cmake``, providing it with the path to where you install the SDK if the path is not CMake awareness, and
the path to the examples directory that you want to build. For example::

cd s3_build
cmake -DCMAKE_PREFIX_PATH=/path/to/aws_sdk_installed/ ../example_code/s3

Finally, run ``make`` in the build directory:

make


Running the examples
====================

The examples are built right into the build directory, so you can run them by name. On Unix, Linux
and OS X, make sure you specify the full path to the file (since you unlikely added the current
directory to your ``PATH``)::

./list_buckets

On **Windows**, you would run the same example as::

list_buckets.exe

.. Copyright 2010-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0
International License (the "License"). You may not use this file except in compliance with the
License. A copy of the License is located at http://creativecommons.org/licenses/by-nc-sa/4.0/.
This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
either express or implied. See the License for the specific language governing permissions and
limitations under the License.
######################################
AWS SDK for C++ Documentation Examples
######################################

This is a collection of examples for the AWS SDK for C++ public documentation.


Prerequisites
=============

To build and run these examples, you'll need:

* CMake (version 3.2+)
* AWS SDK for C++ (downloaded, extracted, built and installed on your machine)
* AWS credentials, either configured in a local AWS credentials file or by setting the
AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY environment variables


Building the examples
=====================

To build the examples, create a build directory::

mkdir s3_build

Go into the directory and run ``cmake``, providing it with the path to where you install the SDK if the path is not CMake awareness, and
the path to the examples directory that you want to build. For example::

cd s3_build
cmake -DCMAKE_PREFIX_PATH=/path/to/aws_sdk_installed/ ../example_code/s3

Finally, run ``make`` in the build directory:

make


Running the examples
====================

The examples are built right into the build directory, so you can run them by name. On Unix, Linux
and OS X, make sure you specify the full path to the file (since you unlikely added the current
directory to your ``PATH``)::

./list_buckets

On **Windows**, you would run the same example as::

list_buckets.exe

2 changes: 1 addition & 1 deletion cpp/example_code/cloudtrail/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2010-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
# Copyright 2010-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
# This file is licensed under the Apache License, Version 2.0 (the "License").
# You may not use this file except in compliance with the License. A copy of
# the License is located at
Expand Down
2 changes: 1 addition & 1 deletion cpp/example_code/cloudwatch/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2010-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
# Copyright 2010-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
# This file is licensed under the Apache License, Version 2.0 (the "License").
# You may not use this file except in compliance with the License. A copy of
# the License is located at
Expand Down
2 changes: 1 addition & 1 deletion cpp/example_code/codebuild/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2010-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
# Copyright 2010-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
# This file is licensed under the Apache License, Version 2.0 (the "License").
# You may not use this file except in compliance with the License. A copy of
# the License is located at
Expand Down
2 changes: 1 addition & 1 deletion cpp/example_code/codecommit/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2010-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
# Copyright 2010-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
# This file is licensed under the Apache License, Version 2.0 (the "License").
# You may not use this file except in compliance with the License. A copy of
# the License is located at
Expand Down
2 changes: 1 addition & 1 deletion cpp/example_code/dynamodb/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2010-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
# Copyright 2010-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
# This file is licensed under the Apache License, Version 2.0 (the "License").
# You may not use this file except in compliance with the License. A copy of
# the License is located at
Expand Down
2 changes: 1 addition & 1 deletion cpp/example_code/ebs/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2010-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
# Copyright 2010-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
# This file is licensed under the Apache License, Version 2.0 (the "License").
# You may not use this file except in compliance with the License. A copy of
# the License is located at
Expand Down
2 changes: 1 addition & 1 deletion cpp/example_code/ec2/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2010-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
# Copyright 2010-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
# This file is licensed under the Apache License, Version 2.0 (the "License").
# You may not use this file except in compliance with the License. A copy of
# the License is located at
Expand Down
2 changes: 1 addition & 1 deletion cpp/example_code/efs/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2010-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
# Copyright 2010-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
# This file is licensed under the Apache License, Version 2.0 (the "License").
# You may not use this file except in compliance with the License. A copy of
# the License is located at
Expand Down
2 changes: 1 addition & 1 deletion cpp/example_code/elasticache/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2010-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
# Copyright 2010-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
# This file is licensed under the Apache License, Version 2.0 (the "License").
# You may not use this file except in compliance with the License. A copy of
# the License is located at
Expand Down
2 changes: 1 addition & 1 deletion cpp/example_code/glacier/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2010-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
# Copyright 2010-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
# This file is licensed under the Apache License, Version 2.0 (the "License").
# You may not use this file except in compliance with the License. A copy of
# the License is located at
Expand Down
2 changes: 1 addition & 1 deletion cpp/example_code/guardduty/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2010-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
# Copyright 2010-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
# This file is licensed under the Apache License, Version 2.0 (the "License").
# You may not use this file except in compliance with the License. A copy of
# the License is located at
Expand Down
2 changes: 1 addition & 1 deletion cpp/example_code/iam/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2010-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
# Copyright 2010-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
# This file is licensed under the Apache License, Version 2.0 (the "License").
# You may not use this file except in compliance with the License. A copy of
# the License is located at
Expand Down
2 changes: 1 addition & 1 deletion cpp/example_code/kinesis/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2010-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
# Copyright 2010-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
# This file is licensed under the Apache License, Version 2.0 (the "License").
# You may not use this file except in compliance with the License. A copy of
# the License is located at
Expand Down
2 changes: 1 addition & 1 deletion cpp/example_code/lambda/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2010-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
# Copyright 2010-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.

# This file is licensed under the Apache License, Version 2.0 (the "License").
# You may not use this file except in compliance with the License. A copy of
Expand Down
2 changes: 1 addition & 1 deletion cpp/example_code/neptune/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2010-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
# Copyright 2010-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
# This file is licensed under the Apache License, Version 2.0 (the "License").
# You may not use this file except in compliance with the License. A copy of
# the License is located at
Expand Down
2 changes: 1 addition & 1 deletion cpp/example_code/redshift/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2010-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
# Copyright 2010-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
# This file is licensed under the Apache License, Version 2.0 (the "License").
# You may not use this file except in compliance with the License. A copy of
# the License is located at
Expand Down
2 changes: 1 addition & 1 deletion cpp/example_code/s3/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2010-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
# Copyright 2010-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
# This file is licensed under the Apache License, Version 2.0 (the "License").
# You may not use this file except in compliance with the License. A copy of
# the License is located at
Expand Down
76 changes: 38 additions & 38 deletions dotnet/README.rst
Original file line number Diff line number Diff line change
@@ -1,38 +1,38 @@
.. Copyright 2010-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0
International License (the "License"). You may not use this file except in compliance with the
License. A copy of the License is located at http://creativecommons.org/licenses/by-nc-sa/4.0/.
This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
either express or implied. See the License for the specific language governing permissions and
limitations under the License.
######################################
AWS SDK for .NET Documentation Examples
######################################

This is a collection of examples for the AWS SDK for .NET public documentation.


Prerequisites
=============

To build and run these examples, you'll need:

* AWS SDK for .NET
* AWS credentials, either configured in a local AWS credentials file or by setting the
AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY environment variables


Building the examples
=====================

Open the solution corresponding to the service for which you wish to run examples in Visual Studio.

Compile and run the solution.





.. Copyright 2010-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0
International License (the "License"). You may not use this file except in compliance with the
License. A copy of the License is located at http://creativecommons.org/licenses/by-nc-sa/4.0/.
This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
either express or implied. See the License for the specific language governing permissions and
limitations under the License.
######################################
AWS SDK for .NET Documentation Examples
######################################

This is a collection of examples for the AWS SDK for .NET public documentation.


Prerequisites
=============

To build and run these examples, you'll need:

* AWS SDK for .NET
* AWS credentials, either configured in a local AWS credentials file or by setting the
AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY environment variables


Building the examples
=====================

Open the solution corresponding to the service for which you wish to run examples in Visual Studio.

Compile and run the solution.





30 changes: 15 additions & 15 deletions go/Readme.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
.. Copyright 2010-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0
International License (the "License"). You may not use this file except in compliance with the
License. A copy of the License is located at http://creativecommons.org/licenses/by-nc-sa/4.0/.
This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
either express or implied. See the License for the specific language governing permissions and
limitations under the License.
######################################
AWS SDK for Go Documentation Examples
######################################

This is a collection of examples for the AWS SDK for Go public documentation.
.. Copyright 2010-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0
International License (the "License"). You may not use this file except in compliance with the
License. A copy of the License is located at http://creativecommons.org/licenses/by-nc-sa/4.0/.
This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
either express or implied. See the License for the specific language governing permissions and
limitations under the License.
######################################
AWS SDK for Go Documentation Examples
######################################

This is a collection of examples for the AWS SDK for Go public documentation.
2 changes: 1 addition & 1 deletion go/example_code/cloudformation/CfnCreateStack.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
//snippet-sourcetype:[full-example]
//snippet-sourcedate:[2018-03-16]
/*
Copyright 2010-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
Copyright 2010-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
This file is licensed under the Apache License, Version 2.0 (the "License").
You may not use this file except in compliance with the License. A copy of
Expand Down
2 changes: 1 addition & 1 deletion go/example_code/cloudformation/CfnDeleteStack.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
//snippet-sourcetype:[full-example]
//snippet-sourcedate:[2018-03-16]
/*
Copyright 2010-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
Copyright 2010-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
This file is licensed under the Apache License, Version 2.0 (the "License").
You may not use this file except in compliance with the License. A copy of
Expand Down
2 changes: 1 addition & 1 deletion go/example_code/cloudformation/CfnListStacks.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
//snippet-sourcetype:[full-example]
//snippet-sourcedate:[2018-03-16]
/*
Copyright 2010-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
Copyright 2010-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
This file is licensed under the Apache License, Version 2.0 (the "License").
You may not use this file except in compliance with the License. A copy of
Expand Down
2 changes: 1 addition & 1 deletion go/example_code/cloudtrail/create_trail.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
//snippet-sourcetype:[full-example]
//snippet-sourcedate:[2018-03-16]
/*
Copyright 2010-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
Copyright 2010-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
This file is licensed under the Apache License, Version 2.0 (the "License").
You may not use this file except in compliance with the License. A copy of
Expand Down
2 changes: 1 addition & 1 deletion go/example_code/cloudtrail/delete_trail.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
//snippet-sourcetype:[full-example]
//snippet-sourcedate:[2018-03-16]
/*
Copyright 2010-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
Copyright 2010-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
This file is licensed under the Apache License, Version 2.0 (the "License").
You may not use this file except in compliance with the License. A copy of
Expand Down
2 changes: 1 addition & 1 deletion go/example_code/cloudtrail/describe_trails.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
//snippet-sourcetype:[full-example]
//snippet-sourcedate:[2018-03-16]
/*
Copyright 2010-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
Copyright 2010-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
This file is licensed under the Apache License, Version 2.0 (the "License").
You may not use this file except in compliance with the License. A copy of
Expand Down
Loading

0 comments on commit de63345

Please sign in to comment.