Skip to content

Commit 8cf94f9

Browse files
committed
fixes: fix license
1 parent f3e7118 commit 8cf94f9

16 files changed

+99
-47
lines changed

LICENSE

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
Copyright 2016 Yurii Rashkovskii
2-
31
Licensed under the Apache License, Version 2.0 (the "License");
42
you may not use this file except in compliance with the License.
53
You may obtain a copy of the License at

src/main/java/graphql/annotations/AnnotationsSchemaCreator.java

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
/**
2-
* Copyright 2016 Yurii Rashkovskii
3-
* <p>
42
* Licensed under the Apache License, Version 2.0 (the "License");
53
* you may not use this file except in compliance with the License.
64
* You may obtain a copy of the License at
7-
* <p>
8-
* http://www.apache.org/licenses/LICENSE-2.0
9-
* <p>
5+
*
6+
* http://www.apache.org/licenses/LICENSE-2.0
7+
*
108
* Unless required by applicable law or agreed to in writing, software
119
* distributed under the License is distributed on an "AS IS" BASIS,
1210
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

src/main/java/graphql/annotations/directives/DirectiveSchemaVisitor.java

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
/**
2+
* Licensed under the Apache License, Version 2.0 (the "License");
3+
* you may not use this file except in compliance with the License.
4+
* You may obtain a copy of the License at
5+
*
6+
* http://www.apache.org/licenses/LICENSE-2.0
7+
*
8+
* Unless required by applicable law or agreed to in writing, software
9+
* distributed under the License is distributed on an "AS IS" BASIS,
10+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11+
* See the License for the specific language governing permissions and
12+
*/
113
package graphql.annotations.directives;
214

315
import graphql.introspection.Introspection;

src/main/java/graphql/annotations/directives/TreeTransformerUtilWrapper.java

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
/**
2+
* Licensed under the Apache License, Version 2.0 (the "License");
3+
* you may not use this file except in compliance with the License.
4+
* You may obtain a copy of the License at
5+
*
6+
* http://www.apache.org/licenses/LICENSE-2.0
7+
*
8+
* Unless required by applicable law or agreed to in writing, software
9+
* distributed under the License is distributed on an "AS IS" BASIS,
10+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11+
* See the License for the specific language governing permissions and
12+
*/
113
package graphql.annotations.directives;
214

315
import graphql.util.TraversalControl;

src/main/java/graphql/annotations/processor/retrievers/GraphQLFieldRetriever.java

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
/**
2-
* Copyright 2016 Yurii Rashkovskii
3-
* <p>
42
* Licensed under the Apache License, Version 2.0 (the "License");
53
* you may not use this file except in compliance with the License.
64
* You may obtain a copy of the License at
7-
* <p>
8-
* http://www.apache.org/licenses/LICENSE-2.0
9-
* <p>
5+
*
6+
* http://www.apache.org/licenses/LICENSE-2.0
7+
*
108
* Unless required by applicable law or agreed to in writing, software
119
* distributed under the License is distributed on an "AS IS" BASIS,
1210
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

src/main/java/graphql/annotations/processor/retrievers/GraphQLTypeRetriever.java

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
/**
2-
* Copyright 2016 Yurii Rashkovskii
3-
* <p>
42
* Licensed under the Apache License, Version 2.0 (the "License");
53
* you may not use this file except in compliance with the License.
64
* You may obtain a copy of the License at
7-
* <p>
8-
* http://www.apache.org/licenses/LICENSE-2.0
9-
* <p>
5+
*
6+
* http://www.apache.org/licenses/LICENSE-2.0
7+
*
108
* Unless required by applicable law or agreed to in writing, software
119
* distributed under the License is distributed on an "AS IS" BASIS,
1210
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

src/main/java/graphql/annotations/processor/retrievers/fieldBuilders/ArgumentBuilder.java

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
/**
2-
* Copyright 2016 Yurii Rashkovskii
3-
* <p>
42
* Licensed under the Apache License, Version 2.0 (the "License");
53
* you may not use this file except in compliance with the License.
64
* You may obtain a copy of the License at
7-
* <p>
8-
* http://www.apache.org/licenses/LICENSE-2.0
9-
* <p>
5+
*
6+
* http://www.apache.org/licenses/LICENSE-2.0
7+
*
108
* Unless required by applicable law or agreed to in writing, software
119
* distributed under the License is distributed on an "AS IS" BASIS,
1210
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

src/main/java/graphql/annotations/processor/util/CodeRegistryUtil.java

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
/**
2-
* Copyright 2016 Yurii Rashkovskii
3-
* <p>
42
* Licensed under the Apache License, Version 2.0 (the "License");
53
* you may not use this file except in compliance with the License.
64
* You may obtain a copy of the License at
7-
* <p>
8-
* http://www.apache.org/licenses/LICENSE-2.0
9-
* <p>
5+
*
6+
* http://www.apache.org/licenses/LICENSE-2.0
7+
*
108
* Unless required by applicable law or agreed to in writing, software
119
* distributed under the License is distributed on an "AS IS" BASIS,
1210
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

src/main/java/graphql/annotations/processor/util/GraphQLTypeNameResolver.java

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
/**
2+
* Licensed under the Apache License, Version 2.0 (the "License");
3+
* you may not use this file except in compliance with the License.
4+
* You may obtain a copy of the License at
5+
*
6+
* http://www.apache.org/licenses/LICENSE-2.0
7+
*
8+
* Unless required by applicable law or agreed to in writing, software
9+
* distributed under the License is distributed on an "AS IS" BASIS,
10+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11+
* See the License for the specific language governing permissions and
12+
*/
113
package graphql.annotations.processor.util;
214

315
import graphql.schema.*;

src/test/java/graphql/annotations/GraphQLDirectivesViaClassDefinitionTest.java

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
/**
2-
* Copyright 2016 Yurii Rashkovskii
3-
* <p>
42
* Licensed under the Apache License, Version 2.0 (the "License");
53
* you may not use this file except in compliance with the License.
64
* You may obtain a copy of the License at
7-
* <p>
8-
* http://www.apache.org/licenses/LICENSE-2.0
9-
* <p>
5+
*
6+
* http://www.apache.org/licenses/LICENSE-2.0
7+
*
108
* Unless required by applicable law or agreed to in writing, software
119
* distributed under the License is distributed on an "AS IS" BASIS,
1210
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

src/test/java/graphql/annotations/GraphQLInputTest.java

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
/**
2-
* Copyright 2016 Yurii Rashkovskii
3-
* <p>
42
* Licensed under the Apache License, Version 2.0 (the "License");
53
* you may not use this file except in compliance with the License.
64
* You may obtain a copy of the License at
7-
* <p>
8-
* http://www.apache.org/licenses/LICENSE-2.0
9-
* <p>
5+
*
6+
* http://www.apache.org/licenses/LICENSE-2.0
7+
*
108
* Unless required by applicable law or agreed to in writing, software
119
* distributed under the License is distributed on an "AS IS" BASIS,
1210
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

src/test/java/graphql/annotations/GraphQLInterfaceTest.java

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
/**
2-
* Copyright 2016 Yurii Rashkovskii
3-
* <p>
42
* Licensed under the Apache License, Version 2.0 (the "License");
53
* you may not use this file except in compliance with the License.
64
* You may obtain a copy of the License at
7-
* <p>
8-
* http://www.apache.org/licenses/LICENSE-2.0
9-
* <p>
5+
*
6+
* http://www.apache.org/licenses/LICENSE-2.0
7+
*
108
* Unless required by applicable law or agreed to in writing, software
119
* distributed under the License is distributed on an "AS IS" BASIS,
1210
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

src/test/java/graphql/annotations/SchemaTransformerTest.java

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
/**
2+
* Licensed under the Apache License, Version 2.0 (the "License");
3+
* you may not use this file except in compliance with the License.
4+
* You may obtain a copy of the License at
5+
*
6+
* http://www.apache.org/licenses/LICENSE-2.0
7+
*
8+
* Unless required by applicable law or agreed to in writing, software
9+
* distributed under the License is distributed on an "AS IS" BASIS,
10+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11+
* See the License for the specific language governing permissions and
12+
*/
113
package graphql.annotations;
214

315
import graphql.annotations.annotationTypes.GraphQLField;

src/test/java/graphql/annotations/connection/GraphQLConnectionTest.java

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
/**
2-
* Copyright 2016 Yurii Rashkovskii
3-
* <p>
42
* Licensed under the Apache License, Version 2.0 (the "License");
53
* you may not use this file except in compliance with the License.
64
* You may obtain a copy of the License at
7-
* <p>
8-
* http://www.apache.org/licenses/LICENSE-2.0
9-
* <p>
5+
*
6+
* http://www.apache.org/licenses/LICENSE-2.0
7+
*
108
* Unless required by applicable law or agreed to in writing, software
119
* distributed under the License is distributed on an "AS IS" BASIS,
1210
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

src/test/java/graphql/annotations/directives/DirectiveSchemaVisitorTest.java

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
/**
2+
* Licensed under the Apache License, Version 2.0 (the "License");
3+
* you may not use this file except in compliance with the License.
4+
* You may obtain a copy of the License at
5+
*
6+
* http://www.apache.org/licenses/LICENSE-2.0
7+
*
8+
* Unless required by applicable law or agreed to in writing, software
9+
* distributed under the License is distributed on an "AS IS" BASIS,
10+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11+
* See the License for the specific language governing permissions and
12+
*/
113
package graphql.annotations.directives;
214

315
import graphql.introspection.Introspection;

src/test/java/graphql/annotations/directives/DirectiveWirerTest.java

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
/**
2+
* Licensed under the Apache License, Version 2.0 (the "License");
3+
* you may not use this file except in compliance with the License.
4+
* You may obtain a copy of the License at
5+
*
6+
* http://www.apache.org/licenses/LICENSE-2.0
7+
*
8+
* Unless required by applicable law or agreed to in writing, software
9+
* distributed under the License is distributed on an "AS IS" BASIS,
10+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11+
* See the License for the specific language governing permissions and
12+
*/
113
///**
214
// * Copyright 2016 Yurii Rashkovskii
315
// *

0 commit comments

Comments
 (0)