Modified: incubator/ooo/trunk/main/sysui/desktop/share/printeradmin.sh URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sysui/desktop/share/printeradmin.sh?rev=1307005&r1=1307004&r2=1307005&view=diff ============================================================================== --- incubator/ooo/trunk/main/sysui/desktop/share/printeradmin.sh (original) +++ incubator/ooo/trunk/main/sysui/desktop/share/printeradmin.sh Thu Mar 29 17:21:04 2012 @@ -1,3 +1,23 @@ #!/bin/sh +# ************************************************************* +# +# 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. +# +# ************************************************************* exec /opt/%PREFIX/program/spadmin
Modified: incubator/ooo/trunk/main/toolkit/src2xml/dryrunall.sh URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/toolkit/src2xml/dryrunall.sh?rev=1307005&r1=1307004&r2=1307005&view=diff ============================================================================== --- incubator/ooo/trunk/main/toolkit/src2xml/dryrunall.sh (original) +++ incubator/ooo/trunk/main/toolkit/src2xml/dryrunall.sh Thu Mar 29 17:21:04 2012 @@ -1,2 +1,22 @@ #!/bin/sh +# ************************************************************* +# +# 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. +# +# ************************************************************* source/src2xml.py --dry-run --includes-from=include.lst $(cat src.lst) "$@" Modified: incubator/ooo/trunk/main/toolkit/src2xml/sc.sh URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/toolkit/src2xml/sc.sh?rev=1307005&r1=1307004&r2=1307005&view=diff ============================================================================== --- incubator/ooo/trunk/main/toolkit/src2xml/sc.sh (original) +++ incubator/ooo/trunk/main/toolkit/src2xml/sc.sh Thu Mar 29 17:21:04 2012 @@ -1,3 +1,23 @@ #!/bin/sh +# ************************************************************* +# +# 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. +# +# ************************************************************* source/src2xml.py --include-path=$(tr '\n' ':' < include-sc.lst) --dry-run $(cat src-sc.lst) "$@" Modified: incubator/ooo/trunk/main/toolkit/src2xml/sd.sh URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/toolkit/src2xml/sd.sh?rev=1307005&r1=1307004&r2=1307005&view=diff ============================================================================== --- incubator/ooo/trunk/main/toolkit/src2xml/sd.sh (original) +++ incubator/ooo/trunk/main/toolkit/src2xml/sd.sh Thu Mar 29 17:21:04 2012 @@ -1,3 +1,23 @@ #!/bin/sh +# ************************************************************* +# +# 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. +# +# ************************************************************* source/src2xml.py --include-path=$(tr '\n' ':' < include-sd.lst) --dry-run $(cat src-sd.lst) "$@" Modified: incubator/ooo/trunk/main/toolkit/src2xml/source/boxer.py URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/toolkit/src2xml/source/boxer.py?rev=1307005&r1=1307004&r2=1307005&view=diff ============================================================================== --- incubator/ooo/trunk/main/toolkit/src2xml/source/boxer.py (original) +++ incubator/ooo/trunk/main/toolkit/src2xml/source/boxer.py Thu Mar 29 17:21:04 2012 @@ -1,3 +1,24 @@ +# ************************************************************* +# +# 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. +# +# ************************************************************* + from globals import * Modified: incubator/ooo/trunk/main/toolkit/src2xml/source/expression.py URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/toolkit/src2xml/source/expression.py?rev=1307005&r1=1307004&r2=1307005&view=diff ============================================================================== --- incubator/ooo/trunk/main/toolkit/src2xml/source/expression.py (original) +++ incubator/ooo/trunk/main/toolkit/src2xml/source/expression.py Thu Mar 29 17:21:04 2012 @@ -1,3 +1,24 @@ +# ************************************************************* +# +# 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 import globals Modified: incubator/ooo/trunk/main/toolkit/src2xml/source/expression_test.py URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/toolkit/src2xml/source/expression_test.py?rev=1307005&r1=1307004&r2=1307005&view=diff ============================================================================== --- incubator/ooo/trunk/main/toolkit/src2xml/source/expression_test.py (original) +++ incubator/ooo/trunk/main/toolkit/src2xml/source/expression_test.py Thu Mar 29 17:21:04 2012 @@ -1,4 +1,25 @@ #!/usr/bin/env python +# ************************************************************* +# +# 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 import expression Modified: incubator/ooo/trunk/main/toolkit/src2xml/source/globals.py URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/toolkit/src2xml/source/globals.py?rev=1307005&r1=1307004&r2=1307005&view=diff ============================================================================== --- incubator/ooo/trunk/main/toolkit/src2xml/source/globals.py (original) +++ incubator/ooo/trunk/main/toolkit/src2xml/source/globals.py Thu Mar 29 17:21:04 2012 @@ -1,3 +1,24 @@ +# ************************************************************* +# +# 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 class ParseError (Exception): Modified: incubator/ooo/trunk/main/toolkit/src2xml/source/macroexpander_test.py URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/toolkit/src2xml/source/macroexpander_test.py?rev=1307005&r1=1307004&r2=1307005&view=diff ============================================================================== --- incubator/ooo/trunk/main/toolkit/src2xml/source/macroexpander_test.py (original) +++ incubator/ooo/trunk/main/toolkit/src2xml/source/macroexpander_test.py Thu Mar 29 17:21:04 2012 @@ -1,4 +1,25 @@ #!/usr/bin/env python +# ************************************************************* +# +# 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 srclexer, srcparser, globals Modified: incubator/ooo/trunk/main/toolkit/src2xml/source/macroparser.py URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/toolkit/src2xml/source/macroparser.py?rev=1307005&r1=1307004&r2=1307005&view=diff ============================================================================== --- incubator/ooo/trunk/main/toolkit/src2xml/source/macroparser.py (original) +++ incubator/ooo/trunk/main/toolkit/src2xml/source/macroparser.py Thu Mar 29 17:21:04 2012 @@ -1,3 +1,24 @@ +# ************************************************************* +# +# 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 from globals import * Modified: incubator/ooo/trunk/main/toolkit/src2xml/source/src2xml.py URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/toolkit/src2xml/source/src2xml.py?rev=1307005&r1=1307004&r2=1307005&view=diff ============================================================================== --- incubator/ooo/trunk/main/toolkit/src2xml/source/src2xml.py (original) +++ incubator/ooo/trunk/main/toolkit/src2xml/source/src2xml.py Thu Mar 29 17:21:04 2012 @@ -1,4 +1,25 @@ #!/usr/bin/env python +# ************************************************************* +# +# 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 getopt import os Modified: incubator/ooo/trunk/main/toolkit/src2xml/source/srclexer.py URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/toolkit/src2xml/source/srclexer.py?rev=1307005&r1=1307004&r2=1307005&view=diff ============================================================================== --- incubator/ooo/trunk/main/toolkit/src2xml/source/srclexer.py (original) +++ incubator/ooo/trunk/main/toolkit/src2xml/source/srclexer.py Thu Mar 29 17:21:04 2012 @@ -1,3 +1,24 @@ +# ************************************************************* +# +# 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, os.path from globals import * import macroparser Modified: incubator/ooo/trunk/main/toolkit/src2xml/source/srcparser.py URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/toolkit/src2xml/source/srcparser.py?rev=1307005&r1=1307004&r2=1307005&view=diff ============================================================================== --- incubator/ooo/trunk/main/toolkit/src2xml/source/srcparser.py (original) +++ incubator/ooo/trunk/main/toolkit/src2xml/source/srcparser.py Thu Mar 29 17:21:04 2012 @@ -1,3 +1,24 @@ +# ************************************************************* +# +# 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 from globals import * import srclexer Modified: incubator/ooo/trunk/main/toolkit/src2xml/sw.sh URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/toolkit/src2xml/sw.sh?rev=1307005&r1=1307004&r2=1307005&view=diff ============================================================================== --- incubator/ooo/trunk/main/toolkit/src2xml/sw.sh (original) +++ incubator/ooo/trunk/main/toolkit/src2xml/sw.sh Thu Mar 29 17:21:04 2012 @@ -1,3 +1,23 @@ #!/bin/sh +# ************************************************************* +# +# 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. +# +# ************************************************************* source/src2xml.py --include-path=$(tr '\n' ':' < include-sw.lst) --dry-run $(cat src-sw.lst) "$@" Modified: incubator/ooo/trunk/main/toolkit/workben/layout/un-test.sh URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/toolkit/workben/layout/un-test.sh?rev=1307005&r1=1307004&r2=1307005&view=diff ============================================================================== --- incubator/ooo/trunk/main/toolkit/workben/layout/un-test.sh (original) +++ incubator/ooo/trunk/main/toolkit/workben/layout/un-test.sh Thu Mar 29 17:21:04 2012 @@ -1,4 +1,24 @@ #! /bin/sh +# ************************************************************* +# +# 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. +# +# ************************************************************* # un-test.sh: remove TEST_LAYOUT code from OO.o implementation Modified: incubator/ooo/trunk/main/ucb/source/ucp/ftp/test.py URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/ucb/source/ucp/ftp/test.py?rev=1307005&r1=1307004&r2=1307005&view=diff ============================================================================== --- incubator/ooo/trunk/main/ucb/source/ucp/ftp/test.py (original) +++ incubator/ooo/trunk/main/ucb/source/ucp/ftp/test.py Thu Mar 29 17:21:04 2012 @@ -1,4 +1,24 @@ #/usr/bin/env python +# ************************************************************* +# +# 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 re,os Modified: incubator/ooo/trunk/main/writerfilter/source/ooxml/efforts.sh URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/writerfilter/source/ooxml/efforts.sh?rev=1307005&r1=1307004&r2=1307005&view=diff ============================================================================== --- incubator/ooo/trunk/main/writerfilter/source/ooxml/efforts.sh (original) +++ incubator/ooo/trunk/main/writerfilter/source/ooxml/efforts.sh Thu Mar 29 17:21:04 2012 @@ -1,3 +1,23 @@ #!/bin/sh +# ************************************************************* +# +# 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. +# +# ************************************************************* ./status.sh | xmllint --format - | xsltproc todo.xsl - | xsltproc effort.xsl - Modified: incubator/ooo/trunk/main/writerfilter/source/ooxml/status.sh URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/writerfilter/source/ooxml/status.sh?rev=1307005&r1=1307004&r2=1307005&view=diff ============================================================================== --- incubator/ooo/trunk/main/writerfilter/source/ooxml/status.sh (original) +++ incubator/ooo/trunk/main/writerfilter/source/ooxml/status.sh Thu Mar 29 17:21:04 2012 @@ -1,4 +1,24 @@ #!/bin/sh +# ************************************************************* +# +# 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. +# +# ************************************************************* SEARCHIN=$SRC_ROOT/writerfilter/source/dmapper
