diff options
author | Andrew Rist <arist@apache.org> | 2012-03-29 00:50:37 +0000 |
---|---|---|
committer | Andrew Rist <arist@apache.org> | 2012-03-29 00:50:37 +0000 |
commit | e501c72db072424006a9da32c95f26351a901c41 (patch) | |
tree | f58a32c62b419d1eb43d5a69182c4d79dcba452b /sd | |
parent | b52bc4b2eef84bf126d9d2260f74febd3dd3039c (diff) |
Update headers to Alv2 headers
Diffstat (limited to 'sd')
-rw-r--r-- | sd/res/webview/common.pl | 22 | ||||
-rw-r--r-- | sd/res/webview/editpic.pl | 20 | ||||
-rw-r--r-- | sd/res/webview/poll.pl | 22 | ||||
-rw-r--r-- | sd/res/webview/savepic.pl | 20 | ||||
-rw-r--r-- | sd/res/webview/show.pl | 22 | ||||
-rw-r--r-- | sd/res/webview/webview.pl | 22 |
6 files changed, 124 insertions, 4 deletions
diff --git a/sd/res/webview/common.pl b/sd/res/webview/common.pl index fc4a4866a6d7..373c3792b7e4 100644 --- a/sd/res/webview/common.pl +++ b/sd/res/webview/common.pl @@ -1,3 +1,23 @@ +# ************************************************************* +# +# 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 common; $REFRESH_TIME = 5; @@ -45,4 +65,4 @@ sub HTTP_getRequest return %aRequestMap; } ##HTTP_getRequest -1;
\ No newline at end of file +1; diff --git a/sd/res/webview/editpic.pl b/sd/res/webview/editpic.pl index 834421601b77..9c01cd934795 100644 --- a/sd/res/webview/editpic.pl +++ b/sd/res/webview/editpic.pl @@ -1,4 +1,24 @@ #!/usr/bin/perl +# ************************************************************* +# +# 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. +# +# ************************************************************* require "common.pl"; diff --git a/sd/res/webview/poll.pl b/sd/res/webview/poll.pl index 08a31c3e22b4..6c44ff4643d4 100644 --- a/sd/res/webview/poll.pl +++ b/sd/res/webview/poll.pl @@ -1,4 +1,24 @@ #!/usr/bin/perl +# ************************************************************* +# +# 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. +# +# ************************************************************* require "common.pl"; @@ -29,4 +49,4 @@ else print "</BODY>"; -print "</HTML>";
\ No newline at end of file +print "</HTML>"; diff --git a/sd/res/webview/savepic.pl b/sd/res/webview/savepic.pl index 8d545aa108b0..f03ade4e0b3c 100644 --- a/sd/res/webview/savepic.pl +++ b/sd/res/webview/savepic.pl @@ -1,4 +1,24 @@ #!/usr/bin/perl +# ************************************************************* +# +# 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. +# +# ************************************************************* require "common.pl"; diff --git a/sd/res/webview/show.pl b/sd/res/webview/show.pl index 9687bd995538..324a730fe6fb 100644 --- a/sd/res/webview/show.pl +++ b/sd/res/webview/show.pl @@ -1,4 +1,24 @@ #!/usr/bin/perl +# ************************************************************* +# +# 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. +# +# ************************************************************* require "common.pl"; @@ -36,4 +56,4 @@ print "<BODY bgcolor=\"white\">"; print "<P><IMG src=\"" . $sPictureName2 . "\" width=1 height=1 border=0>"; print "</BODY>"; -print "</HTML>";
\ No newline at end of file +print "</HTML>"; diff --git a/sd/res/webview/webview.pl b/sd/res/webview/webview.pl index 299c9480e330..cc68fbc4d9e3 100644 --- a/sd/res/webview/webview.pl +++ b/sd/res/webview/webview.pl @@ -1,4 +1,24 @@ #!/usr/bin/perl +# ************************************************************* +# +# 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. +# +# ************************************************************* print "Content-type: text/html\n\n"; @@ -18,4 +38,4 @@ print "<BODY BGCOLOR=\"white\">"; print "<META HTTP-EQUIV=\"-REFRESH\" CONTENT=\"1;URL=./show.pl\">"; print "</BODY>"; -print "</HTML>";
\ No newline at end of file +print "</HTML>"; |