This is an automated email from the ASF dual-hosted git repository.

hanahmily pushed a commit to branch webapp/login
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git


The following commit(s) were added to refs/heads/webapp/login by this push:
     new d3b4e56  Update license for new files.
d3b4e56 is described below

commit d3b4e5653014ad7aa5821f6b15c42a5074dc13d6
Author: gaohongtao <hanahm...@gmail.com>
AuthorDate: Wed Jun 20 21:43:56 2018 +0800

    Update license for new files.
---
 .../apache/skywalking/apm/webapp/security/Account.java | 18 ++++++++++++++++++
 .../skywalking/apm/webapp/security/LoginFilter.java    | 18 ++++++++++++++++++
 .../skywalking/apm/webapp/security/ReaderAccount.java  | 18 ++++++++++++++++++
 .../skywalking/apm/webapp/security/UserChecker.java    | 18 ++++++++++++++++++
 .../apm/webapp/security/LoginFilterTest.java           | 18 ++++++++++++++++++
 .../skywalking/apm/webapp/security/LoginTest.java      | 18 ++++++++++++++++++
 .../apm/webapp/security/ReaderAccountTest.java         | 18 ++++++++++++++++++
 .../apm/webapp/security/UserCheckerTest.java           | 18 ++++++++++++++++++
 8 files changed, 144 insertions(+)

diff --git 
a/apm-webapp/src/main/java/org/apache/skywalking/apm/webapp/security/Account.java
 
b/apm-webapp/src/main/java/org/apache/skywalking/apm/webapp/security/Account.java
index fd070ad..cb33d86 100644
--- 
a/apm-webapp/src/main/java/org/apache/skywalking/apm/webapp/security/Account.java
+++ 
b/apm-webapp/src/main/java/org/apache/skywalking/apm/webapp/security/Account.java
@@ -1,3 +1,21 @@
+/*
+ * 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.
+ *
+ */
+
 package org.apache.skywalking.apm.webapp.security;
 
 /**
diff --git 
a/apm-webapp/src/main/java/org/apache/skywalking/apm/webapp/security/LoginFilter.java
 
b/apm-webapp/src/main/java/org/apache/skywalking/apm/webapp/security/LoginFilter.java
index fc6b584..4c696be 100644
--- 
a/apm-webapp/src/main/java/org/apache/skywalking/apm/webapp/security/LoginFilter.java
+++ 
b/apm-webapp/src/main/java/org/apache/skywalking/apm/webapp/security/LoginFilter.java
@@ -1,3 +1,21 @@
+/*
+ * 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.
+ *
+ */
+
 package org.apache.skywalking.apm.webapp.security;
 
 import com.google.gson.Gson;
diff --git 
a/apm-webapp/src/main/java/org/apache/skywalking/apm/webapp/security/ReaderAccount.java
 
b/apm-webapp/src/main/java/org/apache/skywalking/apm/webapp/security/ReaderAccount.java
index b72ca6c..9709f73 100644
--- 
a/apm-webapp/src/main/java/org/apache/skywalking/apm/webapp/security/ReaderAccount.java
+++ 
b/apm-webapp/src/main/java/org/apache/skywalking/apm/webapp/security/ReaderAccount.java
@@ -1,3 +1,21 @@
+/*
+ * 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.
+ *
+ */
+
 package org.apache.skywalking.apm.webapp.security;
 
 import com.google.gson.Gson;
diff --git 
a/apm-webapp/src/main/java/org/apache/skywalking/apm/webapp/security/UserChecker.java
 
b/apm-webapp/src/main/java/org/apache/skywalking/apm/webapp/security/UserChecker.java
index ef26962..785fe35 100644
--- 
a/apm-webapp/src/main/java/org/apache/skywalking/apm/webapp/security/UserChecker.java
+++ 
b/apm-webapp/src/main/java/org/apache/skywalking/apm/webapp/security/UserChecker.java
@@ -1,3 +1,21 @@
+/*
+ * 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.
+ *
+ */
+
 package org.apache.skywalking.apm.webapp.security;
 
 import com.google.common.base.Strings;
diff --git 
a/apm-webapp/src/test/java/org/apache/skywalking/apm/webapp/security/LoginFilterTest.java
 
b/apm-webapp/src/test/java/org/apache/skywalking/apm/webapp/security/LoginFilterTest.java
index fc5ba25..cb20ba2 100644
--- 
a/apm-webapp/src/test/java/org/apache/skywalking/apm/webapp/security/LoginFilterTest.java
+++ 
b/apm-webapp/src/test/java/org/apache/skywalking/apm/webapp/security/LoginFilterTest.java
@@ -1,3 +1,21 @@
+/*
+ * 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.
+ *
+ */
+
 package org.apache.skywalking.apm.webapp.security;
 
 import com.netflix.zuul.context.RequestContext;
diff --git 
a/apm-webapp/src/test/java/org/apache/skywalking/apm/webapp/security/LoginTest.java
 
b/apm-webapp/src/test/java/org/apache/skywalking/apm/webapp/security/LoginTest.java
index 972230b..e077d51 100644
--- 
a/apm-webapp/src/test/java/org/apache/skywalking/apm/webapp/security/LoginTest.java
+++ 
b/apm-webapp/src/test/java/org/apache/skywalking/apm/webapp/security/LoginTest.java
@@ -1,3 +1,21 @@
+/*
+ * 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.
+ *
+ */
+
 package org.apache.skywalking.apm.webapp.security;
 
 import com.netflix.zuul.context.RequestContext;
diff --git 
a/apm-webapp/src/test/java/org/apache/skywalking/apm/webapp/security/ReaderAccountTest.java
 
b/apm-webapp/src/test/java/org/apache/skywalking/apm/webapp/security/ReaderAccountTest.java
index 00b9e1b..3cfe631 100644
--- 
a/apm-webapp/src/test/java/org/apache/skywalking/apm/webapp/security/ReaderAccountTest.java
+++ 
b/apm-webapp/src/test/java/org/apache/skywalking/apm/webapp/security/ReaderAccountTest.java
@@ -1,3 +1,21 @@
+/*
+ * 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.
+ *
+ */
+
 package org.apache.skywalking.apm.webapp.security;
 
 import java.io.BufferedReader;
diff --git 
a/apm-webapp/src/test/java/org/apache/skywalking/apm/webapp/security/UserCheckerTest.java
 
b/apm-webapp/src/test/java/org/apache/skywalking/apm/webapp/security/UserCheckerTest.java
index d9b3afb..81c266b 100644
--- 
a/apm-webapp/src/test/java/org/apache/skywalking/apm/webapp/security/UserCheckerTest.java
+++ 
b/apm-webapp/src/test/java/org/apache/skywalking/apm/webapp/security/UserCheckerTest.java
@@ -1,3 +1,21 @@
+/*
+ * 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.
+ *
+ */
+
 package org.apache.skywalking.apm.webapp.security;
 
 import org.junit.Test;

Reply via email to