From 939feb9017a1310b1308b5635d95d35d8c7fce29 Mon Sep 17 00:00:00 2001 From: Matt Tucker Date: Wed, 7 Mar 2007 23:03:48 +0000 Subject: [PATCH] License header fixes. git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@7398 b35dd754-fafc-0310-a699-88a17e54d16e --- .../smackx/bookmark/BookmarkManager.java | 21 ++++++++++++++----- .../smackx/bookmark/BookmarkedConference.java | 16 ++++++++++++-- .../smackx/bookmark/BookmarkedURL.java | 16 ++++++++++++-- .../smackx/bookmark/Bookmarks.java | 15 +++++++++++-- .../smackx/bookmark/SharedBookmark.java | 21 ++++++++++++++----- 5 files changed, 73 insertions(+), 16 deletions(-) diff --git a/source/org/jivesoftware/smackx/bookmark/BookmarkManager.java b/source/org/jivesoftware/smackx/bookmark/BookmarkManager.java index f9127b84c..c45d7e9d1 100644 --- a/source/org/jivesoftware/smackx/bookmark/BookmarkManager.java +++ b/source/org/jivesoftware/smackx/bookmark/BookmarkManager.java @@ -1,11 +1,22 @@ /** - * $RCSfile: $ - * $Revision: $ - * $Date: $ + * $Revision$ + * $Date$ * - * Copyright (C) 2006 Jive Software. All rights reserved. - * This software is the proprietary information of Jive Software. Use is subject to license terms. + * Copyright 2003-2007 Jive Software. + * + * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ + package org.jivesoftware.smackx.bookmark; import org.jivesoftware.smack.XMPPConnection; diff --git a/source/org/jivesoftware/smackx/bookmark/BookmarkedConference.java b/source/org/jivesoftware/smackx/bookmark/BookmarkedConference.java index d827b4a1f..5dac202b4 100644 --- a/source/org/jivesoftware/smackx/bookmark/BookmarkedConference.java +++ b/source/org/jivesoftware/smackx/bookmark/BookmarkedConference.java @@ -2,9 +2,21 @@ * $Revision$ * $Date$ * - * Copyright (C) 1999-2005 Jive Software. All rights reserved. - * This software is the proprietary information of Jive Software. Use is subject to license terms. + * Copyright 2003-2007 Jive Software. + * + * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ + package org.jivesoftware.smackx.bookmark; /** diff --git a/source/org/jivesoftware/smackx/bookmark/BookmarkedURL.java b/source/org/jivesoftware/smackx/bookmark/BookmarkedURL.java index 2df57811a..f3d6d9d07 100644 --- a/source/org/jivesoftware/smackx/bookmark/BookmarkedURL.java +++ b/source/org/jivesoftware/smackx/bookmark/BookmarkedURL.java @@ -2,9 +2,21 @@ * $Revision$ * $Date$ * - * Copyright (C) 1999-2005 Jive Software. All rights reserved. - * This software is the proprietary information of Jive Software. Use is subject to license terms. + * Copyright 2003-2007 Jive Software. + * + * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ + package org.jivesoftware.smackx.bookmark; /** diff --git a/source/org/jivesoftware/smackx/bookmark/Bookmarks.java b/source/org/jivesoftware/smackx/bookmark/Bookmarks.java index 4f2d8958d..738801633 100644 --- a/source/org/jivesoftware/smackx/bookmark/Bookmarks.java +++ b/source/org/jivesoftware/smackx/bookmark/Bookmarks.java @@ -2,8 +2,19 @@ * $Revision$ * $Date$ * - * Copyright (C) 1999-2005 Jive Software. All rights reserved. - * This software is the proprietary information of Jive Software. Use is subject to license terms. + * Copyright 2003-2007 Jive Software. + * + * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.jivesoftware.smackx.bookmark; diff --git a/source/org/jivesoftware/smackx/bookmark/SharedBookmark.java b/source/org/jivesoftware/smackx/bookmark/SharedBookmark.java index 44be4269d..f672bc155 100644 --- a/source/org/jivesoftware/smackx/bookmark/SharedBookmark.java +++ b/source/org/jivesoftware/smackx/bookmark/SharedBookmark.java @@ -1,11 +1,22 @@ /** - * $RCSfile: $ - * $Revision: $ - * $Date: $ + * $Revision$ + * $Date$ * - * Copyright (C) 2006 Jive Software. All rights reserved. - * This software is the proprietary information of Jive Software. Use is subject to license terms. + * Copyright 2003-2007 Jive Software. + * + * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ + package org.jivesoftware.smackx.bookmark; /**