Author: rhuijben Date: Mon Nov 2 17:41:18 2015 New Revision: 1712097 URL: http://svn.apache.org/viewvc?rev=1712097&view=rev Log: * build/check.py * build/gen_def.py Apply svn:eol-style and make eols consistent.
Modified: serf/trunk/build/check.py (contents, props changed) serf/trunk/build/gen_def.py (contents, props changed) Modified: serf/trunk/build/check.py URL: http://svn.apache.org/viewvc/serf/trunk/build/check.py?rev=1712097&r1=1712096&r2=1712097&view=diff ============================================================================== --- serf/trunk/build/check.py (original) +++ serf/trunk/build/check.py Mon Nov 2 17:41:18 2015 @@ -2,24 +2,24 @@ # # check.py : Run all the test cases. # -# =================================================================== -# 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. -# =================================================================== +# =================================================================== +# 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. +# =================================================================== # import sys Propchange: serf/trunk/build/check.py ------------------------------------------------------------------------------ svn:eol-style = native Modified: serf/trunk/build/gen_def.py URL: http://svn.apache.org/viewvc/serf/trunk/build/gen_def.py?rev=1712097&r1=1712096&r2=1712097&view=diff ============================================================================== --- serf/trunk/build/gen_def.py (original) +++ serf/trunk/build/gen_def.py Mon Nov 2 17:41:18 2015 @@ -2,24 +2,24 @@ # # gen_def.py : Generate the .DEF file for Windows builds # -# =================================================================== -# 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. -# =================================================================== +# =================================================================== +# 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. +# =================================================================== # # Typically, this script is used like: # Propchange: serf/trunk/build/gen_def.py ------------------------------------------------------------------------------ svn:eol-style = native