diff --git a/pom.xml b/pom.xml index 1a7aba726..66e0b299a 100644 --- a/pom.xml +++ b/pom.xml @@ -1,3 +1,20 @@ + + 4.0.0 diff --git a/scim-client/pom.xml b/scim-client/pom.xml index 2e30ac81f..46263f8c2 100644 --- a/scim-client/pom.xml +++ b/scim-client/pom.xml @@ -1,3 +1,20 @@ + + 4.0.0 diff --git a/scim-common/pom.xml b/scim-common/pom.xml index 98a43729c..a888ec31c 100644 --- a/scim-common/pom.xml +++ b/scim-common/pom.xml @@ -1,3 +1,20 @@ + + 4.0.0 diff --git a/scim-compliance/pom.xml b/scim-compliance/pom.xml index ed0918872..fac7895da 100644 --- a/scim-compliance/pom.xml +++ b/scim-compliance/pom.xml @@ -1,3 +1,20 @@ + + 4.0.0 diff --git a/scim-compliance/scim-compliance-client/pom.xml b/scim-compliance/scim-compliance-client/pom.xml index 986557a67..038da5bc0 100644 --- a/scim-compliance/scim-compliance-client/pom.xml +++ b/scim-compliance/scim-compliance-client/pom.xml @@ -1,3 +1,20 @@ + + 4.0.0 diff --git a/scim-compliance/scim-compliance-server/pom.xml b/scim-compliance/scim-compliance-server/pom.xml index 8d9f91a43..c65798db5 100644 --- a/scim-compliance/scim-compliance-server/pom.xml +++ b/scim-compliance/scim-compliance-server/pom.xml @@ -1,3 +1,20 @@ + + 4.0.0 diff --git a/scim-server/pom.xml b/scim-server/pom.xml index 08a305272..e93b366e9 100644 --- a/scim-server/pom.xml +++ b/scim-server/pom.xml @@ -1,3 +1,20 @@ + + 4.0.0 diff --git a/scim-server/scim-server-common/pom.xml b/scim-server/scim-server-common/pom.xml index 0bfff754f..a20b6a427 100644 --- a/scim-server/scim-server-common/pom.xml +++ b/scim-server/scim-server-common/pom.xml @@ -1,3 +1,20 @@ + + 4.0.0 diff --git a/scim-spec/pom.xml b/scim-spec/pom.xml index 2f63b0908..eb22f70e4 100644 --- a/scim-spec/pom.xml +++ b/scim-spec/pom.xml @@ -1,3 +1,20 @@ + + 4.0.0 diff --git a/scim-spec/scim-spec-protocol/pom.xml b/scim-spec/scim-spec-protocol/pom.xml index 08b77a84b..bfa62bf5d 100644 --- a/scim-spec/scim-spec-protocol/pom.xml +++ b/scim-spec/scim-spec-protocol/pom.xml @@ -1,3 +1,20 @@ + + diff --git a/scim-spec/scim-spec-protocol/src/main/antlr4/imports/Json.g4 b/scim-spec/scim-spec-protocol/src/main/antlr4/imports/Json.g4 index 1a9b5fc26..218e76a81 100644 --- a/scim-spec/scim-spec-protocol/src/main/antlr4/imports/Json.g4 +++ b/scim-spec/scim-spec-protocol/src/main/antlr4/imports/Json.g4 @@ -1,3 +1,22 @@ +/* +* Licensed to the Apache Software Foundation (ASF) under one +* or more contributor license agreements. See the NOTICE file +* distributed with this work for additional information +* regarding copyright ownership. The ASF licenses this file +* to you under the Apache License, Version 2.0 (the +* "License"); you may not use this file except in compliance +* with the License. You may obtain a copy of the License at + +* http://www.apache.org/licenses/LICENSE-2.0 + +* Unless required by applicable law or agreed to in writing, +* software distributed under the License is distributed on an +* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +* KIND, either express or implied. See the License for the +* specific language governing permissions and limitations +* under the License. +*/ + grammar Json; // Json Number diff --git a/scim-spec/scim-spec-protocol/src/main/antlr4/imports/Urn.g4 b/scim-spec/scim-spec-protocol/src/main/antlr4/imports/Urn.g4 index 71956db4d..d40592442 100644 --- a/scim-spec/scim-spec-protocol/src/main/antlr4/imports/Urn.g4 +++ b/scim-spec/scim-spec-protocol/src/main/antlr4/imports/Urn.g4 @@ -1,3 +1,22 @@ +/* +* Licensed to the Apache Software Foundation (ASF) under one +* or more contributor license agreements. See the NOTICE file +* distributed with this work for additional information +* regarding copyright ownership. The ASF licenses this file +* to you under the Apache License, Version 2.0 (the +* "License"); you may not use this file except in compliance +* with the License. You may obtain a copy of the License at + +* http://www.apache.org/licenses/LICENSE-2.0 + +* Unless required by applicable law or agreed to in writing, +* software distributed under the License is distributed on an +* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +* KIND, either express or implied. See the License for the +* specific language governing permissions and limitations +* under the License. +*/ + grammar Urn; URN: 'urn:' NID ':' NSS; diff --git a/scim-spec/scim-spec-protocol/src/main/antlr4/org/apache/directory/scim/server/filter/Filter.g4 b/scim-spec/scim-spec-protocol/src/main/antlr4/org/apache/directory/scim/server/filter/Filter.g4 index ca10f10e3..29558c0f9 100644 --- a/scim-spec/scim-spec-protocol/src/main/antlr4/org/apache/directory/scim/server/filter/Filter.g4 +++ b/scim-spec/scim-spec-protocol/src/main/antlr4/org/apache/directory/scim/server/filter/Filter.g4 @@ -1,3 +1,22 @@ +/* +* Licensed to the Apache Software Foundation (ASF) under one +* or more contributor license agreements. See the NOTICE file +* distributed with this work for additional information +* regarding copyright ownership. The ASF licenses this file +* to you under the Apache License, Version 2.0 (the +* "License"); you may not use this file except in compliance +* with the License. You may obtain a copy of the License at + +* http://www.apache.org/licenses/LICENSE-2.0 + +* Unless required by applicable law or agreed to in writing, +* software distributed under the License is distributed on an +* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +* KIND, either express or implied. See the License for the +* specific language governing permissions and limitations +* under the License. +*/ + grammar Filter; import Json, Urn; diff --git a/scim-spec/scim-spec-schema/pom.xml b/scim-spec/scim-spec-schema/pom.xml index b42161e25..837a00fed 100644 --- a/scim-spec/scim-spec-schema/pom.xml +++ b/scim-spec/scim-spec-schema/pom.xml @@ -1,3 +1,20 @@ + + 4.0.0 diff --git a/scim-spec/scim-spec-schema/src/main/antlr4/imports/Core.g4 b/scim-spec/scim-spec-schema/src/main/antlr4/imports/Core.g4 index 8b8341a8e..49be5bb4f 100644 --- a/scim-spec/scim-spec-schema/src/main/antlr4/imports/Core.g4 +++ b/scim-spec/scim-spec-schema/src/main/antlr4/imports/Core.g4 @@ -1,3 +1,22 @@ +/* +* Licensed to the Apache Software Foundation (ASF) under one +* or more contributor license agreements. See the NOTICE file +* distributed with this work for additional information +* regarding copyright ownership. The ASF licenses this file +* to you under the Apache License, Version 2.0 (the +* "License"); you may not use this file except in compliance +* with the License. You may obtain a copy of the License at + +* http://www.apache.org/licenses/LICENSE-2.0 + +* Unless required by applicable law or agreed to in writing, +* software distributed under the License is distributed on an +* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +* KIND, either express or implied. See the License for the +* specific language governing permissions and limitations +* under the License. +*/ + grammar Core; fragment ALPHA: [a-zA-Z]; diff --git a/scim-spec/scim-spec-schema/src/main/antlr4/org/apache/directory/scim/spec/phonenumber/PhoneNumberLexer.g4 b/scim-spec/scim-spec-schema/src/main/antlr4/org/apache/directory/scim/spec/phonenumber/PhoneNumberLexer.g4 index 2b6b3b11a..0afbc491e 100644 --- a/scim-spec/scim-spec-schema/src/main/antlr4/org/apache/directory/scim/spec/phonenumber/PhoneNumberLexer.g4 +++ b/scim-spec/scim-spec-schema/src/main/antlr4/org/apache/directory/scim/spec/phonenumber/PhoneNumberLexer.g4 @@ -1,3 +1,22 @@ +/* +* Licensed to the Apache Software Foundation (ASF) under one +* or more contributor license agreements. See the NOTICE file +* distributed with this work for additional information +* regarding copyright ownership. The ASF licenses this file +* to you under the Apache License, Version 2.0 (the +* "License"); you may not use this file except in compliance +* with the License. You may obtain a copy of the License at + +* http://www.apache.org/licenses/LICENSE-2.0 + +* Unless required by applicable law or agreed to in writing, +* software distributed under the License is distributed on an +* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +* KIND, either express or implied. See the License for the +* specific language governing permissions and limitations +* under the License. +*/ + lexer grammar PhoneNumberLexer; PrefixTel: 'tel:'; diff --git a/scim-spec/scim-spec-schema/src/main/antlr4/org/apache/directory/scim/spec/phonenumber/PhoneNumberParser.g4 b/scim-spec/scim-spec-schema/src/main/antlr4/org/apache/directory/scim/spec/phonenumber/PhoneNumberParser.g4 index ecf79b3ee..9d3b51054 100644 --- a/scim-spec/scim-spec-schema/src/main/antlr4/org/apache/directory/scim/spec/phonenumber/PhoneNumberParser.g4 +++ b/scim-spec/scim-spec-schema/src/main/antlr4/org/apache/directory/scim/spec/phonenumber/PhoneNumberParser.g4 @@ -1,3 +1,22 @@ +/* +* Licensed to the Apache Software Foundation (ASF) under one +* or more contributor license agreements. See the NOTICE file +* distributed with this work for additional information +* regarding copyright ownership. The ASF licenses this file +* to you under the Apache License, Version 2.0 (the +* "License"); you may not use this file except in compliance +* with the License. You may obtain a copy of the License at + +* http://www.apache.org/licenses/LICENSE-2.0 + +* Unless required by applicable law or agreed to in writing, +* software distributed under the License is distributed on an +* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +* KIND, either express or implied. See the License for the +* specific language governing permissions and limitations +* under the License. +*/ + parser grammar PhoneNumberParser; options {tokenVocab = PhoneNumberLexer;} diff --git a/scim-tools/pom.xml b/scim-tools/pom.xml index 00e64faac..6abaf2708 100644 --- a/scim-tools/pom.xml +++ b/scim-tools/pom.xml @@ -1,3 +1,20 @@ + + 4.0.0 diff --git a/scim-tools/scim-tools-common/pom.xml b/scim-tools/scim-tools-common/pom.xml index 52b417144..9039beaf6 100644 --- a/scim-tools/scim-tools-common/pom.xml +++ b/scim-tools/scim-tools-common/pom.xml @@ -1,3 +1,20 @@ + + 4.0.0