Skip to content

Commit

Permalink
Updated Licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
BalakrishnaV committed Mar 10, 2018
1 parent a26ca9a commit 0c39a29
Show file tree
Hide file tree
Showing 15 changed files with 86 additions and 314 deletions.
202 changes: 0 additions & 202 deletions LICENSE

This file was deleted.

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.

8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
<!--
~ 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.
-->

<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
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>
Expand Down Expand Up @@ -139,6 +146,7 @@
<copy todir="${target.dir}">
<fileset dir="src/main/resources/conf" includes="monitor.xml"/>
<fileset dir="src/main/resources/conf" includes="config.yml"/>
<fileset dir="${project.basedir}" includes="LICENSE.txt,NOTICE.txt"/>
</copy>
<copy todir="${target.dir}">
<fileset dir="${project.build.directory}"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,17 +1,8 @@
/**
* Copyright 2015 AppDynamics
*
* 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.
/*
* 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.linux;

Expand Down
19 changes: 5 additions & 14 deletions src/main/java/com/appdynamics/extensions/linux/FileParser.java
Original file line number Diff line number Diff line change
@@ -1,17 +1,8 @@
/**
* Copyright 2013 AppDynamics
*
* 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.
/*
* 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.linux;
Expand Down
19 changes: 5 additions & 14 deletions src/main/java/com/appdynamics/extensions/linux/LinuxMonitor.java
Original file line number Diff line number Diff line change
@@ -1,17 +1,8 @@
/**
* Copyright 2013 AppDynamics
*
* 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.
/*
* 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.linux;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* 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.linux;

import com.appdynamics.extensions.conf.MonitorConfiguration;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* 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.linux;

public class MetricData {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,17 +1,8 @@
/**
* Copyright 2015 AppDynamics
*
* 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.
/*
* 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.linux;

Expand Down
19 changes: 5 additions & 14 deletions src/main/java/com/appdynamics/extensions/linux/Stats.java
Original file line number Diff line number Diff line change
@@ -1,17 +1,8 @@
/**
* Copyright 2013 AppDynamics
*
* 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.
/*
* 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.linux;
Expand Down
Loading

0 comments on commit 0c39a29

Please sign in to comment.