Skip to content
This repository has been archived by the owner on Jan 21, 2021. It is now read-only.

Commit

Permalink
Add copyright headers
Browse files Browse the repository at this point in the history
  • Loading branch information
cataphract committed Jul 3, 2014
1 parent b923771 commit 5cadbc9
Show file tree
Hide file tree
Showing 235 changed files with 4,467 additions and 0 deletions.
19 changes: 19 additions & 0 deletions TransmartCoreGrailsPlugin.groovy
@@ -1,3 +1,22 @@
/*
* Copyright © 2013-2014 The Hyve B.V.
*
* This file is part of transmart-core-db.
*
* Transmart-core-db 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
* transmart-core-db. If not, see <http://www.gnu.org/licenses/>.
*/

import org.springframework.stereotype.Component
import org.transmartproject.db.accesscontrol.AccessControlChecks
import org.transmartproject.db.dataquery.clinical.variables.ClinicalVariableFactory
Expand Down
@@ -1,3 +1,22 @@
/*
* Copyright © 2013-2014 The Hyve B.V.
*
* This file is part of transmart-core-db.
*
* Transmart-core-db 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
* transmart-core-db. If not, see <http://www.gnu.org/licenses/>.
*/

package org.transmartproject.db.ontology.http

import grails.converters.JSON
Expand Down
@@ -1,3 +1,22 @@
/*
* Copyright © 2013-2014 The Hyve B.V.
*
* This file is part of transmart-core-db.
*
* Transmart-core-db 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
* transmart-core-db. If not, see <http://www.gnu.org/licenses/>.
*/

package org.transmartproject.db.accesscontrol

import com.google.common.collect.ImmutableMultimap
Expand Down
@@ -1,3 +1,22 @@
/*
* Copyright © 2013-2014 The Hyve B.V.
*
* This file is part of transmart-core-db.
*
* Transmart-core-db 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
* transmart-core-db. If not, see <http://www.gnu.org/licenses/>.
*/

package org.transmartproject.db.accesscontrol

class SecuredObject {
Expand Down
@@ -1,3 +1,22 @@
/*
* Copyright © 2013-2014 The Hyve B.V.
*
* This file is part of transmart-core-db.
*
* Transmart-core-db 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
* transmart-core-db. If not, see <http://www.gnu.org/licenses/>.
*/

package org.transmartproject.db.accesscontrol

import org.transmartproject.db.user.PrincipalCoreDb
Expand Down
@@ -1,3 +1,22 @@
/*
* Copyright © 2013-2014 The Hyve B.V.
*
* This file is part of transmart-core-db.
*
* Transmart-core-db 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
* transmart-core-db. If not, see <http://www.gnu.org/licenses/>.
*/

package org.transmartproject.db.accesscontrol

import groovy.transform.EqualsAndHashCode
Expand Down
@@ -1,3 +1,22 @@
/*
* Copyright © 2013-2014 The Hyve B.V.
*
* This file is part of transmart-core-db.
*
* Transmart-core-db 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
* transmart-core-db. If not, see <http://www.gnu.org/licenses/>.
*/

package org.transmartproject.db.bioassay

import groovy.transform.EqualsAndHashCode
Expand Down
@@ -1,3 +1,22 @@
/*
* Copyright © 2013-2014 The Hyve B.V.
*
* This file is part of transmart-core-db.
*
* Transmart-core-db 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
* transmart-core-db. If not, see <http://www.gnu.org/licenses/>.
*/

package org.transmartproject.db.bioassay

import org.transmartproject.db.biomarker.BioMarkerCoreDb
Expand Down
@@ -1,3 +1,22 @@
/*
* Copyright © 2013-2014 The Hyve B.V.
*
* This file is part of transmart-core-db.
*
* Transmart-core-db 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
* transmart-core-db. If not, see <http://www.gnu.org/licenses/>.
*/

package org.transmartproject.db.biomarker

class BioDataCorrelDescr {
Expand Down
@@ -1,3 +1,22 @@
/*
* Copyright © 2013-2014 The Hyve B.V.
*
* This file is part of transmart-core-db.
*
* Transmart-core-db 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
* transmart-core-db. If not, see <http://www.gnu.org/licenses/>.
*/

package org.transmartproject.db.biomarker

class BioDataCorrelationCoreDb {
Expand Down
@@ -1,3 +1,22 @@
/*
* Copyright © 2013-2014 The Hyve B.V.
*
* This file is part of transmart-core-db.
*
* Transmart-core-db 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
* transmart-core-db. If not, see <http://www.gnu.org/licenses/>.
*/

package org.transmartproject.db.biomarker

class BioMarkerCoreDb {
Expand Down
@@ -1,3 +1,22 @@
/*
* Copyright © 2013-2014 The Hyve B.V.
*
* This file is part of transmart-core-db.
*
* Transmart-core-db 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
* transmart-core-db. If not, see <http://www.gnu.org/licenses/>.
*/

package org.transmartproject.db.biomarker

import groovy.transform.EqualsAndHashCode
Expand Down
@@ -1,3 +1,22 @@
/*
* Copyright © 2013-2014 The Hyve B.V.
*
* This file is part of transmart-core-db.
*
* Transmart-core-db 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
* transmart-core-db. If not, see <http://www.gnu.org/licenses/>.
*/

package org.transmartproject.db.dataquery.highdim

import org.hibernate.cfg.NotYetImplementedException
Expand Down
@@ -1,3 +1,22 @@
/*
* Copyright © 2013-2014 The Hyve B.V.
*
* This file is part of transmart-core-db.
*
* Transmart-core-db 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
* transmart-core-db. If not, see <http://www.gnu.org/licenses/>.
*/

package org.transmartproject.db.dataquery.highdim

import org.transmartproject.core.dataquery.assay.Assay
Expand Down
@@ -1,3 +1,22 @@
/*
* Copyright © 2013-2014 The Hyve B.V.
*
* This file is part of transmart-core-db.
*
* Transmart-core-db 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
* transmart-core-db. If not, see <http://www.gnu.org/licenses/>.
*/

package org.transmartproject.db.dataquery.highdim.acgh

import groovy.transform.EqualsAndHashCode
Expand Down
@@ -1,3 +1,22 @@
/*
* Copyright © 2013-2014 The Hyve B.V.
*
* This file is part of transmart-core-db.
*
* Transmart-core-db 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
* transmart-core-db. If not, see <http://www.gnu.org/licenses/>.
*/

package org.transmartproject.db.dataquery.highdim.chromoregion

import org.transmartproject.core.dataquery.highdim.chromoregion.Region
Expand Down
@@ -1,3 +1,22 @@
/*
* Copyright © 2013-2014 The Hyve B.V.
*
* This file is part of transmart-core-db.
*
* Transmart-core-db 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
* transmart-core-db. If not, see <http://www.gnu.org/licenses/>.
*/

package org.transmartproject.db.dataquery.highdim.metabolite

import org.transmartproject.db.dataquery.highdim.DeGplInfo
Expand Down

0 comments on commit 5cadbc9

Please sign in to comment.