Skip to content
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.

Commit

Permalink
eclim license changed from apache 2 to GPLv3
Browse files Browse the repository at this point in the history
git-svn-id: https://eclim.svn.sourceforge.net/svnroot/eclim/trunk@1803 b5bd0a2e-1a23-0410-8567-9814cbbba304
  • Loading branch information
ervandew committed Mar 25, 2008
1 parent 11be936 commit d1cc4af
Show file tree
Hide file tree
Showing 561 changed files with 7,005 additions and 5,684 deletions.
875 changes: 674 additions & 201 deletions LICENSE

Large diffs are not rendered by default.

18 changes: 10 additions & 8 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@ This product includes software developed by
- The Apache Software Foundation (http://www.apache.org/).
- The Codehaus (http://groovy.codehaus.org).

The end-user documentation included with a redistribution, if any,
must include the following acknowledgement:
-----------------------------------------------------------------------

"This product includes software developed by Eric Van Dewoestine."
Additional permission under GNU GPL version 3 section 7

Alternately, this acknowledgement may appear in the software itself,
if and wherever such third-party acknowledgements normally appear.
If you modify this Program, or any covered work, by linking or combining it
with Eclipse (including any of the Eclipse addons listed below, or a modified
version of Eclipse or these addons), containing parts covered by the terms of
the EPL, the licensors of this Program grant you additional permission to
convey the resulting work.

The name "Eclim" must not be used to endorse or promote products
derived from this software without prior written permission.
For written permission, please contact ervandew@gmail.com.
Permission is granted to link this work with:
- Eclipse (jdt, pdt, wst, and any other eclipse extension produced by the
Eclipse Foundation under the terms of the EPL).
15 changes: 15 additions & 0 deletions bin/backup
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
#!/bin/sh

# Copyright (C) 2005 - 2008 Eric Van Dewoestine
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

BACKUP_DIR=`dirname $0`
BACKUP_DIR="$BACKUP_DIR/../backup/eclim"

Expand Down
16 changes: 16 additions & 0 deletions bin/classpath
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
#!/bin/sh

# Copyright (C) 2005 - 2008 Eric Van Dewoestine
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

##
# Script to update the eclim .classpath file for the latest version of the
# eclipse plugins.
Expand Down
16 changes: 16 additions & 0 deletions bin/dependencies
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
#!/usr/bin/env python

# Copyright (C) 2005 - 2008 Eric Van Dewoestine
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

##
# Script to check for any new updates for each of eclim's eclipse plugin
# dependencies.
Expand Down
23 changes: 11 additions & 12 deletions bin/eclipse/disable
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
#!/bin/sh

# Copyright (c) 2005 - 2008
# Copyright (C) 2005 - 2008 Eric Van Dewoestine
#
# Licensed 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
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# http://www.apache.org/licenses/LICENSE-2.0
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# 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.

# Author: Eric Van Dewoestine
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

ECLIPSE_HOME="/usr/local/java/eclipse"
$ECLIPSE_HOME/eclipse \
Expand Down
23 changes: 11 additions & 12 deletions bin/eclipse/enable
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
#!/bin/sh

# Copyright (c) 2005 - 2008
# Copyright (C) 2005 - 2008 Eric Van Dewoestine
#
# Licensed 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
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# http://www.apache.org/licenses/LICENSE-2.0
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# 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.

# Author: Eric Van Dewoestine
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

ECLIPSE_HOME="/usr/local/java/eclipse"
$ECLIPSE_HOME/eclipse \
Expand Down
23 changes: 11 additions & 12 deletions bin/eclipse/install
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
#!/bin/sh

# Copyright (c) 2005 - 2008
# Copyright (C) 2005 - 2008 Eric Van Dewoestine
#
# Licensed 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
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# http://www.apache.org/licenses/LICENSE-2.0
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# 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.

# Author: Eric Van Dewoestine
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

ECLIPSE_HOME="/usr/local/java/eclipse"
$ECLIPSE_HOME/eclipse \
Expand Down
23 changes: 11 additions & 12 deletions bin/eclipse/list
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
#!/bin/sh

# Copyright (c) 2005 - 2008
# Copyright (C) 2005 - 2008 Eric Van Dewoestine
#
# Licensed 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
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# http://www.apache.org/licenses/LICENSE-2.0
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# 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.

# Author: Eric Van Dewoestine
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

ECLIPSE_HOME="/usr/local/java/eclipse"
$ECLIPSE_HOME/eclipse \
Expand Down
23 changes: 11 additions & 12 deletions bin/eclipse/search
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
#!/bin/sh

# Copyright (c) 2005 - 2008
# Copyright (C) 2005 - 2008 Eric Van Dewoestine
#
# Licensed 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
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# http://www.apache.org/licenses/LICENSE-2.0
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# 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.

# Author: Eric Van Dewoestine
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

ECLIPSE_HOME="/usr/local/java/eclipse"
$ECLIPSE_HOME/eclipse \
Expand Down
23 changes: 11 additions & 12 deletions bin/eclipse/update
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
#!/bin/sh

# Copyright (c) 2005 - 2008
# Copyright (C) 2005 - 2008 Eric Van Dewoestine
#
# Licensed 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
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# http://www.apache.org/licenses/LICENSE-2.0
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# 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.

# Author: Eric Van Dewoestine
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

ECLIPSE_HOME="/usr/local/java/eclipse"
#ECLIPSE_HOME="/usr/local/java/eclipse-test"
Expand Down
15 changes: 15 additions & 0 deletions bin/rsync
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
#!/bin/sh

# Copyright (C) 2005 - 2008 Eric Van Dewoestine
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

BASEDIR=`dirname $0`
BASEDIR="$BASEDIR/.."

Expand Down
15 changes: 15 additions & 0 deletions bin/server/backup-wiki
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
#!/bin/sh

# Copyright (C) 2005 - 2008 Eric Van Dewoestine
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

# Remove last backup(s) to free disk space.
for i in `find /home/users/e/er/ervandew/backup -name "eclim-backup-wiki*"`; do
rm -f $i
Expand Down
15 changes: 14 additions & 1 deletion build.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Author: Eric Van Dewoestine
Copyright (C) 2005 - 2008 Eric Van Dewoestine
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<project name="build" default="deploy" basedir=".">

Expand Down
Loading

0 comments on commit d1cc4af

Please sign in to comment.