[jboss-svn-commits] JBL Code SVN: r36145 - in labs/jbossrules/trunk/drools-guvnor/src/main/java/org/drools/guvnor/server: rest and 1 other directory.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Dec 1 09:11:03 EST 2010


Author: jervisliu
Date: 2010-12-01 09:11:03 -0500 (Wed, 01 Dec 2010)
New Revision: 36145

Modified:
   labs/jbossrules/trunk/drools-guvnor/src/main/java/org/drools/guvnor/server/files/ActionsAPIServlet.java
   labs/jbossrules/trunk/drools-guvnor/src/main/java/org/drools/guvnor/server/rest/ActionsAPI.java
   labs/jbossrules/trunk/drools-guvnor/src/main/java/org/drools/guvnor/server/rest/Parameters.java
Log:
GUVNOR-1080?\239?\188?\154INCOMPLETE GUVNOR REST APIS. Set license header. 

Modified: labs/jbossrules/trunk/drools-guvnor/src/main/java/org/drools/guvnor/server/files/ActionsAPIServlet.java
===================================================================
--- labs/jbossrules/trunk/drools-guvnor/src/main/java/org/drools/guvnor/server/files/ActionsAPIServlet.java	2010-12-01 13:46:30 UTC (rev 36144)
+++ labs/jbossrules/trunk/drools-guvnor/src/main/java/org/drools/guvnor/server/files/ActionsAPIServlet.java	2010-12-01 14:11:03 UTC (rev 36145)
@@ -1,3 +1,19 @@
+/**
+* Copyright 2010 JBoss Inc
+*
+* 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.
+*/
+
 package org.drools.guvnor.server.files;
 
 import org.drools.guvnor.server.rest.ActionsAPI;

Modified: labs/jbossrules/trunk/drools-guvnor/src/main/java/org/drools/guvnor/server/rest/ActionsAPI.java
===================================================================
--- labs/jbossrules/trunk/drools-guvnor/src/main/java/org/drools/guvnor/server/rest/ActionsAPI.java	2010-12-01 13:46:30 UTC (rev 36144)
+++ labs/jbossrules/trunk/drools-guvnor/src/main/java/org/drools/guvnor/server/rest/ActionsAPI.java	2010-12-01 14:11:03 UTC (rev 36145)
@@ -1,3 +1,19 @@
+/**
+* Copyright 2010 JBoss Inc
+*
+* 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.
+*/
+
 package org.drools.guvnor.server.rest;
 
 import org.drools.guvnor.server.ServiceImplementation;

Modified: labs/jbossrules/trunk/drools-guvnor/src/main/java/org/drools/guvnor/server/rest/Parameters.java
===================================================================
--- labs/jbossrules/trunk/drools-guvnor/src/main/java/org/drools/guvnor/server/rest/Parameters.java	2010-12-01 13:46:30 UTC (rev 36144)
+++ labs/jbossrules/trunk/drools-guvnor/src/main/java/org/drools/guvnor/server/rest/Parameters.java	2010-12-01 14:11:03 UTC (rev 36145)
@@ -1,3 +1,18 @@
+/**
+* Copyright 2010 JBoss Inc
+*
+* 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.
+*/
 package org.drools.guvnor.server.rest;
 
 /**



More information about the jboss-svn-commits mailing list