From 113c9afd70a79df1e27a849a86e1b3ca28e4c1ea Mon Sep 17 00:00:00 2001 From: David Horwitz Date: Thu, 23 Apr 2020 12:15:03 +0200 Subject: [PATCH] SAK-21839 replacing dead link to osedu.org with link to opensource.org ECL-2.0 --- .../blogwow/constants/BlogConstants.java | 26 ++++++++++------- .../sakaiproject/blogwow/logic/BlogLogic.java | 26 ++++++++++------- .../blogwow/logic/CommentLogic.java | 26 ++++++++++------- .../blogwow/logic/EntryLogic.java | 26 ++++++++++------- .../blogwow/logic/ExternalLogic.java | 26 ++++++++++------- .../logic/entity/BlogEntityProvider.java | 26 ++++++++++------- .../logic/entity/BlogEntryEntityProvider.java | 26 ++++++++++------- .../logic/entity/BlogGroupEntityProvider.java | 15 ++++++++++ .../entity/BlogGroupRssEntityProvider.java | 26 ++++++++++------- .../logic/entity/BlogRssEntityProvider.java | 26 ++++++++++------- .../blogwow/model/BlogWowBlog.java | 26 ++++++++++------- .../blogwow/model/BlogWowComment.java | 26 ++++++++++------- .../blogwow/model/BlogWowEntry.java | 26 ++++++++++------- .../sakaiproject/blogwow/dao/BlogWowDao.java | 26 ++++++++++------- .../blogwow/dao/BlogWowDaoImpl.java | 26 ++++++++++------- .../blogwow/logic/BlogLogicImpl.java | 26 ++++++++++------- .../blogwow/logic/CommentLogicImpl.java | 26 ++++++++++------- .../blogwow/logic/EntryLogicImpl.java | 26 ++++++++++------- .../blogwow/logic/ExternalLogicImpl.java | 26 ++++++++++------- .../logic/entity/BlogEntityProviderImpl.java | 29 ++++++++++--------- .../entity/BlogEntryEntityProviderImpl.java | 29 ++++++++++--------- .../entity/BlogGroupEntityProviderImpl.java | 15 ++++++++++ .../BlogGroupRssEntityProviderImpl.java | 26 ++++++++++------- .../entity/BlogRssEntityProviderImpl.java | 26 ++++++++++------- .../blogwow/dao/BlogWowDaoImplTest.java | 26 ++++++++++------- .../blogwow/logic/BlogLogicImplTest.java | 26 ++++++++++------- .../blogwow/logic/CommentLogicImplTest.java | 26 ++++++++++------- .../blogwow/logic/EntryLogicImplTest.java | 26 ++++++++++------- .../logic/stubs/ExternalLogicStub.java | 26 ++++++++++------- .../blogwow/logic/stubs/TPlacement.java | 26 ++++++++++------- .../blogwow/logic/stubs/TSite.java | 29 ++++++++++--------- .../blogwow/logic/stubs/TUser.java | 26 ++++++++++------- .../blogwow/logic/test/TestDataPreload.java | 26 ++++++++++------- .../blogwow/tool/beans/ErrorHandler.java | 23 ++++++++------- .../blogwow/tool/beans/MugshotGenerator.java | 15 ++++++++++ .../tool/inferrer/BlogEntryInferrer.java | 26 ++++++++++------- .../tool/inferrer/BlogGroupInferrer.java | 15 ++++++++++ .../tool/inferrer/BlogGroupRSSInferrer.java | 26 ++++++++++------- .../blogwow/tool/inferrer/BlogInferrer.java | 26 ++++++++++------- .../tool/inferrer/BlogRSSInferrer.java | 26 ++++++++++------- .../blogwow/tool/otp/BlogLocator.java | 15 ++++++++++ .../blogwow/tool/otp/CommentLocator.java | 15 ++++++++++ .../blogwow/tool/otp/EntryLocator.java | 15 ++++++++++ .../blogwow/tool/params/BlogEntryParams.java | 15 ++++++++++ .../blogwow/tool/params/BlogParams.java | 15 ++++++++++ .../tool/params/BlogRssViewParams.java | 26 ++++++++++------- .../blogwow/tool/params/SimpleBlogParams.java | 15 ++++++++++ .../tool/producers/AddEntryProducer.java | 15 ++++++++++ .../tool/producers/BlogRSSProducer.java | 15 ++++++++++ .../tool/producers/BlogViewProducer.java | 15 ++++++++++ .../blogwow/tool/producers/HomeProducer.java | 15 ++++++++++ .../tool/producers/MySettingsProducer.java | 15 ++++++++++ .../tool/producers/NavBarRenderer.java | 15 ++++++++++ .../tool/producers/PermissionsProducer.java | 15 ++++++++++ 54 files changed, 807 insertions(+), 416 deletions(-) diff --git a/api/src/java/org/sakaiproject/blogwow/constants/BlogConstants.java b/api/src/java/org/sakaiproject/blogwow/constants/BlogConstants.java index 6d0dadb..839b133 100644 --- a/api/src/java/org/sakaiproject/blogwow/constants/BlogConstants.java +++ b/api/src/java/org/sakaiproject/blogwow/constants/BlogConstants.java @@ -1,14 +1,18 @@ -/****************************************************************************** - * BlogConstants.java - created by Sakai App Builder -AZ - * - * Copyright (c) 2006 Sakai Project/Sakai Foundation - * 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 (c) 2007-2020 The Apereo 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://opensource.org/licenses/ecl2 + * + * 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.blogwow.constants; /** diff --git a/api/src/java/org/sakaiproject/blogwow/logic/BlogLogic.java b/api/src/java/org/sakaiproject/blogwow/logic/BlogLogic.java index c6e0b36..ca7afdf 100644 --- a/api/src/java/org/sakaiproject/blogwow/logic/BlogLogic.java +++ b/api/src/java/org/sakaiproject/blogwow/logic/BlogLogic.java @@ -1,14 +1,18 @@ -/****************************************************************************** - * BlogLogic.java - created by Sakai App Builder -AZ - * - * Copyright (c) 2007 Sakai Project/Sakai Foundation - * 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 (c) 2007-2020 The Apereo 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://opensource.org/licenses/ecl2 + * + * 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.blogwow.logic; import java.util.List; diff --git a/api/src/java/org/sakaiproject/blogwow/logic/CommentLogic.java b/api/src/java/org/sakaiproject/blogwow/logic/CommentLogic.java index 1163394..659683d 100644 --- a/api/src/java/org/sakaiproject/blogwow/logic/CommentLogic.java +++ b/api/src/java/org/sakaiproject/blogwow/logic/CommentLogic.java @@ -1,14 +1,18 @@ -/****************************************************************************** - * CommentLogic.java - created by Sakai App Builder -AZ - * - * Copyright (c) 2007 Sakai Project/Sakai Foundation - * 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 (c) 2007-2020 The Apereo 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://opensource.org/licenses/ecl2 + * + * 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.blogwow.logic; import java.util.List; diff --git a/api/src/java/org/sakaiproject/blogwow/logic/EntryLogic.java b/api/src/java/org/sakaiproject/blogwow/logic/EntryLogic.java index 73f4b57..594dcfb 100644 --- a/api/src/java/org/sakaiproject/blogwow/logic/EntryLogic.java +++ b/api/src/java/org/sakaiproject/blogwow/logic/EntryLogic.java @@ -1,14 +1,18 @@ -/****************************************************************************** - * EntryLogic.java - created by Sakai App Builder -AZ - * - * Copyright (c) 2007 Sakai Project/Sakai Foundation - * 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 (c) 2007-2020 The Apereo 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://opensource.org/licenses/ecl2 + * + * 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.blogwow.logic; import java.util.Date; diff --git a/api/src/java/org/sakaiproject/blogwow/logic/ExternalLogic.java b/api/src/java/org/sakaiproject/blogwow/logic/ExternalLogic.java index fb167e5..a0b51cb 100644 --- a/api/src/java/org/sakaiproject/blogwow/logic/ExternalLogic.java +++ b/api/src/java/org/sakaiproject/blogwow/logic/ExternalLogic.java @@ -1,14 +1,18 @@ -/****************************************************************************** - * ExternalLogic.java - created by Sakai App Builder -AZ - * - * Copyright (c) 2007 Sakai Project/Sakai Foundation - * 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 (c) 2007-2020 The Apereo 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://opensource.org/licenses/ecl2 + * + * 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.blogwow.logic; import org.sakaiproject.blogwow.model.BlogWowBlog; diff --git a/api/src/java/org/sakaiproject/blogwow/logic/entity/BlogEntityProvider.java b/api/src/java/org/sakaiproject/blogwow/logic/entity/BlogEntityProvider.java index 0098d1f..4f07a0a 100644 --- a/api/src/java/org/sakaiproject/blogwow/logic/entity/BlogEntityProvider.java +++ b/api/src/java/org/sakaiproject/blogwow/logic/entity/BlogEntityProvider.java @@ -1,14 +1,18 @@ -/****************************************************************************** - * BlogEntityProvider.java - created by Sakai App Builder -AZ - * - * Copyright (c) 2007 Sakai Project/Sakai Foundation - * 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 (c) 2007-2020 The Apereo 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://opensource.org/licenses/ecl2 + * + * 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.blogwow.logic.entity; import org.sakaiproject.entitybroker.entityprovider.EntityProvider; diff --git a/api/src/java/org/sakaiproject/blogwow/logic/entity/BlogEntryEntityProvider.java b/api/src/java/org/sakaiproject/blogwow/logic/entity/BlogEntryEntityProvider.java index f934ca5..8810686 100644 --- a/api/src/java/org/sakaiproject/blogwow/logic/entity/BlogEntryEntityProvider.java +++ b/api/src/java/org/sakaiproject/blogwow/logic/entity/BlogEntryEntityProvider.java @@ -1,14 +1,18 @@ -/****************************************************************************** - * BlogEntryEntityProvider.java - created by Sakai App Builder -AZ - * - * Copyright (c) 2007 Sakai Project/Sakai Foundation - * 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 (c) 2007-2020 The Apereo 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://opensource.org/licenses/ecl2 + * + * 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.blogwow.logic.entity; import org.sakaiproject.entitybroker.entityprovider.EntityProvider; diff --git a/api/src/java/org/sakaiproject/blogwow/logic/entity/BlogGroupEntityProvider.java b/api/src/java/org/sakaiproject/blogwow/logic/entity/BlogGroupEntityProvider.java index d7230d7..8991c4c 100644 --- a/api/src/java/org/sakaiproject/blogwow/logic/entity/BlogGroupEntityProvider.java +++ b/api/src/java/org/sakaiproject/blogwow/logic/entity/BlogGroupEntityProvider.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2012 The Apereo 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://opensource.org/licenses/ecl2 + * + * 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.blogwow.logic.entity; import org.sakaiproject.entitybroker.entityprovider.EntityProvider; diff --git a/api/src/java/org/sakaiproject/blogwow/logic/entity/BlogGroupRssEntityProvider.java b/api/src/java/org/sakaiproject/blogwow/logic/entity/BlogGroupRssEntityProvider.java index 63a96e1..dae3f2e 100644 --- a/api/src/java/org/sakaiproject/blogwow/logic/entity/BlogGroupRssEntityProvider.java +++ b/api/src/java/org/sakaiproject/blogwow/logic/entity/BlogGroupRssEntityProvider.java @@ -1,14 +1,18 @@ -/****************************************************************************** - * BlogGroupRssEntityProvider.java - created by Sakai App Builder -AZ - * - * Copyright (c) 2007 Sakai Project/Sakai Foundation - * 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 (c) 2007-2020 The Apereo 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://opensource.org/licenses/ecl2 + * + * 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.blogwow.logic.entity; import org.sakaiproject.entitybroker.entityprovider.EntityProvider; diff --git a/api/src/java/org/sakaiproject/blogwow/logic/entity/BlogRssEntityProvider.java b/api/src/java/org/sakaiproject/blogwow/logic/entity/BlogRssEntityProvider.java index 22796f2..0fc88f1 100644 --- a/api/src/java/org/sakaiproject/blogwow/logic/entity/BlogRssEntityProvider.java +++ b/api/src/java/org/sakaiproject/blogwow/logic/entity/BlogRssEntityProvider.java @@ -1,14 +1,18 @@ -/****************************************************************************** - * BlogRssEntityProvider.java - created by Sakai App Builder -AZ - * - * Copyright (c) 2007 Sakai Project/Sakai Foundation - * 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 (c) 2007-2020 The Apereo 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://opensource.org/licenses/ecl2 + * + * 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.blogwow.logic.entity; import org.sakaiproject.entitybroker.entityprovider.EntityProvider; diff --git a/api/src/java/org/sakaiproject/blogwow/model/BlogWowBlog.java b/api/src/java/org/sakaiproject/blogwow/model/BlogWowBlog.java index d504b7a..20420cb 100644 --- a/api/src/java/org/sakaiproject/blogwow/model/BlogWowBlog.java +++ b/api/src/java/org/sakaiproject/blogwow/model/BlogWowBlog.java @@ -1,14 +1,18 @@ -/****************************************************************************** - * BlogWowBlog.java - created by Sakai App Builder -AZ - * - * Copyright (c) 2006 Sakai Project/Sakai Foundation - * 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 (c) 2007-2020 The Apereo 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://opensource.org/licenses/ecl2 + * + * 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.blogwow.model; import java.util.Date; diff --git a/api/src/java/org/sakaiproject/blogwow/model/BlogWowComment.java b/api/src/java/org/sakaiproject/blogwow/model/BlogWowComment.java index 0639d0d..a137dd2 100644 --- a/api/src/java/org/sakaiproject/blogwow/model/BlogWowComment.java +++ b/api/src/java/org/sakaiproject/blogwow/model/BlogWowComment.java @@ -1,14 +1,18 @@ -/****************************************************************************** - * BlogWowComment.java - created by Sakai App Builder -AZ - * - * Copyright (c) 2006 Sakai Project/Sakai Foundation - * 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 (c) 2007-2020 The Apereo 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://opensource.org/licenses/ecl2 + * + * 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.blogwow.model; import java.util.Date; diff --git a/api/src/java/org/sakaiproject/blogwow/model/BlogWowEntry.java b/api/src/java/org/sakaiproject/blogwow/model/BlogWowEntry.java index 66385a7..2d46afa 100644 --- a/api/src/java/org/sakaiproject/blogwow/model/BlogWowEntry.java +++ b/api/src/java/org/sakaiproject/blogwow/model/BlogWowEntry.java @@ -1,14 +1,18 @@ -/****************************************************************************** - * BlogWowEntry.java - created by Sakai App Builder -AZ - * - * Copyright (c) 2006 Sakai Project/Sakai Foundation - * 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 (c) 2007-2020 The Apereo 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://opensource.org/licenses/ecl2 + * + * 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.blogwow.model; import java.util.Date; diff --git a/impl/src/java/org/sakaiproject/blogwow/dao/BlogWowDao.java b/impl/src/java/org/sakaiproject/blogwow/dao/BlogWowDao.java index 9c88a6b..c98b4cd 100644 --- a/impl/src/java/org/sakaiproject/blogwow/dao/BlogWowDao.java +++ b/impl/src/java/org/sakaiproject/blogwow/dao/BlogWowDao.java @@ -1,14 +1,18 @@ -/****************************************************************************** - * BlogWowDao.java - created by Sakai App Builder -AZ - * - * Copyright (c) 2006 Sakai Project/Sakai Foundation - * 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 (c) 2003-2020 The Apereo 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://opensource.org/licenses/ecl2 + * + * 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.blogwow.dao; import java.util.Date; diff --git a/impl/src/java/org/sakaiproject/blogwow/dao/BlogWowDaoImpl.java b/impl/src/java/org/sakaiproject/blogwow/dao/BlogWowDaoImpl.java index 4c189a1..c011ccd 100644 --- a/impl/src/java/org/sakaiproject/blogwow/dao/BlogWowDaoImpl.java +++ b/impl/src/java/org/sakaiproject/blogwow/dao/BlogWowDaoImpl.java @@ -1,14 +1,18 @@ -/****************************************************************************** - * BlogWowDaoImpl.java - created by Sakai App Builder -AZ - * - * Copyright (c) 2006 Sakai Project/Sakai Foundation - * 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 (c) 2003-2020 The Apereo 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://opensource.org/licenses/ecl2 + * + * 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.blogwow.dao; import java.util.ArrayList; diff --git a/impl/src/java/org/sakaiproject/blogwow/logic/BlogLogicImpl.java b/impl/src/java/org/sakaiproject/blogwow/logic/BlogLogicImpl.java index 80b5c41..abbf599 100644 --- a/impl/src/java/org/sakaiproject/blogwow/logic/BlogLogicImpl.java +++ b/impl/src/java/org/sakaiproject/blogwow/logic/BlogLogicImpl.java @@ -1,14 +1,18 @@ -/****************************************************************************** - * BlogLogicImpl.java - created by Sakai App Builder -AZ - * - * Copyright (c) 2006 Sakai Project/Sakai Foundation - * 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 (c) 2003-2020 The Apereo 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://opensource.org/licenses/ecl2 + * + * 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.blogwow.logic; import java.util.Date; diff --git a/impl/src/java/org/sakaiproject/blogwow/logic/CommentLogicImpl.java b/impl/src/java/org/sakaiproject/blogwow/logic/CommentLogicImpl.java index 4c30027..bd2f606 100644 --- a/impl/src/java/org/sakaiproject/blogwow/logic/CommentLogicImpl.java +++ b/impl/src/java/org/sakaiproject/blogwow/logic/CommentLogicImpl.java @@ -1,14 +1,18 @@ -/****************************************************************************** - * CommentLogicImpl.java - created by Sakai App Builder -AZ - * - * Copyright (c) 2006 Sakai Project/Sakai Foundation - * 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 (c) 2003-2020 The Apereo 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://opensource.org/licenses/ecl2 + * + * 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.blogwow.logic; import java.util.Date; diff --git a/impl/src/java/org/sakaiproject/blogwow/logic/EntryLogicImpl.java b/impl/src/java/org/sakaiproject/blogwow/logic/EntryLogicImpl.java index bccbff1..de40fb5 100644 --- a/impl/src/java/org/sakaiproject/blogwow/logic/EntryLogicImpl.java +++ b/impl/src/java/org/sakaiproject/blogwow/logic/EntryLogicImpl.java @@ -1,14 +1,18 @@ -/****************************************************************************** - * EntryLogicImpl.java - created by Sakai App Builder -AZ - * - * Copyright (c) 2006 Sakai Project/Sakai Foundation - * 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 (c) 2003-2020 The Apereo 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://opensource.org/licenses/ecl2 + * + * 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.blogwow.logic; import java.util.ArrayList; diff --git a/impl/src/java/org/sakaiproject/blogwow/logic/ExternalLogicImpl.java b/impl/src/java/org/sakaiproject/blogwow/logic/ExternalLogicImpl.java index 929189c..64f669b 100644 --- a/impl/src/java/org/sakaiproject/blogwow/logic/ExternalLogicImpl.java +++ b/impl/src/java/org/sakaiproject/blogwow/logic/ExternalLogicImpl.java @@ -1,14 +1,18 @@ -/****************************************************************************** - * ExternalLogicImpl.java - created by Sakai App Builder -AZ - * - * Copyright (c) 2006 Sakai Project/Sakai Foundation - * 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 (c) 2003-2020 The Apereo 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://opensource.org/licenses/ecl2 + * + * 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.blogwow.logic; import java.net.URLEncoder; diff --git a/impl/src/java/org/sakaiproject/blogwow/logic/entity/BlogEntityProviderImpl.java b/impl/src/java/org/sakaiproject/blogwow/logic/entity/BlogEntityProviderImpl.java index cb728ad..5d0f56e 100644 --- a/impl/src/java/org/sakaiproject/blogwow/logic/entity/BlogEntityProviderImpl.java +++ b/impl/src/java/org/sakaiproject/blogwow/logic/entity/BlogEntityProviderImpl.java @@ -1,17 +1,18 @@ -/****************************************************************************** - * BlogEntryEntityProviderImpl.java - created by aaronz on Jun 21, 2007 - * - * Copyright (c) 2007 Centre for Academic Research in Educational Technologies - * 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 - * - * Contributors: - * Aaron Zeckoski (aaronz@vt.edu) - primary - * - *****************************************************************************/ - +/** + * Copyright (c) 2003-2020 The Apereo 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://opensource.org/licenses/ecl2 + * + * 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.blogwow.logic.entity; import java.util.List; diff --git a/impl/src/java/org/sakaiproject/blogwow/logic/entity/BlogEntryEntityProviderImpl.java b/impl/src/java/org/sakaiproject/blogwow/logic/entity/BlogEntryEntityProviderImpl.java index a89cfe2..dabeb2f 100644 --- a/impl/src/java/org/sakaiproject/blogwow/logic/entity/BlogEntryEntityProviderImpl.java +++ b/impl/src/java/org/sakaiproject/blogwow/logic/entity/BlogEntryEntityProviderImpl.java @@ -1,17 +1,18 @@ -/****************************************************************************** - * BlogEntryEntityProviderImpl.java - created by aaronz on Jun 21, 2007 - * - * Copyright (c) 2007 Centre for Academic Research in Educational Technologies - * 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 - * - * Contributors: - * Aaron Zeckoski (aaronz@vt.edu) - primary - * - *****************************************************************************/ - +/** + * Copyright (c) 2003-2020 The Apereo 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://opensource.org/licenses/ecl2 + * + * 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.blogwow.logic.entity; import java.util.Date; diff --git a/impl/src/java/org/sakaiproject/blogwow/logic/entity/BlogGroupEntityProviderImpl.java b/impl/src/java/org/sakaiproject/blogwow/logic/entity/BlogGroupEntityProviderImpl.java index 0521da6..f11e3b0 100644 --- a/impl/src/java/org/sakaiproject/blogwow/logic/entity/BlogGroupEntityProviderImpl.java +++ b/impl/src/java/org/sakaiproject/blogwow/logic/entity/BlogGroupEntityProviderImpl.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2018 The Apereo 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://opensource.org/licenses/ecl2 + * + * 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.blogwow.logic.entity; import org.sakaiproject.blogwow.logic.BlogLogic; diff --git a/impl/src/java/org/sakaiproject/blogwow/logic/entity/BlogGroupRssEntityProviderImpl.java b/impl/src/java/org/sakaiproject/blogwow/logic/entity/BlogGroupRssEntityProviderImpl.java index 6be5a89..1b994d4 100644 --- a/impl/src/java/org/sakaiproject/blogwow/logic/entity/BlogGroupRssEntityProviderImpl.java +++ b/impl/src/java/org/sakaiproject/blogwow/logic/entity/BlogGroupRssEntityProviderImpl.java @@ -1,14 +1,18 @@ -/****************************************************************************** - * BlogGroupRssEntityProviderImpl.java - created by Sakai App Builder -AZ - * - * Copyright (c) 2007 Sakai Project/Sakai Foundation - * 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 (c) 2003-2020 The Apereo 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://opensource.org/licenses/ecl2 + * + * 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.blogwow.logic.entity; import org.sakaiproject.blogwow.logic.BlogLogic; diff --git a/impl/src/java/org/sakaiproject/blogwow/logic/entity/BlogRssEntityProviderImpl.java b/impl/src/java/org/sakaiproject/blogwow/logic/entity/BlogRssEntityProviderImpl.java index 8df6df7..2bb53c8 100644 --- a/impl/src/java/org/sakaiproject/blogwow/logic/entity/BlogRssEntityProviderImpl.java +++ b/impl/src/java/org/sakaiproject/blogwow/logic/entity/BlogRssEntityProviderImpl.java @@ -1,14 +1,18 @@ -/****************************************************************************** - * BlogRssEntityProviderImpl.java - created by Sakai App Builder -AZ - * - * Copyright (c) 2007 Sakai Project/Sakai Foundation - * 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 (c) 2003-2020 The Apereo 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://opensource.org/licenses/ecl2 + * + * 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.blogwow.logic.entity; import org.sakaiproject.blogwow.logic.BlogLogic; diff --git a/impl/src/test/org/sakaiproject/blogwow/dao/BlogWowDaoImplTest.java b/impl/src/test/org/sakaiproject/blogwow/dao/BlogWowDaoImplTest.java index 685a010..77f9c29 100644 --- a/impl/src/test/org/sakaiproject/blogwow/dao/BlogWowDaoImplTest.java +++ b/impl/src/test/org/sakaiproject/blogwow/dao/BlogWowDaoImplTest.java @@ -1,14 +1,18 @@ -/****************************************************************************** - * BlogWowDaoImplTest.java - created by Sakai App Builder -AZ - * - * Copyright (c) 2006 Sakai Project/Sakai Foundation - * 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 (c) 2003-2020 The Apereo 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://opensource.org/licenses/ecl2 + * + * 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.blogwow.dao; import java.util.Date; diff --git a/impl/src/test/org/sakaiproject/blogwow/logic/BlogLogicImplTest.java b/impl/src/test/org/sakaiproject/blogwow/logic/BlogLogicImplTest.java index fe6794e..8fecdbd 100644 --- a/impl/src/test/org/sakaiproject/blogwow/logic/BlogLogicImplTest.java +++ b/impl/src/test/org/sakaiproject/blogwow/logic/BlogLogicImplTest.java @@ -1,14 +1,18 @@ -/****************************************************************************** - * BlogWowLogicImplTest.java - created by Sakai App Builder -AZ - * - * Copyright (c) 2006 Sakai Project/Sakai Foundation - * 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 (c) 2003-2020 The Apereo 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://opensource.org/licenses/ecl2 + * + * 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.blogwow.logic; import java.util.List; diff --git a/impl/src/test/org/sakaiproject/blogwow/logic/CommentLogicImplTest.java b/impl/src/test/org/sakaiproject/blogwow/logic/CommentLogicImplTest.java index c5c0c28..346646a 100644 --- a/impl/src/test/org/sakaiproject/blogwow/logic/CommentLogicImplTest.java +++ b/impl/src/test/org/sakaiproject/blogwow/logic/CommentLogicImplTest.java @@ -1,14 +1,18 @@ -/****************************************************************************** - * CommentLogicImplTest.java - created by Sakai App Builder -AZ - * - * Copyright (c) 2006 Sakai Project/Sakai Foundation - * 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 (c) 2003-2020 The Apereo 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://opensource.org/licenses/ecl2 + * + * 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.blogwow.logic; import java.util.List; diff --git a/impl/src/test/org/sakaiproject/blogwow/logic/EntryLogicImplTest.java b/impl/src/test/org/sakaiproject/blogwow/logic/EntryLogicImplTest.java index 97c76ab..a18d0bd 100644 --- a/impl/src/test/org/sakaiproject/blogwow/logic/EntryLogicImplTest.java +++ b/impl/src/test/org/sakaiproject/blogwow/logic/EntryLogicImplTest.java @@ -1,14 +1,18 @@ -/****************************************************************************** - * EntryLogicImplTest.java - created by Sakai App Builder -AZ - * - * Copyright (c) 2006 Sakai Project/Sakai Foundation - * 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 (c) 2003-2020 The Apereo 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://opensource.org/licenses/ecl2 + * + * 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.blogwow.logic; import java.util.Date; diff --git a/impl/src/test/org/sakaiproject/blogwow/logic/stubs/ExternalLogicStub.java b/impl/src/test/org/sakaiproject/blogwow/logic/stubs/ExternalLogicStub.java index 9983bbe..1958791 100644 --- a/impl/src/test/org/sakaiproject/blogwow/logic/stubs/ExternalLogicStub.java +++ b/impl/src/test/org/sakaiproject/blogwow/logic/stubs/ExternalLogicStub.java @@ -1,14 +1,18 @@ -/****************************************************************************** - * ExternalLogicStub.java - created by Sakai App Builder -AZ - * - * Copyright (c) 2006 Sakai Project/Sakai Foundation - * 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 (c) 2003-2020 The Apereo 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://opensource.org/licenses/ecl2 + * + * 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.blogwow.logic.stubs; import org.sakaiproject.blogwow.logic.ExternalLogic; diff --git a/impl/src/test/org/sakaiproject/blogwow/logic/stubs/TPlacement.java b/impl/src/test/org/sakaiproject/blogwow/logic/stubs/TPlacement.java index 9bae7b0..d0aa749 100644 --- a/impl/src/test/org/sakaiproject/blogwow/logic/stubs/TPlacement.java +++ b/impl/src/test/org/sakaiproject/blogwow/logic/stubs/TPlacement.java @@ -1,14 +1,18 @@ -/****************************************************************************** - * TPlacement.java - created by Sakai App Builder -AZ - * - * Copyright (c) 2006 Sakai Project/Sakai Foundation - * 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 (c) 2003-2020 The Apereo 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://opensource.org/licenses/ecl2 + * + * 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.blogwow.logic.stubs; import java.util.Properties; diff --git a/impl/src/test/org/sakaiproject/blogwow/logic/stubs/TSite.java b/impl/src/test/org/sakaiproject/blogwow/logic/stubs/TSite.java index 6ecd262..dd326c4 100644 --- a/impl/src/test/org/sakaiproject/blogwow/logic/stubs/TSite.java +++ b/impl/src/test/org/sakaiproject/blogwow/logic/stubs/TSite.java @@ -1,17 +1,18 @@ -/****************************************************************************** - * TSite.java - created by aaronz@vt.edu on Dec 23, 2006 - * - * Copyright (c) 2007 Virginia Polytechnic Institute and State University - * 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 - * - * Contributors: - * Aaron Zeckoski (aaronz@vt.edu) - primary - * - *****************************************************************************/ - +/** + * Copyright (c) 2003-2020 The Apereo 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://opensource.org/licenses/ecl2 + * + * 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.blogwow.logic.stubs; import java.util.Collection; diff --git a/impl/src/test/org/sakaiproject/blogwow/logic/stubs/TUser.java b/impl/src/test/org/sakaiproject/blogwow/logic/stubs/TUser.java index 56185d3..0ea5f53 100644 --- a/impl/src/test/org/sakaiproject/blogwow/logic/stubs/TUser.java +++ b/impl/src/test/org/sakaiproject/blogwow/logic/stubs/TUser.java @@ -1,14 +1,18 @@ -/****************************************************************************** - * TUser.java - created by Sakai App Builder -AZ - * - * Copyright (c) 2006 Sakai Project/Sakai Foundation - * 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 (c) 2003-2020 The Apereo 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://opensource.org/licenses/ecl2 + * + * 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.blogwow.logic.stubs; import java.util.Date; diff --git a/impl/src/test/org/sakaiproject/blogwow/logic/test/TestDataPreload.java b/impl/src/test/org/sakaiproject/blogwow/logic/test/TestDataPreload.java index 5208530..4c72d7c 100644 --- a/impl/src/test/org/sakaiproject/blogwow/logic/test/TestDataPreload.java +++ b/impl/src/test/org/sakaiproject/blogwow/logic/test/TestDataPreload.java @@ -1,14 +1,18 @@ -/****************************************************************************** - * TestDataPreload.java - created by Sakai App Builder -AZ - * - * Copyright (c) 2006 Sakai Project/Sakai Foundation - * 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 (c) 2003-2020 The Apereo 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://opensource.org/licenses/ecl2 + * + * 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.blogwow.logic.test; import java.util.Date; diff --git a/tool/src/java/org/sakaiproject/blogwow/tool/beans/ErrorHandler.java b/tool/src/java/org/sakaiproject/blogwow/tool/beans/ErrorHandler.java index 8628860..c978205 100644 --- a/tool/src/java/org/sakaiproject/blogwow/tool/beans/ErrorHandler.java +++ b/tool/src/java/org/sakaiproject/blogwow/tool/beans/ErrorHandler.java @@ -1,17 +1,18 @@ /** - * $Id$ - * $URL$ - * ErrorHandler.java - blog-wow - Aug 1, 2008 12: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 (c) 2003-2020 The Apereo 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 * - * Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk) + * http://opensource.org/licenses/ecl2 + * + * 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.blogwow.tool.beans; import uk.org.ponder.messageutil.TargettedMessage; diff --git a/tool/src/java/org/sakaiproject/blogwow/tool/beans/MugshotGenerator.java b/tool/src/java/org/sakaiproject/blogwow/tool/beans/MugshotGenerator.java index e8a66c6..cfe11b8 100644 --- a/tool/src/java/org/sakaiproject/blogwow/tool/beans/MugshotGenerator.java +++ b/tool/src/java/org/sakaiproject/blogwow/tool/beans/MugshotGenerator.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2007 The Apereo 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://opensource.org/licenses/ecl2 + * + * 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.blogwow.tool.beans; import java.util.List; diff --git a/tool/src/java/org/sakaiproject/blogwow/tool/inferrer/BlogEntryInferrer.java b/tool/src/java/org/sakaiproject/blogwow/tool/inferrer/BlogEntryInferrer.java index cfcf4df..e3fec4c 100644 --- a/tool/src/java/org/sakaiproject/blogwow/tool/inferrer/BlogEntryInferrer.java +++ b/tool/src/java/org/sakaiproject/blogwow/tool/inferrer/BlogEntryInferrer.java @@ -1,14 +1,18 @@ -/****************************************************************************** - * BlogEntryInferrer.java - created by Sakai App Builder -AZ - * - * Copyright (c) 2006 Sakai Project/Sakai Foundation - * 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 (c) 2003-2020 The Apereo 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://opensource.org/licenses/ecl2 + * + * 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.blogwow.tool.inferrer; import org.sakaiproject.blogwow.logic.EntryLogic; diff --git a/tool/src/java/org/sakaiproject/blogwow/tool/inferrer/BlogGroupInferrer.java b/tool/src/java/org/sakaiproject/blogwow/tool/inferrer/BlogGroupInferrer.java index 8a405fc..6a77eb6 100644 --- a/tool/src/java/org/sakaiproject/blogwow/tool/inferrer/BlogGroupInferrer.java +++ b/tool/src/java/org/sakaiproject/blogwow/tool/inferrer/BlogGroupInferrer.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo 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://opensource.org/licenses/ecl2 + * + * 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.blogwow.tool.inferrer; import java.io.UnsupportedEncodingException; diff --git a/tool/src/java/org/sakaiproject/blogwow/tool/inferrer/BlogGroupRSSInferrer.java b/tool/src/java/org/sakaiproject/blogwow/tool/inferrer/BlogGroupRSSInferrer.java index 1e71854..5ec7aa2 100644 --- a/tool/src/java/org/sakaiproject/blogwow/tool/inferrer/BlogGroupRSSInferrer.java +++ b/tool/src/java/org/sakaiproject/blogwow/tool/inferrer/BlogGroupRSSInferrer.java @@ -1,14 +1,18 @@ -/****************************************************************************** - * BlogGroupRSSInferrer.java - created by Sakai App Builder -AZ - * - * Copyright (c) 2006 Sakai Project/Sakai Foundation - * 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 (c) 2003-2020 The Apereo 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://opensource.org/licenses/ecl2 + * + * 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.blogwow.tool.inferrer; import java.io.UnsupportedEncodingException; diff --git a/tool/src/java/org/sakaiproject/blogwow/tool/inferrer/BlogInferrer.java b/tool/src/java/org/sakaiproject/blogwow/tool/inferrer/BlogInferrer.java index 6da6c9c..b46a6ca 100644 --- a/tool/src/java/org/sakaiproject/blogwow/tool/inferrer/BlogInferrer.java +++ b/tool/src/java/org/sakaiproject/blogwow/tool/inferrer/BlogInferrer.java @@ -1,14 +1,18 @@ -/****************************************************************************** - * BlogInferrer.java - created by Sakai App Builder -AZ - * - * Copyright (c) 2006 Sakai Project/Sakai Foundation - * 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 (c) 2003-2020 The Apereo 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://opensource.org/licenses/ecl2 + * + * 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.blogwow.tool.inferrer; import org.sakaiproject.blogwow.logic.entity.BlogEntityProvider; diff --git a/tool/src/java/org/sakaiproject/blogwow/tool/inferrer/BlogRSSInferrer.java b/tool/src/java/org/sakaiproject/blogwow/tool/inferrer/BlogRSSInferrer.java index 50bfddb..1e6bc53 100644 --- a/tool/src/java/org/sakaiproject/blogwow/tool/inferrer/BlogRSSInferrer.java +++ b/tool/src/java/org/sakaiproject/blogwow/tool/inferrer/BlogRSSInferrer.java @@ -1,14 +1,18 @@ -/****************************************************************************** - * BlogRSSInferrer.java - created by Sakai App Builder -AZ - * - * Copyright (c) 2006 Sakai Project/Sakai Foundation - * 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 (c) 2003-2020 The Apereo 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://opensource.org/licenses/ecl2 + * + * 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.blogwow.tool.inferrer; import org.sakaiproject.blogwow.logic.entity.BlogRssEntityProvider; diff --git a/tool/src/java/org/sakaiproject/blogwow/tool/otp/BlogLocator.java b/tool/src/java/org/sakaiproject/blogwow/tool/otp/BlogLocator.java index d609d0e..bb5d874 100644 --- a/tool/src/java/org/sakaiproject/blogwow/tool/otp/BlogLocator.java +++ b/tool/src/java/org/sakaiproject/blogwow/tool/otp/BlogLocator.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2008 The Apereo 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://opensource.org/licenses/ecl2 + * + * 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.blogwow.tool.otp; import java.util.HashMap; diff --git a/tool/src/java/org/sakaiproject/blogwow/tool/otp/CommentLocator.java b/tool/src/java/org/sakaiproject/blogwow/tool/otp/CommentLocator.java index 54c2020..97da771 100644 --- a/tool/src/java/org/sakaiproject/blogwow/tool/otp/CommentLocator.java +++ b/tool/src/java/org/sakaiproject/blogwow/tool/otp/CommentLocator.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2008 The Apereo 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://opensource.org/licenses/ecl2 + * + * 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.blogwow.tool.otp; import java.util.Date; diff --git a/tool/src/java/org/sakaiproject/blogwow/tool/otp/EntryLocator.java b/tool/src/java/org/sakaiproject/blogwow/tool/otp/EntryLocator.java index f520078..7635d4a 100644 --- a/tool/src/java/org/sakaiproject/blogwow/tool/otp/EntryLocator.java +++ b/tool/src/java/org/sakaiproject/blogwow/tool/otp/EntryLocator.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2010 The Apereo 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://opensource.org/licenses/ecl2 + * + * 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.blogwow.tool.otp; import java.util.HashMap; diff --git a/tool/src/java/org/sakaiproject/blogwow/tool/params/BlogEntryParams.java b/tool/src/java/org/sakaiproject/blogwow/tool/params/BlogEntryParams.java index 273ae9a..d40a555 100644 --- a/tool/src/java/org/sakaiproject/blogwow/tool/params/BlogEntryParams.java +++ b/tool/src/java/org/sakaiproject/blogwow/tool/params/BlogEntryParams.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2007 The Apereo 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://opensource.org/licenses/ecl2 + * + * 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 on 10 Jun 2007 */ diff --git a/tool/src/java/org/sakaiproject/blogwow/tool/params/BlogParams.java b/tool/src/java/org/sakaiproject/blogwow/tool/params/BlogParams.java index 23b8a09..9fa6e27 100644 --- a/tool/src/java/org/sakaiproject/blogwow/tool/params/BlogParams.java +++ b/tool/src/java/org/sakaiproject/blogwow/tool/params/BlogParams.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2012 The Apereo 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://opensource.org/licenses/ecl2 + * + * 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.blogwow.tool.params; /* diff --git a/tool/src/java/org/sakaiproject/blogwow/tool/params/BlogRssViewParams.java b/tool/src/java/org/sakaiproject/blogwow/tool/params/BlogRssViewParams.java index aff905e..0f235fa 100644 --- a/tool/src/java/org/sakaiproject/blogwow/tool/params/BlogRssViewParams.java +++ b/tool/src/java/org/sakaiproject/blogwow/tool/params/BlogRssViewParams.java @@ -1,14 +1,18 @@ -/****************************************************************************** - * BlogRssViewParams.java - created by Sakai App Builder -AZ - * - * Copyright (c) 2006 Sakai Project/Sakai Foundation - * 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 (c) 2003-2020 The Apereo 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://opensource.org/licenses/ecl2 + * + * 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.blogwow.tool.params; import uk.org.ponder.rsf.viewstate.SimpleViewParameters; diff --git a/tool/src/java/org/sakaiproject/blogwow/tool/params/SimpleBlogParams.java b/tool/src/java/org/sakaiproject/blogwow/tool/params/SimpleBlogParams.java index 5ca4fd7..6ff0539 100644 --- a/tool/src/java/org/sakaiproject/blogwow/tool/params/SimpleBlogParams.java +++ b/tool/src/java/org/sakaiproject/blogwow/tool/params/SimpleBlogParams.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2007 The Apereo 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://opensource.org/licenses/ecl2 + * + * 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 on 10 Jun 2007 */ diff --git a/tool/src/java/org/sakaiproject/blogwow/tool/producers/AddEntryProducer.java b/tool/src/java/org/sakaiproject/blogwow/tool/producers/AddEntryProducer.java index 39a91f2..9beda1d 100644 --- a/tool/src/java/org/sakaiproject/blogwow/tool/producers/AddEntryProducer.java +++ b/tool/src/java/org/sakaiproject/blogwow/tool/producers/AddEntryProducer.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2018 The Apereo 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://opensource.org/licenses/ecl2 + * + * 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.blogwow.tool.producers; import java.util.ArrayList; diff --git a/tool/src/java/org/sakaiproject/blogwow/tool/producers/BlogRSSProducer.java b/tool/src/java/org/sakaiproject/blogwow/tool/producers/BlogRSSProducer.java index 7a30c07..6bd9f01 100644 --- a/tool/src/java/org/sakaiproject/blogwow/tool/producers/BlogRSSProducer.java +++ b/tool/src/java/org/sakaiproject/blogwow/tool/producers/BlogRSSProducer.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2008 The Apereo 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://opensource.org/licenses/ecl2 + * + * 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.blogwow.tool.producers; diff --git a/tool/src/java/org/sakaiproject/blogwow/tool/producers/BlogViewProducer.java b/tool/src/java/org/sakaiproject/blogwow/tool/producers/BlogViewProducer.java index c3c9eed..4408a45 100644 --- a/tool/src/java/org/sakaiproject/blogwow/tool/producers/BlogViewProducer.java +++ b/tool/src/java/org/sakaiproject/blogwow/tool/producers/BlogViewProducer.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2012 The Apereo 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://opensource.org/licenses/ecl2 + * + * 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.blogwow.tool.producers; import java.text.DateFormat; diff --git a/tool/src/java/org/sakaiproject/blogwow/tool/producers/HomeProducer.java b/tool/src/java/org/sakaiproject/blogwow/tool/producers/HomeProducer.java index 0c52194..6dc6b06 100644 --- a/tool/src/java/org/sakaiproject/blogwow/tool/producers/HomeProducer.java +++ b/tool/src/java/org/sakaiproject/blogwow/tool/producers/HomeProducer.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2012 The Apereo 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://opensource.org/licenses/ecl2 + * + * 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.blogwow.tool.producers; import java.text.DateFormat; diff --git a/tool/src/java/org/sakaiproject/blogwow/tool/producers/MySettingsProducer.java b/tool/src/java/org/sakaiproject/blogwow/tool/producers/MySettingsProducer.java index 6ab4ae0..6722e5b 100644 --- a/tool/src/java/org/sakaiproject/blogwow/tool/producers/MySettingsProducer.java +++ b/tool/src/java/org/sakaiproject/blogwow/tool/producers/MySettingsProducer.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2007 The Apereo 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://opensource.org/licenses/ecl2 + * + * 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.blogwow.tool.producers; import java.util.ArrayList; diff --git a/tool/src/java/org/sakaiproject/blogwow/tool/producers/NavBarRenderer.java b/tool/src/java/org/sakaiproject/blogwow/tool/producers/NavBarRenderer.java index 4fa0d57..c8f7be5 100644 --- a/tool/src/java/org/sakaiproject/blogwow/tool/producers/NavBarRenderer.java +++ b/tool/src/java/org/sakaiproject/blogwow/tool/producers/NavBarRenderer.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2008 The Apereo 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://opensource.org/licenses/ecl2 + * + * 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.blogwow.tool.producers; import org.sakaiproject.blogwow.logic.BlogLogic; diff --git a/tool/src/java/org/sakaiproject/blogwow/tool/producers/PermissionsProducer.java b/tool/src/java/org/sakaiproject/blogwow/tool/producers/PermissionsProducer.java index 9cb7c19..b45371d 100644 --- a/tool/src/java/org/sakaiproject/blogwow/tool/producers/PermissionsProducer.java +++ b/tool/src/java/org/sakaiproject/blogwow/tool/producers/PermissionsProducer.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo 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://opensource.org/licenses/ecl2 + * + * 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.blogwow.tool.producers; import java.util.ArrayList;