Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SAK-21839 replacing dead link to osedu.org with link to opensource.or… #22

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 15 additions & 11 deletions api/src/java/org/sakaiproject/blogwow/constants/BlogConstants.java
Original file line number Diff line number Diff line change
@@ -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;

/**
Expand Down
26 changes: 15 additions & 11 deletions api/src/java/org/sakaiproject/blogwow/logic/BlogLogic.java
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
26 changes: 15 additions & 11 deletions api/src/java/org/sakaiproject/blogwow/logic/CommentLogic.java
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
26 changes: 15 additions & 11 deletions api/src/java/org/sakaiproject/blogwow/logic/EntryLogic.java
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
26 changes: 15 additions & 11 deletions api/src/java/org/sakaiproject/blogwow/logic/ExternalLogic.java
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
26 changes: 15 additions & 11 deletions api/src/java/org/sakaiproject/blogwow/model/BlogWowBlog.java
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
26 changes: 15 additions & 11 deletions api/src/java/org/sakaiproject/blogwow/model/BlogWowComment.java
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
26 changes: 15 additions & 11 deletions api/src/java/org/sakaiproject/blogwow/model/BlogWowEntry.java
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
Loading