Skip to content

Commit

Permalink
v2.0.2 - Updated Licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
akshayAppd19 committed Feb 19, 2018
1 parent 02d8674 commit 0cb8b26
Show file tree
Hide file tree
Showing 14 changed files with 99 additions and 2 deletions.
3 changes: 3 additions & 0 deletions NOTICE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
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.
14 changes: 12 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright 2013. 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.
-->

<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>com.appdynamics.extensions</groupId>
<artifactId>process-monitoring-extension</artifactId>
<version>2.0.1</version>
<version>2.0.2</version>
<packaging>jar</packaging>

<name>process-monitoring-extension</name>
Expand Down Expand Up @@ -204,9 +211,12 @@
<fileset dir="src/main/resources/conf" includes="config.yml"/>
</copy>
<copy todir="${target.dir}">
<fileset dir="${project.basedir}" includes="LICENSE.txt"/>
<fileset dir="${project.basedir}" includes="LICENSE"/>
<fileset dir="${project.basedir}" includes="README.md"/>
</copy>
<copy todir="${target.dir}">
<fileset dir="${project.basedir}" includes="NOTICE.txt"/>
</copy>
<copy todir="${target.dir}">
<fileset dir="${project.build.directory}" includes="${project.artifactId}.${project.packaging}"/>
</copy>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* Copyright 2016. 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.process.parser;

import com.appdynamics.extensions.process.common.MonitorConstants;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* Copyright 2016. 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.process.parser;

import com.appdynamics.extensions.process.data.ProcessData;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* Copyright 2016. 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.process.parser;

import com.appdynamics.extensions.process.common.MonitorConstants;
Expand Down
7 changes: 7 additions & 0 deletions src/main/resources/conf/monitor.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
<!--
~ Copyright 2013. 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>ProcessMonitor</name>
<type>managed</type>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* Copyright 2013. 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.process;

import com.appdynamics.extensions.metrics.Metric;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* Copyright 2013. 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.process.common;

import org.apache.log4j.Logger;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* Copyright 2013. 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.process.parser;

import com.appdynamics.extensions.process.common.CommandExecutor;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* Copyright 2013. 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.process.parser;

import com.appdynamics.extensions.process.common.CommandExecutor;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* Copyright 2013. 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.process.parser;

import org.junit.Assert;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* Copyright 2013. 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.process.parser;

import com.appdynamics.extensions.process.common.CommandExecutor;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* Copyright 2013. 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.process.parser;

import com.appdynamics.extensions.process.common.MonitorConstants;
Expand Down
7 changes: 7 additions & 0 deletions src/test/resources/log4j.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright 2013. 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 xmlns:log4j="http://jakarta.apache.org/log4j/">

Expand Down

0 comments on commit 0cb8b26

Please sign in to comment.