- Revision
- 3161
- Author
- rimovm
- Date
- 2006-12-27 07:31:41 -0600 (Wed, 27 Dec 2006)
Log Message
Fix wrong copyright.
Modified Paths
Diff
Modified: java/nanocontainer-nanowar/trunk/examples/nanowar-jsf-webapp/src/main/java/org/nanocontainer/nanowar/samples/jsf/AddCheeseController.java (3160 => 3161)
--- java/nanocontainer-nanowar/trunk/examples/nanowar-jsf-webapp/src/main/java/org/nanocontainer/nanowar/samples/jsf/AddCheeseController.java 2006-12-27 13:28:42 UTC (rev 3160)
+++ java/nanocontainer-nanowar/trunk/examples/nanowar-jsf-webapp/src/main/java/org/nanocontainer/nanowar/samples/jsf/AddCheeseController.java 2006-12-27 13:31:41 UTC (rev 3161)
@@ -1,10 +1,10 @@
/*****************************************************************************
- * Copyright (c) 2003-2006 Centerline Computers, All rights reserved. *
+ * Copyright (C) NanoContainer Organization. All rights reserved. *
* ------------------------------------------------------------------------- *
- * The software in this package is published under the terms of the *
- * Centerline Binary Code License Agreement, a copy of which has been *
- * included with this distribution in the LICENSE.txt file. *
- * *
+ * The software in this package is published under the terms of the BSD *
+ * style license a copy of which has been included with this distribution in *
+ * the LICENSE.txt file. *
+ * *
* Original code by Centerline Computers, Inc. *
*****************************************************************************/
package org.nanocontainer.nanowar.samples.jsf;
@@ -14,9 +14,8 @@
import org.nanocontainer.nanowar.sample.service.CheeseService;
/**
- * AddCheeseController
+ * Add Cheese Controller.
* @author Michael Rimov
- * @owner Centerline Computers, Inc.
*/
public class AddCheeseController implements Serializable {
/**
Modified: java/nanocontainer-nanowar/trunk/examples/nanowar-jsf-webapp/src/main/java/org/nanocontainer/nanowar/samples/jsf/ListCheeseController.java (3160 => 3161)
--- java/nanocontainer-nanowar/trunk/examples/nanowar-jsf-webapp/src/main/java/org/nanocontainer/nanowar/samples/jsf/ListCheeseController.java 2006-12-27 13:28:42 UTC (rev 3160)
+++ java/nanocontainer-nanowar/trunk/examples/nanowar-jsf-webapp/src/main/java/org/nanocontainer/nanowar/samples/jsf/ListCheeseController.java 2006-12-27 13:31:41 UTC (rev 3161)
@@ -1,12 +1,13 @@
/*****************************************************************************
- * Copyright (c) 2003-2006 Centerline Computers, All rights reserved. *
+ * Copyright (C) NanoContainer Organization. All rights reserved. *
* ------------------------------------------------------------------------- *
- * The software in this package is published under the terms of the *
- * Centerline Binary Code License Agreement, a copy of which has been *
- * included with this distribution in the LICENSE.txt file. *
- * *
+ * The software in this package is published under the terms of the BSD *
+ * style license a copy of which has been included with this distribution in *
+ * the LICENSE.txt file. *
+ * *
* Original code by Centerline Computers, Inc. *
*****************************************************************************/
+
package org.nanocontainer.nanowar.samples.jsf;
import java.io.Serializable;
@@ -17,6 +18,7 @@
import javax.faces.context.FacesContext;
import org.nanocontainer.nanowar.sample.model.Cheese;
import org.nanocontainer.nanowar.sample.service.CheeseService;
+
/**
* ListCheeseController
* @author Michael Rimov
To unsubscribe from this list please visit:
http://xircles.codehaus.org/manage_email
|