You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: jnosql-couchbase-driver/src/main/java/org/eclipse/jnosql/communication/couchbase/document/CouchbaseDocumentManager.java
Copy file name to clipboardExpand all lines: jnosql-couchbase-driver/src/main/java/org/eclipse/jnosql/communication/couchbase/document/DeleteQueryWrapper.java
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,17 @@
1
+
/*
2
+
* Copyright (c) 2022 Contributors to the Eclipse Foundation
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
+
*
9
+
* You may elect to redistribute this code under either of these licenses.
0 commit comments