diff --git a/src/main/java/no/bioforsk/vips/entity/ModelRunRequest.java b/src/main/java/no/bioforsk/vips/entity/ModelRunRequest.java
index ba4ce50ddb76c215c3445ba7761788b0aa0c77ea..fbc7b076623bba0d58bf7e24c82d23b86bb822b2 100644
--- a/src/main/java/no/bioforsk/vips/entity/ModelRunRequest.java
+++ b/src/main/java/no/bioforsk/vips/entity/ModelRunRequest.java
@@ -1,8 +1,28 @@
+/*
+ * Copyright (c) 2013 Bioforsk <http://www.bioforsk.no/>. 
+ * 
+ * This file is part of VIPSLogic.
+ * VIPSLogic 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.
+ * 
+ * VIPSLogic 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 VIPSLogic.  If not, see <http://www.gnu.org/licenses/>.
+ * 
+ */
+
 package no.bioforsk.vips.entity;
 
 import java.util.Map;
 
 /**
+ * Represents the request sent to VIPSCoreManager for running a model
  * @copyright 2013 <a href="http://www.bioforsk.no/">Bioforsk</a>
  * @author Tor-Einar Skog <tor-einar.skog@bioforsk.no>
  */