Author: rdonkin Date: Sat May 23 08:03:37 2009 New Revision: 777825 URL: http://svn.apache.org/viewvc?rev=777825&view=rev Log: JAMES-907 Added some license headers to documents missing them. After reviewing logs, these should be original works by Apache contributors. https://issues.apache.org/jira/browse/JAMES-907
Modified: james/server/branches/v2.3/tools/bin/ant james/server/branches/v2.3/tools/bin/antRun james/server/branches/v2.3/tools/bin/complete-ant-cmd.pl james/server/branches/v2.3/tools/bin/runant.pl james/server/branches/v2.3/tools/bin/runant.py james/server/branches/v2.3/tools/etc/tagdiff.xsl Modified: james/server/branches/v2.3/tools/bin/ant URL: http://svn.apache.org/viewvc/james/server/branches/v2.3/tools/bin/ant?rev=777825&r1=777824&r2=777825&view=diff ============================================================================== --- james/server/branches/v2.3/tools/bin/ant (original) +++ james/server/branches/v2.3/tools/bin/ant Sat May 23 08:03:37 2009 @@ -1,7 +1,25 @@ #! /bin/sh -# Copyright (c) 2001-2002 The Apache Software Foundation. All rights -# reserved. +# +################################################################ +# 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. # +################################################################ +# # load system-wide ant configuration if [ -f "/etc/ant.conf" ] ; then Modified: james/server/branches/v2.3/tools/bin/antRun URL: http://svn.apache.org/viewvc/james/server/branches/v2.3/tools/bin/antRun?rev=777825&r1=777824&r2=777825&view=diff ============================================================================== --- james/server/branches/v2.3/tools/bin/antRun (original) +++ james/server/branches/v2.3/tools/bin/antRun Sat May 23 08:03:37 2009 @@ -1,7 +1,25 @@ #! /bin/sh -# Copyright (c) 2001 The Apache Software Foundation. All rights -# reserved. +# +################################################################ +# 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. # +################################################################ +# # Args: DIR command cd "$1" Modified: james/server/branches/v2.3/tools/bin/complete-ant-cmd.pl URL: http://svn.apache.org/viewvc/james/server/branches/v2.3/tools/bin/complete-ant-cmd.pl?rev=777825&r1=777824&r2=777825&view=diff ============================================================================== --- james/server/branches/v2.3/tools/bin/complete-ant-cmd.pl (original) +++ james/server/branches/v2.3/tools/bin/complete-ant-cmd.pl Sat May 23 08:03:37 2009 @@ -1,7 +1,24 @@ #!/usr/bin/perl # -# Copyright (c) 2001 The Apache Software Foundation. All rights -# reserved. +################################################################ +# 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. # +################################################################ +# # # A script to allow Bash or Z-Shell to complete an Ant command-line. # Modified: james/server/branches/v2.3/tools/bin/runant.pl URL: http://svn.apache.org/viewvc/james/server/branches/v2.3/tools/bin/runant.pl?rev=777825&r1=777824&r2=777825&view=diff ============================================================================== --- james/server/branches/v2.3/tools/bin/runant.pl (original) +++ james/server/branches/v2.3/tools/bin/runant.pl Sat May 23 08:03:37 2009 @@ -1,7 +1,23 @@ #!/usr/bin/perl # -# Copyright (c) 2001-2002 The Apache Software Foundation. All rights -# reserved. +################################################################ +# 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. # +################################################################ # ####################################################################### # Modified: james/server/branches/v2.3/tools/bin/runant.py URL: http://svn.apache.org/viewvc/james/server/branches/v2.3/tools/bin/runant.py?rev=777825&r1=777824&r2=777825&view=diff ============================================================================== --- james/server/branches/v2.3/tools/bin/runant.py (original) +++ james/server/branches/v2.3/tools/bin/runant.py Sat May 23 08:03:37 2009 @@ -8,9 +8,24 @@ the python os library) This script has been tested with Python2.0/Win2K - Copyright (c) 2001 The Apache Software Foundation. All rights - reserved. + 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. + created: 2001-04-11 author: Pierre Dittgen pierre.ditt...@criltelecom.com Modified: james/server/branches/v2.3/tools/etc/tagdiff.xsl URL: http://svn.apache.org/viewvc/james/server/branches/v2.3/tools/etc/tagdiff.xsl?rev=777825&r1=777824&r2=777825&view=diff ============================================================================== --- james/server/branches/v2.3/tools/etc/tagdiff.xsl (original) +++ james/server/branches/v2.3/tools/etc/tagdiff.xsl Sat May 23 08:03:37 2009 @@ -1,5 +1,23 @@ <!-- a stylesheet to display changelogs ala netbeans --> +<!-- + 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" --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org