From 43c58b26448f87c698b023a0cfedd9377dfc5d4a Mon Sep 17 00:00:00 2001 From: j180240 Date: Tue, 20 Sep 2016 16:59:10 +0800 Subject: update the license. Change-Id: I5b159c3cc765b8482fe1dd1f864ba7d145455d3c Signed-off-by: jiaxiangli --- servicegateway/deployment/pom.xml | 15 ++++++ .../src/main/release/conf/catalina.policy | 44 ++++++---------- .../src/main/release/conf/catalina.properties | 15 +++--- .../deployment/src/main/release/conf/context.xml | 22 +++++--- .../deployment/src/main/release/conf/server.xml | 15 +++--- .../deployment/src/main/release/conf/web.xml | 22 +++++--- servicegateway/pom.xml | 15 ++++++ servicegateway/service/pom.xml | 20 ++++++-- .../service/src/main/resources/spring/service.xml | 59 +++++++--------------- .../service/src/main/webapp/WEB-INF/web.xml | 20 ++++++-- 10 files changed, 137 insertions(+), 110 deletions(-) (limited to 'servicegateway') diff --git a/servicegateway/deployment/pom.xml b/servicegateway/deployment/pom.xml index e415c55b..6f7f7ae7 100644 --- a/servicegateway/deployment/pom.xml +++ b/servicegateway/deployment/pom.xml @@ -1,3 +1,18 @@ + 4.0.0 diff --git a/servicegateway/deployment/src/main/release/conf/catalina.policy b/servicegateway/deployment/src/main/release/conf/catalina.policy index 244334e7..89f49d83 100644 --- a/servicegateway/deployment/src/main/release/conf/catalina.policy +++ b/servicegateway/deployment/src/main/release/conf/catalina.policy @@ -1,32 +1,18 @@ -// 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. - -// ============================================================================ -// catalina.policy - Security Policy Permissions for Tomcat 7 -// -// This file contains a default set of security policies to be enforced (by the -// JVM) when Catalina is executed with the "-security" option. In addition -// to the permissions granted here, the following additional permissions are -// granted to each web application: -// -// * Read access to the web application's document root directory -// * Read, write and delete access to the web application's working directory -// ============================================================================ - - -// ========== SYSTEM CODE PERMISSIONS ========================================= +/* + * Copyright 2016 Huawei Technologies Co., Ltd. + * + * Licensed 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. + */ // These permissions apply to javac diff --git a/servicegateway/deployment/src/main/release/conf/catalina.properties b/servicegateway/deployment/src/main/release/conf/catalina.properties index ef375e1d..a833f711 100644 --- a/servicegateway/deployment/src/main/release/conf/catalina.properties +++ b/servicegateway/deployment/src/main/release/conf/catalina.properties @@ -1,12 +1,11 @@ -# 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 -# +# Copyright 2016 Huawei Technologies Co., Ltd. + +# Licensed 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. diff --git a/servicegateway/deployment/src/main/release/conf/context.xml b/servicegateway/deployment/src/main/release/conf/context.xml index 79ad60d5..2c8f59cc 100644 --- a/servicegateway/deployment/src/main/release/conf/context.xml +++ b/servicegateway/deployment/src/main/release/conf/context.xml @@ -1,11 +1,19 @@ - + diff --git a/servicegateway/deployment/src/main/release/conf/server.xml b/servicegateway/deployment/src/main/release/conf/server.xml index a5af6154..40eb5ff0 100644 --- a/servicegateway/deployment/src/main/release/conf/server.xml +++ b/servicegateway/deployment/src/main/release/conf/server.xml @@ -1,14 +1,13 @@ + 4.0.0 diff --git a/servicegateway/service/pom.xml b/servicegateway/service/pom.xml index 17372a4c..320e0f32 100644 --- a/servicegateway/service/pom.xml +++ b/servicegateway/service/pom.xml @@ -1,9 +1,19 @@ - + diff --git a/servicegateway/service/src/main/resources/spring/service.xml b/servicegateway/service/src/main/resources/spring/service.xml index c91ed1ca..b1be8e93 100644 --- a/servicegateway/service/src/main/resources/spring/service.xml +++ b/servicegateway/service/src/main/resources/spring/service.xml @@ -1,9 +1,19 @@ - + - + - + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/servicegateway/service/src/main/webapp/WEB-INF/web.xml b/servicegateway/service/src/main/webapp/WEB-INF/web.xml index 6f06aed3..59f35929 100644 --- a/servicegateway/service/src/main/webapp/WEB-INF/web.xml +++ b/servicegateway/service/src/main/webapp/WEB-INF/web.xml @@ -1,9 +1,19 @@ - +