Ian Maxon has submitted this change and it was merged. Change subject: [NO ISSUE][LIC] Fix ASF License typo ......................................................................
[NO ISSUE][LIC] Fix ASF License typo - user model changes: no - storage format changes: no - interface changes: no Details: - Fix a typo in the ASF license in some files. Change-Id: I8841434bb00f40833eaec73c76f44cb65fcfb3b0 Reviewed-on: https://asterix-gerrit.ics.uci.edu/3221 Sonar-Qube: Jenkins <[email protected]> Integration-Tests: Jenkins <[email protected]> Tested-by: Jenkins <[email protected]> Contrib: Jenkins <[email protected]> Reviewed-by: Ian Maxon <[email protected]> --- M asterixdb/asterix-app/src/main/resources/log4j2.xml M asterixdb/asterix-app/src/test/resources/log4j2-asterixdb-test.xml M hyracks-fullstack/src/test/resources/log4j2-hyracks-test.xml 3 files changed, 3 insertions(+), 3 deletions(-) Approvals: Anon. E. Moose #1000171: Jenkins: Verified; No violations found; ; Verified Ian Maxon: Looks good to me, approved diff --git a/asterixdb/asterix-app/src/main/resources/log4j2.xml b/asterixdb/asterix-app/src/main/resources/log4j2.xml index 97bc0a1..c0197a4 100644 --- a/asterixdb/asterix-app/src/main/resources/log4j2.xml +++ b/asterixdb/asterix-app/src/main/resources/log4j2.xml @@ -4,7 +4,7 @@ ! 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 complianceo + ! "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 diff --git a/asterixdb/asterix-app/src/test/resources/log4j2-asterixdb-test.xml b/asterixdb/asterix-app/src/test/resources/log4j2-asterixdb-test.xml index c6ecd7d..b1e35fd 100644 --- a/asterixdb/asterix-app/src/test/resources/log4j2-asterixdb-test.xml +++ b/asterixdb/asterix-app/src/test/resources/log4j2-asterixdb-test.xml @@ -4,7 +4,7 @@ ! 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 complianceo + ! "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 diff --git a/hyracks-fullstack/src/test/resources/log4j2-hyracks-test.xml b/hyracks-fullstack/src/test/resources/log4j2-hyracks-test.xml index a8141ee..11c81f7 100644 --- a/hyracks-fullstack/src/test/resources/log4j2-hyracks-test.xml +++ b/hyracks-fullstack/src/test/resources/log4j2-hyracks-test.xml @@ -4,7 +4,7 @@ ! 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 complianceo + ! "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 -- To view, visit https://asterix-gerrit.ics.uci.edu/3221 To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-MessageType: merged Gerrit-Change-Id: I8841434bb00f40833eaec73c76f44cb65fcfb3b0 Gerrit-PatchSet: 2 Gerrit-Project: asterixdb Gerrit-Branch: master Gerrit-Owner: Hussain Towaileb <[email protected]> Gerrit-Reviewer: Anon. E. Moose #1000171 Gerrit-Reviewer: Ian Maxon <[email protected]> Gerrit-Reviewer: Jenkins <[email protected]>
