mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
d03d22edc8
* Introduce the PageLinkQuery * Update page link query and some copyright * Adds PageLinkCollectionRepresenter * Introduces the endpoint /work_packages/id/wiki_page_links * MetadaService tests, most of it is a work of fiction * Adds urns for page link type improve some tests * Removes mentions to view_wiki_page_links permissions * Adds a test for multiple providers and same identifiers --- Co-authored-by: Jan Sandbrink <j.sandbrink@openproject.com>
62 lines
2.4 KiB
Plaintext
62 lines
2.4 KiB
Plaintext
OpenProject is an open source project management software.
|
|
|
|
Copyright (C) 2012-2026 the OpenProject GmbH
|
|
|
|
This program is free software; you can redistribute it and/or
|
|
modify it under the terms of the GNU General Public License
|
|
version 3.
|
|
|
|
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, 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.
|
|
|
|
ChiliProject is a project management system.
|
|
|
|
Copyright (C) 2010-2013 the ChiliProject Team
|
|
|
|
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 2
|
|
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, write to the Free Software
|
|
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
|
|
---
|
|
|
|
ChiliProject is a derivative work based on Redmine, whose Copyright follows.
|
|
|
|
Redmine - project management software
|
|
Copyright (C) 2006-2017 Jean-Philippe Lang
|
|
|
|
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 2
|
|
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, write to the Free Software
|
|
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|