Index: entitybroker/pom.xml =================================================================== --- entitybroker/pom.xml (revision 50227) +++ entitybroker/pom.xml (working copy) @@ -159,8 +159,8 @@ - Educational Community License, Version 1.0 - http://www.opensource.org/licenses/ecl1.php + Educational Community License, Version 2.0 + http://www.osedu.org/licenses/ECL-2.0 repo Index: entitybroker/utils/src/test/org/sakaiproject/entitybroker/util/reflect/ReflectUtilTest.java =================================================================== --- entitybroker/utils/src/test/org/sakaiproject/entitybroker/util/reflect/ReflectUtilTest.java (revision 50227) +++ entitybroker/utils/src/test/org/sakaiproject/entitybroker/util/reflect/ReflectUtilTest.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * ReflectUtilTest.java - entity-broker - Apr 13, 2008 8:26:39 AM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.util.reflect; Index: entitybroker/utils/src/test/org/sakaiproject/entitybroker/util/reflect/TestAnnote.java =================================================================== --- entitybroker/utils/src/test/org/sakaiproject/entitybroker/util/reflect/TestAnnote.java (revision 50227) +++ entitybroker/utils/src/test/org/sakaiproject/entitybroker/util/reflect/TestAnnote.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * TestAnnote.java - entity-broker - May 5, 2008 1:23:37 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.util.reflect; Index: entitybroker/utils/src/test/org/sakaiproject/entitybroker/util/reflect/TestInterfaceFour.java =================================================================== --- entitybroker/utils/src/test/org/sakaiproject/entitybroker/util/reflect/TestInterfaceFour.java (revision 50227) +++ entitybroker/utils/src/test/org/sakaiproject/entitybroker/util/reflect/TestInterfaceFour.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * TestInterfaceFour.java - entity-broker - May 5, 2008 1:29:50 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.util.reflect; Index: entitybroker/utils/src/java/org/sakaiproject/entitybroker/util/http/HttpRESTUtils.java =================================================================== --- entitybroker/utils/src/java/org/sakaiproject/entitybroker/util/http/HttpRESTUtils.java (revision 50227) +++ entitybroker/utils/src/java/org/sakaiproject/entitybroker/util/http/HttpRESTUtils.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * HttpUtils.java - entity-broker - Jul 20, 2008 11:42:19 AM - azeckoski ************************************************************************** - * Copyright (c) 2008 Aaron Zeckoski - * Licensed under the Apache License, Version 2.0 - * - * A copy of the Apache License has been included in this - * distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.util.http; Index: entitybroker/utils/src/java/org/sakaiproject/entitybroker/util/http/HttpResponse.java =================================================================== --- entitybroker/utils/src/java/org/sakaiproject/entitybroker/util/http/HttpResponse.java (revision 50227) +++ entitybroker/utils/src/java/org/sakaiproject/entitybroker/util/http/HttpResponse.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * HttpResponse.java - entity-broker - Jul 20, 2008 12:19:23 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Aaron Zeckoski - * Licensed under the Apache License, Version 2.0 - * - * A copy of the Apache License has been included in this - * distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.util.http; Index: entitybroker/utils/src/java/org/sakaiproject/entitybroker/util/reflect/PropertyUtilsAZ.java =================================================================== --- entitybroker/utils/src/java/org/sakaiproject/entitybroker/util/reflect/PropertyUtilsAZ.java (revision 50227) +++ entitybroker/utils/src/java/org/sakaiproject/entitybroker/util/reflect/PropertyUtilsAZ.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * PropertyUtilsAZ.java - genericdao - Apr 27, 2008 11:57:05 AM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.util.reflect; Index: entitybroker/utils/src/java/org/sakaiproject/entitybroker/util/reflect/ReflectUtil.java =================================================================== --- entitybroker/utils/src/java/org/sakaiproject/entitybroker/util/reflect/ReflectUtil.java (revision 50227) +++ entitybroker/utils/src/java/org/sakaiproject/entitybroker/util/reflect/ReflectUtil.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * ReflectUtil.java - entity-broker - 24 Aug 2007 6:43:14 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Aaron Zeckoski - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.util.reflect; Index: entitybroker/utils/src/java/org/sakaiproject/entitybroker/util/reflect/exception/FieldnameNotFoundException.java =================================================================== --- entitybroker/utils/src/java/org/sakaiproject/entitybroker/util/reflect/exception/FieldnameNotFoundException.java (revision 50227) +++ entitybroker/utils/src/java/org/sakaiproject/entitybroker/util/reflect/exception/FieldnameNotFoundException.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * FieldnameNotFoundException.java - genericdao - Apr 27, 2008 2:47:36 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.util.reflect.exception; Index: entitybroker/utils/src/java/org/sakaiproject/entitybroker/util/AbstractEntityProvider.java =================================================================== --- entitybroker/utils/src/java/org/sakaiproject/entitybroker/util/AbstractEntityProvider.java (revision 50227) +++ entitybroker/utils/src/java/org/sakaiproject/entitybroker/util/AbstractEntityProvider.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * AbstractEntityProvider.java - entity-broker - Apr 30, 2008 7:26:11 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.util; Index: entitybroker/impl/src/test/org/sakaiproject/entitybroker/impl/dao/EntityPropertyTest.java =================================================================== --- entitybroker/impl/src/test/org/sakaiproject/entitybroker/impl/dao/EntityPropertyTest.java (revision 50227) +++ entitybroker/impl/src/test/org/sakaiproject/entitybroker/impl/dao/EntityPropertyTest.java (working copy) @@ -1,12 +1,20 @@ /****************************************************************************** * EntityPropertyTest.java - created by aaronz on Jul 24, 2007 * - * Copyright (c) 2007 Centre for Academic Research in Educational Technologies - * Licensed under the Educational Community License version 1.0 + * Copyright 2007, 2008 Sakai Foundation + * + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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. * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php - * *****************************************************************************/ package org.sakaiproject.entitybroker.impl.dao; Index: entitybroker/impl/src/test/org/sakaiproject/entitybroker/impl/EntityProviderManagerImplTest.java =================================================================== --- entitybroker/impl/src/test/org/sakaiproject/entitybroker/impl/EntityProviderManagerImplTest.java (revision 50227) +++ entitybroker/impl/src/test/org/sakaiproject/entitybroker/impl/EntityProviderManagerImplTest.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * EntityHandlerImplTest.java - entity-broker - Apr 6, 2008 12:08:39 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2007, 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.impl; Index: entitybroker/impl/src/test/org/sakaiproject/entitybroker/impl/EntityActionsManagerTest.java =================================================================== --- entitybroker/impl/src/test/org/sakaiproject/entitybroker/impl/EntityActionsManagerTest.java (revision 50227) +++ entitybroker/impl/src/test/org/sakaiproject/entitybroker/impl/EntityActionsManagerTest.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * EntityActionsManagerTest.java - entity-broker - Jul 27, 2008 6:10:15 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Aaron Zeckoski - * Licensed under the Apache License, Version 2.0 - * - * A copy of the Apache License has been included in this - * distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.impl; Index: entitybroker/impl/src/test/org/sakaiproject/entitybroker/impl/EntityDescriptionManagerTest.java =================================================================== --- entitybroker/impl/src/test/org/sakaiproject/entitybroker/impl/EntityDescriptionManagerTest.java (revision 50227) +++ entitybroker/impl/src/test/org/sakaiproject/entitybroker/impl/EntityDescriptionManagerTest.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * EntityHandlerImplTest.java - entity-broker - Apr 6, 2008 12:08:39 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.impl; Index: entitybroker/impl/src/test/org/sakaiproject/entitybroker/impl/ServiceTestManager.java =================================================================== --- entitybroker/impl/src/test/org/sakaiproject/entitybroker/impl/ServiceTestManager.java (revision 50227) +++ entitybroker/impl/src/test/org/sakaiproject/entitybroker/impl/ServiceTestManager.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * TestManager.java - entity-broker - Jul 23, 2008 6:27:29 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Aaron Zeckoski - * Licensed under the Apache License, Version 2.0 - * - * A copy of the Apache License has been included in this - * distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.impl; Index: entitybroker/impl/src/test/org/sakaiproject/entitybroker/impl/EntityBrokerManagerTest.java =================================================================== --- entitybroker/impl/src/test/org/sakaiproject/entitybroker/impl/EntityBrokerManagerTest.java (revision 50227) +++ entitybroker/impl/src/test/org/sakaiproject/entitybroker/impl/EntityBrokerManagerTest.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * EntityHandlerImplTest.java - entity-broker - Apr 6, 2008 12:08:39 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.impl; Index: entitybroker/impl/src/test/org/sakaiproject/entitybroker/impl/EntityHandlerImplTest.java =================================================================== --- entitybroker/impl/src/test/org/sakaiproject/entitybroker/impl/EntityHandlerImplTest.java (revision 50227) +++ entitybroker/impl/src/test/org/sakaiproject/entitybroker/impl/EntityHandlerImplTest.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * EntityHandlerImplTest.java - entity-broker - Apr 6, 2008 12:08:39 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.impl; Index: entitybroker/impl/src/test/org/sakaiproject/entitybroker/impl/EntityRedirectsManagerTest.java =================================================================== --- entitybroker/impl/src/test/org/sakaiproject/entitybroker/impl/EntityRedirectsManagerTest.java (revision 50227) +++ entitybroker/impl/src/test/org/sakaiproject/entitybroker/impl/EntityRedirectsManagerTest.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * EntityRedirectsManagerTest.java - entity-broker - Jul 31, 2008 1:36:47 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Aaron Zeckoski - * Licensed under the Apache License, Version 2.0 - * - * A copy of the Apache License has been included in this - * distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.impl; Index: entitybroker/impl/src/test/org/sakaiproject/entitybroker/impl/util/RequestUtilsTest.java =================================================================== --- entitybroker/impl/src/test/org/sakaiproject/entitybroker/impl/util/RequestUtilsTest.java (revision 50227) +++ entitybroker/impl/src/test/org/sakaiproject/entitybroker/impl/util/RequestUtilsTest.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * RequestUtilsTest.java - entity-broker - Jul 28, 2008 7:55:59 AM - azeckoski ************************************************************************** - * Copyright (c) 2008 Aaron Zeckoski - * Licensed under the Apache License, Version 2.0 - * - * A copy of the Apache License has been included in this - * distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.impl.util; Index: entitybroker/impl/src/test/org/sakaiproject/entitybroker/impl/EntityEncodingManagerTest.java =================================================================== --- entitybroker/impl/src/test/org/sakaiproject/entitybroker/impl/EntityEncodingManagerTest.java (revision 50227) +++ entitybroker/impl/src/test/org/sakaiproject/entitybroker/impl/EntityEncodingManagerTest.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * EntityHandlerImplTest.java - entity-broker - Apr 6, 2008 12:08:39 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.impl; Index: entitybroker/impl/src/java/org/sakaiproject/entitybroker/impl/access/EntityViewAccessProviderImpl.java =================================================================== --- entitybroker/impl/src/java/org/sakaiproject/entitybroker/impl/access/EntityViewAccessProviderImpl.java (revision 50227) +++ entitybroker/impl/src/java/org/sakaiproject/entitybroker/impl/access/EntityViewAccessProviderImpl.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * EntityViewAccessProviderImpl.java - entity-broker - Apr 11, 2008 11:55:45 AM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.impl.access; Index: entitybroker/impl/src/java/org/sakaiproject/entitybroker/impl/access/AccessProviderManagerImpl.java =================================================================== --- entitybroker/impl/src/java/org/sakaiproject/entitybroker/impl/access/AccessProviderManagerImpl.java (revision 50227) +++ entitybroker/impl/src/java/org/sakaiproject/entitybroker/impl/access/AccessProviderManagerImpl.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * AccessProviderManagerImpl.java - entity-broker - Apr 6, 2008 9:03:03 AM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2007, 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.impl.access; Index: entitybroker/impl/src/java/org/sakaiproject/entitybroker/impl/access/HttpServletAccessProviderManagerImpl.java =================================================================== --- entitybroker/impl/src/java/org/sakaiproject/entitybroker/impl/access/HttpServletAccessProviderManagerImpl.java (revision 50227) +++ entitybroker/impl/src/java/org/sakaiproject/entitybroker/impl/access/HttpServletAccessProviderManagerImpl.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * EBlogic.java - entity-broker - Apr 15, 2008 4:29:18 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2007, 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.impl.access; Index: entitybroker/impl/src/java/org/sakaiproject/entitybroker/impl/event/EventReceiverCoordinator.java =================================================================== --- entitybroker/impl/src/java/org/sakaiproject/entitybroker/impl/event/EventReceiverCoordinator.java (revision 50227) +++ entitybroker/impl/src/java/org/sakaiproject/entitybroker/impl/event/EventReceiverCoordinator.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * EBlogic.java - entity-broker - Apr 15, 2008 4:29:18 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2007, 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.impl.event; Index: entitybroker/impl/src/java/org/sakaiproject/entitybroker/impl/EntityBrokerImpl.java =================================================================== --- entitybroker/impl/src/java/org/sakaiproject/entitybroker/impl/EntityBrokerImpl.java (revision 50227) +++ entitybroker/impl/src/java/org/sakaiproject/entitybroker/impl/EntityBrokerImpl.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * EntityBrokerImpl.java - entity-broker - Apr 6, 2008 9:03:03 AM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2007, 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.impl; Index: entitybroker/impl/src/java/org/sakaiproject/entitybroker/impl/collector/BeanCollectorAutoRegistrar.java =================================================================== --- entitybroker/impl/src/java/org/sakaiproject/entitybroker/impl/collector/BeanCollectorAutoRegistrar.java (revision 50227) +++ entitybroker/impl/src/java/org/sakaiproject/entitybroker/impl/collector/BeanCollectorAutoRegistrar.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * BeanCollectorAutoRegistrar.java - entity-broker - Apr 15, 2008 4:29:18 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2007, 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.impl.collector; Index: entitybroker/impl/src/java/org/sakaiproject/entitybroker/impl/entityprovider/EntityProviderAutoRegistrar.java =================================================================== --- entitybroker/impl/src/java/org/sakaiproject/entitybroker/impl/entityprovider/EntityProviderAutoRegistrar.java (revision 50227) +++ entitybroker/impl/src/java/org/sakaiproject/entitybroker/impl/entityprovider/EntityProviderAutoRegistrar.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * EBlogic.java - entity-broker - Apr 15, 2008 4:29:18 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2007, 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.impl.entityprovider; Index: entitybroker/impl/src/java/org/sakaiproject/entitybroker/impl/entityprovider/EntityProviderManagerImpl.java =================================================================== --- entitybroker/impl/src/java/org/sakaiproject/entitybroker/impl/entityprovider/EntityProviderManagerImpl.java (revision 50227) +++ entitybroker/impl/src/java/org/sakaiproject/entitybroker/impl/entityprovider/EntityProviderManagerImpl.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * EBlogic.java - entity-broker - Apr 15, 2008 4:29:18 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2007, 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.impl.entityprovider; Index: entitybroker/impl/src/java/org/sakaiproject/entitybroker/impl/entityprovider/EntityPropertiesService.java =================================================================== --- entitybroker/impl/src/java/org/sakaiproject/entitybroker/impl/entityprovider/EntityPropertiesService.java (revision 50227) +++ entitybroker/impl/src/java/org/sakaiproject/entitybroker/impl/entityprovider/EntityPropertiesService.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * EntityProviderProperties.java - entity-broker - Jul 18, 2008 6:20:19 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Aaron Zeckoski - * Licensed under the Apache License, Version 2.0 - * - * A copy of the Apache License has been included in this - * distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.impl.entityprovider; Index: entitybroker/impl/src/java/org/sakaiproject/entitybroker/impl/entityprovider/extension/RequestStorageImpl.java =================================================================== --- entitybroker/impl/src/java/org/sakaiproject/entitybroker/impl/entityprovider/extension/RequestStorageImpl.java (revision 50227) +++ entitybroker/impl/src/java/org/sakaiproject/entitybroker/impl/entityprovider/extension/RequestStorageImpl.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * RequestStorageImpl.java - entity-broker - Jul 24, 2008 2:26:09 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Aaron Zeckoski - * Licensed under the Apache License, Version 2.0 - * - * A copy of the Apache License has been included in this - * distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.impl.entityprovider.extension; Index: entitybroker/impl/src/java/org/sakaiproject/entitybroker/impl/entityprovider/extension/RequestGetterImpl.java =================================================================== --- entitybroker/impl/src/java/org/sakaiproject/entitybroker/impl/entityprovider/extension/RequestGetterImpl.java (revision 50227) +++ entitybroker/impl/src/java/org/sakaiproject/entitybroker/impl/entityprovider/extension/RequestGetterImpl.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * RequestGetterImpl.java - entity-broker - Apr 8, 2008 9:03:50 AM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.impl.entityprovider.extension; Index: entitybroker/impl/src/java/org/sakaiproject/entitybroker/impl/DeveloperHelperServiceImpl.java =================================================================== --- entitybroker/impl/src/java/org/sakaiproject/entitybroker/impl/DeveloperHelperServiceImpl.java (revision 50227) +++ entitybroker/impl/src/java/org/sakaiproject/entitybroker/impl/DeveloperHelperServiceImpl.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * DeveloperHelperServiceImpl.java - entity-broker - Apr 13, 2008 6:30:08 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.impl; Index: entitybroker/impl/src/java/org/sakaiproject/entitybroker/impl/EntityActionsManager.java =================================================================== --- entitybroker/impl/src/java/org/sakaiproject/entitybroker/impl/EntityActionsManager.java (revision 50227) +++ entitybroker/impl/src/java/org/sakaiproject/entitybroker/impl/EntityActionsManager.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * EntityActionsManager.java - entity-broker - Jul 26, 2008 9:58:00 AM - azeckoski ************************************************************************** - * Copyright (c) 2008 Aaron Zeckoski - * Licensed under the Apache License, Version 2.0 - * - * A copy of the Apache License has been included in this - * distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.impl; Index: entitybroker/impl/src/java/org/sakaiproject/entitybroker/impl/oldentity/EntityBrokerEntityProducer.java =================================================================== --- entitybroker/impl/src/java/org/sakaiproject/entitybroker/impl/oldentity/EntityBrokerEntityProducer.java (revision 50227) +++ entitybroker/impl/src/java/org/sakaiproject/entitybroker/impl/oldentity/EntityBrokerEntityProducer.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * EBlogic.java - entity-broker - Apr 15, 2008 4:29:18 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2007, 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.impl.oldentity; Index: entitybroker/impl/src/java/org/sakaiproject/entitybroker/impl/oldentity/EntityBrokerHttpAccess.java =================================================================== --- entitybroker/impl/src/java/org/sakaiproject/entitybroker/impl/oldentity/EntityBrokerHttpAccess.java (revision 50227) +++ entitybroker/impl/src/java/org/sakaiproject/entitybroker/impl/oldentity/EntityBrokerHttpAccess.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * EBlogic.java - entity-broker - Apr 15, 2008 4:29:18 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2007, 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.impl.oldentity; Index: entitybroker/impl/src/java/org/sakaiproject/entitybroker/impl/oldentity/EntityBrokerEntity.java =================================================================== --- entitybroker/impl/src/java/org/sakaiproject/entitybroker/impl/oldentity/EntityBrokerEntity.java (revision 50227) +++ entitybroker/impl/src/java/org/sakaiproject/entitybroker/impl/oldentity/EntityBrokerEntity.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * EBlogic.java - entity-broker - Apr 15, 2008 4:29:18 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2007, 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.impl.oldentity; Index: entitybroker/impl/src/java/org/sakaiproject/entitybroker/impl/EntityDescriptionManager.java =================================================================== --- entitybroker/impl/src/java/org/sakaiproject/entitybroker/impl/EntityDescriptionManager.java (revision 50227) +++ entitybroker/impl/src/java/org/sakaiproject/entitybroker/impl/EntityDescriptionManager.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * EntityDescriptionManager.java - entity-broker - Jul 22, 2008 12:18:48 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Aaron Zeckoski - * Licensed under the Apache License, Version 2.0 - * - * A copy of the Apache License has been included in this - * distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.impl; Index: entitybroker/impl/src/java/org/sakaiproject/entitybroker/impl/EntityBrokerManager.java =================================================================== --- entitybroker/impl/src/java/org/sakaiproject/entitybroker/impl/EntityBrokerManager.java (revision 50227) +++ entitybroker/impl/src/java/org/sakaiproject/entitybroker/impl/EntityBrokerManager.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * EntityBrokerManager.java - entity-broker - Jul 22, 2008 11:33:39 AM - azeckoski ************************************************************************** - * Copyright (c) 2008 Aaron Zeckoski - * Licensed under the Apache License, Version 2.0 - * - * A copy of the Apache License has been included in this - * distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.impl; Index: entitybroker/impl/src/java/org/sakaiproject/entitybroker/impl/EntityHandlerImpl.java =================================================================== --- entitybroker/impl/src/java/org/sakaiproject/entitybroker/impl/EntityHandlerImpl.java (revision 50227) +++ entitybroker/impl/src/java/org/sakaiproject/entitybroker/impl/EntityHandlerImpl.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * EntityHandler.java - entity-broker - Apr 6, 2008 9:03:03 AM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2007, 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.impl; Index: entitybroker/impl/src/java/org/sakaiproject/entitybroker/impl/EntityRedirectsManager.java =================================================================== --- entitybroker/impl/src/java/org/sakaiproject/entitybroker/impl/EntityRedirectsManager.java (revision 50227) +++ entitybroker/impl/src/java/org/sakaiproject/entitybroker/impl/EntityRedirectsManager.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * EntityRedirectsManager.java - entity-broker - Jul 26, 2008 9:58:00 AM - azeckoski ************************************************************************** - * Copyright (c) 2008 Aaron Zeckoski - * Licensed under the Apache License, Version 2.0 - * - * A copy of the Apache License has been included in this - * distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.impl; Index: entitybroker/impl/src/java/org/sakaiproject/entitybroker/impl/util/ResourceFinder.java =================================================================== --- entitybroker/impl/src/java/org/sakaiproject/entitybroker/impl/util/ResourceFinder.java (revision 50227) +++ entitybroker/impl/src/java/org/sakaiproject/entitybroker/impl/util/ResourceFinder.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * ResourceFinder.java - caching - May 29, 2008 11:59:02 AM - azeckoski ************************************************************************** - * Copyright (c) 2008 Aaron Zeckoski - * Licensed under the Apache License, Version 2.0 - * - * A copy of the Apache License has been included in this - * distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.impl.util; Index: entitybroker/impl/src/java/org/sakaiproject/entitybroker/impl/util/EntityXStream.java =================================================================== --- entitybroker/impl/src/java/org/sakaiproject/entitybroker/impl/util/EntityXStream.java (revision 50227) +++ entitybroker/impl/src/java/org/sakaiproject/entitybroker/impl/util/EntityXStream.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * EntityXstream.java - entity-broker - Apr 13, 2008 11:01:41 AM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.impl.util; Index: entitybroker/impl/src/java/org/sakaiproject/entitybroker/impl/util/URLRedirect.java =================================================================== --- entitybroker/impl/src/java/org/sakaiproject/entitybroker/impl/util/URLRedirect.java (revision 50227) +++ entitybroker/impl/src/java/org/sakaiproject/entitybroker/impl/util/URLRedirect.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * URLRedirect.java - entity-broker - Jul 29, 2008 5:07:58 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Aaron Zeckoski - * Licensed under the Apache License, Version 2.0 - * - * A copy of the Apache License has been included in this - * distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.impl.util; Index: entitybroker/impl/src/java/org/sakaiproject/entitybroker/impl/util/MapConverter.java =================================================================== --- entitybroker/impl/src/java/org/sakaiproject/entitybroker/impl/util/MapConverter.java (revision 50227) +++ entitybroker/impl/src/java/org/sakaiproject/entitybroker/impl/util/MapConverter.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * MapConverter.java - entity-broker - Apr 8, 2008 6:43:14 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.impl.util; Index: entitybroker/impl/src/java/org/sakaiproject/entitybroker/impl/util/ReferenceEntityMarshaller.java =================================================================== --- entitybroker/impl/src/java/org/sakaiproject/entitybroker/impl/util/ReferenceEntityMarshaller.java (revision 50227) +++ entitybroker/impl/src/java/org/sakaiproject/entitybroker/impl/util/ReferenceEntityMarshaller.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * ReferenceEntityMarshaller.java - entity-broker - Apr 14, 2008 1:57:16 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.impl.util; Index: entitybroker/impl/src/java/org/sakaiproject/entitybroker/impl/util/EntityMarshaller.java =================================================================== --- entitybroker/impl/src/java/org/sakaiproject/entitybroker/impl/util/EntityMarshaller.java (revision 50227) +++ entitybroker/impl/src/java/org/sakaiproject/entitybroker/impl/util/EntityMarshaller.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * EntityTreeMarshaller.java - entity-broker - Apr 14, 2008 1:07:51 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.impl.util; Index: entitybroker/impl/src/java/org/sakaiproject/entitybroker/impl/util/RequestUtils.java =================================================================== --- entitybroker/impl/src/java/org/sakaiproject/entitybroker/impl/util/RequestUtils.java (revision 50227) +++ entitybroker/impl/src/java/org/sakaiproject/entitybroker/impl/util/RequestUtils.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * RequestUtils.java - entity-broker - Jul 28, 2008 7:41:28 AM - azeckoski ************************************************************************** - * Copyright (c) 2008 Aaron Zeckoski - * Licensed under the Apache License, Version 2.0 - * - * A copy of the Apache License has been included in this - * distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.impl.util; Index: entitybroker/impl/src/java/org/sakaiproject/entitybroker/impl/EntityEncodingManager.java =================================================================== --- entitybroker/impl/src/java/org/sakaiproject/entitybroker/impl/EntityEncodingManager.java (revision 50227) +++ entitybroker/impl/src/java/org/sakaiproject/entitybroker/impl/EntityEncodingManager.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * EntityEncodingManager.java - entity-broker - Jul 23, 2008 3:25:32 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Aaron Zeckoski - * Licensed under the Apache License, Version 2.0 - * - * A copy of the Apache License has been included in this - * distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.impl; Index: entitybroker/impl/src/java/org/sakaiproject/entitybroker/dao/impl/EntityBrokerDaoImpl.java =================================================================== --- entitybroker/impl/src/java/org/sakaiproject/entitybroker/dao/impl/EntityBrokerDaoImpl.java (revision 50227) +++ entitybroker/impl/src/java/org/sakaiproject/entitybroker/dao/impl/EntityBrokerDaoImpl.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * EntityBrokerDaoImpl.java - entity-broker - Apr 15, 2008 4:29:18 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2007, 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.dao.impl; Index: entitybroker/impl/src/java/org/sakaiproject/entitybroker/dao/EntityProperty.java =================================================================== --- entitybroker/impl/src/java/org/sakaiproject/entitybroker/dao/EntityProperty.java (revision 50227) +++ entitybroker/impl/src/java/org/sakaiproject/entitybroker/dao/EntityProperty.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * AutoRegister.java - entity-broker - 31 May 2007 7:01:11 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.dao; Index: entitybroker/impl/src/java/org/sakaiproject/entitybroker/dao/EntityBrokerDao.java =================================================================== --- entitybroker/impl/src/java/org/sakaiproject/entitybroker/dao/EntityBrokerDao.java (revision 50227) +++ entitybroker/impl/src/java/org/sakaiproject/entitybroker/dao/EntityBrokerDao.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * EntityBrokerDao.java - entity-broker - May 3, 2008 4:46:19 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.dao; Index: entitybroker/impl/src/java/org/sakaiproject/entitybroker/providers/EntitySession.java =================================================================== --- entitybroker/impl/src/java/org/sakaiproject/entitybroker/providers/EntitySession.java (revision 50227) +++ entitybroker/impl/src/java/org/sakaiproject/entitybroker/providers/EntitySession.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * EntitySession.java - entity-broker - Jul 15, 2008 4:05:44 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Aaron Zeckoski - * Licensed under the Apache License, Version 2.0 - * - * A copy of the Apache License has been included in this - * distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.providers; Index: entitybroker/impl/src/java/org/sakaiproject/entitybroker/providers/EntitySite.java =================================================================== --- entitybroker/impl/src/java/org/sakaiproject/entitybroker/providers/EntitySite.java (revision 50227) +++ entitybroker/impl/src/java/org/sakaiproject/entitybroker/providers/EntitySite.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * EntitySite.java - entity-broker - Jun 29, 2008 9:31:10 AM - azeckoski ************************************************************************** - * Copyright (c) 2008 Aaron Zeckoski - * Licensed under the Apache License, Version 2.0 - * - * A copy of the Apache License has been included in this - * distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.providers; Index: entitybroker/impl/src/java/org/sakaiproject/entitybroker/providers/ServerConfigEntityProvider.java =================================================================== --- entitybroker/impl/src/java/org/sakaiproject/entitybroker/providers/ServerConfigEntityProvider.java (revision 50227) +++ entitybroker/impl/src/java/org/sakaiproject/entitybroker/providers/ServerConfigEntityProvider.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * ServerConfigEntityProvider.java - entity-broker - Jul 17, 2008 2:19:03 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Aaron Zeckoski - * Licensed under the Apache License, Version 2.0 - * - * A copy of the Apache License has been included in this - * distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.providers; Index: entitybroker/impl/src/java/org/sakaiproject/entitybroker/providers/UserEntityProvider.java =================================================================== --- entitybroker/impl/src/java/org/sakaiproject/entitybroker/providers/UserEntityProvider.java (revision 50227) +++ entitybroker/impl/src/java/org/sakaiproject/entitybroker/providers/UserEntityProvider.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * UserEntityProvider.java - entity-broker - Jun 28, 2008 2:59:57 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Aaron Zeckoski - * Licensed under the Apache License, Version 2.0 - * - * A copy of the Apache License has been included in this - * distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.providers; Index: entitybroker/impl/src/java/org/sakaiproject/entitybroker/providers/EntityServerConfig.java =================================================================== --- entitybroker/impl/src/java/org/sakaiproject/entitybroker/providers/EntityServerConfig.java (revision 50227) +++ entitybroker/impl/src/java/org/sakaiproject/entitybroker/providers/EntityServerConfig.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * EntityServerConfig.java - entity-broker - Jul 17, 2008 12:14:38 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Aaron Zeckoski - * Licensed under the Apache License, Version 2.0 - * - * A copy of the Apache License has been included in this - * distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.providers; Index: entitybroker/impl/src/java/org/sakaiproject/entitybroker/providers/EntityUser.java =================================================================== --- entitybroker/impl/src/java/org/sakaiproject/entitybroker/providers/EntityUser.java (revision 50227) +++ entitybroker/impl/src/java/org/sakaiproject/entitybroker/providers/EntityUser.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * EntityUser.java - entity-broker - Jun 28, 2008 5:24:57 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Aaron Zeckoski - * Licensed under the Apache License, Version 2.0 - * - * A copy of the Apache License has been included in this - * distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.providers; Index: entitybroker/impl/src/java/org/sakaiproject/entitybroker/providers/SessionEntityProvider.java =================================================================== --- entitybroker/impl/src/java/org/sakaiproject/entitybroker/providers/SessionEntityProvider.java (revision 50227) +++ entitybroker/impl/src/java/org/sakaiproject/entitybroker/providers/SessionEntityProvider.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * SessionEntityProvider.java - entity-broker - Jul 15, 2008 4:03:52 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Aaron Zeckoski - * Licensed under the Apache License, Version 2.0 - * - * A copy of the Apache License has been included in this - * distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.providers; Index: entitybroker/impl/src/java/org/sakaiproject/entitybroker/providers/SiteEntityProvider.java =================================================================== --- entitybroker/impl/src/java/org/sakaiproject/entitybroker/providers/SiteEntityProvider.java (revision 50227) +++ entitybroker/impl/src/java/org/sakaiproject/entitybroker/providers/SiteEntityProvider.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * SiteEntityProvider.java - entity-broker - Jun 29, 2008 8:35:55 AM - azeckoski ************************************************************************** - * Copyright (c) 2008 Aaron Zeckoski - * Licensed under the Apache License, Version 2.0 - * - * A copy of the Apache License has been included in this - * distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.providers; Index: entitybroker/api/src/test/org/sakaiproject/entitybroker/EntityViewTest.java =================================================================== --- entitybroker/api/src/test/org/sakaiproject/entitybroker/EntityViewTest.java (revision 50227) +++ entitybroker/api/src/test/org/sakaiproject/entitybroker/EntityViewTest.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * EntityViewTest.java - entity-broker - Apr 10, 2008 7:20:29 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker; Index: entitybroker/api/src/test/org/sakaiproject/entitybroker/util/TemplateParseUtilTest.java =================================================================== --- entitybroker/api/src/test/org/sakaiproject/entitybroker/util/TemplateParseUtilTest.java (revision 50227) +++ entitybroker/api/src/test/org/sakaiproject/entitybroker/util/TemplateParseUtilTest.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * TemplateParseUtilTest.java - entity-broker - Apr 10, 2008 10:14:55 AM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.util; Index: entitybroker/api/src/java/org/sakaiproject/entitybroker/access/EntityViewAccessProviderManager.java =================================================================== --- entitybroker/api/src/java/org/sakaiproject/entitybroker/access/EntityViewAccessProviderManager.java (revision 50227) +++ entitybroker/api/src/java/org/sakaiproject/entitybroker/access/EntityViewAccessProviderManager.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * ViewAccessProviderManager.java - entity-broker - Apr 11, 2008 11:41:57 AM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.access; Index: entitybroker/api/src/java/org/sakaiproject/entitybroker/access/HttpServletAccessProvider.java =================================================================== --- entitybroker/api/src/java/org/sakaiproject/entitybroker/access/HttpServletAccessProvider.java (revision 50227) +++ entitybroker/api/src/java/org/sakaiproject/entitybroker/access/HttpServletAccessProvider.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * HttpServletAccessProvider.java - entity-broker - 31 May 2007 7:01:11 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2007, 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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. * created by antranig on 14 May 2007 **/ Index: entitybroker/api/src/java/org/sakaiproject/entitybroker/access/EntityViewAccessProvider.java =================================================================== --- entitybroker/api/src/java/org/sakaiproject/entitybroker/access/EntityViewAccessProvider.java (revision 50227) +++ entitybroker/api/src/java/org/sakaiproject/entitybroker/access/EntityViewAccessProvider.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * ViewAccessProvider.java - entity-broker - Apr 11, 2008 11:37:48 AM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.access; Index: entitybroker/api/src/java/org/sakaiproject/entitybroker/access/HttpServletAccessProviderManager.java =================================================================== --- entitybroker/api/src/java/org/sakaiproject/entitybroker/access/HttpServletAccessProviderManager.java (revision 50227) +++ entitybroker/api/src/java/org/sakaiproject/entitybroker/access/HttpServletAccessProviderManager.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * HttpServletAccessProviderManager.java - entity-broker - 31 May 2007 7:01:11 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2007, 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.access; Index: entitybroker/api/src/java/org/sakaiproject/entitybroker/event/EventReceiver.java =================================================================== --- entitybroker/api/src/java/org/sakaiproject/entitybroker/event/EventReceiver.java (revision 50227) +++ entitybroker/api/src/java/org/sakaiproject/entitybroker/event/EventReceiver.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * AutoRegister.java - entity-broker - 31 May 2007 7:01:11 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2007, 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.event; Index: entitybroker/api/src/java/org/sakaiproject/entitybroker/EntityBroker.java =================================================================== --- entitybroker/api/src/java/org/sakaiproject/entitybroker/EntityBroker.java (revision 50227) +++ entitybroker/api/src/java/org/sakaiproject/entitybroker/EntityBroker.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * AutoRegister.java - entity-broker - 31 May 2007 7:01:11 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2007, 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker; Index: entitybroker/api/src/java/org/sakaiproject/entitybroker/EntityRequestHandler.java =================================================================== --- entitybroker/api/src/java/org/sakaiproject/entitybroker/EntityRequestHandler.java (revision 50227) +++ entitybroker/api/src/java/org/sakaiproject/entitybroker/EntityRequestHandler.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * EntityRequestHandler.java - entity-broker - Apr 6, 2008 9:03:03 AM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker; Index: entitybroker/api/src/java/org/sakaiproject/entitybroker/collector/BeanMapCollector.java =================================================================== --- entitybroker/api/src/java/org/sakaiproject/entitybroker/collector/BeanMapCollector.java (revision 50227) +++ entitybroker/api/src/java/org/sakaiproject/entitybroker/collector/BeanMapCollector.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * AutoRegister.java - entity-broker - 31 May 2007 7:01:11 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2007, 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.collector; Index: entitybroker/api/src/java/org/sakaiproject/entitybroker/collector/OrderedBean.java =================================================================== --- entitybroker/api/src/java/org/sakaiproject/entitybroker/collector/OrderedBean.java (revision 50227) +++ entitybroker/api/src/java/org/sakaiproject/entitybroker/collector/OrderedBean.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * AutoRegister.java - entity-broker - 31 May 2007 7:01:11 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2007, 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.collector; Index: entitybroker/api/src/java/org/sakaiproject/entitybroker/collector/BeanCollector.java =================================================================== --- entitybroker/api/src/java/org/sakaiproject/entitybroker/collector/BeanCollector.java (revision 50227) +++ entitybroker/api/src/java/org/sakaiproject/entitybroker/collector/BeanCollector.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * AutoRegister.java - entity-broker - 31 May 2007 7:01:11 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2007, 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.collector; Index: entitybroker/api/src/java/org/sakaiproject/entitybroker/collector/AutoRegister.java =================================================================== --- entitybroker/api/src/java/org/sakaiproject/entitybroker/collector/AutoRegister.java (revision 50227) +++ entitybroker/api/src/java/org/sakaiproject/entitybroker/collector/AutoRegister.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * AutoRegister.java - entity-broker - 31 May 2007 7:01:11 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2007, 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.collector; Index: entitybroker/api/src/java/org/sakaiproject/entitybroker/DeveloperHelperService.java =================================================================== --- entitybroker/api/src/java/org/sakaiproject/entitybroker/DeveloperHelperService.java (revision 50227) +++ entitybroker/api/src/java/org/sakaiproject/entitybroker/DeveloperHelperService.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * DeveloperHelperService.java - entity-broker - Apr 13, 2008 5:42:38 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker; Index: entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/CoreEntityProvider.java =================================================================== --- entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/CoreEntityProvider.java (revision 50227) +++ entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/CoreEntityProvider.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * AutoRegister.java - entity-broker - 31 May 2007 7:01:11 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2007, 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.entityprovider; Index: entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/EntityProviderManager.java =================================================================== --- entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/EntityProviderManager.java (revision 50227) +++ entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/EntityProviderManager.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * AutoRegister.java - entity-broker - 31 May 2007 7:01:11 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2007, 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.entityprovider; Index: entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/search/Restriction.java =================================================================== --- entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/search/Restriction.java (revision 50227) +++ entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/search/Restriction.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * Restriction.java - genericdao - Aug 3, 2008 12:43:54 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Aaron Zeckoski - * Licensed under the Apache License, Version 2.0 - * - * A copy of the Apache License has been included in this - * distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.entityprovider.search; Index: entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/search/Search.java =================================================================== --- entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/search/Search.java (revision 50227) +++ entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/search/Search.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * Searcher.java - entity-broker - Apr 8, 2008 11:50:18 AM - azeckoski ************************************************************************** - * Copyright (c) 2008 Aaron Zeckoski - * Licensed under the Apache License, Version 2 - * - * A copy of the Apache License, Version 2 has been included in this - * distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.entityprovider.search; Index: entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/search/Order.java =================================================================== --- entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/search/Order.java (revision 50227) +++ entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/search/Order.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * Order.java - genericdao - Aug 3, 2008 12:43:54 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Aaron Zeckoski - * Licensed under the Apache License, Version 2.0 - * - * A copy of the Apache License has been included in this - * distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.entityprovider.search; Index: entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/EntityProvider.java =================================================================== --- entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/EntityProvider.java (revision 50227) +++ entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/EntityProvider.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * AutoRegister.java - entity-broker - 31 May 2007 7:01:11 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2007, 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.entityprovider; Index: entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/ActionsExecutable.java =================================================================== --- entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/ActionsExecutable.java (revision 50227) +++ entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/ActionsExecutable.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * ActionsExecutable.java - entity-broker - Jul 25, 2008 2:46:26 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Aaron Zeckoski - * Licensed under the Apache License, Version 2.0 - * - * A copy of the Apache License has been included in this - * distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.entityprovider.capabilities; Index: entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/Taggable.java =================================================================== --- entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/Taggable.java (revision 50227) +++ entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/Taggable.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * AutoRegister.java - entity-broker - 31 May 2007 7:01:11 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2007, 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.entityprovider.capabilities; Index: entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/Propertyable.java =================================================================== --- entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/Propertyable.java (revision 50227) +++ entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/Propertyable.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * AutoRegister.java - entity-broker - 31 May 2007 7:01:11 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2007, 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.entityprovider.capabilities; Index: entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/EntityViewUrlCustomizable.java =================================================================== --- entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/EntityViewUrlCustomizable.java (revision 50227) +++ entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/EntityViewUrlCustomizable.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * EntityUrlCustomizable.java - entity-broker - Apr 11, 2008 6:20:50 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.entityprovider.capabilities; Index: entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/DescribeDefineable.java =================================================================== --- entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/DescribeDefineable.java (revision 50227) +++ entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/DescribeDefineable.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * DescribeDefineable.java - entity-broker - Jul 18, 2008 5:46:15 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Aaron Zeckoski - * Licensed under the Apache License, Version 2.0 - * - * A copy of the Apache License has been included in this - * distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.entityprovider.capabilities; Index: entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/OutputFormattable.java =================================================================== --- entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/OutputFormattable.java (revision 50227) +++ entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/OutputFormattable.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * HTMLdefineable.java - entity-broker - Apr 6, 2008 7:44:11 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.entityprovider.capabilities; Index: entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/DescribePropertiesable.java =================================================================== --- entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/DescribePropertiesable.java (revision 50227) +++ entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/DescribePropertiesable.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * DescribePropFileable.java - entity-broker - Jul 18, 2008 5:35:19 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Aaron Zeckoski - * Licensed under the Apache License, Version 2.0 - * - * A copy of the Apache License has been included in this - * distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.entityprovider.capabilities; Index: entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/Saveable.java =================================================================== --- entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/Saveable.java (revision 50227) +++ entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/Saveable.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * Saveable.java - entity-broker - Apr 12, 2008 1:57:05 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.entityprovider.capabilities; Index: entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/RequestStorable.java =================================================================== --- entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/RequestStorable.java (revision 50227) +++ entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/RequestStorable.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * RequestAware.java - entity-broker - Apr 7, 2008 10:12:00 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.entityprovider.capabilities; Index: entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/Redirectable.java =================================================================== --- entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/Redirectable.java (revision 50227) +++ entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/Redirectable.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * URLconfigurable.java - entity-broker - Jul 29, 2008 2:11:58 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Aaron Zeckoski - * Licensed under the Apache License, Version 2.0 - * - * A copy of the Apache License has been included in this - * distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.entityprovider.capabilities; Index: entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/ActionsExecutionControllable.java =================================================================== --- entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/ActionsExecutionControllable.java (revision 50227) +++ entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/ActionsExecutionControllable.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * ActionsExecutable.java - entity-broker - Jul 25, 2008 2:46:26 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Aaron Zeckoski - * Licensed under the Apache License, Version 2.0 - * - * A copy of the Apache License has been included in this - * distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.entityprovider.capabilities; Index: entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/RequestHandler.java =================================================================== --- entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/RequestHandler.java (revision 50227) +++ entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/RequestHandler.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * RequestHandler.java - entity-broker - Apr 12, 2008 2:44:44 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.entityprovider.capabilities; Index: entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/Createable.java =================================================================== --- entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/Createable.java (revision 50227) +++ entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/Createable.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * Createable.java - entity-broker - Apr 8, 2008 11:14:05 AM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.entityprovider.capabilities; Index: entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/ActionsDefineable.java =================================================================== --- entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/ActionsDefineable.java (revision 50227) +++ entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/ActionsDefineable.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * ActionsExecutable.java - entity-broker - Jul 25, 2008 2:46:26 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Aaron Zeckoski - * Licensed under the Apache License, Version 2.0 - * - * A copy of the Apache License has been included in this - * distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.entityprovider.capabilities; Index: entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/PropertyProvideable.java =================================================================== --- entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/PropertyProvideable.java (revision 50227) +++ entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/PropertyProvideable.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * AutoRegister.java - entity-broker - 31 May 2007 7:01:11 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2007, 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.entityprovider.capabilities; Index: entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/RedirectControllable.java =================================================================== --- entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/RedirectControllable.java (revision 50227) +++ entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/RedirectControllable.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * URLconfigurable.java - entity-broker - Jul 29, 2008 2:11:58 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Aaron Zeckoski - * Licensed under the Apache License, Version 2.0 - * - * A copy of the Apache License has been included in this - * distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.entityprovider.capabilities; Index: entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/Describeable.java =================================================================== --- entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/Describeable.java (revision 50227) +++ entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/Describeable.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * Describeable.java - entity-broker - Jul 18, 2008 5:15:58 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Aaron Zeckoski - * Licensed under the Apache License, Version 2.0 - * - * A copy of the Apache License has been included in this - * distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.entityprovider.capabilities; Index: entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/Exportable.java =================================================================== --- entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/Exportable.java (revision 50227) +++ entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/Exportable.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * AutoRegister.java - entity-broker - 31 May 2007 7:01:11 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2007, 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.entityprovider.capabilities; Index: entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/Updateable.java =================================================================== --- entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/Updateable.java (revision 50227) +++ entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/Updateable.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * Updateable.java - entity-broker - Apr 8, 2008 11:40:19 AM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.entityprovider.capabilities; Index: entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/RequestInterceptor.java =================================================================== --- entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/RequestInterceptor.java (revision 50227) +++ entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/RequestInterceptor.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * RequestInterceptor.java - entity-broker - Apr 8, 2008 8:42:28 AM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.entityprovider.capabilities; Index: entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/RequestAware.java =================================================================== --- entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/RequestAware.java (revision 50227) +++ entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/RequestAware.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * RequestAware.java - entity-broker - Apr 7, 2008 10:12:00 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.entityprovider.capabilities; Index: entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/CollectionResolvable.java =================================================================== --- entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/CollectionResolvable.java (revision 50227) +++ entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/CollectionResolvable.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * Collectible.java - entity-broker - Apr 8, 2008 11:51:26 AM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.entityprovider.capabilities; Index: entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/BrowseSearchable.java =================================================================== --- entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/BrowseSearchable.java (revision 50227) +++ entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/BrowseSearchable.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * BrowseSearchable.java - entity-broker - Aug 3, 2008 9:24:50 AM - azeckoski ************************************************************************** - * Copyright (c) 2008 Aaron Zeckoski - * Licensed under the Apache License, Version 2.0 - * - * A copy of the Apache License has been included in this - * distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.entityprovider.capabilities; Index: entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/ReferenceParseable.java =================================================================== --- entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/ReferenceParseable.java (revision 50227) +++ entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/ReferenceParseable.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * AutoRegister.java - entity-broker - 31 May 2007 7:01:11 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2007, 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.entityprovider.capabilities; Index: entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/CRUDable.java =================================================================== --- entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/CRUDable.java (revision 50227) +++ entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/CRUDable.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * CRUDable.java - entity-broker - Apr 8, 2008 11:47:03 AM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.entityprovider.capabilities; Index: entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/Inputable.java =================================================================== --- entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/Inputable.java (revision 50227) +++ entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/Inputable.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * Inputable.java - entity-broker - Apr 12, 2008 1:36:32 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.entityprovider.capabilities; Index: entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/RESTful.java =================================================================== --- entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/RESTful.java (revision 50227) +++ entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/RESTful.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * RESTful.java - entity-broker - Apr 8, 2008 12:05:12 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.entityprovider.capabilities; Index: entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/Outputable.java =================================================================== --- entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/Outputable.java (revision 50227) +++ entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/Outputable.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * HTMLable.java - entity-broker - Apr 6, 2008 7:37:54 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.entityprovider.capabilities; Index: entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/AutoRegisterEntityProvider.java =================================================================== --- entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/AutoRegisterEntityProvider.java (revision 50227) +++ entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/AutoRegisterEntityProvider.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * AutoRegister.java - entity-broker - 31 May 2007 7:01:11 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2007, 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.entityprovider.capabilities; Index: entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/Browseable.java =================================================================== --- entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/Browseable.java (revision 50227) +++ entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/Browseable.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * Browseable.java - entity-broker - Aug 3, 2008 9:20:34 AM - azeckoski ************************************************************************** - * Copyright (c) 2008 Aaron Zeckoski - * Licensed under the Apache License, Version 2.0 - * - * A copy of the Apache License has been included in this - * distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.entityprovider.capabilities; Index: entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/TagSearchable.java =================================================================== --- entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/TagSearchable.java (revision 50227) +++ entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/TagSearchable.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * TagSearchable.java - entity-broker - Mar 21, 2008 9:39:17 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.entityprovider.capabilities; Index: entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/Deleteable.java =================================================================== --- entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/Deleteable.java (revision 50227) +++ entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/Deleteable.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * Deleteable.java - entity-broker - Apr 8, 2008 11:31:26 AM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.entityprovider.capabilities; Index: entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/RedirectDefinable.java =================================================================== --- entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/RedirectDefinable.java (revision 50227) +++ entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/RedirectDefinable.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * URLconfigurable.java - entity-broker - Jul 29, 2008 2:11:58 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Aaron Zeckoski - * Licensed under the Apache License, Version 2.0 - * - * A copy of the Apache License has been included in this - * distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.entityprovider.capabilities; Index: entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/InputTranslatable.java =================================================================== --- entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/InputTranslatable.java (revision 50227) +++ entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/InputTranslatable.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * InputTranslatable.java - entity-broker - Apr 12, 2008 2:03:28 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.entityprovider.capabilities; Index: entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/Resolvable.java =================================================================== --- entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/Resolvable.java (revision 50227) +++ entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/Resolvable.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * AutoRegister.java - entity-broker - 31 May 2007 7:01:11 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2007, 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.entityprovider.capabilities; Index: entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/Importable.java =================================================================== --- entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/Importable.java (revision 50227) +++ entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/capabilities/Importable.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * AutoRegister.java - entity-broker - 31 May 2007 7:01:11 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2007, 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.entityprovider.capabilities; Index: entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/extension/EntitySearchResult.java =================================================================== --- entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/extension/EntitySearchResult.java (revision 50227) +++ entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/extension/EntitySearchResult.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * EntitySearchResult.java - entity-broker - Aug 3, 2008 6:03:53 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Aaron Zeckoski - * Licensed under the Apache License, Version 2.0 - * - * A copy of the Apache License has been included in this - * distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.entityprovider.extension; Index: entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/extension/RequestGetter.java =================================================================== --- entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/extension/RequestGetter.java (revision 50227) +++ entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/extension/RequestGetter.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * RequestGetter.java - entity-broker - Apr 8, 2008 8:56:18 AM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.entityprovider.extension; Index: entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/extension/TagProvider.java =================================================================== --- entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/extension/TagProvider.java (revision 50227) +++ entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/extension/TagProvider.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * TagProvider.java - entity-broker - Apr 5, 2008 7:19:14 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.entityprovider.extension; Index: entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/extension/PropertiesProvider.java =================================================================== --- entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/extension/PropertiesProvider.java (revision 50227) +++ entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/extension/PropertiesProvider.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * AutoRegister.java - entity-broker - 31 May 2007 7:01:11 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2007, 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.entityprovider.extension; Index: entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/extension/CustomAction.java =================================================================== --- entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/extension/CustomAction.java (revision 50227) +++ entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/extension/CustomAction.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * CustomAction.java - entity-broker - Jul 25, 2008 2:49:39 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Aaron Zeckoski - * Licensed under the Apache License, Version 2.0 - * - * A copy of the Apache License has been included in this - * distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.entityprovider.extension; Index: entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/extension/TemplateMap.java =================================================================== --- entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/extension/TemplateMap.java (revision 50227) +++ entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/extension/TemplateMap.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * TemplateMap.java - entity-broker - Jul 31, 2008 10:59:53 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Aaron Zeckoski - * Licensed under the Apache License, Version 2.0 - * - * A copy of the Apache License has been included in this - * distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.entityprovider.extension; Index: entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/extension/Formats.java =================================================================== --- entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/extension/Formats.java (revision 50227) +++ entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/extension/Formats.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * Formatter.java - entity-broker - Apr 12, 2008 11:20:37 AM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.entityprovider.extension; Index: entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/extension/TagSearchProvider.java =================================================================== --- entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/extension/TagSearchProvider.java (revision 50227) +++ entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/extension/TagSearchProvider.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * TagSearchProvider.java - entity-broker - Apr 5, 2008 7:21:20 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.entityprovider.extension; Index: entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/extension/ActionReturn.java =================================================================== --- entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/extension/ActionReturn.java (revision 50227) +++ entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/extension/ActionReturn.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * ActionReturn.java - entity-broker - Jul 25, 2008 4:19:15 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Aaron Zeckoski - * Licensed under the Apache License, Version 2.0 - * - * A copy of the Apache License has been included in this - * distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.entityprovider.extension; Index: entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/extension/RequestStorage.java =================================================================== --- entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/extension/RequestStorage.java (revision 50227) +++ entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/extension/RequestStorage.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * RequestStorage.java - entity-broker - Jul 24, 2008 1:55:12 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Aaron Zeckoski - * Licensed under the Apache License, Version 2.0 - * - * A copy of the Apache License has been included in this - * distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.entityprovider.extension; Index: entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/extension/BasicEntity.java =================================================================== --- entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/extension/BasicEntity.java (revision 50227) +++ entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/extension/BasicEntity.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * BasicEntity.java - entity-broker - Apr 8, 2008 9:11:35 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.entityprovider.extension; Index: entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/annotations/EntityLastModified.java =================================================================== --- entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/annotations/EntityLastModified.java (revision 50227) +++ entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/annotations/EntityLastModified.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * EntityId.java - entity-broker - Apr 13, 2008 12:17:49 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.entityprovider.annotations; Index: entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/annotations/EntityURLRedirect.java =================================================================== --- entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/annotations/EntityURLRedirect.java (revision 50227) +++ entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/annotations/EntityURLRedirect.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * EntityCustomAction.java - entity-broker - Jul 28, 2008 11:09:39 AM - azeckoski ************************************************************************** - * Copyright (c) 2008 Aaron Zeckoski - * Licensed under the Apache License, Version 2.0 - * - * A copy of the Apache License has been included in this - * distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.entityprovider.annotations; Index: entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/annotations/EntityCustomAction.java =================================================================== --- entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/annotations/EntityCustomAction.java (revision 50227) +++ entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/annotations/EntityCustomAction.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * EntityCustomAction.java - entity-broker - Jul 28, 2008 11:09:39 AM - azeckoski ************************************************************************** - * Copyright (c) 2008 Aaron Zeckoski - * Licensed under the Apache License, Version 2.0 - * - * A copy of the Apache License has been included in this - * distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.entityprovider.annotations; Index: entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/annotations/EntityId.java =================================================================== --- entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/annotations/EntityId.java (revision 50227) +++ entitybroker/api/src/java/org/sakaiproject/entitybroker/entityprovider/annotations/EntityId.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * EntityId.java - entity-broker - Apr 13, 2008 12:17:49 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.entityprovider.annotations; Index: entitybroker/api/src/java/org/sakaiproject/entitybroker/EntityView.java =================================================================== --- entitybroker/api/src/java/org/sakaiproject/entitybroker/EntityView.java (revision 50227) +++ entitybroker/api/src/java/org/sakaiproject/entitybroker/EntityView.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * EntityView.java - entity-broker - Apr 10, 2008 6:26:47 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker; Index: entitybroker/api/src/java/org/sakaiproject/entitybroker/IdEntityReference.java =================================================================== --- entitybroker/api/src/java/org/sakaiproject/entitybroker/IdEntityReference.java (revision 50227) +++ entitybroker/api/src/java/org/sakaiproject/entitybroker/IdEntityReference.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * AutoRegister.java - entity-broker - 31 May 2007 7:01:11 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2007, 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker; Index: entitybroker/api/src/java/org/sakaiproject/entitybroker/EntityReference.java =================================================================== --- entitybroker/api/src/java/org/sakaiproject/entitybroker/EntityReference.java (revision 50227) +++ entitybroker/api/src/java/org/sakaiproject/entitybroker/EntityReference.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * AutoRegister.java - entity-broker - 31 May 2007 7:01:11 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2007, 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker; Index: entitybroker/api/src/java/org/sakaiproject/entitybroker/util/ClassLoaderReporter.java =================================================================== --- entitybroker/api/src/java/org/sakaiproject/entitybroker/util/ClassLoaderReporter.java (revision 50227) +++ entitybroker/api/src/java/org/sakaiproject/entitybroker/util/ClassLoaderReporter.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * AutoRegister.java - entity-broker - 31 May 2007 7:01:11 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2007, 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.util; Index: entitybroker/api/src/java/org/sakaiproject/entitybroker/util/SakaiToolData.java =================================================================== --- entitybroker/api/src/java/org/sakaiproject/entitybroker/util/SakaiToolData.java (revision 50227) +++ entitybroker/api/src/java/org/sakaiproject/entitybroker/util/SakaiToolData.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * SakaiToolInfo.java - entity-broker - Apr 25, 2008 10:07:43 AM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.util; Index: entitybroker/api/src/java/org/sakaiproject/entitybroker/util/TemplateParseUtil.java =================================================================== --- entitybroker/api/src/java/org/sakaiproject/entitybroker/util/TemplateParseUtil.java (revision 50227) +++ entitybroker/api/src/java/org/sakaiproject/entitybroker/util/TemplateParseUtil.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * TemplateParseUtil.java - entity-broker - Apr 10, 2008 9:57:29 AM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.util; Index: entitybroker/api/src/java/org/sakaiproject/entitybroker/util/EntityResponse.java =================================================================== --- entitybroker/api/src/java/org/sakaiproject/entitybroker/util/EntityResponse.java (revision 50227) +++ entitybroker/api/src/java/org/sakaiproject/entitybroker/util/EntityResponse.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * HttpResponse.java - entity-broker - Jul 20, 2008 12:19:23 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Aaron Zeckoski - * Licensed under the Apache License, Version 2.0 - * - * A copy of the Apache License has been included in this - * distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.util; Index: entitybroker/api/src/java/org/sakaiproject/entitybroker/exception/EncodingException.java =================================================================== --- entitybroker/api/src/java/org/sakaiproject/entitybroker/exception/EncodingException.java (revision 50227) +++ entitybroker/api/src/java/org/sakaiproject/entitybroker/exception/EncodingException.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * EncodingException.java - entity-broker - Apr 30, 2008 5:33:26 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.exception; Index: entitybroker/api/src/java/org/sakaiproject/entitybroker/exception/EntityException.java =================================================================== --- entitybroker/api/src/java/org/sakaiproject/entitybroker/exception/EntityException.java (revision 50227) +++ entitybroker/api/src/java/org/sakaiproject/entitybroker/exception/EntityException.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * EntityExistsException.java - entity-broker - Apr 6, 2008 8:52:59 AM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.exception; Index: entitybroker/mocks/src/java/org/sakaiproject/entitybroker/mocks/DescribePropertiesableEntityProviderMock.java =================================================================== --- entitybroker/mocks/src/java/org/sakaiproject/entitybroker/mocks/DescribePropertiesableEntityProviderMock.java (revision 50227) +++ entitybroker/mocks/src/java/org/sakaiproject/entitybroker/mocks/DescribePropertiesableEntityProviderMock.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * DescribePropertiesableEntityProviderMock.java - entity-broker - Jul 19, 2008 9:40:43 AM - azeckoski ************************************************************************** - * Copyright (c) 2008 Aaron Zeckoski - * Licensed under the Apache License, Version 2.0 - * - * A copy of the Apache License has been included in this - * distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.mocks; Index: entitybroker/mocks/src/java/org/sakaiproject/entitybroker/mocks/CRUDableEntityProviderMock.java =================================================================== --- entitybroker/mocks/src/java/org/sakaiproject/entitybroker/mocks/CRUDableEntityProviderMock.java (revision 50227) +++ entitybroker/mocks/src/java/org/sakaiproject/entitybroker/mocks/CRUDableEntityProviderMock.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * RESTfulEntityProviderMock.java - entity-broker - Apr 9, 2008 10:31:13 AM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.mocks; Index: entitybroker/mocks/src/java/org/sakaiproject/entitybroker/mocks/RESTfulEntityProviderMock.java =================================================================== --- entitybroker/mocks/src/java/org/sakaiproject/entitybroker/mocks/RESTfulEntityProviderMock.java (revision 50227) +++ entitybroker/mocks/src/java/org/sakaiproject/entitybroker/mocks/RESTfulEntityProviderMock.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * RESTfulEntityProviderMock.java - entity-broker - Apr 9, 2008 10:31:13 AM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.mocks; Index: entitybroker/mocks/src/java/org/sakaiproject/entitybroker/mocks/ActionsExecutionEntityProviderMock.java =================================================================== --- entitybroker/mocks/src/java/org/sakaiproject/entitybroker/mocks/ActionsExecutionEntityProviderMock.java (revision 50227) +++ entitybroker/mocks/src/java/org/sakaiproject/entitybroker/mocks/ActionsExecutionEntityProviderMock.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * RESTfulEntityProviderMock.java - entity-broker - Apr 9, 2008 10:31:13 AM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.mocks; Index: entitybroker/mocks/src/java/org/sakaiproject/entitybroker/mocks/RedirectableEntityProviderMock.java =================================================================== --- entitybroker/mocks/src/java/org/sakaiproject/entitybroker/mocks/RedirectableEntityProviderMock.java (revision 50227) +++ entitybroker/mocks/src/java/org/sakaiproject/entitybroker/mocks/RedirectableEntityProviderMock.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * RESTfulEntityProviderMock.java - entity-broker - Apr 9, 2008 10:31:13 AM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.mocks; Index: entitybroker/mocks/src/java/org/sakaiproject/entitybroker/mocks/EntityViewAccessProviderManagerMock.java =================================================================== --- entitybroker/mocks/src/java/org/sakaiproject/entitybroker/mocks/EntityViewAccessProviderManagerMock.java (revision 50227) +++ entitybroker/mocks/src/java/org/sakaiproject/entitybroker/mocks/EntityViewAccessProviderManagerMock.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * EntityViewAccessProviderManagerMock.java - entity-broker - Apr 11, 2008 4:37:13 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.mocks; Index: entitybroker/mocks/src/java/org/sakaiproject/entitybroker/mocks/RequestStoreableEntityProviderMock.java =================================================================== --- entitybroker/mocks/src/java/org/sakaiproject/entitybroker/mocks/RequestStoreableEntityProviderMock.java (revision 50227) +++ entitybroker/mocks/src/java/org/sakaiproject/entitybroker/mocks/RequestStoreableEntityProviderMock.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * RESTfulEntityProviderMock.java - entity-broker - Apr 9, 2008 10:31:13 AM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.mocks; Index: entitybroker/mocks/src/java/org/sakaiproject/entitybroker/mocks/MockEBHttpServletRequest.java =================================================================== --- entitybroker/mocks/src/java/org/sakaiproject/entitybroker/mocks/MockEBHttpServletRequest.java (revision 50227) +++ entitybroker/mocks/src/java/org/sakaiproject/entitybroker/mocks/MockEBHttpServletRequest.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * MockHttpServletRequest.java - entity-broker - Apr 6, 2008 2:15:08 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.mocks; Index: entitybroker/mocks/src/java/org/sakaiproject/entitybroker/mocks/EntityViewAccessProviderMock.java =================================================================== --- entitybroker/mocks/src/java/org/sakaiproject/entitybroker/mocks/EntityViewAccessProviderMock.java (revision 50227) +++ entitybroker/mocks/src/java/org/sakaiproject/entitybroker/mocks/EntityViewAccessProviderMock.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * EntityViewAccessProviderMock.java - entity-broker - Apr 11, 2008 4:31:51 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.mocks; Index: entitybroker/mocks/src/java/org/sakaiproject/entitybroker/mocks/ActionsDefineableEntityProviderMock.java =================================================================== --- entitybroker/mocks/src/java/org/sakaiproject/entitybroker/mocks/ActionsDefineableEntityProviderMock.java (revision 50227) +++ entitybroker/mocks/src/java/org/sakaiproject/entitybroker/mocks/ActionsDefineableEntityProviderMock.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * RESTfulEntityProviderMock.java - entity-broker - Apr 9, 2008 10:31:13 AM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.mocks; Index: entitybroker/mocks/src/java/org/sakaiproject/entitybroker/mocks/ActionsEntityProviderMock.java =================================================================== --- entitybroker/mocks/src/java/org/sakaiproject/entitybroker/mocks/ActionsEntityProviderMock.java (revision 50227) +++ entitybroker/mocks/src/java/org/sakaiproject/entitybroker/mocks/ActionsEntityProviderMock.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * RESTfulEntityProviderMock.java - entity-broker - Apr 9, 2008 10:31:13 AM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.mocks; Index: entitybroker/mocks/src/java/org/sakaiproject/entitybroker/mocks/RedirectDefineableEntityProviderMock.java =================================================================== --- entitybroker/mocks/src/java/org/sakaiproject/entitybroker/mocks/RedirectDefineableEntityProviderMock.java (revision 50227) +++ entitybroker/mocks/src/java/org/sakaiproject/entitybroker/mocks/RedirectDefineableEntityProviderMock.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * RESTfulEntityProviderMock.java - entity-broker - Apr 9, 2008 10:31:13 AM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.mocks; Index: entitybroker/mocks/src/java/org/sakaiproject/entitybroker/mocks/RedirectControllableEntityProviderMock.java =================================================================== --- entitybroker/mocks/src/java/org/sakaiproject/entitybroker/mocks/RedirectControllableEntityProviderMock.java (revision 50227) +++ entitybroker/mocks/src/java/org/sakaiproject/entitybroker/mocks/RedirectControllableEntityProviderMock.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * RESTfulEntityProviderMock.java - entity-broker - Apr 9, 2008 10:31:13 AM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.mocks; Index: entitybroker/mocks/src/java/org/sakaiproject/entitybroker/mocks/HttpServletAccessProviderManagerMock.java =================================================================== --- entitybroker/mocks/src/java/org/sakaiproject/entitybroker/mocks/HttpServletAccessProviderManagerMock.java (revision 50227) +++ entitybroker/mocks/src/java/org/sakaiproject/entitybroker/mocks/HttpServletAccessProviderManagerMock.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * HttpServletAccessProviderManagerMock.java - entity-broker - Apr 6, 2008 12:20:45 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.mocks; Index: entitybroker/mocks/src/java/org/sakaiproject/entitybroker/mocks/DescribeableEntityProviderMock.java =================================================================== --- entitybroker/mocks/src/java/org/sakaiproject/entitybroker/mocks/DescribeableEntityProviderMock.java (revision 50227) +++ entitybroker/mocks/src/java/org/sakaiproject/entitybroker/mocks/DescribeableEntityProviderMock.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * DescribeableEntityProviderMock.java - entity-broker - Jul 19, 2008 9:37:54 AM - azeckoski ************************************************************************** - * Copyright (c) 2008 Aaron Zeckoski - * Licensed under the Apache License, Version 2.0 - * - * A copy of the Apache License has been included in this - * distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.mocks; Index: entitybroker/mocks/src/java/org/sakaiproject/entitybroker/mocks/HttpServletAccessProviderMock.java =================================================================== --- entitybroker/mocks/src/java/org/sakaiproject/entitybroker/mocks/HttpServletAccessProviderMock.java (revision 50227) +++ entitybroker/mocks/src/java/org/sakaiproject/entitybroker/mocks/HttpServletAccessProviderMock.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * HttpServletAccessProviderMock.java - entity-broker - Apr 6, 2008 12:18:50 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.mocks; Index: entitybroker/tool/src/java/org/sakaiproject/entitybroker/servlet/DirectServlet.java =================================================================== --- entitybroker/tool/src/java/org/sakaiproject/entitybroker/servlet/DirectServlet.java (revision 50227) +++ entitybroker/tool/src/java/org/sakaiproject/entitybroker/servlet/DirectServlet.java (working copy) @@ -3,13 +3,19 @@ * $URL$ * Example.java - entity-broker - 31 May 2007 7:01:11 PM - azeckoski ************************************************************************** - * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge - * Licensed under the Educational Community License version 1.0 - * - * A copy of the Educational Community License has been included in this - * distribution and is available at: http://www.opensource.org/licenses/ecl1.php + * Copyright 2007, 2008 Sakai Foundation * - * Aaron Zeckoski (azeckoski@gmail.com) (aaronz@vt.edu) (aaron@caret.cam.ac.uk) + * Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.sakaiproject.entitybroker.servlet;