Skip to content

Commit

Permalink
Move license and copyright docs to root, fix names and references
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverguenther committed Sep 2, 2021
1 parent b52a2d7 commit ccfa29c
Show file tree
Hide file tree
Showing 5,459 changed files with 5,499 additions and 5,497 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#
# See docs/COPYRIGHT.rdoc for more details.
# See COPYRIGHT and LICENSE files for more details.
#++

# If you place a .env file into the root directory of OpenProject
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#
# See docs/COPYRIGHT.rdoc for more details.
# See COPYRIGHT and LICENSE files for more details.
#++

# See https://help.github.com/articles/ignoring-files for more about ignoring files.
Expand Down
2 changes: 2 additions & 0 deletions docs/COPYRIGHT.rdoc → COPYRIGHT
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

See LICENSE for the full GPLv3 license text.

---

OpenProject is a derivative work based on ChiliProject, whose Copyright follows.
Expand Down
2 changes: 1 addition & 1 deletion docs/COPYRIGHT_short.rdoc → COPYRIGHT_short
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

See docs/COPYRIGHT.rdoc for more details.
See COPYRIGHT and LICENSE files for more details.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#
# See docs/COPYRIGHT.rdoc for more details.
# See COPYRIGHT and LICENSE files for more details.
#++

source 'https://rubygems.org'
Expand Down
2 changes: 1 addition & 1 deletion Guardfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#
# See docs/COPYRIGHT.rdoc for more details.
# See COPYRIGHT and LICENSE files for more details.
#++

guard :rspec do # , :cli => "--drb" do
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ For more information on how to disclose a security vulnerability, [please see th
## License

OpenProject is licensed under the terms of the GNU General Public License version 3.
See [docs/COPYRIGHT.rdoc](docs/COPYRIGHT.rdoc) for details.
See [COPYRIGHT and LICENSE files](COPYRIGHT and LICENSE files) for details.

## Credits

Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#
# See docs/COPYRIGHT.rdoc for more details.
# See COPYRIGHT and LICENSE files for more details.
#++

# Add your own tasks in files placed in lib/tasks ending in .rake,
Expand Down
2 changes: 1 addition & 1 deletion app/cells/individual_principal_base_filter_cell.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#
# See docs/COPYRIGHT.rdoc for more details.
# See COPYRIGHT and LICENSE files for more details.
#++

class IndividualPrincipalBaseFilterCell < RailsCell
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#
# See docs/COPYRIGHT.rdoc for more details.
# See COPYRIGHT and LICENSE files for more details.
#++

module PlaceholderUsers
Expand Down
2 changes: 1 addition & 1 deletion app/cells/placeholder_users/row_cell.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#
# See docs/COPYRIGHT.rdoc for more details.
# See COPYRIGHT and LICENSE files for more details.
#++

module PlaceholderUsers
Expand Down
2 changes: 1 addition & 1 deletion app/cells/placeholder_users/table_cell.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#
# See docs/COPYRIGHT.rdoc for more details.
# See COPYRIGHT and LICENSE files for more details.
#++

module PlaceholderUsers
Expand Down
2 changes: 1 addition & 1 deletion app/cells/user_filter_cell.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#
# See docs/COPYRIGHT.rdoc for more details.
# See COPYRIGHT and LICENSE files for more details.
#++

class UserFilterCell < IndividualPrincipalBaseFilterCell
Expand Down
2 changes: 1 addition & 1 deletion app/cells/users/user_filter_cell.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#
# See docs/COPYRIGHT.rdoc for more details.
# See COPYRIGHT and LICENSE files for more details.
#++

module Users
Expand Down
2 changes: 1 addition & 1 deletion app/cells/versions/row_cell.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#
# See docs/COPYRIGHT.rdoc for more details.
# See COPYRIGHT and LICENSE files for more details.
#++

module Versions
Expand Down
2 changes: 1 addition & 1 deletion app/cells/views/individual_principal_base_filter/show.erb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
See docs/COPYRIGHT.rdoc for more details.
See COPYRIGHT and LICENSE files for more details.
++#%>

Expand Down
2 changes: 1 addition & 1 deletion app/cells/views/projects/row/show.erb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
See docs/COPYRIGHT.rdoc for more details.
See COPYRIGHT and LICENSE files for more details.
++#%>

Expand Down
4 changes: 2 additions & 2 deletions app/cells/views/projects/table/show.erb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
See docs/COPYRIGHT.rdoc for more details.
See COPYRIGHT and LICENSE files for more details.
++#%>

Expand Down Expand Up @@ -100,4 +100,4 @@ See docs/COPYRIGHT.rdoc for more details.
<% if paginated? %>
<%= pagination_links_full model %>
<% end %>
</div>
</div>
2 changes: 1 addition & 1 deletion app/cells/views/row/show.erb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
See docs/COPYRIGHT.rdoc for more details.
See COPYRIGHT and LICENSE files for more details.
++#%>

Expand Down
2 changes: 1 addition & 1 deletion app/cells/views/table/show.erb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
See docs/COPYRIGHT.rdoc for more details.
See COPYRIGHT and LICENSE files for more details.
++#%>

Expand Down
2 changes: 1 addition & 1 deletion app/contracts/admin_only_contract.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#
# See docs/COPYRIGHT.rdoc for more details.
# See COPYRIGHT and LICENSE files for more details.
#++

# A contract that only checks whether the current user is an admin
Expand Down
2 changes: 1 addition & 1 deletion app/contracts/attachments/create_contract.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#
# See docs/COPYRIGHT.rdoc for more details.
# See COPYRIGHT and LICENSE files for more details.
#++

module Attachments
Expand Down
2 changes: 1 addition & 1 deletion app/contracts/attachments/delete_contract.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#
# See docs/COPYRIGHT.rdoc for more details.
# See COPYRIGHT and LICENSE files for more details.
#++

module Attachments
Expand Down
2 changes: 1 addition & 1 deletion app/contracts/attachments/prepare_upload_contract.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#
# See docs/COPYRIGHT.rdoc for more details.
# See COPYRIGHT and LICENSE files for more details.
#++

module Attachments
Expand Down
2 changes: 1 addition & 1 deletion app/contracts/attachments/validate_replacements.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#
# See docs/COPYRIGHT.rdoc for more details.
# See COPYRIGHT and LICENSE files for more details.
#++

require 'model_contract'
Expand Down
2 changes: 1 addition & 1 deletion app/contracts/attribute_help_texts/base_contract.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#
# See docs/COPYRIGHT.rdoc for more details.
# See COPYRIGHT and LICENSE files for more details.
#++

module AttributeHelpTexts
Expand Down
2 changes: 1 addition & 1 deletion app/contracts/attribute_help_texts/create_contract.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#
# See docs/COPYRIGHT.rdoc for more details.
# See COPYRIGHT and LICENSE files for more details.
#++

module AttributeHelpTexts
Expand Down
2 changes: 1 addition & 1 deletion app/contracts/attribute_help_texts/update_contract.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#
# See docs/COPYRIGHT.rdoc for more details.
# See COPYRIGHT and LICENSE files for more details.
#++

module AttributeHelpTexts
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#
# See docs/COPYRIGHT.rdoc for more details.
# See COPYRIGHT and LICENSE files for more details.
#++

module Authentication
Expand Down
2 changes: 1 addition & 1 deletion app/contracts/backups/create_contract.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#
# See docs/COPYRIGHT.rdoc for more details.
# See COPYRIGHT and LICENSE files for more details.
#++

module Backups
Expand Down
2 changes: 1 addition & 1 deletion app/contracts/base_contract.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#
# See docs/COPYRIGHT.rdoc for more details.
# See COPYRIGHT and LICENSE files for more details.
#++

class BaseContract < Disposable::Twin
Expand Down
2 changes: 1 addition & 1 deletion app/contracts/concerns/assignable_custom_field_values.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#
# See docs/COPYRIGHT.rdoc for more details.
# See COPYRIGHT and LICENSE files for more details.
#++

module AssignableCustomFieldValues
Expand Down
2 changes: 1 addition & 1 deletion app/contracts/concerns/requires_admin_guard.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#
# See docs/COPYRIGHT.rdoc for more details.
# See COPYRIGHT and LICENSE files for more details.
#++

module RequiresAdminGuard
Expand Down
2 changes: 1 addition & 1 deletion app/contracts/concerns/requires_enterprise_guard.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#
# See docs/COPYRIGHT.rdoc for more details.
# See COPYRIGHT and LICENSE files for more details.
#++

module RequiresEnterpriseGuard
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#
# See docs/COPYRIGHT.rdoc for more details.
# See COPYRIGHT and LICENSE files for more details.
#++

module SingleTableInheritanceModelContract
Expand Down
2 changes: 1 addition & 1 deletion app/contracts/concerns/unchanged_project.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#
# See docs/COPYRIGHT.rdoc for more details.
# See COPYRIGHT and LICENSE files for more details.
#++

module UnchangedProject
Expand Down
2 changes: 1 addition & 1 deletion app/contracts/custom_actions/cu_contract.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#
# See docs/COPYRIGHT.rdoc for more details.
# See COPYRIGHT and LICENSE files for more details.
#++

require 'model_contract'
Expand Down
2 changes: 1 addition & 1 deletion app/contracts/custom_actions/execute_contract.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#
# See docs/COPYRIGHT.rdoc for more details.
# See COPYRIGHT and LICENSE files for more details.
#++

module CustomActions
Expand Down
2 changes: 1 addition & 1 deletion app/contracts/custom_fields/base_contract.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#
# See docs/COPYRIGHT.rdoc for more details.
# See COPYRIGHT and LICENSE files for more details.
#++

module CustomFields
Expand Down
2 changes: 1 addition & 1 deletion app/contracts/custom_fields/create_contract.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#
# See docs/COPYRIGHT.rdoc for more details.
# See COPYRIGHT and LICENSE files for more details.
#++

module CustomFields
Expand Down
2 changes: 1 addition & 1 deletion app/contracts/custom_fields/update_contract.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#
# See docs/COPYRIGHT.rdoc for more details.
# See COPYRIGHT and LICENSE files for more details.
#++

module CustomFields
Expand Down
2 changes: 1 addition & 1 deletion app/contracts/delete_contract.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#
# See docs/COPYRIGHT.rdoc for more details.
# See COPYRIGHT and LICENSE files for more details.
#++

class DeleteContract < ModelContract
Expand Down
2 changes: 1 addition & 1 deletion app/contracts/empty_contract.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#
# See docs/COPYRIGHT.rdoc for more details.
# See COPYRIGHT and LICENSE files for more details.
#++

class EmptyContract < ModelContract
Expand Down
2 changes: 1 addition & 1 deletion app/contracts/groups/base_contract.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#
# See docs/COPYRIGHT.rdoc for more details.
# See COPYRIGHT and LICENSE files for more details.
#++

module Groups
Expand Down
Loading

0 comments on commit ccfa29c

Please sign in to comment.