Author: doogie
Date: Thu Aug 28 10:32:40 2008 New Revision: 689908 URL: http://svn.apache.org/viewvc?rev=689908&view=rev Log: Add license header to files that support it. Modified: ofbiz/trunk/debian/EncryptPassword.java ofbiz/trunk/debian/control ofbiz/trunk/debian/entityengine.xslt ofbiz/trunk/debian/extract-entityengine.xslt ofbiz/trunk/debian/move-files.pl ofbiz/trunk/debian/ofbiz.config ofbiz/trunk/debian/ofbiz.default ofbiz/trunk/debian/ofbiz.init ofbiz/trunk/debian/ofbiz.postinst ofbiz/trunk/debian/ofbiz.postrm ofbiz/trunk/debian/ofbiz.prerm ofbiz/trunk/debian/ofbiz.templates ofbiz/trunk/debian/override-data.xslt ofbiz/trunk/debian/rules Modified: ofbiz/trunk/debian/EncryptPassword.java URL: http://svn.apache.org/viewvc/ofbiz/trunk/debian/EncryptPassword.java?rev=689908&r1=689907&r2=689908&view=diff ============================================================================== --- ofbiz/trunk/debian/EncryptPassword.java (original) +++ ofbiz/trunk/debian/EncryptPassword.java Thu Aug 28 10:32:40 2008 @@ -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. + */ import org.ofbiz.base.crypto.HashCrypt; import org.ofbiz.common.login.LoginServices; Modified: ofbiz/trunk/debian/control URL: http://svn.apache.org/viewvc/ofbiz/trunk/debian/control?rev=689908&r1=689907&r2=689908&view=diff ============================================================================== --- ofbiz/trunk/debian/control (original) +++ ofbiz/trunk/debian/control Thu Aug 28 10:32:40 2008 @@ -1,3 +1,19 @@ +#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: ofbiz Section: misc Priority: extra Modified: ofbiz/trunk/debian/entityengine.xslt URL: http://svn.apache.org/viewvc/ofbiz/trunk/debian/entityengine.xslt?rev=689908&r1=689907&r2=689908&view=diff ============================================================================== --- ofbiz/trunk/debian/entityengine.xslt (original) +++ ofbiz/trunk/debian/entityengine.xslt Thu Aug 28 10:32:40 2008 @@ -1,3 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- +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. +--> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version='1.0'> Modified: ofbiz/trunk/debian/extract-entityengine.xslt URL: http://svn.apache.org/viewvc/ofbiz/trunk/debian/extract-entityengine.xslt?rev=689908&r1=689907&r2=689908&view=diff ============================================================================== --- ofbiz/trunk/debian/extract-entityengine.xslt (original) +++ ofbiz/trunk/debian/extract-entityengine.xslt Thu Aug 28 10:32:40 2008 @@ -1,3 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- +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. +--> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version='1.0'> Modified: ofbiz/trunk/debian/move-files.pl URL: http://svn.apache.org/viewvc/ofbiz/trunk/debian/move-files.pl?rev=689908&r1=689907&r2=689908&view=diff ============================================================================== --- ofbiz/trunk/debian/move-files.pl (original) +++ ofbiz/trunk/debian/move-files.pl Thu Aug 28 10:32:40 2008 @@ -1,4 +1,20 @@ #!/usr/bin/perl -w +#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. use strict; use warnings; Modified: ofbiz/trunk/debian/ofbiz.config URL: http://svn.apache.org/viewvc/ofbiz/trunk/debian/ofbiz.config?rev=689908&r1=689907&r2=689908&view=diff ============================================================================== --- ofbiz/trunk/debian/ofbiz.config (original) +++ ofbiz/trunk/debian/ofbiz.config Thu Aug 28 10:32:40 2008 @@ -1,4 +1,21 @@ #!/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. + set -ex . /usr/share/debconf/confmodule Modified: ofbiz/trunk/debian/ofbiz.default URL: http://svn.apache.org/viewvc/ofbiz/trunk/debian/ofbiz.default?rev=689908&r1=689907&r2=689908&view=diff ============================================================================== --- ofbiz/trunk/debian/ofbiz.default (original) +++ ofbiz/trunk/debian/ofbiz.default Thu Aug 28 10:32:40 2008 @@ -1 +1,18 @@ +#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. + MEMIF="-Xms128M -Xmx256M" Modified: ofbiz/trunk/debian/ofbiz.init URL: http://svn.apache.org/viewvc/ofbiz/trunk/debian/ofbiz.init?rev=689908&r1=689907&r2=689908&view=diff ============================================================================== --- ofbiz/trunk/debian/ofbiz.init (original) +++ ofbiz/trunk/debian/ofbiz.init Thu Aug 28 10:32:40 2008 @@ -1,4 +1,21 @@ #!/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. + set -e if ! [ -e "/usr/share/ofbiz/ofbiz.jar" ]; then Modified: ofbiz/trunk/debian/ofbiz.postinst URL: http://svn.apache.org/viewvc/ofbiz/trunk/debian/ofbiz.postinst?rev=689908&r1=689907&r2=689908&view=diff ============================================================================== --- ofbiz/trunk/debian/ofbiz.postinst (original) +++ ofbiz/trunk/debian/ofbiz.postinst Thu Aug 28 10:32:40 2008 @@ -1,4 +1,21 @@ #!/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. + set -e : "$0" "$@" JAVA_HOME="" Modified: ofbiz/trunk/debian/ofbiz.postrm URL: http://svn.apache.org/viewvc/ofbiz/trunk/debian/ofbiz.postrm?rev=689908&r1=689907&r2=689908&view=diff ============================================================================== --- ofbiz/trunk/debian/ofbiz.postrm (original) +++ ofbiz/trunk/debian/ofbiz.postrm Thu Aug 28 10:32:40 2008 @@ -1,4 +1,21 @@ #!/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. + set -e : "$0" "$@" Modified: ofbiz/trunk/debian/ofbiz.prerm URL: http://svn.apache.org/viewvc/ofbiz/trunk/debian/ofbiz.prerm?rev=689908&r1=689907&r2=689908&view=diff ============================================================================== --- ofbiz/trunk/debian/ofbiz.prerm (original) +++ ofbiz/trunk/debian/ofbiz.prerm Thu Aug 28 10:32:40 2008 @@ -1,4 +1,21 @@ #!/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. + set -ex : "$0" "$@" Modified: ofbiz/trunk/debian/ofbiz.templates URL: http://svn.apache.org/viewvc/ofbiz/trunk/debian/ofbiz.templates?rev=689908&r1=689907&r2=689908&view=diff ============================================================================== --- ofbiz/trunk/debian/ofbiz.templates (original) +++ ofbiz/trunk/debian/ofbiz.templates Thu Aug 28 10:32:40 2008 @@ -21,7 +21,7 @@ Template: ofbiz/admin-password-encrypted Type: password -_Description: temporary placeholder for the encrypted password, not shown +_Description: for internal use Template: ofbiz/mismatched-passwords Type: note Modified: ofbiz/trunk/debian/override-data.xslt URL: http://svn.apache.org/viewvc/ofbiz/trunk/debian/override-data.xslt?rev=689908&r1=689907&r2=689908&view=diff ============================================================================== --- ofbiz/trunk/debian/override-data.xslt (original) +++ ofbiz/trunk/debian/override-data.xslt Thu Aug 28 10:32:40 2008 @@ -1,3 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- +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. +--> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version='1.0'> Modified: ofbiz/trunk/debian/rules URL: http://svn.apache.org/viewvc/ofbiz/trunk/debian/rules?rev=689908&r1=689907&r2=689908&view=diff ============================================================================== --- ofbiz/trunk/debian/rules (original) +++ ofbiz/trunk/debian/rules Thu Aug 28 10:32:40 2008 @@ -1,4 +1,21 @@ #!/usr/bin/make -f +#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. + DH_VERBOSE := SHELL := /bin/bash -O extglob |
Free forum by Nabble | Edit this page |