Skip to content

Commit 8bead92

Browse files
author
Chris Swierczewski
committed
Add license/copyright notices to LDA files
1 parent 520262d commit 8bead92

File tree

4 files changed

+20
-0
lines changed

4 files changed

+20
-0
lines changed

introduction_to_amazon_algorithms/lda_topic_modeling/LDA-Introduction.ipynb

+2
Original file line numberDiff line numberDiff line change
@@ -770,6 +770,8 @@
770770
"version": "3.6.3"
771771
}
772772
},
773+
"notice": "Copyright 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. 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 http://aws.amazon.com/apache2.0/ or in the \"license\" file accompanying this file. 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."
774+
},
773775
"nbformat": 4,
774776
"nbformat_minor": 2
775777
}

introduction_to_amazon_algorithms/lda_topic_modeling/generate_example_data.py

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# Copyright 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
#
3+
# 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
4+
#
5+
# http://aws.amazon.com/apache2.0/
6+
#
7+
# or in the "license" file accompanying this file. 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.
8+
19
import matplotlib
210
import matplotlib.pyplot as plt
311
import matplotlib.cm as cm

scientific_details_of_algorithms/lda_topic_modeling/LDA-Science.ipynb

+2
Original file line numberDiff line numberDiff line change
@@ -1200,6 +1200,8 @@
12001200
"version": "3.6.3"
12011201
}
12021202
},
1203+
"notice": "Copyright 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. 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 http://aws.amazon.com/apache2.0/ or in the \"license\" file accompanying this file. 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."
1204+
},
12031205
"nbformat": 4,
12041206
"nbformat_minor": 2
12051207
}

scientific_details_of_algorithms/lda_topic_modeling/generate_example_data.py

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# Copyright 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
#
3+
# 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
4+
#
5+
# http://aws.amazon.com/apache2.0/
6+
#
7+
# or in the "license" file accompanying this file. 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.
8+
19
import matplotlib
210
import matplotlib.pyplot as plt
311
import matplotlib.cm as cm

0 commit comments

Comments
 (0)