aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/uk/ac/ox/cs/rsacomb/CanonicalModel.scala
diff options
context:
space:
mode:
authorFederico Igne <federico.igne@cs.ox.ac.uk>2021-06-30 08:45:10 +0100
committerFederico Igne <federico.igne@cs.ox.ac.uk>2021-06-30 08:45:10 +0100
commitae73b267d414b3307af9768bd1176bb18bc7f8f3 (patch)
tree5f9c28f17ac57e7b779daa2f20df10f4a6d065de /src/main/scala/uk/ac/ox/cs/rsacomb/CanonicalModel.scala
parentf905f253d7b97e623fbed965a4a17c2e8ef1d23c (diff)
downloadRSAComb-ae73b267d414b3307af9768bd1176bb18bc7f8f3.tar.gz
RSAComb-ae73b267d414b3307af9768bd1176bb18bc7f8f3.zip
Add Apache License 2.0
Diffstat (limited to 'src/main/scala/uk/ac/ox/cs/rsacomb/CanonicalModel.scala')
-rw-r--r--src/main/scala/uk/ac/ox/cs/rsacomb/CanonicalModel.scala16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/main/scala/uk/ac/ox/cs/rsacomb/CanonicalModel.scala b/src/main/scala/uk/ac/ox/cs/rsacomb/CanonicalModel.scala
index 6621f59..b949ccb 100644
--- a/src/main/scala/uk/ac/ox/cs/rsacomb/CanonicalModel.scala
+++ b/src/main/scala/uk/ac/ox/cs/rsacomb/CanonicalModel.scala
@@ -1,3 +1,19 @@
1/*
2 * Copyright 2020, 2021 KRR Oxford
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 */
16
1package uk.ac.ox.cs.rsacomb 17package uk.ac.ox.cs.rsacomb
2 18
3import org.semanticweb.owlapi.model.{OWLObjectInverseOf, OWLObjectProperty} 19import org.semanticweb.owlapi.model.{OWLObjectInverseOf, OWLObjectProperty}