Skip to content
This repository was archived by the owner on Feb 12, 2019. It is now read-only.

Commit 483d1df

Browse files
committed
adds header
1 parent db6f655 commit 483d1df

File tree

3 files changed

+33
-0
lines changed

3 files changed

+33
-0
lines changed

jnosql-query-antlr/src/main/java/org/jnosql/aphrodite/antlr/DefaultPutQuery.java

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
/*
2+
* Copyright (c) 2018 Otávio Santana and others
3+
* All rights reserved. This program and the accompanying materials
4+
* are made available under the terms of the Eclipse Public License v1.0
5+
* and Apache License v2.0 which accompanies this distribution.
6+
* The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
7+
* and the Apache License v2.0 is available at http://www.opensource.org/licenses/apache2.0.php.
8+
* You may elect to redistribute this code under either of these licenses.
9+
* Contributors:
10+
* Otavio Santana
11+
*/
112
package org.jnosql.aphrodite.antlr;
213

314
import org.jnosql.query.PutQuery;

jnosql-query-antlr/src/main/java/org/jnosql/aphrodite/antlr/DefaultRemoveQuery.java

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
/*
2+
* Copyright (c) 2018 Otávio Santana and others
3+
* All rights reserved. This program and the accompanying materials
4+
* are made available under the terms of the Eclipse Public License v1.0
5+
* and Apache License v2.0 which accompanies this distribution.
6+
* The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
7+
* and the Apache License v2.0 is available at http://www.opensource.org/licenses/apache2.0.php.
8+
* You may elect to redistribute this code under either of these licenses.
9+
* Contributors:
10+
* Otavio Santana
11+
*/
112
package org.jnosql.aphrodite.antlr;
213

314
import org.jnosql.query.RemoveQuery;

jnosql-query-antlr/src/main/java/org/jnosql/aphrodite/antlr/method/MethodConditionValue.java

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
/*
2+
* Copyright (c) 2018 Otávio Santana and others
3+
* All rights reserved. This program and the accompanying materials
4+
* are made available under the terms of the Eclipse Public License v1.0
5+
* and Apache License v2.0 which accompanies this distribution.
6+
* The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
7+
* and the Apache License v2.0 is available at http://www.opensource.org/licenses/apache2.0.php.
8+
* You may elect to redistribute this code under either of these licenses.
9+
* Contributors:
10+
* Otavio Santana
11+
*/
112
package org.jnosql.aphrodite.antlr.method;
213

314
import org.jnosql.query.Condition;

0 commit comments

Comments
 (0)