From 8f721ebdb2f9d41a5bea191758038c58ae9eb37b Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sat, 4 Oct 2014 12:57:15 -0400 Subject: test: Add missing license headers. --- .../java/com/tavianator/sangria/test/AtomicMatcher.java | 17 +++++++++++++++++ .../tavianator/sangria/test/BestPracticesMatcher.java | 17 +++++++++++++++++ .../com/tavianator/sangria/test/SangriaMatchers.java | 17 +++++++++++++++++ .../tavianator/sangria/test/SangriaMatchersTest.java | 17 +++++++++++++++++ 4 files changed, 68 insertions(+) diff --git a/sangria-test/src/main/java/com/tavianator/sangria/test/AtomicMatcher.java b/sangria-test/src/main/java/com/tavianator/sangria/test/AtomicMatcher.java index 03c897e..e08d328 100644 --- a/sangria-test/src/main/java/com/tavianator/sangria/test/AtomicMatcher.java +++ b/sangria-test/src/main/java/com/tavianator/sangria/test/AtomicMatcher.java @@ -1,3 +1,20 @@ +/**************************************************************************** + * Sangria * + * Copyright (C) 2014 Tavian Barnes * + * * + * 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.tavianator.sangria.test; import com.google.inject.CreationException; diff --git a/sangria-test/src/main/java/com/tavianator/sangria/test/BestPracticesMatcher.java b/sangria-test/src/main/java/com/tavianator/sangria/test/BestPracticesMatcher.java index 36eea97..bcb8b8c 100644 --- a/sangria-test/src/main/java/com/tavianator/sangria/test/BestPracticesMatcher.java +++ b/sangria-test/src/main/java/com/tavianator/sangria/test/BestPracticesMatcher.java @@ -1,3 +1,20 @@ +/**************************************************************************** + * Sangria * + * Copyright (C) 2014 Tavian Barnes * + * * + * 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.tavianator.sangria.test; import com.google.inject.AbstractModule; diff --git a/sangria-test/src/main/java/com/tavianator/sangria/test/SangriaMatchers.java b/sangria-test/src/main/java/com/tavianator/sangria/test/SangriaMatchers.java index da8dd74..160a68e 100644 --- a/sangria-test/src/main/java/com/tavianator/sangria/test/SangriaMatchers.java +++ b/sangria-test/src/main/java/com/tavianator/sangria/test/SangriaMatchers.java @@ -1,3 +1,20 @@ +/**************************************************************************** + * Sangria * + * Copyright (C) 2014 Tavian Barnes * + * * + * 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.tavianator.sangria.test; import com.google.inject.Module; diff --git a/sangria-test/src/test/java/com/tavianator/sangria/test/SangriaMatchersTest.java b/sangria-test/src/test/java/com/tavianator/sangria/test/SangriaMatchersTest.java index 06fb45e..3809d03 100644 --- a/sangria-test/src/test/java/com/tavianator/sangria/test/SangriaMatchersTest.java +++ b/sangria-test/src/test/java/com/tavianator/sangria/test/SangriaMatchersTest.java @@ -1,3 +1,20 @@ +/**************************************************************************** + * Sangria * + * Copyright (C) 2014 Tavian Barnes * + * * + * 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.tavianator.sangria.test; import javax.inject.Inject; -- cgit v1.2.3