Skip to content

Commit

Permalink
Added Copyright headers to new files
Browse files Browse the repository at this point in the history
Signed-off-by: Tony Tkacik <tony.tkacik@evolveum.com>
  • Loading branch information
tonydamage committed Jun 18, 2020
1 parent 619c0fb commit 17892e7
Show file tree
Hide file tree
Showing 58 changed files with 348 additions and 1 deletion.
@@ -1,3 +1,9 @@
/*
* Copyright (C) 2020 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
* and European Union Public License. See LICENSE file for details.
*/
package com.evolveum.axiom.api;

import java.util.Optional;
Expand Down
@@ -1,3 +1,9 @@
/*
* Copyright (C) 2020 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
* and European Union Public License. See LICENSE file for details.
*/
package com.evolveum.axiom.api;

import java.util.Map;
Expand Down
@@ -1,3 +1,9 @@
/*
* Copyright (C) 2020 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
* and European Union Public License. See LICENSE file for details.
*/
package com.evolveum.axiom.api;

import java.util.Collection;
Expand Down
@@ -1,3 +1,9 @@
/*
* Copyright (C) 2020 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
* and European Union Public License. See LICENSE file for details.
*/
package com.evolveum.axiom.api;

import java.util.Map;
Expand Down
@@ -1,3 +1,9 @@
/*
* Copyright (C) 2020 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
* and European Union Public License. See LICENSE file for details.
*/
package com.evolveum.axiom.api;

import java.util.Collection;
Expand Down
@@ -1,3 +1,9 @@
/*
* Copyright (C) 2020 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
* and European Union Public License. See LICENSE file for details.
*/
package com.evolveum.axiom.api;

import java.util.ArrayList;
Expand Down
@@ -1,3 +1,9 @@
/*
* Copyright (C) 2020 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
* and European Union Public License. See LICENSE file for details.
*/
package com.evolveum.axiom.api;

import java.util.Collection;
Expand Down
@@ -1,3 +1,9 @@
/*
* Copyright (C) 2020 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
* and European Union Public License. See LICENSE file for details.
*/
package com.evolveum.axiom.api;

import java.util.Collection;
Expand Down
@@ -1,3 +1,9 @@
/*
* Copyright (C) 2020 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
* and European Union Public License. See LICENSE file for details.
*/
package com.evolveum.axiom.api;

import java.util.Optional;
Expand Down
@@ -1,3 +1,9 @@
/*
* Copyright (C) 2020 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
* and European Union Public License. See LICENSE file for details.
*/
package com.evolveum.axiom.api;

import java.util.Map;
Expand Down
@@ -1,3 +1,9 @@
/*
* Copyright (C) 2020 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
* and European Union Public License. See LICENSE file for details.
*/
package com.evolveum.axiom.api;

import com.evolveum.axiom.api.schema.AxiomTypeDefinition;
Expand Down
@@ -1,3 +1,9 @@
/*
* Copyright (C) 2020 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
* and European Union Public License. See LICENSE file for details.
*/
package com.evolveum.axiom.api;

import java.util.Map;
Expand Down
@@ -1,3 +1,9 @@
/*
* Copyright (C) 2020 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
* and European Union Public License. See LICENSE file for details.
*/
package com.evolveum.axiom.api;

import java.util.Collection;
Expand Down
@@ -1,3 +1,9 @@
/*
* Copyright (C) 2020 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
* and European Union Public License. See LICENSE file for details.
*/
package com.evolveum.axiom.api;

import java.util.Map;
Expand Down
@@ -1,3 +1,9 @@
/*
* Copyright (C) 2020 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
* and European Union Public License. See LICENSE file for details.
*/
package com.evolveum.axiom.api.meta;

import com.evolveum.axiom.api.AxiomName;
Expand Down
@@ -1,3 +1,9 @@
/*
* Copyright (C) 2020 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
* and European Union Public License. See LICENSE file for details.
*/
package com.evolveum.axiom.api.schema;

import java.util.Collection;
Expand Down
@@ -1,3 +1,9 @@
/*
* Copyright (C) 2020 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
* and European Union Public License. See LICENSE file for details.
*/
package com.evolveum.axiom.api.schema;

import java.util.Collections;
Expand Down
@@ -1,3 +1,9 @@
/*
* Copyright (C) 2020 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
* and European Union Public License. See LICENSE file for details.
*/
package com.evolveum.axiom.api.schema;

import java.util.Collection;
Expand All @@ -15,5 +21,4 @@ public interface AxiomSchemaContext {

Collection<AxiomTypeDefinition> types();

//AxiomValueFactory<?, ?> factoryFor(AxiomTypeDefinition type);
}
@@ -1,3 +1,9 @@
/*
* Copyright (C) 2020 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
* and European Union Public License. See LICENSE file for details.
*/
package com.evolveum.axiom.api.schema;

import java.util.Map;
Expand Down
@@ -1,3 +1,9 @@
/*
* Copyright (C) 2020 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
* and European Union Public License. See LICENSE file for details.
*/
package com.evolveum.axiom.api.stream;

import com.evolveum.axiom.api.AxiomName;
Expand Down
@@ -1,3 +1,9 @@
/*
* Copyright (C) 2020 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
* and European Union Public License. See LICENSE file for details.
*/
package com.evolveum.axiom.api.stream;

import java.util.Optional;
Expand Down
@@ -1,3 +1,9 @@
/*
* Copyright (C) 2020 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
* and European Union Public License. See LICENSE file for details.
*/
package com.evolveum.axiom.concepts;

import java.util.Map;
Expand Down
@@ -1,3 +1,9 @@
/*
* Copyright (C) 2020 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
* and European Union Public License. See LICENSE file for details.
*/
package com.evolveum.axiom.concepts;

public abstract class LazyDelegate<T> extends AbstractLazy<T> {
Expand Down
@@ -1,3 +1,9 @@
/*
* Copyright (C) 2020 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
* and European Union Public License. See LICENSE file for details.
*/
package com.evolveum.axiom.concepts;

import java.util.Collection;
Expand Down
@@ -1,3 +1,9 @@
/*
* Copyright (C) 2020 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
* and European Union Public License. See LICENSE file for details.
*/
package com.evolveum.axiom.concepts;

public class SourceLocation {
Expand Down
@@ -1,3 +1,9 @@
/*
* Copyright (C) 2020 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
* and European Union Public License. See LICENSE file for details.
*/
package com.evolveum.axiom.lang.impl;

import java.util.Map;
Expand Down
@@ -1,3 +1,9 @@
/*
* Copyright (C) 2020 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
* and European Union Public License. See LICENSE file for details.
*/
package com.evolveum.axiom.lang.impl;

public interface AxiomItemContext<T> {
Expand Down
@@ -1,3 +1,9 @@
/*
* Copyright (C) 2020 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
* and European Union Public License. See LICENSE file for details.
*/
package com.evolveum.axiom.lang.impl;

import com.evolveum.axiom.lang.api.IdentifierSpaceKey;
Expand Down
@@ -1,3 +1,9 @@
/*
* Copyright (C) 2020 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
* and European Union Public License. See LICENSE file for details.
*/
package com.evolveum.axiom.lang.impl;

import java.util.Collection;
Expand Down
@@ -1,3 +1,9 @@
/*
* Copyright (C) 2020 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
* and European Union Public License. See LICENSE file for details.
*/
package com.evolveum.axiom.lang.impl;

import com.evolveum.axiom.api.AxiomName;
Expand Down
@@ -1,3 +1,9 @@
/*
* Copyright (C) 2020 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
* and European Union Public License. See LICENSE file for details.
*/
package com.evolveum.axiom.lang.impl;

import com.evolveum.axiom.api.AxiomName;
Expand Down
@@ -1,3 +1,9 @@
/*
* Copyright (C) 2020 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
* and European Union Public License. See LICENSE file for details.
*/
package com.evolveum.axiom.lang.impl;

public interface AxiomValueReference<V> {
Expand Down
@@ -1,3 +1,9 @@
/*
* Copyright (C) 2020 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
* and European Union Public License. See LICENSE file for details.
*/
package com.evolveum.axiom.lang.impl;

import java.util.HashMap;
Expand Down
@@ -1,3 +1,9 @@
/*
* Copyright (C) 2020 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
* and European Union Public License. See LICENSE file for details.
*/
package com.evolveum.axiom.lang.impl;

import java.util.HashSet;
Expand Down
@@ -1,3 +1,9 @@
/*
* Copyright (C) 2020 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
* and European Union Public License. See LICENSE file for details.
*/
package com.evolveum.axiom.lang.impl;

import java.util.Map;
Expand Down
@@ -1,3 +1,9 @@
/*
* Copyright (C) 2020 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
* and European Union Public License. See LICENSE file for details.
*/
package com.evolveum.axiom.lang.impl;

import java.util.EnumSet;
Expand Down
@@ -1,3 +1,9 @@
/*
* Copyright (C) 2020 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
* and European Union Public License. See LICENSE file for details.
*/
package com.evolveum.axiom.lang.impl;


Expand Down
@@ -1,3 +1,9 @@
/*
* Copyright (C) 2020 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
* and European Union Public License. See LICENSE file for details.
*/
package com.evolveum.axiom.lang.impl;

import java.util.Map;
Expand Down
@@ -1,3 +1,9 @@
/*
* Copyright (C) 2020 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
* and European Union Public License. See LICENSE file for details.
*/
package com.evolveum.axiom.lang.impl;

import java.io.InputStream;
Expand Down

0 comments on commit 17892e7

Please sign in to comment.