diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2014-10-04 12:57:15 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2014-10-04 12:57:15 -0400 |
commit | 8f721ebdb2f9d41a5bea191758038c58ae9eb37b (patch) | |
tree | 10dc5ed67d73d40588e923b40a13ade13bf916d5 /sangria-test/src/test/java/com | |
parent | 3fd5777a58f59218e3229c9ea11d816ecc6ae367 (diff) | |
download | sangria-8f721ebdb2f9d41a5bea191758038c58ae9eb37b.tar.xz |
test: Add missing license headers.
Diffstat (limited to 'sangria-test/src/test/java/com')
-rw-r--r-- | sangria-test/src/test/java/com/tavianator/sangria/test/SangriaMatchersTest.java | 17 |
1 files changed, 17 insertions, 0 deletions
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 <tavianator@tavianator.com> * + * * + * 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; |