Skip to content

Commit

Permalink
v1.0.3 : License information
Browse files Browse the repository at this point in the history
  • Loading branch information
Aditya Jagtiani committed Feb 13, 2018
1 parent 3ce9bab commit 30dfa87
Show file tree
Hide file tree
Showing 11 changed files with 85 additions and 2 deletions.
13 changes: 13 additions & 0 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Copyright 2018 AppDynamics LLC and its affiliates

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License 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.
4 changes: 4 additions & 0 deletions NOTICE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Notice and Disclaimer

All Extensions published by AppDynamics are governed by the Apache License v2 and are excluded from the definition of covered software under any agreement between AppDynamics and the User governing AppDynamics Pro Edition, Test & Dev Edition, or any other Editions.

4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.appdynamics.extensions</groupId>
<artifactId>aws-lambda-monitoring-extension</artifactId>
<version>1.0.1</version>
<version>1.0.3</version>
<name>AWS Lambda Monitoring Extension</name>

<properties>
Expand Down Expand Up @@ -117,6 +117,8 @@
<fileset dir="src/main/resources/conf" includes="monitor.xml" />
<fileset dir="src/main/resources" includes="conf/config.yaml" />
<fileset dir="src/main/resources" includes="conf/region-endpoints.yaml" />
<fileset dir="${project.basedir}" includes="LICENSE.txt"/>
<fileset dir="${project.basedir}" includes="NOTICE.txt"/>
</copy>
<copy todir="${target.dir}">
<fileset dir="${build.directory}" includes="${project.artifactId}.${project.packaging}" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
* Copyright 2018. AppDynamics LLC and its affiliates.
* All Rights Reserved.
* This is unpublished proprietary source code of AppDynamics LLC and its affiliates.
* The copyright notice above does not evidence any actual or intended publication of such source code.
*
*/

package com.appdynamics.extensions.aws.lambda;

import com.amazonaws.services.cloudwatch.model.Metric;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
* Copyright 2018. AppDynamics LLC and its affiliates.
* All Rights Reserved.
* This is unpublished proprietary source code of AppDynamics LLC and its affiliates.
* The copyright notice above does not evidence any actual or intended publication of such source code.
*
*/

package com.appdynamics.extensions.aws.lambda;

import com.amazonaws.services.cloudwatch.AmazonCloudWatch;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
* Copyright 2018. AppDynamics LLC and its affiliates.
* All Rights Reserved.
* This is unpublished proprietary source code of AppDynamics LLC and its affiliates.
* The copyright notice above does not evidence any actual or intended publication of such source code.
*
*/

package com.appdynamics.extensions.aws.lambda;

import com.appdynamics.extensions.aws.SingleNamespaceCloudwatchMonitor;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
* Copyright 2018. AppDynamics LLC and its affiliates.
* All Rights Reserved.
* This is unpublished proprietary source code of AppDynamics LLC and its affiliates.
* The copyright notice above does not evidence any actual or intended publication of such source code.
*
*/

package com.appdynamics.extensions.aws.lambda.config;

import com.appdynamics.extensions.aws.config.Configuration;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
* Copyright 2018. AppDynamics LLC and its affiliates.
* All Rights Reserved.
* This is unpublished proprietary source code of AppDynamics LLC and its affiliates.
* The copyright notice above does not evidence any actual or intended publication of such source code.
*
*/

package com.appdynamics.extensions.aws.lambda.util;

/**
Expand Down
10 changes: 9 additions & 1 deletion src/main/resources/conf/monitor.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<!--
~ Copyright 2018. AppDynamics LLC and its affiliates.
~ All Rights Reserved.
~ This is unpublished proprietary source code of AppDynamics LLC and its affiliates.
~ The copyright notice above does not evidence any actual or intended publication of such source code.
~
-->

<monitor>
<name>AWS Lambda Monitor</name>
<type>managed</type>
Expand All @@ -23,4 +31,4 @@
</java-task>

</monitor-run-task>
</monitor>
</monitor>
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
* Copyright 2018. AppDynamics LLC and its affiliates.
* All Rights Reserved.
* This is unpublished proprietary source code of AppDynamics LLC and its affiliates.
* The copyright notice above does not evidence any actual or intended publication of such source code.
*
*/

package com.appdynamics.extensions.aws.lambda;

import static com.appdynamics.extensions.aws.util.AWSUtil.getAWSAccessKeysFromCfg;
Expand Down
8 changes: 8 additions & 0 deletions src/test/resources/log4j.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright 2018. AppDynamics LLC and its affiliates.
~ All Rights Reserved.
~ This is unpublished proprietary source code of AppDynamics LLC and its affiliates.
~ The copyright notice above does not evidence any actual or intended publication of such source code.
~
-->

<!DOCTYPE log4j:configuration SYSTEM "log4j.dtd" >

<log4j:configuration>
Expand Down

0 comments on commit 30dfa87

Please sign in to comment.