diff --git a/src/main/java/com/netflix/simianarmy/aws/conformity/rule/InstanceInVPC.java b/src/main/java/com/netflix/simianarmy/aws/conformity/rule/InstanceInVPC.java index f4326794..c1dad704 100644 --- a/src/main/java/com/netflix/simianarmy/aws/conformity/rule/InstanceInVPC.java +++ b/src/main/java/com/netflix/simianarmy/aws/conformity/rule/InstanceInVPC.java @@ -1,3 +1,20 @@ +/* + * + * Copyright 2012 Netflix, Inc. + * + * 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. + * + */ package com.netflix.simianarmy.aws.conformity.rule; import com.amazonaws.auth.AWSCredentialsProvider; diff --git a/src/main/java/com/netflix/simianarmy/aws/janitor/crawler/edda/EddaEBSVolumeJanitorCrawler.java b/src/main/java/com/netflix/simianarmy/aws/janitor/crawler/edda/EddaEBSVolumeJanitorCrawler.java index 220af679..75f77d4c 100644 --- a/src/main/java/com/netflix/simianarmy/aws/janitor/crawler/edda/EddaEBSVolumeJanitorCrawler.java +++ b/src/main/java/com/netflix/simianarmy/aws/janitor/crawler/edda/EddaEBSVolumeJanitorCrawler.java @@ -1,3 +1,20 @@ +/* + * + * Copyright 2012 Netflix, Inc. + * + * 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. + * + */ package com.netflix.simianarmy.aws.janitor.crawler.edda; import com.google.common.collect.Lists; diff --git a/src/main/java/com/netflix/simianarmy/aws/janitor/rule/asg/DummyASGInstanceValidator.java b/src/main/java/com/netflix/simianarmy/aws/janitor/rule/asg/DummyASGInstanceValidator.java index 257806b9..cd3792bd 100644 --- a/src/main/java/com/netflix/simianarmy/aws/janitor/rule/asg/DummyASGInstanceValidator.java +++ b/src/main/java/com/netflix/simianarmy/aws/janitor/rule/asg/DummyASGInstanceValidator.java @@ -1,3 +1,20 @@ +/* + * + * Copyright 2012 Netflix, Inc. + * + * 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. + * + */ package com.netflix.simianarmy.aws.janitor.rule.asg; import com.netflix.simianarmy.Resource; diff --git a/src/main/java/com/netflix/simianarmy/basic/chaos/CloudFormationChaosMonkey.java b/src/main/java/com/netflix/simianarmy/basic/chaos/CloudFormationChaosMonkey.java index 046aa2f0..7ceabef6 100644 --- a/src/main/java/com/netflix/simianarmy/basic/chaos/CloudFormationChaosMonkey.java +++ b/src/main/java/com/netflix/simianarmy/basic/chaos/CloudFormationChaosMonkey.java @@ -1,3 +1,20 @@ +/* + * + * Copyright 2012 Netflix, Inc. + * + * 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. + * + */ package com.netflix.simianarmy.basic.chaos; import com.netflix.simianarmy.MonkeyRecorder.Event; diff --git a/src/main/java/com/netflix/simianarmy/client/MonkeyRestClient.java b/src/main/java/com/netflix/simianarmy/client/MonkeyRestClient.java index 77c62313..3ca80397 100644 --- a/src/main/java/com/netflix/simianarmy/client/MonkeyRestClient.java +++ b/src/main/java/com/netflix/simianarmy/client/MonkeyRestClient.java @@ -1,3 +1,20 @@ +/* + * + * Copyright 2012 Netflix, Inc. + * + * 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. + * + */ package com.netflix.simianarmy.client; import org.apache.commons.lang.Validate; diff --git a/src/main/java/com/netflix/simianarmy/client/edda/EddaClient.java b/src/main/java/com/netflix/simianarmy/client/edda/EddaClient.java index 58ba1852..bc346d55 100644 --- a/src/main/java/com/netflix/simianarmy/client/edda/EddaClient.java +++ b/src/main/java/com/netflix/simianarmy/client/edda/EddaClient.java @@ -1,3 +1,20 @@ +/* + * + * Copyright 2012 Netflix, Inc. + * + * 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. + * + */ package com.netflix.simianarmy.client.edda; import com.netflix.simianarmy.MonkeyConfiguration; diff --git a/src/test/java/com/netflix/simianarmy/TestMonkey.java b/src/test/java/com/netflix/simianarmy/TestMonkey.java index dcee4f9e..28784419 100644 --- a/src/test/java/com/netflix/simianarmy/TestMonkey.java +++ b/src/test/java/com/netflix/simianarmy/TestMonkey.java @@ -1,3 +1,20 @@ +/* + * + * Copyright 2012 Netflix, Inc. + * + * 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. + * + */ // CHECKSTYLE IGNORE Javadoc /* * diff --git a/src/test/java/com/netflix/simianarmy/TestMonkeyContext.java b/src/test/java/com/netflix/simianarmy/TestMonkeyContext.java index c8fd66c6..e136332d 100644 --- a/src/test/java/com/netflix/simianarmy/TestMonkeyContext.java +++ b/src/test/java/com/netflix/simianarmy/TestMonkeyContext.java @@ -1,3 +1,20 @@ +/* + * + * Copyright 2012 Netflix, Inc. + * + * 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. + * + */ // CHECKSTYLE IGNORE Javadoc /* * diff --git a/src/test/java/com/netflix/simianarmy/TestMonkeyRunner.java b/src/test/java/com/netflix/simianarmy/TestMonkeyRunner.java index b5499378..5a7f1152 100644 --- a/src/test/java/com/netflix/simianarmy/TestMonkeyRunner.java +++ b/src/test/java/com/netflix/simianarmy/TestMonkeyRunner.java @@ -1,3 +1,20 @@ +/* + * + * Copyright 2012 Netflix, Inc. + * + * 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. + * + */ // CHECKSTYLE IGNORE Javadoc /* * diff --git a/src/test/java/com/netflix/simianarmy/TestUtils.java b/src/test/java/com/netflix/simianarmy/TestUtils.java index 21056b21..b106f342 100644 --- a/src/test/java/com/netflix/simianarmy/TestUtils.java +++ b/src/test/java/com/netflix/simianarmy/TestUtils.java @@ -1,3 +1,20 @@ +/* + * + * Copyright 2012 Netflix, Inc. + * + * 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. + * + */ package com.netflix.simianarmy; import static org.joda.time.DateTimeConstants.MILLIS_PER_DAY; diff --git a/src/test/java/com/netflix/simianarmy/aws/TestSimpleDBRecorder.java b/src/test/java/com/netflix/simianarmy/aws/TestSimpleDBRecorder.java index f43e7968..0edfeb26 100644 --- a/src/test/java/com/netflix/simianarmy/aws/TestSimpleDBRecorder.java +++ b/src/test/java/com/netflix/simianarmy/aws/TestSimpleDBRecorder.java @@ -1,3 +1,20 @@ +/* + * + * Copyright 2012 Netflix, Inc. + * + * 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. + * + */ // CHECKSTYLE IGNORE Javadoc /* * diff --git a/src/test/java/com/netflix/simianarmy/aws/conformity/rule/TestInstanceInVPC.java b/src/test/java/com/netflix/simianarmy/aws/conformity/rule/TestInstanceInVPC.java index c9a5e528..057871dd 100644 --- a/src/test/java/com/netflix/simianarmy/aws/conformity/rule/TestInstanceInVPC.java +++ b/src/test/java/com/netflix/simianarmy/aws/conformity/rule/TestInstanceInVPC.java @@ -1,3 +1,20 @@ +/* + * + * Copyright 2012 Netflix, Inc. + * + * 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. + * + */ // CHECKSTYLE IGNORE Javadoc /* * diff --git a/src/test/java/com/netflix/simianarmy/aws/janitor/TestAWSResource.java b/src/test/java/com/netflix/simianarmy/aws/janitor/TestAWSResource.java index f4cdfe5d..b5119812 100644 --- a/src/test/java/com/netflix/simianarmy/aws/janitor/TestAWSResource.java +++ b/src/test/java/com/netflix/simianarmy/aws/janitor/TestAWSResource.java @@ -1,3 +1,20 @@ +/* + * + * Copyright 2012 Netflix, Inc. + * + * 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. + * + */ // CHECKSTYLE IGNORE Javadoc // CHECKSTYLE IGNORE MagicNumberCheck /* diff --git a/src/test/java/com/netflix/simianarmy/aws/janitor/TestSimpleDBJanitorResourceTracker.java b/src/test/java/com/netflix/simianarmy/aws/janitor/TestSimpleDBJanitorResourceTracker.java index 58af3f37..a5ab4483 100644 --- a/src/test/java/com/netflix/simianarmy/aws/janitor/TestSimpleDBJanitorResourceTracker.java +++ b/src/test/java/com/netflix/simianarmy/aws/janitor/TestSimpleDBJanitorResourceTracker.java @@ -1,3 +1,20 @@ +/* + * + * Copyright 2012 Netflix, Inc. + * + * 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. + * + */ // CHECKSTYLE IGNORE Javadoc // CHECKSTYLE IGNORE MagicNumberCheck // CHECKSTYLE IGNORE ParameterNumber diff --git a/src/test/java/com/netflix/simianarmy/aws/janitor/crawler/TestASGJanitorCrawler.java b/src/test/java/com/netflix/simianarmy/aws/janitor/crawler/TestASGJanitorCrawler.java index 892e95e7..6917dd11 100644 --- a/src/test/java/com/netflix/simianarmy/aws/janitor/crawler/TestASGJanitorCrawler.java +++ b/src/test/java/com/netflix/simianarmy/aws/janitor/crawler/TestASGJanitorCrawler.java @@ -1,3 +1,20 @@ +/* + * + * Copyright 2012 Netflix, Inc. + * + * 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. + * + */ // CHECKSTYLE IGNORE Javadoc /* * diff --git a/src/test/java/com/netflix/simianarmy/aws/janitor/crawler/TestEBSSnapshotJanitorCrawler.java b/src/test/java/com/netflix/simianarmy/aws/janitor/crawler/TestEBSSnapshotJanitorCrawler.java index 073e9125..ed8174d5 100644 --- a/src/test/java/com/netflix/simianarmy/aws/janitor/crawler/TestEBSSnapshotJanitorCrawler.java +++ b/src/test/java/com/netflix/simianarmy/aws/janitor/crawler/TestEBSSnapshotJanitorCrawler.java @@ -1,3 +1,20 @@ +/* + * + * Copyright 2012 Netflix, Inc. + * + * 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. + * + */ //CHECKSTYLE IGNORE Javadoc /* * diff --git a/src/test/java/com/netflix/simianarmy/aws/janitor/crawler/TestEBSVolumeJanitorCrawler.java b/src/test/java/com/netflix/simianarmy/aws/janitor/crawler/TestEBSVolumeJanitorCrawler.java index 2ee102f8..058d14b8 100644 --- a/src/test/java/com/netflix/simianarmy/aws/janitor/crawler/TestEBSVolumeJanitorCrawler.java +++ b/src/test/java/com/netflix/simianarmy/aws/janitor/crawler/TestEBSVolumeJanitorCrawler.java @@ -1,3 +1,20 @@ +/* + * + * Copyright 2012 Netflix, Inc. + * + * 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. + * + */ //CHECKSTYLE IGNORE Javadoc /* * diff --git a/src/test/java/com/netflix/simianarmy/aws/janitor/crawler/TestInstanceJanitorCrawler.java b/src/test/java/com/netflix/simianarmy/aws/janitor/crawler/TestInstanceJanitorCrawler.java index 32caa47d..14e82dca 100644 --- a/src/test/java/com/netflix/simianarmy/aws/janitor/crawler/TestInstanceJanitorCrawler.java +++ b/src/test/java/com/netflix/simianarmy/aws/janitor/crawler/TestInstanceJanitorCrawler.java @@ -1,3 +1,20 @@ +/* + * + * Copyright 2012 Netflix, Inc. + * + * 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. + * + */ // CHECKSTYLE IGNORE Javadoc /* * diff --git a/src/test/java/com/netflix/simianarmy/aws/janitor/crawler/TestLaunchConfigJanitorCrawler.java b/src/test/java/com/netflix/simianarmy/aws/janitor/crawler/TestLaunchConfigJanitorCrawler.java index 6d9e9367..76bd24b4 100644 --- a/src/test/java/com/netflix/simianarmy/aws/janitor/crawler/TestLaunchConfigJanitorCrawler.java +++ b/src/test/java/com/netflix/simianarmy/aws/janitor/crawler/TestLaunchConfigJanitorCrawler.java @@ -1,3 +1,20 @@ +/* + * + * Copyright 2012 Netflix, Inc. + * + * 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. + * + */ // CHECKSTYLE IGNORE Javadoc /* * diff --git a/src/test/java/com/netflix/simianarmy/aws/janitor/rule/TestMonkeyCalendar.java b/src/test/java/com/netflix/simianarmy/aws/janitor/rule/TestMonkeyCalendar.java index f78f0b3f..7efba544 100644 --- a/src/test/java/com/netflix/simianarmy/aws/janitor/rule/TestMonkeyCalendar.java +++ b/src/test/java/com/netflix/simianarmy/aws/janitor/rule/TestMonkeyCalendar.java @@ -1,3 +1,20 @@ +/* + * + * Copyright 2012 Netflix, Inc. + * + * 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. + * + */ // CHECKSTYLE IGNORE Javadoc // CHECKSTYLE IGNORE MagicNumberCheck /* diff --git a/src/test/java/com/netflix/simianarmy/aws/janitor/rule/asg/TestOldEmptyASGRule.java b/src/test/java/com/netflix/simianarmy/aws/janitor/rule/asg/TestOldEmptyASGRule.java index c0c432dd..e409fef7 100644 --- a/src/test/java/com/netflix/simianarmy/aws/janitor/rule/asg/TestOldEmptyASGRule.java +++ b/src/test/java/com/netflix/simianarmy/aws/janitor/rule/asg/TestOldEmptyASGRule.java @@ -1,3 +1,20 @@ +/* + * + * Copyright 2012 Netflix, Inc. + * + * 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. + * + */ // CHECKSTYLE IGNORE Javadoc // CHECKSTYLE IGNORE MagicNumberCheck /* diff --git a/src/test/java/com/netflix/simianarmy/aws/janitor/rule/asg/TestSuspendedASGRule.java b/src/test/java/com/netflix/simianarmy/aws/janitor/rule/asg/TestSuspendedASGRule.java index 07408764..d4d59927 100644 --- a/src/test/java/com/netflix/simianarmy/aws/janitor/rule/asg/TestSuspendedASGRule.java +++ b/src/test/java/com/netflix/simianarmy/aws/janitor/rule/asg/TestSuspendedASGRule.java @@ -1,3 +1,20 @@ +/* + * + * Copyright 2012 Netflix, Inc. + * + * 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. + * + */ //CHECKSTYLE IGNORE Javadoc //CHECKSTYLE IGNORE MagicNumberCheck /* diff --git a/src/test/java/com/netflix/simianarmy/aws/janitor/rule/generic/TestUntaggedRule.java b/src/test/java/com/netflix/simianarmy/aws/janitor/rule/generic/TestUntaggedRule.java index 938512bc..e3435039 100644 --- a/src/test/java/com/netflix/simianarmy/aws/janitor/rule/generic/TestUntaggedRule.java +++ b/src/test/java/com/netflix/simianarmy/aws/janitor/rule/generic/TestUntaggedRule.java @@ -1,3 +1,20 @@ +/* + * + * Copyright 2012 Netflix, Inc. + * + * 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. + * + */ // CHECKSTYLE IGNORE Javadoc // CHECKSTYLE IGNORE MagicNumberCheck /* diff --git a/src/test/java/com/netflix/simianarmy/aws/janitor/rule/instance/TestOrphanedInstanceRule.java b/src/test/java/com/netflix/simianarmy/aws/janitor/rule/instance/TestOrphanedInstanceRule.java index acf83142..d4f6400d 100644 --- a/src/test/java/com/netflix/simianarmy/aws/janitor/rule/instance/TestOrphanedInstanceRule.java +++ b/src/test/java/com/netflix/simianarmy/aws/janitor/rule/instance/TestOrphanedInstanceRule.java @@ -1,3 +1,20 @@ +/* + * + * Copyright 2012 Netflix, Inc. + * + * 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. + * + */ // CHECKSTYLE IGNORE Javadoc // CHECKSTYLE IGNORE MagicNumberCheck /* diff --git a/src/test/java/com/netflix/simianarmy/aws/janitor/rule/launchconfig/TestOldUnusedLaunchConfigRule.java b/src/test/java/com/netflix/simianarmy/aws/janitor/rule/launchconfig/TestOldUnusedLaunchConfigRule.java index 3af25341..57725997 100644 --- a/src/test/java/com/netflix/simianarmy/aws/janitor/rule/launchconfig/TestOldUnusedLaunchConfigRule.java +++ b/src/test/java/com/netflix/simianarmy/aws/janitor/rule/launchconfig/TestOldUnusedLaunchConfigRule.java @@ -1,3 +1,20 @@ +/* + * + * Copyright 2012 Netflix, Inc. + * + * 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. + * + */ // CHECKSTYLE IGNORE Javadoc // CHECKSTYLE IGNORE MagicNumberCheck /* diff --git a/src/test/java/com/netflix/simianarmy/aws/janitor/rule/snapshot/TestNoGeneratedAMIRule.java b/src/test/java/com/netflix/simianarmy/aws/janitor/rule/snapshot/TestNoGeneratedAMIRule.java index 8c8b0d5a..45758946 100644 --- a/src/test/java/com/netflix/simianarmy/aws/janitor/rule/snapshot/TestNoGeneratedAMIRule.java +++ b/src/test/java/com/netflix/simianarmy/aws/janitor/rule/snapshot/TestNoGeneratedAMIRule.java @@ -1,3 +1,20 @@ +/* + * + * Copyright 2012 Netflix, Inc. + * + * 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. + * + */ //CHECKSTYLE IGNORE Javadoc //CHECKSTYLE IGNORE MagicNumberCheck /* diff --git a/src/test/java/com/netflix/simianarmy/aws/janitor/rule/volume/TestOldDetachedVolumeRule.java b/src/test/java/com/netflix/simianarmy/aws/janitor/rule/volume/TestOldDetachedVolumeRule.java index b483c972..301926e0 100644 --- a/src/test/java/com/netflix/simianarmy/aws/janitor/rule/volume/TestOldDetachedVolumeRule.java +++ b/src/test/java/com/netflix/simianarmy/aws/janitor/rule/volume/TestOldDetachedVolumeRule.java @@ -1,3 +1,20 @@ +/* + * + * Copyright 2012 Netflix, Inc. + * + * 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. + * + */ //CHECKSTYLE IGNORE Javadoc //CHECKSTYLE IGNORE MagicNumberCheck /* diff --git a/src/test/java/com/netflix/simianarmy/basic/TestBasicCalendar.java b/src/test/java/com/netflix/simianarmy/basic/TestBasicCalendar.java index f4555360..7591a634 100644 --- a/src/test/java/com/netflix/simianarmy/basic/TestBasicCalendar.java +++ b/src/test/java/com/netflix/simianarmy/basic/TestBasicCalendar.java @@ -1,3 +1,20 @@ +/* + * + * Copyright 2012 Netflix, Inc. + * + * 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. + * + */ // CHECKSTYLE IGNORE Javadoc /* * diff --git a/src/test/java/com/netflix/simianarmy/basic/TestBasicConfiguration.java b/src/test/java/com/netflix/simianarmy/basic/TestBasicConfiguration.java index 06f82ed9..9541591d 100644 --- a/src/test/java/com/netflix/simianarmy/basic/TestBasicConfiguration.java +++ b/src/test/java/com/netflix/simianarmy/basic/TestBasicConfiguration.java @@ -1,3 +1,20 @@ +/* + * + * Copyright 2012 Netflix, Inc. + * + * 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. + * + */ // CHECKSTYLE IGNORE Javadoc /* * diff --git a/src/test/java/com/netflix/simianarmy/basic/TestBasicContext.java b/src/test/java/com/netflix/simianarmy/basic/TestBasicContext.java index 22b3b5f4..8be8f253 100644 --- a/src/test/java/com/netflix/simianarmy/basic/TestBasicContext.java +++ b/src/test/java/com/netflix/simianarmy/basic/TestBasicContext.java @@ -1,3 +1,20 @@ +/* + * + * Copyright 2012 Netflix, Inc. + * + * 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. + * + */ // CHECKSTYLE IGNORE Javadoc /* * diff --git a/src/test/java/com/netflix/simianarmy/basic/TestBasicMonkeyServer.java b/src/test/java/com/netflix/simianarmy/basic/TestBasicMonkeyServer.java index 41752b76..80d69c77 100644 --- a/src/test/java/com/netflix/simianarmy/basic/TestBasicMonkeyServer.java +++ b/src/test/java/com/netflix/simianarmy/basic/TestBasicMonkeyServer.java @@ -1,3 +1,20 @@ +/* + * + * Copyright 2012 Netflix, Inc. + * + * 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. + * + */ // CHECKSTYLE IGNORE Javadoc /* * diff --git a/src/test/java/com/netflix/simianarmy/basic/TestBasicRecorderEvent.java b/src/test/java/com/netflix/simianarmy/basic/TestBasicRecorderEvent.java index 01028732..a96a0aaf 100644 --- a/src/test/java/com/netflix/simianarmy/basic/TestBasicRecorderEvent.java +++ b/src/test/java/com/netflix/simianarmy/basic/TestBasicRecorderEvent.java @@ -1,3 +1,20 @@ +/* + * + * Copyright 2012 Netflix, Inc. + * + * 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. + * + */ // CHECKSTYLE IGNORE Javadoc /* * diff --git a/src/test/java/com/netflix/simianarmy/basic/TestBasicScheduler.java b/src/test/java/com/netflix/simianarmy/basic/TestBasicScheduler.java index 3be78682..d78d49d9 100644 --- a/src/test/java/com/netflix/simianarmy/basic/TestBasicScheduler.java +++ b/src/test/java/com/netflix/simianarmy/basic/TestBasicScheduler.java @@ -1,3 +1,20 @@ +/* + * + * Copyright 2012 Netflix, Inc. + * + * 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. + * + */ // CHECKSTYLE IGNORE Javadoc /* * diff --git a/src/test/java/com/netflix/simianarmy/basic/chaos/TestBasicChaosEmailNotifier.java b/src/test/java/com/netflix/simianarmy/basic/chaos/TestBasicChaosEmailNotifier.java index e9efeb01..a4fa0527 100644 --- a/src/test/java/com/netflix/simianarmy/basic/chaos/TestBasicChaosEmailNotifier.java +++ b/src/test/java/com/netflix/simianarmy/basic/chaos/TestBasicChaosEmailNotifier.java @@ -1,3 +1,20 @@ +/* + * + * Copyright 2012 Netflix, Inc. + * + * 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. + * + */ // CHECKSTYLE IGNORE Javadoc /* * diff --git a/src/test/java/com/netflix/simianarmy/basic/chaos/TestBasicChaosInstanceSelector.java b/src/test/java/com/netflix/simianarmy/basic/chaos/TestBasicChaosInstanceSelector.java index d2140989..fcac782d 100644 --- a/src/test/java/com/netflix/simianarmy/basic/chaos/TestBasicChaosInstanceSelector.java +++ b/src/test/java/com/netflix/simianarmy/basic/chaos/TestBasicChaosInstanceSelector.java @@ -1,3 +1,20 @@ +/* + * + * Copyright 2012 Netflix, Inc. + * + * 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. + * + */ // CHECKSTYLE IGNORE Javadoc /* * diff --git a/src/test/java/com/netflix/simianarmy/basic/chaos/TestBasicChaosMonkey.java b/src/test/java/com/netflix/simianarmy/basic/chaos/TestBasicChaosMonkey.java index 87bc2b73..a97f7a51 100644 --- a/src/test/java/com/netflix/simianarmy/basic/chaos/TestBasicChaosMonkey.java +++ b/src/test/java/com/netflix/simianarmy/basic/chaos/TestBasicChaosMonkey.java @@ -1,3 +1,20 @@ +/* + * + * Copyright 2012 Netflix, Inc. + * + * 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. + * + */ // CHECKSTYLE IGNORE Javadoc /* * diff --git a/src/test/java/com/netflix/simianarmy/basic/chaos/TestCloudFormationChaosMonkey.java b/src/test/java/com/netflix/simianarmy/basic/chaos/TestCloudFormationChaosMonkey.java index 26b3b1c5..4dbccdf7 100644 --- a/src/test/java/com/netflix/simianarmy/basic/chaos/TestCloudFormationChaosMonkey.java +++ b/src/test/java/com/netflix/simianarmy/basic/chaos/TestCloudFormationChaosMonkey.java @@ -1,3 +1,20 @@ +/* + * + * Copyright 2012 Netflix, Inc. + * + * 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. + * + */ // CHECKSTYLE IGNORE Javadoc /* * diff --git a/src/test/java/com/netflix/simianarmy/basic/janitor/TestBasicJanitorRuleEngine.java b/src/test/java/com/netflix/simianarmy/basic/janitor/TestBasicJanitorRuleEngine.java index 1e4e5db0..d87b5ad9 100644 --- a/src/test/java/com/netflix/simianarmy/basic/janitor/TestBasicJanitorRuleEngine.java +++ b/src/test/java/com/netflix/simianarmy/basic/janitor/TestBasicJanitorRuleEngine.java @@ -1,3 +1,20 @@ +/* + * + * Copyright 2012 Netflix, Inc. + * + * 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. + * + */ // CHECKSTYLE IGNORE Javadoc // CHECKSTYLE IGNORE MagicNumberCheck /* diff --git a/src/test/java/com/netflix/simianarmy/chaos/TestChaosMonkeyArmy.java b/src/test/java/com/netflix/simianarmy/chaos/TestChaosMonkeyArmy.java index 885d139f..1f2e09da 100644 --- a/src/test/java/com/netflix/simianarmy/chaos/TestChaosMonkeyArmy.java +++ b/src/test/java/com/netflix/simianarmy/chaos/TestChaosMonkeyArmy.java @@ -1,3 +1,20 @@ +/* + * + * Copyright 2012 Netflix, Inc. + * + * 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. + * + */ // CHECKSTYLE IGNORE Javadoc /* * diff --git a/src/test/java/com/netflix/simianarmy/chaos/TestChaosMonkeyContext.java b/src/test/java/com/netflix/simianarmy/chaos/TestChaosMonkeyContext.java index f6e75821..a22744a3 100644 --- a/src/test/java/com/netflix/simianarmy/chaos/TestChaosMonkeyContext.java +++ b/src/test/java/com/netflix/simianarmy/chaos/TestChaosMonkeyContext.java @@ -1,3 +1,20 @@ +/* + * + * Copyright 2012 Netflix, Inc. + * + * 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. + * + */ // CHECKSTYLE IGNORE Javadoc /* * diff --git a/src/test/java/com/netflix/simianarmy/client/aws/TestAWSClient.java b/src/test/java/com/netflix/simianarmy/client/aws/TestAWSClient.java index de2ceccf..87b114d6 100644 --- a/src/test/java/com/netflix/simianarmy/client/aws/TestAWSClient.java +++ b/src/test/java/com/netflix/simianarmy/client/aws/TestAWSClient.java @@ -1,3 +1,20 @@ +/* + * + * Copyright 2012 Netflix, Inc. + * + * 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. + * + */ // CHECKSTYLE IGNORE Javadoc /* * diff --git a/src/test/java/com/netflix/simianarmy/client/aws/chaos/TestASGChaosCrawler.java b/src/test/java/com/netflix/simianarmy/client/aws/chaos/TestASGChaosCrawler.java index a0b08517..4c8f6218 100644 --- a/src/test/java/com/netflix/simianarmy/client/aws/chaos/TestASGChaosCrawler.java +++ b/src/test/java/com/netflix/simianarmy/client/aws/chaos/TestASGChaosCrawler.java @@ -1,3 +1,20 @@ +/* + * + * Copyright 2012 Netflix, Inc. + * + * 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. + * + */ // CHECKSTYLE IGNORE Javadoc /* * diff --git a/src/test/java/com/netflix/simianarmy/conformity/TestCrossZoneLoadBalancing.java b/src/test/java/com/netflix/simianarmy/conformity/TestCrossZoneLoadBalancing.java index acfc1cd4..533e6ddc 100644 --- a/src/test/java/com/netflix/simianarmy/conformity/TestCrossZoneLoadBalancing.java +++ b/src/test/java/com/netflix/simianarmy/conformity/TestCrossZoneLoadBalancing.java @@ -1,3 +1,20 @@ +/* + * + * Copyright 2012 Netflix, Inc. + * + * 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. + * + */ // CHECKSTYLE IGNORE Javadoc /* * diff --git a/src/test/java/com/netflix/simianarmy/conformity/TestSameZonesInElbAndAsg.java b/src/test/java/com/netflix/simianarmy/conformity/TestSameZonesInElbAndAsg.java index a09c4c5f..d66d37a3 100644 --- a/src/test/java/com/netflix/simianarmy/conformity/TestSameZonesInElbAndAsg.java +++ b/src/test/java/com/netflix/simianarmy/conformity/TestSameZonesInElbAndAsg.java @@ -1,3 +1,20 @@ +/* + * + * Copyright 2012 Netflix, Inc. + * + * 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. + * + */ // CHECKSTYLE IGNORE Javadoc /* * diff --git a/src/test/java/com/netflix/simianarmy/janitor/TestAbstractJanitor.java b/src/test/java/com/netflix/simianarmy/janitor/TestAbstractJanitor.java index 164d9e09..f5fa0d41 100644 --- a/src/test/java/com/netflix/simianarmy/janitor/TestAbstractJanitor.java +++ b/src/test/java/com/netflix/simianarmy/janitor/TestAbstractJanitor.java @@ -1,3 +1,20 @@ +/* + * + * Copyright 2012 Netflix, Inc. + * + * 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. + * + */ // CHECKSTYLE IGNORE Javadoc // CHECKSTYLE IGNORE MagicNumberCheck /* diff --git a/src/test/java/com/netflix/simianarmy/resources/chaos/TestChaosMonkeyResource.java b/src/test/java/com/netflix/simianarmy/resources/chaos/TestChaosMonkeyResource.java index 81d63a56..8929e0e5 100644 --- a/src/test/java/com/netflix/simianarmy/resources/chaos/TestChaosMonkeyResource.java +++ b/src/test/java/com/netflix/simianarmy/resources/chaos/TestChaosMonkeyResource.java @@ -1,3 +1,20 @@ +/* + * + * Copyright 2012 Netflix, Inc. + * + * 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. + * + */ // CHECKSTYLE IGNORE Javadoc //CHECKSTYLE IGNORE MagicNumber /*