Change in project License from AGPL 3.0 to Apache 2.0 prior to first … · bradleybeddoes/nimble@e1e273f · GitHub
Skip to content

Commit

Permalink
Change in project License from AGPL 3.0 to Apache 2.0 prior to first …
Browse files Browse the repository at this point in the history
…public release.

Several factors influenced this decision, the largest being community building and making things as easy as possible for folks to get started with the project.

We don't however believe Open Source == Free and will continue to investigate the best way to commercialize this IP, restrictive copy-left licenses aren't however the answer.
  • Loading branch information
Bradley Beddoes committed Jun 24, 2009
1 parent 136be72 commit e1e273f
Show file tree
Hide file tree
Showing 93 changed files with 726 additions and 2,722 deletions.
676 changes: 0 additions & 676 deletions LICENSE.txt

This file was deleted.

30 changes: 9 additions & 21 deletions NimbleGrailsPlugin.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,17 @@
* Nimble, an extensive application base for Grails
* Copyright (C) 2009 Intient Pty Ltd
*
* Open Source Use - GNU Affero General Public License, version 3
* 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 Affero 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 Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Commercial/Private Use
*
* You may purchase a commercial version of this software which
* frees you from all restrictions of the AGPL by visiting
* http://intient.com/products/nimble/licenses
*
* If you have purchased a commercial version of this software it is licensed
* to you under the terms of your agreement made with Intient Pty Ltd.
* 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 grails.util.GrailsUtil
Expand Down
60 changes: 0 additions & 60 deletions NimbleTM.tmproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>currentDocument</key>
<string>grails-app/views/profile/show.gsp</string>
<key>documents</key>
<array>
<dict>
Expand Down Expand Up @@ -63,20 +61,6 @@
<key>firstVisibleLine</key>
<integer>0</integer>
</dict>
<key>grails-app/controllers/intient/nimble/controller/ProfileController.groovy</key>
<dict>
<key>caret</key>
<dict>
<key>column</key>
<integer>3</integer>
<key>line</key>
<integer>27</integer>
</dict>
<key>firstVisibleColumn</key>
<integer>0</integer>
<key>firstVisibleLine</key>
<integer>5</integer>
</dict>
<key>grails-app/domain/intient/nimble/domain/Address.groovy</key>
<dict>
<key>caret</key>
Expand Down Expand Up @@ -107,20 +91,6 @@
<integer>0</integer>
</dict>
</dict>
<key>grails-app/domain/intient/nimble/domain/Association.groovy</key>
<dict>
<key>caret</key>
<dict>
<key>column</key>
<integer>33</integer>
<key>line</key>
<integer>39</integer>
</dict>
<key>firstVisibleColumn</key>
<integer>0</integer>
<key>firstVisibleLine</key>
<integer>0</integer>
</dict>
<key>grails-app/domain/intient/nimble/domain/PermissionAware.groovy</key>
<dict>
<key>caret</key>
Expand Down Expand Up @@ -221,37 +191,7 @@
<integer>12</integer>
</dict>
</dict>
<key>grails-app/views/profile/show.gsp</key>
<dict>
<key>caret</key>
<dict>
<key>column</key>
<integer>38</integer>
<key>line</key>
<integer>22</integer>
</dict>
<key>firstVisibleColumn</key>
<integer>0</integer>
<key>firstVisibleLine</key>
<integer>0</integer>
</dict>
</dict>
<key>openDocuments</key>
<array>
<string>grails-app/domain/intient/nimble/domain/Phone.groovy</string>
<string>grails-app/domain/intient/nimble/domain/Profile.groovy</string>
<string>grails-app/domain/intient/nimble/domain/Association.groovy</string>
<string>grails-app/domain/intient/nimble/domain/User.groovy</string>
<string>grails-app/domain/intient/nimble/domain/PermissionAware.groovy</string>
<string>grails-app/conf/UrlMappings.groovy</string>
<string>grails-app/conf/NimbleUrlMappings.groovy</string>
<string>grails-app/controllers/intient/nimble/controller/ProfileController.groovy</string>
<string>grails-app/views/profile/show.gsp</string>
<string>grails-app/views/admins/index.gsp</string>
<string>grails-app/views/admins/list.gsp</string>
<string>grails-app/controllers/intient/nimble/controller/MainController.groovy</string>
<string>grails-app/domain/intient/nimble/domain/Address.groovy</string>
</array>
<key>showFileHierarchyDrawer</key>
<true/>
<key>windowFrame</key>
Expand Down
30 changes: 9 additions & 21 deletions grails-app/conf/BootStrap.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,17 @@
* Nimble, an extensive application base for Grails
* Copyright (C) 2009 Intient Pty Ltd
*
* Open Source Use - GNU Affero General Public License, version 3
* 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 Affero 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 Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Commercial/Private Use
*
* You may purchase a commercial version of this software which
* frees you from all restrictions of the AGPL by visiting
* http://intient.com/products/nimble/licenses
*
* If you have purchased a commercial version of this software it is licensed
* to you under the terms of your agreement made with Intient Pty Ltd.
* 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.
*/

class BootStrap {
Expand Down
30 changes: 9 additions & 21 deletions grails-app/conf/DataSource.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,17 @@
* Nimble, an extensive application base for Grails
* Copyright (C) 2009 Intient Pty Ltd
*
* Open Source Use - GNU Affero General Public License, version 3
* 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 Affero 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 Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Commercial/Private Use
*
* You may purchase a commercial version of this software which
* frees you from all restrictions of the AGPL by visiting
* http://intient.com/products/nimble/licenses
*
* If you have purchased a commercial version of this software it is licensed
* to you under the terms of your agreement made with Intient Pty Ltd.
* 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.
*/

dataSource {
Expand Down
30 changes: 9 additions & 21 deletions grails-app/conf/DefaultNimbleConfig.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,17 @@
* Nimble, an extensive application base for Grails
* Copyright (C) 2009 Intient Pty Ltd
*
* Open Source Use - GNU Affero General Public License, version 3
* 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 Affero 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 Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Commercial/Private Use
*
* You may purchase a commercial version of this software which
* frees you from all restrictions of the AGPL by visiting
* http://intient.com/products/nimble/licenses
*
* If you have purchased a commercial version of this software it is licensed
* to you under the terms of your agreement made with Intient Pty Ltd.
* 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.
*/

nimble {
Expand Down
30 changes: 9 additions & 21 deletions grails-app/conf/NimbleBootStrap.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,17 @@
* Nimble, an extensive application base for Grails
* Copyright (C) 2009 Intient Pty Ltd
*
* Open Source Use - GNU Affero General Public License, version 3
* 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 Affero 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 Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Commercial/Private Use
*
* You may purchase a commercial version of this software which
* frees you from all restrictions of the AGPL by visiting
* http://intient.com/products/nimble/licenses
*
* If you have purchased a commercial version of this software it is licensed
* to you under the terms of your agreement made with Intient Pty Ltd.
* 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 intient.nimble.domain.LevelPermission
Expand Down
16 changes: 16 additions & 0 deletions grails-app/conf/UrlMappings.groovy
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
/*
* Nimble, an extensive application base for Grails
* Copyright (C) 2009 Intient Pty Ltd
*
* 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
*
* 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.
*/
class UrlMappings {
static mappings = {
"/$controller/$action?/$id?" {
Expand Down
30 changes: 9 additions & 21 deletions grails-app/conf/spring/resources.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,17 @@
* Nimble, an extensive application base for Grails
* Copyright (C) 2009 Intient Pty Ltd
*
* Open Source Use - GNU Affero General Public License, version 3
* 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 Affero 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 Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Commercial/Private Use
*
* You may purchase a commercial version of this software which
* frees you from all restrictions of the AGPL by visiting
* http://intient.com/products/nimble/licenses
*
* If you have purchased a commercial version of this software it is licensed
* to you under the terms of your agreement made with Intient Pty Ltd.
* 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.
*/

beans = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,17 @@
* Nimble, an extensive application base for Grails
* Copyright (C) 2009 Intient Pty Ltd
*
* Open Source Use - GNU Affero General Public License, version 3
* 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 Affero 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 Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Commercial/Private Use
*
* You may purchase a commercial version of this software which
* frees you from all restrictions of the AGPL by visiting
* http://intient.com/products/nimble/licenses
*
* If you have purchased a commercial version of this software it is licensed
* to you under the terms of your agreement made with Intient Pty Ltd.
* 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.
*/

package intient.nimble.controller
Expand Down
Loading

0 comments on commit e1e273f

Please sign in to comment.