Modified: incubator/ooo/trunk/main/solenv/bin/oochkpatch URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/solenv/bin/oochkpatch?rev=1292501&r1=1292500&r2=1292501&view=diff ============================================================================== --- incubator/ooo/trunk/main/solenv/bin/oochkpatch (original) +++ incubator/ooo/trunk/main/solenv/bin/oochkpatch Wed Feb 22 21:00:02 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. +# +# ************************************************************* if [ x${SOLARENV}x = xx ]; then echo No environment found, please use 'configure' or 'setsolar' exit 1
Modified: incubator/ooo/trunk/main/solenv/bin/pchdelta URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/solenv/bin/pchdelta?rev=1292501&r1=1292500&r2=1292501&view=diff ============================================================================== --- incubator/ooo/trunk/main/solenv/bin/pchdelta (original) +++ incubator/ooo/trunk/main/solenv/bin/pchdelta Wed Feb 22 21:00:02 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. +# +# ************************************************************* # Wrapper around the pchdelta.py script bash -c "unset PYTHONHOME PYTHONPATH; /usr/bin/python ../solenv/bin/pchdelta.py $*" Modified: incubator/ooo/trunk/main/solenv/bin/receditor URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/solenv/bin/receditor?rev=1292501&r1=1292500&r2=1292501&view=diff ============================================================================== --- incubator/ooo/trunk/main/solenv/bin/receditor (original) +++ incubator/ooo/trunk/main/solenv/bin/receditor Wed Feb 22 21:00:02 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. +# +# ************************************************************* if [ x${SOLARENV}x = xx ]; then echo No environment found, please use 'configure' or 'setsolar' exit 1 Modified: incubator/ooo/trunk/main/sysui/desktop/debian/postinst URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sysui/desktop/debian/postinst?rev=1292501&r1=1292500&r2=1292501&view=diff ============================================================================== --- incubator/ooo/trunk/main/sysui/desktop/debian/postinst (original) +++ incubator/ooo/trunk/main/sysui/desktop/debian/postinst Wed Feb 22 21:00:02 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. +# +# ************************************************************* if [ "$1" = "configure" ] ; then # first install # update shared mime-info database Modified: incubator/ooo/trunk/main/sysui/desktop/solaris/mailcap URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sysui/desktop/solaris/mailcap?rev=1292501&r1=1292500&r2=1292501&view=diff ============================================================================== --- incubator/ooo/trunk/main/sysui/desktop/solaris/mailcap (original) +++ incubator/ooo/trunk/main/sysui/desktop/solaris/mailcap Wed Feb 22 21:00:02 2012 @@ -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. +# +# ************************************************************* if [ "$1" = install ] then # backing out existing entries to avoid duplicates Modified: incubator/ooo/trunk/main/sysui/desktop/solaris/postinstall URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sysui/desktop/solaris/postinstall?rev=1292501&r1=1292500&r2=1292501&view=diff ============================================================================== --- incubator/ooo/trunk/main/sysui/desktop/solaris/postinstall (original) +++ incubator/ooo/trunk/main/sysui/desktop/solaris/postinstall Wed Feb 22 21:00:02 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. +# +# ************************************************************* # check whether /usr is writable tiptoe="${PKG_INSTALL_ROOT}/usr/_.$$" Modified: incubator/ooo/trunk/main/sysui/desktop/solaris/postremove URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sysui/desktop/solaris/postremove?rev=1292501&r1=1292500&r2=1292501&view=diff ============================================================================== --- incubator/ooo/trunk/main/sysui/desktop/solaris/postremove (original) +++ incubator/ooo/trunk/main/sysui/desktop/solaris/postremove Wed Feb 22 21:00:02 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. +# +# ************************************************************* # check whether /usr is writable tiptoe="${PKG_INSTALL_ROOT}/usr/_.$$" Modified: incubator/ooo/trunk/main/testgraphical/references/unxlngi/demo/CurrentTime.ods.ps URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/testgraphical/references/unxlngi/demo/CurrentTime.ods.ps?rev=1292501&r1=1292500&r2=1292501&view=diff ============================================================================== --- incubator/ooo/trunk/main/testgraphical/references/unxlngi/demo/CurrentTime.ods.ps (original) +++ incubator/ooo/trunk/main/testgraphical/references/unxlngi/demo/CurrentTime.ods.ps Wed Feb 22 21:00:02 2012 @@ -9,6 +9,26 @@ %%Pages: (atend) %%Orientation: (atend) %%PageOrder: Ascend +%% ************************************************************* +%% +%% 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. +%% +%% ************************************************************* %%EndComments %%BeginProlog %%BeginResource: procset PSPrint-Prolog 1.0 0 Modified: incubator/ooo/trunk/main/testgraphical/references/unxlngi/singletest/eis-test.odt.ps URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/testgraphical/references/unxlngi/singletest/eis-test.odt.ps?rev=1292501&r1=1292500&r2=1292501&view=diff ============================================================================== --- incubator/ooo/trunk/main/testgraphical/references/unxlngi/singletest/eis-test.odt.ps (original) +++ incubator/ooo/trunk/main/testgraphical/references/unxlngi/singletest/eis-test.odt.ps Wed Feb 22 21:00:02 2012 @@ -9,6 +9,26 @@ %%Pages: (atend) %%Orientation: (atend) %%PageOrder: Ascend +%% ************************************************************* +%% +%% 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. +%% +%% ************************************************************* %%EndComments %%BeginProlog %%BeginResource: procset PSPrint-Prolog 1.0 0 Modified: incubator/ooo/trunk/main/testgraphical/references/wntmsci/demo/CurrentTime.ods.ps URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/testgraphical/references/wntmsci/demo/CurrentTime.ods.ps?rev=1292501&r1=1292500&r2=1292501&view=diff ============================================================================== --- incubator/ooo/trunk/main/testgraphical/references/wntmsci/demo/CurrentTime.ods.ps (original) +++ incubator/ooo/trunk/main/testgraphical/references/wntmsci/demo/CurrentTime.ods.ps Wed Feb 22 21:00:02 2012 @@ -12,6 +12,26 @@ %%DocumentData: Clean7Bit %%TargetDevice: (Generic Printer For MSWord Testing) (1) 1 %%LanguageLevel: 2 +%% ************************************************************* +%% +%% 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. +%% +%% ************************************************************* %%EndComments %%BeginDefaults @@ -496,4 +516,4 @@ ehsave restore %%Pages: 1 (%%[LastPage]%%) = %%EOF - \ No newline at end of file + Modified: incubator/ooo/trunk/main/testgraphical/references/wntmsci/singletest/eis-test.odt.ps URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/testgraphical/references/wntmsci/singletest/eis-test.odt.ps?rev=1292501&r1=1292500&r2=1292501&view=diff ============================================================================== --- incubator/ooo/trunk/main/testgraphical/references/wntmsci/singletest/eis-test.odt.ps (original) +++ incubator/ooo/trunk/main/testgraphical/references/wntmsci/singletest/eis-test.odt.ps Wed Feb 22 21:00:02 2012 @@ -12,6 +12,26 @@ %%DocumentData: Clean7Bit %%TargetDevice: (Generic Printer For MSWord Testing) (1) 1 %%LanguageLevel: 2 +%% ************************************************************* +%% +%% 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. +%% +%% ************************************************************* %%EndComments %%BeginDefaults @@ -1981,4 +2001,4 @@ ehsave restore %%Pages: 1 (%%[LastPage]%%) = %%EOF - \ No newline at end of file + Modified: incubator/ooo/trunk/main/toolkit/workben/layout/TEST URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/toolkit/workben/layout/TEST?rev=1292501&r1=1292500&r2=1292501&view=diff ============================================================================== --- incubator/ooo/trunk/main/toolkit/workben/layout/TEST (original) +++ incubator/ooo/trunk/main/toolkit/workben/layout/TEST Wed Feb 22 21:00:02 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. +# +# ************************************************************* for d in $(cd ../../../../.. && pwd)/ooo-svn /usr/lib/ooo3/; do if test -d $d; then export OOO_INSTALL_PREFIX=$d Modified: incubator/ooo/trunk/main/toolkit/workben/layout/ooo-patch URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/toolkit/workben/layout/ooo-patch?rev=1292501&r1=1292500&r2=1292501&view=diff ============================================================================== --- incubator/ooo/trunk/main/toolkit/workben/layout/ooo-patch (original) +++ incubator/ooo/trunk/main/toolkit/workben/layout/ooo-patch Wed Feb 22 21:00:02 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. +# +# ************************************************************* commit=${1-3249db59} # m5 git diff $commit layout | sed 's@^\([+-]\{3\}\) \(a\|b\)/@\1 @' > layout-dialogs-layout.diff Modified: incubator/ooo/trunk/main/toolkit/workben/layout/refresh URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/toolkit/workben/layout/refresh?rev=1292501&r1=1292500&r2=1292501&view=diff ============================================================================== --- incubator/ooo/trunk/main/toolkit/workben/layout/refresh (original) +++ incubator/ooo/trunk/main/toolkit/workben/layout/refresh Wed Feb 22 21:00:02 2012 @@ -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. +# +# ************************************************************* echo "source me ..." test -n "${INPATH}" && rm -Rf ../../${INPATH} build debug=true\ Modified: incubator/ooo/trunk/main/toolkit/workben/layout/run-s2x URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/toolkit/workben/layout/run-s2x?rev=1292501&r1=1292500&r2=1292501&view=diff ============================================================================== --- incubator/ooo/trunk/main/toolkit/workben/layout/run-s2x (original) +++ incubator/ooo/trunk/main/toolkit/workben/layout/run-s2x Wed Feb 22 21:00:02 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. +# +# ************************************************************* SRC=${1-../../svx/source/dialog/zoom.src} SRC=${1-../../sw/source/ui/dialog/wordcountdialog.src} Modified: incubator/ooo/trunk/main/unoil/climaker/cli_oootypes_config URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/unoil/climaker/cli_oootypes_config?rev=1292501&r1=1292500&r2=1292501&view=diff ============================================================================== --- incubator/ooo/trunk/main/unoil/climaker/cli_oootypes_config (original) +++ incubator/ooo/trunk/main/unoil/climaker/cli_oootypes_config Wed Feb 22 21:00:02 2012 @@ -1,4 +1,24 @@ <?xml version="1.0"?> +<!--*********************************************************** + * + * 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. + * + ***********************************************************--> <configuration> <runtime> <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> @@ -8,4 +28,4 @@ </dependentAssembly> </assemblyBinding> </runtime> -</configuration> \ No newline at end of file +</configuration> Modified: incubator/ooo/trunk/main/ure/source/jvmfwk3rc URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/ure/source/jvmfwk3rc?rev=1292501&r1=1292500&r2=1292501&view=diff ============================================================================== --- incubator/ooo/trunk/main/ure/source/jvmfwk3rc (original) +++ incubator/ooo/trunk/main/ure/source/jvmfwk3rc Wed Feb 22 21:00:02 2012 @@ -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. +# +# ************************************************************* [Bootstrap] UNO_JAVA_JFW_VENDOR_SETTINGS=${ORIGIN}/../share/misc/javavendors.xml UNO_JAVA_JFW_SHARED_DATA=${URE_OVERRIDE_JAVA_JFW_SHARED_DATA} file:///etc/opt/ure/javasettings_${_OS}_${_ARCH}.xml Modified: incubator/ooo/trunk/main/ure/source/unorc URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/ure/source/unorc?rev=1292501&r1=1292500&r2=1292501&view=diff ============================================================================== --- incubator/ooo/trunk/main/ure/source/unorc (original) +++ incubator/ooo/trunk/main/ure/source/unorc Wed Feb 22 21:00:02 2012 @@ -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. +# +# ************************************************************* [Bootstrap] URE_INTERNAL_LIB_DIR=${ORIGIN} URE_INTERNAL_JAVA_DIR=${ORIGIN}/../share/java Modified: incubator/ooo/trunk/main/writerfilter/source/doctok/cleanupresources URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/writerfilter/source/doctok/cleanupresources?rev=1292501&r1=1292500&r2=1292501&view=diff ============================================================================== --- incubator/ooo/trunk/main/writerfilter/source/doctok/cleanupresources (original) +++ incubator/ooo/trunk/main/writerfilter/source/doctok/cleanupresources Wed Feb 22 21:00:02 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. +# +# ************************************************************* TEMP=`mktemp -t cleanupresources` xsltproc tidyxmi.xsl resources.xmi | xmllint --format - > $TEMP Modified: incubator/ooo/trunk/main/writerfilter/source/doctok/replacesprmids URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/writerfilter/source/doctok/replacesprmids?rev=1292501&r1=1292500&r2=1292501&view=diff ============================================================================== --- incubator/ooo/trunk/main/writerfilter/source/doctok/replacesprmids (original) +++ incubator/ooo/trunk/main/writerfilter/source/doctok/replacesprmids Wed Feb 22 21:00:02 2012 @@ -1,5 +1,25 @@ #!/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. +# +# ************************************************************* sed "s/0xc601/NS_sprm::LN_PIstdPermute/g" < $1 > $1.out && mv $1.out $1 sed "s/0xC601/NS_sprm::LN_PIstdPermute/g" < $1 > $1.out && mv $1.out $1 Modified: incubator/ooo/trunk/main/writerfilter/source/ooxml/modelcleanup URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/writerfilter/source/ooxml/modelcleanup?rev=1292501&r1=1292500&r2=1292501&view=diff ============================================================================== --- incubator/ooo/trunk/main/writerfilter/source/ooxml/modelcleanup (original) +++ incubator/ooo/trunk/main/writerfilter/source/ooxml/modelcleanup Wed Feb 22 21:00:02 2012 @@ -1,3 +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. +# +# ************************************************************* + (xsltproc modelcleanup.xsl model.xml | xmllint --format - > model.xml.tmp) && \ mv model.xml.tmp model.xml Modified: incubator/ooo/trunk/main/writerfilter/source/ooxml/rngtocxx URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/writerfilter/source/ooxml/rngtocxx?rev=1292501&r1=1292500&r2=1292501&view=diff ============================================================================== --- incubator/ooo/trunk/main/writerfilter/source/ooxml/rngtocxx (original) +++ incubator/ooo/trunk/main/writerfilter/source/ooxml/rngtocxx Wed Feb 22 21:00:02 2012 @@ -1,4 +1,25 @@ #!/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. +# +# ************************************************************* + xalan -xsl modelpreprocess.xsl -in model.xml > model_processed.xml xalan -xsl resourcestokens.xsl -in model_processed.xml > OOXMLtokens.hxx xalan -xsl resources.xsl -in model_processed.xml > OOXMLresources.hxx Modified: incubator/ooo/trunk/main/xmerge/source/activesync/XMergeFactory.h URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/xmerge/source/activesync/XMergeFactory.h?rev=1292501&r1=1292500&r2=1292501&view=diff ============================================================================== --- incubator/ooo/trunk/main/xmerge/source/activesync/XMergeFactory.h (original) +++ incubator/ooo/trunk/main/xmerge/source/activesync/XMergeFactory.h Wed Feb 22 21:00:02 2012 @@ -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. + * + *************************************************************/ // XMergeFactory.h: interface for the CXMergeFactory class. // ////////////////////////////////////////////////////////////////////// Modified: incubator/ooo/trunk/main/xmerge/source/activesync/XMergeFilter.h URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/xmerge/source/activesync/XMergeFilter.h?rev=1292501&r1=1292500&r2=1292501&view=diff ============================================================================== --- incubator/ooo/trunk/main/xmerge/source/activesync/XMergeFilter.h (original) +++ incubator/ooo/trunk/main/xmerge/source/activesync/XMergeFilter.h Wed Feb 22 21:00:02 2012 @@ -1,3 +1,83 @@ +/************************************************************** + * + * 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. + * + *************************************************************/ +/************************************************************** + * + * 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. + * + *************************************************************/ // XMergeFilter.h: interface for the CXMergeFilter class. // ////////////////////////////////////////////////////////////////////// Modified: incubator/ooo/trunk/main/xmerge/source/activesync/XMergeSync.h URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/xmerge/source/activesync/XMergeSync.h?rev=1292501&r1=1292500&r2=1292501&view=diff ============================================================================== --- incubator/ooo/trunk/main/xmerge/source/activesync/XMergeSync.h (original) +++ incubator/ooo/trunk/main/xmerge/source/activesync/XMergeSync.h Wed Feb 22 21:00:02 2012 @@ -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. + * + *************************************************************/ // XMergeSyncModule.h: interface for the CXMergeSyncModule class. // ////////////////////////////////////////////////////////////////////// Modified: incubator/ooo/trunk/main/xmerge/source/activesync/resource.h URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/xmerge/source/activesync/resource.h?rev=1292501&r1=1292500&r2=1292501&view=diff ============================================================================== --- incubator/ooo/trunk/main/xmerge/source/activesync/resource.h (original) +++ incubator/ooo/trunk/main/xmerge/source/activesync/resource.h Wed Feb 22 21:00:02 2012 @@ -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. + * + *************************************************************/ //{{NO_DEPENDENCIES}} // Microsoft Developer Studio generated include file. // Used by XMergeSync.rc Modified: incubator/ooo/trunk/main/xmerge/source/activesync/stdafx.h URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/xmerge/source/activesync/stdafx.h?rev=1292501&r1=1292500&r2=1292501&view=diff ============================================================================== --- incubator/ooo/trunk/main/xmerge/source/activesync/stdafx.h (original) +++ incubator/ooo/trunk/main/xmerge/source/activesync/stdafx.h Wed Feb 22 21:00:02 2012 @@ -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. + * + *************************************************************/ // // stdafx.h : include file for standard system include files, // or project specific include files that are used frequently, Modified: incubator/ooo/trunk/main/xmerge/source/palmtests/bin/rd URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/xmerge/source/palmtests/bin/rd?rev=1292501&r1=1292500&r2=1292501&view=diff ============================================================================== --- incubator/ooo/trunk/main/xmerge/source/palmtests/bin/rd (original) +++ incubator/ooo/trunk/main/xmerge/source/palmtests/bin/rd Wed Feb 22 21:00:02 2012 @@ -1,4 +1,24 @@ #!/bin/ksh +# ************************************************************* +# +# 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. +# +# ************************************************************* # # Directories commonly used by this script... #
