diff --git a/rome-modules/src/main/java/com/rometools/modules/base/Article.java b/rome-modules/src/main/java/com/rometools/modules/base/Article.java index 0f90578..56fbd40 100644 --- a/rome-modules/src/main/java/com/rometools/modules/base/Article.java +++ b/rome-modules/src/main/java/com/rometools/modules/base/Article.java @@ -1,35 +1,11 @@ /* - * Article.java - * - * Created on November 16, 2005, 1:01 PM - * - * This library is provided under dual licenses. - * You may choose the terms of the Lesser General Public License or the Apache - * License at your discretion. - * - * Copyright (C) 2005 Robert Cooper, Temple of the Screaming Penguin - * - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * Copyright 2005 Robert Cooper, Temple of the Screaming Penguin * * 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 + * 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, diff --git a/rome-modules/src/main/java/com/rometools/modules/base/Course.java b/rome-modules/src/main/java/com/rometools/modules/base/Course.java index 9b2a80d..b37d1cf 100644 --- a/rome-modules/src/main/java/com/rometools/modules/base/Course.java +++ b/rome-modules/src/main/java/com/rometools/modules/base/Course.java @@ -1,34 +1,11 @@ /* - * CourseInformation.java - * - * Created on November 16, 2005, 11:12 AM - * This library is provided under dual licenses. - * You may choose the terms of the Lesser General Public License or the Apache - * License at your discretion. - * - * Copyright (C) 2005 Robert Cooper, Temple of the Screaming Penguin - * - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * Copyright 2005 Robert Cooper, Temple of the Screaming Penguin * * 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 + * 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, diff --git a/rome-modules/src/main/java/com/rometools/modules/base/CustomTag.java b/rome-modules/src/main/java/com/rometools/modules/base/CustomTag.java index 5ec4373..7ef86b3 100644 --- a/rome-modules/src/main/java/com/rometools/modules/base/CustomTag.java +++ b/rome-modules/src/main/java/com/rometools/modules/base/CustomTag.java @@ -1,33 +1,11 @@ /* - * CustomTag.java - * - * This library is provided under dual licenses. - * You may choose the terms of the Lesser General Public License or the Apache - * License at your discretion. - * - * Copyright (C) 2006 Robert Cooper, Temple of the Screaming Penguin - * - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * Copyright 2006 Robert Cooper, Temple of the Screaming Penguin * * 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 + * 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, diff --git a/rome-modules/src/main/java/com/rometools/modules/base/CustomTagImpl.java b/rome-modules/src/main/java/com/rometools/modules/base/CustomTagImpl.java index 761f5e5..c71ba0e 100644 --- a/rome-modules/src/main/java/com/rometools/modules/base/CustomTagImpl.java +++ b/rome-modules/src/main/java/com/rometools/modules/base/CustomTagImpl.java @@ -1,21 +1,17 @@ /* - * CustomTagImpl.java + * Copyright 2006 Robert Cooper, Temple of the Screaming Penguin * - * Created on February 6, 2006, 12:06 AM + * 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 * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * http://www.apache.org/licenses/LICENSE-2.0 * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * 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 com.rometools.modules.base; diff --git a/rome-modules/src/main/java/com/rometools/modules/base/CustomTags.java b/rome-modules/src/main/java/com/rometools/modules/base/CustomTags.java index 8d5159a..dd7f2a7 100644 --- a/rome-modules/src/main/java/com/rometools/modules/base/CustomTags.java +++ b/rome-modules/src/main/java/com/rometools/modules/base/CustomTags.java @@ -1,33 +1,11 @@ /* - * CustomTags.java - * - * This library is provided under dual licenses. - * You may choose the terms of the Lesser General Public License or the Apache - * License at your discretion. - * - * Copyright (C) 2006 Robert Cooper, Temple of the Screaming Penguin - * - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * Copyright 2006 Robert Cooper, Temple of the Screaming Penguin * * 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 + * 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, diff --git a/rome-modules/src/main/java/com/rometools/modules/base/CustomTagsImpl.java b/rome-modules/src/main/java/com/rometools/modules/base/CustomTagsImpl.java index 595bdc5..f35f5f8 100644 --- a/rome-modules/src/main/java/com/rometools/modules/base/CustomTagsImpl.java +++ b/rome-modules/src/main/java/com/rometools/modules/base/CustomTagsImpl.java @@ -1,33 +1,11 @@ /* - * CustomTagsImpl.java - * - * This library is provided under dual licenses. - * You may choose the terms of the Lesser General Public License or the Apache - * License at your discretion. - * - * Copyright (C) 2006 Robert Cooper, Temple of the Screaming Penguin - * - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * Copyright 2006 Robert Cooper, Temple of the Screaming Penguin * * 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 + * 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, diff --git a/rome-modules/src/main/java/com/rometools/modules/base/Event.java b/rome-modules/src/main/java/com/rometools/modules/base/Event.java index 578ea16..f9df15c 100644 --- a/rome-modules/src/main/java/com/rometools/modules/base/Event.java +++ b/rome-modules/src/main/java/com/rometools/modules/base/Event.java @@ -1,35 +1,11 @@ /* - * Event.java - * - * Created on November 16, 2005, 11:38 AM - * - * This library is provided under dual licenses. - * You may choose the terms of the Lesser General Public License or the Apache - * License at your discretion. - * - * Copyright (C) 2005 Robert Cooper, Temple of the Screaming Penguin - * - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * Copyright 2005 Robert Cooper, Temple of the Screaming Penguin * * 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 + * 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, diff --git a/rome-modules/src/main/java/com/rometools/modules/base/GlobalInterface.java b/rome-modules/src/main/java/com/rometools/modules/base/GlobalInterface.java index 1760248..36d03f8 100644 --- a/rome-modules/src/main/java/com/rometools/modules/base/GlobalInterface.java +++ b/rome-modules/src/main/java/com/rometools/modules/base/GlobalInterface.java @@ -1,35 +1,11 @@ /* - * GlobalInterface.java - * - * Created on November 16, 2005, 5:27 PM - * - * This library is provided under dual licenses. - * You may choose the terms of the Lesser General Public License or the Apache - * License at your discretion. - * - * Copyright (C) 2005 Robert Cooper, Temple of the Screaming Penguin - * - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * Copyright 2005 Robert Cooper, Temple of the Screaming Penguin * * 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 + * 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, diff --git a/rome-modules/src/main/java/com/rometools/modules/base/GoogleBase.java b/rome-modules/src/main/java/com/rometools/modules/base/GoogleBase.java index db9b121..e0b6cc2 100644 --- a/rome-modules/src/main/java/com/rometools/modules/base/GoogleBase.java +++ b/rome-modules/src/main/java/com/rometools/modules/base/GoogleBase.java @@ -1,35 +1,11 @@ /* - * GoogleBase.java - * - * Created on November 16, 2005, 4:37 PM - * - * This library is provided under dual licenses. - * You may choose the terms of the Lesser General Public License or the Apache - * License at your discretion. - * - * Copyright (C) 2005 Robert Cooper, Temple of the Screaming Penguin - * - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * Copyright 2005 Robert Cooper, Temple of the Screaming Penguin * * 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 + * 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, diff --git a/rome-modules/src/main/java/com/rometools/modules/base/GoogleBaseImpl.java b/rome-modules/src/main/java/com/rometools/modules/base/GoogleBaseImpl.java index 73f0840..49e5108 100644 --- a/rome-modules/src/main/java/com/rometools/modules/base/GoogleBaseImpl.java +++ b/rome-modules/src/main/java/com/rometools/modules/base/GoogleBaseImpl.java @@ -1,36 +1,17 @@ /* - * GoogleBaseImpl.java - * - * Created on November 16, 2005, 2:06 PM - * - * This library is provided under dual licenses. You may choose the terms of the Lesser General - * Public License or the Apache License at your discretion. - * - * Copyright (C) 2005 Robert Cooper, Temple of the Screaming Penguin - * - * - * This library is free software; you can redistribute it and/or modify it under the terms of the - * GNU Lesser General Public License as published by the Free Software Foundation; either version - * 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without - * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License along with this library; - * if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - * 02111-1307 USA - * - * - * 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. + * Copyright 2005 Robert Cooper, Temple of the Screaming Penguin + * + * 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 com.rometools.modules.base; diff --git a/rome-modules/src/main/java/com/rometools/modules/base/Housing.java b/rome-modules/src/main/java/com/rometools/modules/base/Housing.java index f5b56d4..fcb47fd 100644 --- a/rome-modules/src/main/java/com/rometools/modules/base/Housing.java +++ b/rome-modules/src/main/java/com/rometools/modules/base/Housing.java @@ -1,35 +1,11 @@ /* - * Housing.java - * - * Created on November 16, 2005, 12:48 PM - * - * This library is provided under dual licenses. - * You may choose the terms of the Lesser General Public License or the Apache - * License at your discretion. - * - * Copyright (C) 2005 Robert Cooper, Temple of the Screaming Penguin - * - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * Copyright 2005 Robert Cooper, Temple of the Screaming Penguin * * 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 + * 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, diff --git a/rome-modules/src/main/java/com/rometools/modules/base/Job.java b/rome-modules/src/main/java/com/rometools/modules/base/Job.java index 342867e..927772d 100644 --- a/rome-modules/src/main/java/com/rometools/modules/base/Job.java +++ b/rome-modules/src/main/java/com/rometools/modules/base/Job.java @@ -1,35 +1,11 @@ /* - * Job.java - * - * Created on November 16, 2005, 12:39 PM - * - * This library is provided under dual licenses. - * You may choose the terms of the Lesser General Public License or the Apache - * License at your discretion. - * - * Copyright (C) 2005 Robert Cooper, Temple of the Screaming Penguin - * - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * Copyright 2005 Robert Cooper, Temple of the Screaming Penguin * * 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 + * 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, diff --git a/rome-modules/src/main/java/com/rometools/modules/base/Person.java b/rome-modules/src/main/java/com/rometools/modules/base/Person.java index 8d9038d..6bdb056 100644 --- a/rome-modules/src/main/java/com/rometools/modules/base/Person.java +++ b/rome-modules/src/main/java/com/rometools/modules/base/Person.java @@ -1,35 +1,11 @@ /* - * Person.java - * - * Created on November 16, 2005, 1:26 PM - * - * This library is provided under dual licenses. - * You may choose the terms of the Lesser General Public License or the Apache - * License at your discretion. - * - * Copyright (C) 2005 Robert Cooper, Temple of the Screaming Penguin - * - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * Copyright 2005 Robert Cooper, Temple of the Screaming Penguin * * 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 + * 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, diff --git a/rome-modules/src/main/java/com/rometools/modules/base/Product.java b/rome-modules/src/main/java/com/rometools/modules/base/Product.java index 0764e6a..ea46ee5 100644 --- a/rome-modules/src/main/java/com/rometools/modules/base/Product.java +++ b/rome-modules/src/main/java/com/rometools/modules/base/Product.java @@ -1,35 +1,11 @@ /* - * Product.java - * - * Created on November 16, 2005, 1:39 PM - * - * This library is provided under dual licenses. - * You may choose the terms of the Lesser General Public License or the Apache - * License at your discretion. - * - * Copyright (C) 2005 Robert Cooper, Temple of the Screaming Penguin - * - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * Copyright 2005 Robert Cooper, Temple of the Screaming Penguin * * 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 + * 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, diff --git a/rome-modules/src/main/java/com/rometools/modules/base/Review.java b/rome-modules/src/main/java/com/rometools/modules/base/Review.java index dfdd8cf..d5204b6 100644 --- a/rome-modules/src/main/java/com/rometools/modules/base/Review.java +++ b/rome-modules/src/main/java/com/rometools/modules/base/Review.java @@ -1,35 +1,11 @@ /* - * Review.java - * - * Created on November 16, 2005, 1:58 PM - * - * This library is provided under dual licenses. - * You may choose the terms of the Lesser General Public License or the Apache - * License at your discretion. - * - * Copyright (C) 2005 Robert Cooper, Temple of the Screaming Penguin - * - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * Copyright 2005 Robert Cooper, Temple of the Screaming Penguin * * 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 + * 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, diff --git a/rome-modules/src/main/java/com/rometools/modules/base/ScholarlyArticle.java b/rome-modules/src/main/java/com/rometools/modules/base/ScholarlyArticle.java index b0dc686..e9f79e8 100644 --- a/rome-modules/src/main/java/com/rometools/modules/base/ScholarlyArticle.java +++ b/rome-modules/src/main/java/com/rometools/modules/base/ScholarlyArticle.java @@ -1,35 +1,11 @@ /* - * ScholarlyArticle.java - * - * Created on November 16, 2005, 1:55 PM - * - * This library is provided under dual licenses. - * You may choose the terms of the Lesser General Public License or the Apache - * License at your discretion. - * - * Copyright (C) 2005 Robert Cooper, Temple of the Screaming Penguin - * - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * Copyright 2005 Robert Cooper, Temple of the Screaming Penguin * * 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 + * 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, diff --git a/rome-modules/src/main/java/com/rometools/modules/base/Service.java b/rome-modules/src/main/java/com/rometools/modules/base/Service.java index cd5f142..7b926bd 100644 --- a/rome-modules/src/main/java/com/rometools/modules/base/Service.java +++ b/rome-modules/src/main/java/com/rometools/modules/base/Service.java @@ -1,40 +1,16 @@ /* - * Service.java - * - * Created on November 16, 2005, 2:14 PM - * - * This library is provided under dual licenses. - * You may choose the terms of the Lesser General Public License or the Apache - * License at your discretion. - * - * Copyright (C) 2005 Robert Cooper, Temple of the Screaming Penguin - * - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * Copyright 2005 Robert Cooper, Temple of the Screaming Penguin * * 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 + * 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. - * ee the License for the specific language governing permissions and + * See the License for the specific language governing permissions and * limitations under the License. */ package com.rometools.modules.base; diff --git a/rome-modules/src/main/java/com/rometools/modules/base/Travel.java b/rome-modules/src/main/java/com/rometools/modules/base/Travel.java index bfd9ae9..ed8ae07 100644 --- a/rome-modules/src/main/java/com/rometools/modules/base/Travel.java +++ b/rome-modules/src/main/java/com/rometools/modules/base/Travel.java @@ -1,35 +1,11 @@ /* - * Travel.java - * - * Created on November 16, 2005, 3:15 PM - * - * This library is provided under dual licenses. - * You may choose the terms of the Lesser General Public License or the Apache - * License at your discretion. - * - * Copyright (C) 2005 Robert Cooper, Temple of the Screaming Penguin - * - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * Copyright 2005 Robert Cooper, Temple of the Screaming Penguin * * 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 + * 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, diff --git a/rome-modules/src/main/java/com/rometools/modules/base/Unknown.java b/rome-modules/src/main/java/com/rometools/modules/base/Unknown.java index 1e231a6..bb900d3 100644 --- a/rome-modules/src/main/java/com/rometools/modules/base/Unknown.java +++ b/rome-modules/src/main/java/com/rometools/modules/base/Unknown.java @@ -1,35 +1,11 @@ /* - * Unknown.java - * - * Created on November 18, 2005, 1:34 PM - * - * This library is provided under dual licenses. - * You may choose the terms of the Lesser General Public License or the Apache - * License at your discretion. - * - * Copyright (C) 2005 Robert Cooper, Temple of the Screaming Penguin - * - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * Copyright 2005 Robert Cooper, Temple of the Screaming Penguin * * 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 + * 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, diff --git a/rome-modules/src/main/java/com/rometools/modules/base/ValidationException.java b/rome-modules/src/main/java/com/rometools/modules/base/ValidationException.java index f7ec67b..f3e2409 100644 --- a/rome-modules/src/main/java/com/rometools/modules/base/ValidationException.java +++ b/rome-modules/src/main/java/com/rometools/modules/base/ValidationException.java @@ -1,35 +1,11 @@ /* - * ValidationException.java - * - * Created on November 20, 2005, 3:14 PM - * - * This library is provided under dual licenses. - * You may choose the terms of the Lesser General Public License or the Apache - * License at your discretion. - * - * Copyright (C) 2005 Robert Cooper, Temple of the Screaming Penguin - * - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * Copyright 2005 Robert Cooper, Temple of the Screaming Penguin * * 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 + * 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, diff --git a/rome-modules/src/main/java/com/rometools/modules/base/Vehicle.java b/rome-modules/src/main/java/com/rometools/modules/base/Vehicle.java index 3cb3286..1b6e546 100644 --- a/rome-modules/src/main/java/com/rometools/modules/base/Vehicle.java +++ b/rome-modules/src/main/java/com/rometools/modules/base/Vehicle.java @@ -1,35 +1,11 @@ /* - * Vehicle.java - * - * Created on November 16, 2005, 3:26 PM - * - * This library is provided under dual licenses. - * You may choose the terms of the Lesser General Public License or the Apache - * License at your discretion. - * - * Copyright (C) 2005 Robert Cooper, Temple of the Screaming Penguin - * - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * Copyright 2005 Robert Cooper, Temple of the Screaming Penguin * * 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 + * 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, diff --git a/rome-modules/src/main/java/com/rometools/modules/base/Wanted.java b/rome-modules/src/main/java/com/rometools/modules/base/Wanted.java index 7b7bdeb..82f3dca 100644 --- a/rome-modules/src/main/java/com/rometools/modules/base/Wanted.java +++ b/rome-modules/src/main/java/com/rometools/modules/base/Wanted.java @@ -1,35 +1,11 @@ /* - * Wanted.java - * - * Created on November 16, 2005, 3:32 PM - * - * This library is provided under dual licenses. - * You may choose the terms of the Lesser General Public License or the Apache - * License at your discretion. - * - * Copyright (C) 2005 Robert Cooper, Temple of the Screaming Penguin - * - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * Copyright 2005 Robert Cooper, Temple of the Screaming Penguin * * 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 + * 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, diff --git a/rome-modules/src/main/java/com/rometools/modules/base/io/CustomTagGenerator.java b/rome-modules/src/main/java/com/rometools/modules/base/io/CustomTagGenerator.java index bc2474a..294246e 100644 --- a/rome-modules/src/main/java/com/rometools/modules/base/io/CustomTagGenerator.java +++ b/rome-modules/src/main/java/com/rometools/modules/base/io/CustomTagGenerator.java @@ -1,33 +1,11 @@ /* - * CustomTagGenerator.java - * - * This library is provided under dual licenses. - * You may choose the terms of the Lesser General Public License or the Apache - * License at your discretion. - * - * Copyright (C) 2006 Robert Cooper, Temple of the Screaming Penguin - * - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * Copyright 2006 Robert Cooper, Temple of the Screaming Penguin * * 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 + * 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, diff --git a/rome-modules/src/main/java/com/rometools/modules/base/io/CustomTagParser.java b/rome-modules/src/main/java/com/rometools/modules/base/io/CustomTagParser.java index 15c72bd..5c23ffc 100644 --- a/rome-modules/src/main/java/com/rometools/modules/base/io/CustomTagParser.java +++ b/rome-modules/src/main/java/com/rometools/modules/base/io/CustomTagParser.java @@ -1,33 +1,11 @@ /* - * CustomTagParser.java - * - * This library is provided under dual licenses. - * You may choose the terms of the Lesser General Public License or the Apache - * License at your discretion. - * - * Copyright (C) 2006 Robert Cooper, Temple of the Screaming Penguin - * - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * Copyright 2006 Robert Cooper, Temple of the Screaming Penguin * * 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 + * 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, diff --git a/rome-modules/src/main/java/com/rometools/modules/base/io/GoogleBaseGenerator.java b/rome-modules/src/main/java/com/rometools/modules/base/io/GoogleBaseGenerator.java index 36ed091..2eaf864 100644 --- a/rome-modules/src/main/java/com/rometools/modules/base/io/GoogleBaseGenerator.java +++ b/rome-modules/src/main/java/com/rometools/modules/base/io/GoogleBaseGenerator.java @@ -1,36 +1,17 @@ /* - * GoogleBaseGenerator.java - * - * Created on November 17, 2005, 2:46 PM - * - * This library is provided under dual licenses. You may choose the terms of the Lesser General - * Public License or the Apache License at your discretion. - * - * Copyright (C) 2005 Robert Cooper, Temple of the Screaming Penguin - * - * - * This library is free software; you can redistribute it and/or modify it under the terms of the - * GNU Lesser General Public License as published by the Free Software Foundation; either version - * 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without - * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License along with this library; - * if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - * 02111-1307 USA - * - * - * 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. + * Copyright 2005 Robert Cooper, Temple of the Screaming Penguin + * + * 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 com.rometools.modules.base.io; diff --git a/rome-modules/src/main/java/com/rometools/modules/base/io/GoogleBaseParser.java b/rome-modules/src/main/java/com/rometools/modules/base/io/GoogleBaseParser.java index 86a8cbe..94cfb4b 100644 --- a/rome-modules/src/main/java/com/rometools/modules/base/io/GoogleBaseParser.java +++ b/rome-modules/src/main/java/com/rometools/modules/base/io/GoogleBaseParser.java @@ -1,36 +1,17 @@ /* - * GoogleBaseParser.java - * - * Created on November 17, 2005, 11:31 AM - * - * This library is provided under dual licenses. You may choose the terms of the Lesser General - * Public License or the Apache License at your discretion. - * - * Copyright (C) 2005 Robert Cooper, Temple of the Screaming Penguin - * - * - * This library is free software; you can redistribute it and/or modify it under the terms of the - * GNU Lesser General Public License as published by the Free Software Foundation; either version - * 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without - * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License along with this library; - * if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - * 02111-1307 USA - * - * - * 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. + * Copyright 2005 Robert Cooper, Temple of the Screaming Penguin + * + * 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 com.rometools.modules.base.io; diff --git a/rome-modules/src/main/java/com/rometools/modules/base/types/CloneableType.java b/rome-modules/src/main/java/com/rometools/modules/base/types/CloneableType.java index 0f3ba6a..fc09c82 100644 --- a/rome-modules/src/main/java/com/rometools/modules/base/types/CloneableType.java +++ b/rome-modules/src/main/java/com/rometools/modules/base/types/CloneableType.java @@ -1,35 +1,11 @@ /* - * CloneableType.java - * - * Created on November 18, 2005, 10:42 AM - * - * This library is provided under dual licenses. - * You may choose the terms of the Lesser General Public License or the Apache - * License at your discretion. - * - * Copyright (C) 2005 Robert Cooper, Temple of the Screaming Penguin - * - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * Copyright 2005 Robert Cooper, Temple of the Screaming Penguin * * 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 + * 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, diff --git a/rome-modules/src/main/java/com/rometools/modules/base/types/CurrencyEnumeration.java b/rome-modules/src/main/java/com/rometools/modules/base/types/CurrencyEnumeration.java index 6d4cdc6..c187bc5 100644 --- a/rome-modules/src/main/java/com/rometools/modules/base/types/CurrencyEnumeration.java +++ b/rome-modules/src/main/java/com/rometools/modules/base/types/CurrencyEnumeration.java @@ -1,35 +1,11 @@ /* - * CurrencyEnumeration.java - * - * Created on November 18, 2005, 11:33 AM - * - * This library is provided under dual licenses. - * You may choose the terms of the Lesser General Public License or the Apache - * License at your discretion. - * - * Copyright (C) 2005 Robert Cooper, Temple of the Screaming Penguin - * - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * Copyright 2005 Robert Cooper, Temple of the Screaming Penguin * * 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 + * 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, diff --git a/rome-modules/src/main/java/com/rometools/modules/base/types/DateTimeRange.java b/rome-modules/src/main/java/com/rometools/modules/base/types/DateTimeRange.java index 6de93ca..ca7bf16 100644 --- a/rome-modules/src/main/java/com/rometools/modules/base/types/DateTimeRange.java +++ b/rome-modules/src/main/java/com/rometools/modules/base/types/DateTimeRange.java @@ -1,35 +1,11 @@ /* - * DateTimeRange.java - * - * Created on November 16, 2005, 11:14 AM - * - * This library is provided under dual licenses. - * You may choose the terms of the Lesser General Public License or the Apache - * License at your discretion. - * - * Copyright (C) 2005 Robert Cooper, Temple of the Screaming Penguin - * - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * Copyright 2005 Robert Cooper, Temple of the Screaming Penguin * * 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 + * 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, diff --git a/rome-modules/src/main/java/com/rometools/modules/base/types/FloatUnit.java b/rome-modules/src/main/java/com/rometools/modules/base/types/FloatUnit.java index 6f36442..be0f8a7 100644 --- a/rome-modules/src/main/java/com/rometools/modules/base/types/FloatUnit.java +++ b/rome-modules/src/main/java/com/rometools/modules/base/types/FloatUnit.java @@ -1,35 +1,11 @@ /* - * FloatUnit.java - * - * Created on November 16, 2005, 11:43 AM - * - * This library is provided under dual licenses. - * You may choose the terms of the Lesser General Public License or the Apache - * License at your discretion. - * - * Copyright (C) 2005 Robert Cooper, Temple of the Screaming Penguin - * - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * Copyright 2005 Robert Cooper, Temple of the Screaming Penguin * * 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 + * 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, diff --git a/rome-modules/src/main/java/com/rometools/modules/base/types/GenderEnumeration.java b/rome-modules/src/main/java/com/rometools/modules/base/types/GenderEnumeration.java index a47bd8d..18d31e3 100644 --- a/rome-modules/src/main/java/com/rometools/modules/base/types/GenderEnumeration.java +++ b/rome-modules/src/main/java/com/rometools/modules/base/types/GenderEnumeration.java @@ -1,35 +1,11 @@ /* - * GenderEnumeration.java - * - * Created on November 16, 2005, 2:35 PM - * - * This library is provided under dual licenses. - * You may choose the terms of the Lesser General Public License or the Apache - * License at your discretion. - * - * Copyright (C) 2005 Robert Cooper, Temple of the Screaming Penguin - * - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * Copyright 2005 Robert Cooper, Temple of the Screaming Penguin * * 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 + * 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, diff --git a/rome-modules/src/main/java/com/rometools/modules/base/types/IntUnit.java b/rome-modules/src/main/java/com/rometools/modules/base/types/IntUnit.java index eb00e10..23ee4ba 100644 --- a/rome-modules/src/main/java/com/rometools/modules/base/types/IntUnit.java +++ b/rome-modules/src/main/java/com/rometools/modules/base/types/IntUnit.java @@ -1,35 +1,11 @@ /* - * IntUnit.java - * - * Created on November 16, 2005, 12:49 PM - * - * This library is provided under dual licenses. - * You may choose the terms of the Lesser General Public License or the Apache - * License at your discretion. - * - * Copyright (C) 2005 Robert Cooper, Temple of the Screaming Penguin - * - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * Copyright 2005 Robert Cooper, Temple of the Screaming Penguin * * 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 + * 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, diff --git a/rome-modules/src/main/java/com/rometools/modules/base/types/PaymentTypeEnumeration.java b/rome-modules/src/main/java/com/rometools/modules/base/types/PaymentTypeEnumeration.java index f367e0f..1ad8966 100644 --- a/rome-modules/src/main/java/com/rometools/modules/base/types/PaymentTypeEnumeration.java +++ b/rome-modules/src/main/java/com/rometools/modules/base/types/PaymentTypeEnumeration.java @@ -1,35 +1,11 @@ /* - * PaymentTypeEnumeration.java - * - * Created on November 16, 2005, 11:49 AM - * - * This library is provided under dual licenses. - * You may choose the terms of the Lesser General Public License or the Apache - * License at your discretion. - * - * Copyright (C) 2005 Robert Cooper, Temple of the Screaming Penguin - * - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * Copyright 2005 Robert Cooper, Temple of the Screaming Penguin * * 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 + * 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, diff --git a/rome-modules/src/main/java/com/rometools/modules/base/types/PriceTypeEnumeration.java b/rome-modules/src/main/java/com/rometools/modules/base/types/PriceTypeEnumeration.java index c06c4a5..f462aa5 100644 --- a/rome-modules/src/main/java/com/rometools/modules/base/types/PriceTypeEnumeration.java +++ b/rome-modules/src/main/java/com/rometools/modules/base/types/PriceTypeEnumeration.java @@ -1,35 +1,11 @@ /* - * PriceTypeEnumeration.java - * - * Created on November 16, 2005, 11:45 AM - * - * This library is provided under dual licenses. - * You may choose the terms of the Lesser General Public License or the Apache - * License at your discretion. - * - * Copyright (C) 2005 Robert Cooper, Temple of the Screaming Penguin - * - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * Copyright 2005 Robert Cooper, Temple of the Screaming Penguin * * 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 + * 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, diff --git a/rome-modules/src/main/java/com/rometools/modules/base/types/ShippingType.java b/rome-modules/src/main/java/com/rometools/modules/base/types/ShippingType.java index daae24d..3ba28e7 100644 --- a/rome-modules/src/main/java/com/rometools/modules/base/types/ShippingType.java +++ b/rome-modules/src/main/java/com/rometools/modules/base/types/ShippingType.java @@ -1,35 +1,11 @@ /* - * ShippingType.java - * - * Created on November 16, 2005, 12:05 PM - * - * This library is provided under dual licenses. - * You may choose the terms of the Lesser General Public License or the Apache - * License at your discretion. - * - * Copyright (C) 2005 Robert Cooper, Temple of the Screaming Penguin - * - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * Copyright 2005 Robert Cooper, Temple of the Screaming Penguin * * 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 + * 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, diff --git a/rome-modules/src/main/java/com/rometools/modules/base/types/ShortDate.java b/rome-modules/src/main/java/com/rometools/modules/base/types/ShortDate.java index 952ee67..e986c11 100644 --- a/rome-modules/src/main/java/com/rometools/modules/base/types/ShortDate.java +++ b/rome-modules/src/main/java/com/rometools/modules/base/types/ShortDate.java @@ -1,35 +1,11 @@ /* - * ShortDate.java - * - * Created on November 17, 2005, 1:04 PM - * - * This library is provided under dual licenses. - * You may choose the terms of the Lesser General Public License or the Apache - * License at your discretion. - * - * Copyright (C) 2005 Robert Cooper, Temple of the Screaming Penguin - * - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * Copyright 2005 Robert Cooper, Temple of the Screaming Penguin * * 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 + * 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, diff --git a/rome-modules/src/main/java/com/rometools/modules/base/types/Size.java b/rome-modules/src/main/java/com/rometools/modules/base/types/Size.java index a913368..1b7d25e 100644 --- a/rome-modules/src/main/java/com/rometools/modules/base/types/Size.java +++ b/rome-modules/src/main/java/com/rometools/modules/base/types/Size.java @@ -1,35 +1,11 @@ /* - * Size.java - * - * Created on November 16, 2005, 1:51 PM - * - * This library is provided under dual licenses. - * You may choose the terms of the Lesser General Public License or the Apache - * License at your discretion. - * - * Copyright (C) 2005 Robert Cooper, Temple of the Screaming Penguin - * - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * Copyright 2005 Robert Cooper, Temple of the Screaming Penguin * * 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 + * 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, diff --git a/rome-modules/src/main/java/com/rometools/modules/base/types/YearType.java b/rome-modules/src/main/java/com/rometools/modules/base/types/YearType.java index e4887b7..815aeeb 100644 --- a/rome-modules/src/main/java/com/rometools/modules/base/types/YearType.java +++ b/rome-modules/src/main/java/com/rometools/modules/base/types/YearType.java @@ -1,35 +1,11 @@ /* - * YearType.java - * - * Created on November 17, 2005, 11:42 PM - * - * This library is provided under dual licenses. - * You may choose the terms of the Lesser General Public License or the Apache - * License at your discretion. - * - * Copyright (C) 2005 Robert Cooper, Temple of the Screaming Penguin - * - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * Copyright 2005 Robert Cooper, Temple of the Screaming Penguin * * 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 + * 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, diff --git a/rome-modules/src/main/java/com/rometools/modules/cc/CreativeCommons.java b/rome-modules/src/main/java/com/rometools/modules/cc/CreativeCommons.java index 24d3345..1d4ca90 100644 --- a/rome-modules/src/main/java/com/rometools/modules/cc/CreativeCommons.java +++ b/rome-modules/src/main/java/com/rometools/modules/cc/CreativeCommons.java @@ -1,35 +1,11 @@ /* - * CreativeCommons.java - * - * Created on November 20, 2005, 5:05 PM - * - * This library is provided under dual licenses. - * You may choose the terms of the Lesser General Public License or the Apache - * License at your discretion. - * - * Copyright (C) 2005 Robert Cooper, Temple of the Screaming Penguin - * - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * Copyright 2005 Robert Cooper, Temple of the Screaming Penguin * * 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 + * 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, diff --git a/rome-modules/src/main/java/com/rometools/modules/cc/CreativeCommonsImpl.java b/rome-modules/src/main/java/com/rometools/modules/cc/CreativeCommonsImpl.java index 1ea754a..d1cbf07 100644 --- a/rome-modules/src/main/java/com/rometools/modules/cc/CreativeCommonsImpl.java +++ b/rome-modules/src/main/java/com/rometools/modules/cc/CreativeCommonsImpl.java @@ -1,35 +1,11 @@ /* - * AbstractCreativeCommons.java - * - * Created on November 20, 2005, 5:12 PM - * - * This library is provided under dual licenses. - * You may choose the terms of the Lesser General Public License or the Apache - * License at your discretion. - * - * Copyright (C) 2005 Robert Cooper, Temple of the Screaming Penguin - * - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * Copyright 2005 Robert Cooper, Temple of the Screaming Penguin * * 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 + * 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, diff --git a/rome-modules/src/main/java/com/rometools/modules/cc/io/CCModuleGenerator.java b/rome-modules/src/main/java/com/rometools/modules/cc/io/CCModuleGenerator.java index de0e065..7b04001 100644 --- a/rome-modules/src/main/java/com/rometools/modules/cc/io/CCModuleGenerator.java +++ b/rome-modules/src/main/java/com/rometools/modules/cc/io/CCModuleGenerator.java @@ -1,35 +1,11 @@ /* - * CCModuleGenerator.java - * - * Created on November 20, 2005, 5:23 PM - * - * This library is provided under dual licenses. - * You may choose the terms of the Lesser General Public License or the Apache - * License at your discretion. - * - * Copyright (C) 2005 Robert Cooper, Temple of the Screaming Penguin - * - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * Copyright 2005 Robert Cooper, Temple of the Screaming Penguin * * 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 + * 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, diff --git a/rome-modules/src/main/java/com/rometools/modules/cc/io/ModuleParserRSS1.java b/rome-modules/src/main/java/com/rometools/modules/cc/io/ModuleParserRSS1.java index 04ba046..733acce 100644 --- a/rome-modules/src/main/java/com/rometools/modules/cc/io/ModuleParserRSS1.java +++ b/rome-modules/src/main/java/com/rometools/modules/cc/io/ModuleParserRSS1.java @@ -1,35 +1,11 @@ /* - * CCModuleParser.java - * - * Created on November 20, 2005, 5:23 PM - * - * This library is provided under dual licenses. - * You may choose the terms of the Lesser General Public License or the Apache - * License at your discretion. - * - * Copyright (C) 2005 Robert Cooper, Temple of the Screaming Penguin - * - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * Copyright 2005 Robert Cooper, Temple of the Screaming Penguin * * 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 + * 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, diff --git a/rome-modules/src/main/java/com/rometools/modules/cc/io/ModuleParserRSS2.java b/rome-modules/src/main/java/com/rometools/modules/cc/io/ModuleParserRSS2.java index 8030c68..2018d1c 100644 --- a/rome-modules/src/main/java/com/rometools/modules/cc/io/ModuleParserRSS2.java +++ b/rome-modules/src/main/java/com/rometools/modules/cc/io/ModuleParserRSS2.java @@ -1,35 +1,11 @@ /* - * ModuleParserRSS2.java - * - * Created on November 20, 2005, 6:15 PM - * - * This library is provided under dual licenses. - * You may choose the terms of the Lesser General Public License or the Apache - * License at your discretion. - * - * Copyright (C) 2005 Robert Cooper, Temple of the Screaming Penguin - * - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * Copyright 2005 Robert Cooper, Temple of the Screaming Penguin * * 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 + * 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, diff --git a/rome-modules/src/main/java/com/rometools/modules/cc/types/License.java b/rome-modules/src/main/java/com/rometools/modules/cc/types/License.java index 29ec5eb..c94bb1b 100644 --- a/rome-modules/src/main/java/com/rometools/modules/cc/types/License.java +++ b/rome-modules/src/main/java/com/rometools/modules/cc/types/License.java @@ -1,36 +1,17 @@ /* - * LicenseEnumeration.java - * - * Created on November 20, 2005, 3:20 PM - * - * This library is provided under dual licenses. You may choose the terms of the Lesser General - * Public License or the Apache License at your discretion. - * - * Copyright (C) 2005 Robert Cooper, Temple of the Screaming Penguin - * - * - * This library is free software; you can redistribute it and/or modify it under the terms of the - * GNU Lesser General Public License as published by the Free Software Foundation; either version - * 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without - * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License along with this library; - * if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - * 02111-1307 USA - * - * - * 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. + * Copyright 2005 Robert Cooper, Temple of the Screaming Penguin + * + * 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 com.rometools.modules.cc.types; diff --git a/rome-modules/src/main/java/com/rometools/modules/content/ContentItem.java b/rome-modules/src/main/java/com/rometools/modules/content/ContentItem.java index 34f95e3..e78f9bf 100644 --- a/rome-modules/src/main/java/com/rometools/modules/content/ContentItem.java +++ b/rome-modules/src/main/java/com/rometools/modules/content/ContentItem.java @@ -1,35 +1,11 @@ /* - * ContentItem.java - * - * Created on January 12, 2005, 8:52 AM - * - * This library is provided under dual licenses. - * You may choose the terms of the Lesser General Public License or the Apache - * License at your discretion. - * - * Copyright (C) 2005 Robert Cooper, Temple of the Screaming Penguin - * - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * Copyright 2005 Robert Cooper, Temple of the Screaming Penguin * * 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 + * 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, diff --git a/rome-modules/src/main/java/com/rometools/modules/content/ContentModule.java b/rome-modules/src/main/java/com/rometools/modules/content/ContentModule.java index 342701d..01cca29 100644 --- a/rome-modules/src/main/java/com/rometools/modules/content/ContentModule.java +++ b/rome-modules/src/main/java/com/rometools/modules/content/ContentModule.java @@ -1,36 +1,11 @@ /* - * ContentModule.java - * - * Created on January 11, 2005, 1:02 PM - * - * - * This library is provided under dual licenses. - * You may choose the terms of the Lesser General Public License or the Apache - * License at your discretion. - * - * Copyright (C) 2005 Robert Cooper, Temple of the Screaming Penguin - * - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * Copyright 2005 Robert Cooper, Temple of the Screaming Penguin * * 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 + * 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, diff --git a/rome-modules/src/main/java/com/rometools/modules/content/ContentModuleImpl.java b/rome-modules/src/main/java/com/rometools/modules/content/ContentModuleImpl.java index e0e345d..5e39e89 100644 --- a/rome-modules/src/main/java/com/rometools/modules/content/ContentModuleImpl.java +++ b/rome-modules/src/main/java/com/rometools/modules/content/ContentModuleImpl.java @@ -1,37 +1,11 @@ /* - * ContentModuleImpl.java - * - * Created on January 11, 2005, 1:07 PM - * - * Copyright (C) 2005 Robert Cooper, Temple of the Screaming Penguin - * - * This library is provided under dual licenses. - * You may choose the terms of the Lesser General Public License or the Apache - * License at your discretion. - * - * Copyright (C) 2005 Robert Cooper, Temple of the Screaming Penguin - * - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * Copyright 2005 Robert Cooper, Temple of the Screaming Penguin * * 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 + * 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, diff --git a/rome-modules/src/main/java/com/rometools/modules/content/io/ContentModuleGenerator.java b/rome-modules/src/main/java/com/rometools/modules/content/io/ContentModuleGenerator.java index 3c9126c..60d57bc 100644 --- a/rome-modules/src/main/java/com/rometools/modules/content/io/ContentModuleGenerator.java +++ b/rome-modules/src/main/java/com/rometools/modules/content/io/ContentModuleGenerator.java @@ -1,35 +1,11 @@ /* - * ContentModuleGenerator.java - * - * Created on January 11, 2005, 1:41 PM - * - * This library is provided under dual licenses. - * You may choose the terms of the Lesser General Public License or the Apache - * License at your discretion. - * - * Copyright (C) 2005 Robert Cooper, Temple of the Screaming Penguin - * - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * Copyright 2005 Robert Cooper, Temple of the Screaming Penguin * * 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 + * 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, diff --git a/rome-modules/src/main/java/com/rometools/modules/content/io/ContentModuleParser.java b/rome-modules/src/main/java/com/rometools/modules/content/io/ContentModuleParser.java index 61e4c92..53daa6a 100644 --- a/rome-modules/src/main/java/com/rometools/modules/content/io/ContentModuleParser.java +++ b/rome-modules/src/main/java/com/rometools/modules/content/io/ContentModuleParser.java @@ -1,37 +1,11 @@ /* - * ContentModuleParser.java - * - * Created on January 11, 2005, 1:23 PM - * - * Copyright (C) 2005 Robert Cooper, Temple of the Screaming Penguin - * - * This library is provided under dual licenses. - * You may choose the terms of the Lesser General Public License or the Apache - * License at your discretion. - * - * Copyright (C) 2005 Robert Cooper, Temple of the Screaming Penguin - * - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * Copyright 2005 Robert Cooper, Temple of the Screaming Penguin * * 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 + * 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, diff --git a/rome-modules/src/main/java/com/rometools/modules/itunes/AbstractITunesObject.java b/rome-modules/src/main/java/com/rometools/modules/itunes/AbstractITunesObject.java index 948d47e..a45df50 100644 --- a/rome-modules/src/main/java/com/rometools/modules/itunes/AbstractITunesObject.java +++ b/rome-modules/src/main/java/com/rometools/modules/itunes/AbstractITunesObject.java @@ -1,35 +1,11 @@ /* - * AbstractITunesObject.java - * - * Created on August 1, 2005, 7:37 PM - * - * This library is provided under dual licenses. - * You may choose the terms of the Lesser General Public License or the Apache - * License at your discretion. - * - * Copyright (C) 2005 Robert Cooper, Temple of the Screaming Penguin - * - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * Copyright 2005 Robert Cooper, Temple of the Screaming Penguin * * 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 + * 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, diff --git a/rome-modules/src/main/java/com/rometools/modules/itunes/EntryInformation.java b/rome-modules/src/main/java/com/rometools/modules/itunes/EntryInformation.java index 4710a1e..006551c 100644 --- a/rome-modules/src/main/java/com/rometools/modules/itunes/EntryInformation.java +++ b/rome-modules/src/main/java/com/rometools/modules/itunes/EntryInformation.java @@ -1,35 +1,11 @@ /* - * EntryInformation.java - * - * Created on November 19, 2005, 10:56 PM - * - * This library is provided under dual licenses. - * You may choose the terms of the Lesser General Public License or the Apache - * License at your discretion. - * - * Copyright (C) 2005 Robert Cooper, Temple of the Screaming Penguin - * - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * Copyright 2005 Robert Cooper, Temple of the Screaming Penguin * * 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 + * 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, diff --git a/rome-modules/src/main/java/com/rometools/modules/itunes/EntryInformationImpl.java b/rome-modules/src/main/java/com/rometools/modules/itunes/EntryInformationImpl.java index b85449b..2a02dd7 100644 --- a/rome-modules/src/main/java/com/rometools/modules/itunes/EntryInformationImpl.java +++ b/rome-modules/src/main/java/com/rometools/modules/itunes/EntryInformationImpl.java @@ -1,35 +1,11 @@ /* - * EntryInformation.java - * - * Created on August 1, 2005, 7:37 PM - * - * This library is provided under dual licenses. - * You may choose the terms of the Lesser General Public License or the Apache - * License at your discretion. - * - * Copyright (C) 2005 Robert Cooper, Temple of the Screaming Penguin - * - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * Copyright 2005 Robert Cooper, Temple of the Screaming Penguin * * 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 + * 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, diff --git a/rome-modules/src/main/java/com/rometools/modules/itunes/FeedInformation.java b/rome-modules/src/main/java/com/rometools/modules/itunes/FeedInformation.java index 9f2965d..5a9db62 100644 --- a/rome-modules/src/main/java/com/rometools/modules/itunes/FeedInformation.java +++ b/rome-modules/src/main/java/com/rometools/modules/itunes/FeedInformation.java @@ -1,35 +1,11 @@ /* - * FeedInformation.java - * - * Created on November 19, 2005, 10:57 PM - * - * This library is provided under dual licenses. - * You may choose the terms of the Lesser General Public License or the Apache - * License at your discretion. - * - * Copyright (C) 2005 Robert Cooper, Temple of the Screaming Penguin - * - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * Copyright 2005 Robert Cooper, Temple of the Screaming Penguin * * 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 + * 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, diff --git a/rome-modules/src/main/java/com/rometools/modules/itunes/FeedInformationImpl.java b/rome-modules/src/main/java/com/rometools/modules/itunes/FeedInformationImpl.java index 07f584f..8d48929 100644 --- a/rome-modules/src/main/java/com/rometools/modules/itunes/FeedInformationImpl.java +++ b/rome-modules/src/main/java/com/rometools/modules/itunes/FeedInformationImpl.java @@ -1,36 +1,11 @@ /* - * FeedInformation.java - * - * Created on August 1, 2005, 7:11 PM - * - * - * This library is provided under dual licenses. - * You may choose the terms of the Lesser General Public License or the Apache - * License at your discretion. - * - * Copyright (C) 2005 Robert Cooper, Temple of the Screaming Penguin - * - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * Copyright 2005 Robert Cooper, Temple of the Screaming Penguin * * 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 + * 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, diff --git a/rome-modules/src/main/java/com/rometools/modules/itunes/ITunes.java b/rome-modules/src/main/java/com/rometools/modules/itunes/ITunes.java index 1451f95..b25a11d 100644 --- a/rome-modules/src/main/java/com/rometools/modules/itunes/ITunes.java +++ b/rome-modules/src/main/java/com/rometools/modules/itunes/ITunes.java @@ -1,35 +1,11 @@ /* - * ITunes.java - * - * Created on November 19, 2005, 10:58 PM - * - * This library is provided under dual licenses. - * You may choose the terms of the Lesser General Public License or the Apache - * License at your discretion. - * - * Copyright (C) 2005 Robert Cooper, Temple of the Screaming Penguin - * - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * Copyright 2005 Robert Cooper, Temple of the Screaming Penguin * * 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 + * 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, diff --git a/rome-modules/src/main/java/com/rometools/modules/itunes/io/ITunesGenerator.java b/rome-modules/src/main/java/com/rometools/modules/itunes/io/ITunesGenerator.java index e4fc68a..2fe6034 100644 --- a/rome-modules/src/main/java/com/rometools/modules/itunes/io/ITunesGenerator.java +++ b/rome-modules/src/main/java/com/rometools/modules/itunes/io/ITunesGenerator.java @@ -1,35 +1,11 @@ /* - * ITunesGenerator.java - * - * Created on August 1, 2005, 10:44 PM - * - * This library is provided under dual licenses. - * You may choose the terms of the Lesser General Public License or the Apache - * License at your discretion. - * - * Copyright (C) 2005 Robert Cooper, Temple of the Screaming Penguin - * - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * Copyright 2005 Robert Cooper, Temple of the Screaming Penguin * * 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 + * 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, diff --git a/rome-modules/src/main/java/com/rometools/modules/itunes/io/ITunesParser.java b/rome-modules/src/main/java/com/rometools/modules/itunes/io/ITunesParser.java index 1986df7..4d4911f 100644 --- a/rome-modules/src/main/java/com/rometools/modules/itunes/io/ITunesParser.java +++ b/rome-modules/src/main/java/com/rometools/modules/itunes/io/ITunesParser.java @@ -1,35 +1,11 @@ /* - * ITunesParser.java - * - * Created on August 1, 2005, 8:29 PM - * - * This library is provided under dual licenses. - * You may choose the terms of the Lesser General Public License or the Apache - * License at your discretion. - * - * Copyright (C) 2005 Robert Cooper, Temple of the Screaming Penguin - * - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * Copyright 2005 Robert Cooper, Temple of the Screaming Penguin * * 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 + * 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, diff --git a/rome-modules/src/main/java/com/rometools/modules/itunes/io/ITunesParserOldNamespace.java b/rome-modules/src/main/java/com/rometools/modules/itunes/io/ITunesParserOldNamespace.java index ac05a7b..a826407 100644 --- a/rome-modules/src/main/java/com/rometools/modules/itunes/io/ITunesParserOldNamespace.java +++ b/rome-modules/src/main/java/com/rometools/modules/itunes/io/ITunesParserOldNamespace.java @@ -1,35 +1,11 @@ /* - * ITunesParserOldNamespace.java - * - * Created on April 23, 2006, 2:09 AM - * - * This library is provided under dual licenses. - * You may choose the terms of the Lesser General Public License or the Apache - * License at your discretion. - * - * Copyright (C) 2006 Robert Cooper, Temple of the Screaming Penguin - * - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * Copyright 2006 Robert Cooper, Temple of the Screaming Penguin * * 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 + * 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, diff --git a/rome-modules/src/main/java/com/rometools/modules/itunes/types/Category.java b/rome-modules/src/main/java/com/rometools/modules/itunes/types/Category.java index 50e6eaf..f778f25 100644 --- a/rome-modules/src/main/java/com/rometools/modules/itunes/types/Category.java +++ b/rome-modules/src/main/java/com/rometools/modules/itunes/types/Category.java @@ -1,35 +1,11 @@ /* - * Category.java - * - * Created on August 1, 2005, 7:24 PM - * - * This library is provided under dual licenses. - * You may choose the terms of the Lesser General Public License or the Apache - * License at your discretion. - * - * Copyright (C) 2005 Robert Cooper, Temple of the Screaming Penguin - * - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * Copyright 2005 Robert Cooper, Temple of the Screaming Penguin * * 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 + * 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, diff --git a/rome-modules/src/main/java/com/rometools/modules/itunes/types/Duration.java b/rome-modules/src/main/java/com/rometools/modules/itunes/types/Duration.java index a639482..a4de1bc 100644 --- a/rome-modules/src/main/java/com/rometools/modules/itunes/types/Duration.java +++ b/rome-modules/src/main/java/com/rometools/modules/itunes/types/Duration.java @@ -1,35 +1,11 @@ /* - * Duration.java - * - * Created on August 1, 2005, 7:45 PM - * - * This library is provided under dual licenses. - * You may choose the terms of the Lesser General Public License or the Apache - * License at your discretion. - * - * Copyright (C) 2005 Robert Cooper, Temple of the Screaming Penguin - * - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * + * Copyright 2005 Robert Cooper, Temple of the Screaming Penguin * * 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 + * 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, diff --git a/rome-modules/src/main/java/com/rometools/modules/itunes/types/Subcategory.java b/rome-modules/src/main/java/com/rometools/modules/itunes/types/Subcategory.java index 0c68b92..b8ad8f5 100644 --- a/rome-modules/src/main/java/com/rometools/modules/itunes/types/Subcategory.java +++ b/rome-modules/src/main/java/com/rometools/modules/itunes/types/Subcategory.java @@ -1,35 +1,11 @@ /* - * SubCategory.java - * - * Created on August 1, 2005, 7:24 PM - * - * This library is provided under dual licenses. - * You may choose the terms of the Lesser General Public License or the Apache - * License at your discretion. - * - * Copyright (C) 2005 Robert Cooper, Temple of the Screaming Penguin - * - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * Copyright 2005 Robert Cooper, Temple of the Screaming Penguin * * 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 + * 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, diff --git a/rome-modules/src/main/java/com/rometools/modules/photocast/PhotocastModule.java b/rome-modules/src/main/java/com/rometools/modules/photocast/PhotocastModule.java index 7d219b5..69187e1 100644 --- a/rome-modules/src/main/java/com/rometools/modules/photocast/PhotocastModule.java +++ b/rome-modules/src/main/java/com/rometools/modules/photocast/PhotocastModule.java @@ -1,35 +1,11 @@ /* - * PhotocastModule.java - * - * Created on March 30, 2006, 6:27 PM - * - * This library is provided under dual licenses. - * You may choose the terms of the Lesser General Public License or the Apache - * License at your discretion. - * - * Copyright (C) 2006 Robert Cooper, Temple of the Screaming Penguin - * - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * Copyright 2006 Robert Cooper, Temple of the Screaming Penguin * * 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 + * 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, diff --git a/rome-modules/src/main/java/com/rometools/modules/photocast/PhotocastModuleImpl.java b/rome-modules/src/main/java/com/rometools/modules/photocast/PhotocastModuleImpl.java index 8f239de..159d410 100644 --- a/rome-modules/src/main/java/com/rometools/modules/photocast/PhotocastModuleImpl.java +++ b/rome-modules/src/main/java/com/rometools/modules/photocast/PhotocastModuleImpl.java @@ -1,36 +1,11 @@ /* - * PhotocastModuleImpl.java - * - * Created on March 30, 2006, 6:23 PM - * - * - * This library is provided under dual licenses. - * You may choose the terms of the Lesser General Public License or the Apache - * License at your discretion. - * - * Copyright (C) 2006 Robert Cooper, Temple of the Screaming Penguin - * - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * Copyright 2006 Robert Cooper, Temple of the Screaming Penguin * * 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 + * 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, diff --git a/rome-modules/src/main/java/com/rometools/modules/photocast/io/Generator.java b/rome-modules/src/main/java/com/rometools/modules/photocast/io/Generator.java index 64780f4..8a96cb9 100644 --- a/rome-modules/src/main/java/com/rometools/modules/photocast/io/Generator.java +++ b/rome-modules/src/main/java/com/rometools/modules/photocast/io/Generator.java @@ -1,36 +1,11 @@ /* - * Generator.java - * - * Created on March 30, 2006, 6:43 PM - * - * - * This library is provided under dual licenses. - * You may choose the terms of the Lesser General Public License or the Apache - * License at your discretion. - * - * Copyright (C) 2006 Robert Cooper, Temple of the Screaming Penguin - * - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * Copyright 2006 Robert Cooper, Temple of the Screaming Penguin * * 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 + * 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, diff --git a/rome-modules/src/main/java/com/rometools/modules/photocast/io/Parser.java b/rome-modules/src/main/java/com/rometools/modules/photocast/io/Parser.java index 354400d..29353b9 100644 --- a/rome-modules/src/main/java/com/rometools/modules/photocast/io/Parser.java +++ b/rome-modules/src/main/java/com/rometools/modules/photocast/io/Parser.java @@ -1,36 +1,11 @@ /* - * Parser.java - * - * Created on March 30, 2006, 6:43 PM - * - * - * This library is provided under dual licenses. - * You may choose the terms of the Lesser General Public License or the Apache - * License at your discretion. - * - * Copyright (C) 2006 Robert Cooper, Temple of the Screaming Penguin - * - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * Copyright 2006 Robert Cooper, Temple of the Screaming Penguin * * 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 + * 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, diff --git a/rome-modules/src/main/java/com/rometools/modules/photocast/types/Metadata.java b/rome-modules/src/main/java/com/rometools/modules/photocast/types/Metadata.java index 02fe47f..e83696c 100644 --- a/rome-modules/src/main/java/com/rometools/modules/photocast/types/Metadata.java +++ b/rome-modules/src/main/java/com/rometools/modules/photocast/types/Metadata.java @@ -1,36 +1,11 @@ /* - * Metadata.java - * - * Created on March 30, 2006, 6:16 PM - * - * - * This library is provided under dual licenses. - * You may choose the terms of the Lesser General Public License or the Apache - * License at your discretion. - * - * Copyright (C) 2006 Robert Cooper, Temple of the Screaming Penguin - * - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * Copyright 2006 Robert Cooper, Temple of the Screaming Penguin * * 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 + * 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, diff --git a/rome-modules/src/main/java/com/rometools/modules/photocast/types/PhotoDate.java b/rome-modules/src/main/java/com/rometools/modules/photocast/types/PhotoDate.java index 89a7f7e..1fe2a52 100644 --- a/rome-modules/src/main/java/com/rometools/modules/photocast/types/PhotoDate.java +++ b/rome-modules/src/main/java/com/rometools/modules/photocast/types/PhotoDate.java @@ -1,36 +1,11 @@ /* - * PhotoDate.java - * - * Created on March 30, 2006, 5:53 PM - * - * - * This library is provided under dual licenses. - * You may choose the terms of the Lesser General Public License or the Apache - * License at your discretion. - * - * Copyright (C) 2006 Robert Cooper, Temple of the Screaming Penguin - * - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * Copyright 2006 Robert Cooper, Temple of the Screaming Penguin * * 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 + * 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, diff --git a/rome-modules/src/main/java/com/rometools/modules/slash/Slash.java b/rome-modules/src/main/java/com/rometools/modules/slash/Slash.java index 0cf59fa..25347ca 100644 --- a/rome-modules/src/main/java/com/rometools/modules/slash/Slash.java +++ b/rome-modules/src/main/java/com/rometools/modules/slash/Slash.java @@ -1,35 +1,11 @@ /* - * Slash.java - * - * Created on November 19, 2005, 8:48 PM - * - * This library is provided under dual licenses. - * You may choose the terms of the Lesser General Public License or the Apache - * License at your discretion. - * - * Copyright (C) 2005 Robert Cooper, Temple of the Screaming Penguin - * - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * Copyright 2005 Robert Cooper, Temple of the Screaming Penguin * * 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 + * 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, diff --git a/rome-modules/src/main/java/com/rometools/modules/slash/SlashImpl.java b/rome-modules/src/main/java/com/rometools/modules/slash/SlashImpl.java index de6248f..2a216b7 100644 --- a/rome-modules/src/main/java/com/rometools/modules/slash/SlashImpl.java +++ b/rome-modules/src/main/java/com/rometools/modules/slash/SlashImpl.java @@ -1,36 +1,11 @@ /* - * SlashImpl.java - * - * Created on November 19, 2005, 8:53 PM - * - * - * This library is provided under dual licenses. - * You may choose the terms of the Lesser General Public License or the Apache - * License at your discretion. - * - * Copyright (C) 2005 Robert Cooper, Temple of the Screaming Penguin - * - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * Copyright 2005 Robert Cooper, Temple of the Screaming Penguin * * 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 + * 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, diff --git a/rome-modules/src/main/java/com/rometools/modules/slash/io/SlashModuleGenerator.java b/rome-modules/src/main/java/com/rometools/modules/slash/io/SlashModuleGenerator.java index ce94b98..1f199af 100644 --- a/rome-modules/src/main/java/com/rometools/modules/slash/io/SlashModuleGenerator.java +++ b/rome-modules/src/main/java/com/rometools/modules/slash/io/SlashModuleGenerator.java @@ -1,35 +1,11 @@ /* - * SlashModuleGenerator.java - * - * Created on November 19, 2005, 9:07 PM - * - * This library is provided under dual licenses. - * You may choose the terms of the Lesser General Public License or the Apache - * License at your discretion. - * - * Copyright (C) 2005 Robert Cooper, Temple of the Screaming Penguin - * - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * Copyright 2005 Robert Cooper, Temple of the Screaming Penguin * * 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 + * 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, diff --git a/rome-modules/src/main/java/com/rometools/modules/slash/io/SlashModuleParser.java b/rome-modules/src/main/java/com/rometools/modules/slash/io/SlashModuleParser.java index 8ca6d28..99af6d9 100644 --- a/rome-modules/src/main/java/com/rometools/modules/slash/io/SlashModuleParser.java +++ b/rome-modules/src/main/java/com/rometools/modules/slash/io/SlashModuleParser.java @@ -1,35 +1,11 @@ /* - * SlashModuleParser.java - * - * Created on November 19, 2005, 9:19 PM - * - * This library is provided under dual licenses. - * You may choose the terms of the Lesser General Public License or the Apache - * License at your discretion. - * - * Copyright (C) 2005 Robert Cooper, Temple of the Screaming Penguin - * - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * Copyright 2005 Robert Cooper, Temple of the Screaming Penguin * * 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 + * 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, diff --git a/rome-modules/src/main/java/com/rometools/modules/yahooweather/YWeatherEntryModule.java b/rome-modules/src/main/java/com/rometools/modules/yahooweather/YWeatherEntryModule.java index 4be4f22..22ffd97 100644 --- a/rome-modules/src/main/java/com/rometools/modules/yahooweather/YWeatherEntryModule.java +++ b/rome-modules/src/main/java/com/rometools/modules/yahooweather/YWeatherEntryModule.java @@ -1,32 +1,11 @@ /* - * - * This library is provided under dual licenses. - * You may choose the terms of the Lesser General Public License or the Apache - * License at your discretion. - * - * Copyright (C) 2008 Robert Cooper, Temple of the Screaming Penguin - * - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * Copyright 2008 Robert Cooper, Temple of the Screaming Penguin * * 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 + * 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, diff --git a/rome-modules/src/main/java/com/rometools/modules/yahooweather/YWeatherFeedModule.java b/rome-modules/src/main/java/com/rometools/modules/yahooweather/YWeatherFeedModule.java index c678ada..78a3b81 100644 --- a/rome-modules/src/main/java/com/rometools/modules/yahooweather/YWeatherFeedModule.java +++ b/rome-modules/src/main/java/com/rometools/modules/yahooweather/YWeatherFeedModule.java @@ -1,31 +1,11 @@ /* - * This library is provided under dual licenses. - * You may choose the terms of the Lesser General Public License or the Apache - * License at your discretion. - * - * Copyright (C) 2008 Robert Cooper, Temple of the Screaming Penguin - * - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * Copyright 2008 Robert Cooper, Temple of the Screaming Penguin * * 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 + * 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, diff --git a/rome-modules/src/main/java/com/rometools/modules/yahooweather/YWeatherModule.java b/rome-modules/src/main/java/com/rometools/modules/yahooweather/YWeatherModule.java index 25ec3e3..ec7d8a5 100644 --- a/rome-modules/src/main/java/com/rometools/modules/yahooweather/YWeatherModule.java +++ b/rome-modules/src/main/java/com/rometools/modules/yahooweather/YWeatherModule.java @@ -1,31 +1,11 @@ /* - * This library is provided under dual licenses. - * You may choose the terms of the Lesser General Public License or the Apache - * License at your discretion. - * - * Copyright (C) 2008 Robert Cooper, Temple of the Screaming Penguin - * - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * Copyright 2008 Robert Cooper, Temple of the Screaming Penguin * * 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 + * 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, diff --git a/rome-modules/src/main/java/com/rometools/modules/yahooweather/YWeatherModuleImpl.java b/rome-modules/src/main/java/com/rometools/modules/yahooweather/YWeatherModuleImpl.java index 69bbdf2..fed4fd8 100644 --- a/rome-modules/src/main/java/com/rometools/modules/yahooweather/YWeatherModuleImpl.java +++ b/rome-modules/src/main/java/com/rometools/modules/yahooweather/YWeatherModuleImpl.java @@ -1,31 +1,11 @@ /* - * This library is provided under dual licenses. - * You may choose the terms of the Lesser General Public License or the Apache - * License at your discretion. - * - * Copyright (C) 2008 Robert Cooper, Temple of the Screaming Penguin - * - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * Copyright 2008 Robert Cooper, Temple of the Screaming Penguin * * 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 + * 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, diff --git a/rome-modules/src/main/java/com/rometools/modules/yahooweather/io/WeatherModuleGenerator.java b/rome-modules/src/main/java/com/rometools/modules/yahooweather/io/WeatherModuleGenerator.java index 088c819..9b0fc27 100644 --- a/rome-modules/src/main/java/com/rometools/modules/yahooweather/io/WeatherModuleGenerator.java +++ b/rome-modules/src/main/java/com/rometools/modules/yahooweather/io/WeatherModuleGenerator.java @@ -1,33 +1,11 @@ /* - * WeatherModuleGenerator.java - * - * This library is provided under dual licenses. - * You may choose the terms of the Lesser General Public License or the Apache - * License at your discretion. - * - * Copyright (C) 2008 Robert Cooper, Temple of the Screaming Penguin - * - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * Copyright 2008 Robert Cooper, Temple of the Screaming Penguin * * 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 + * 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, diff --git a/rome-modules/src/main/java/com/rometools/modules/yahooweather/io/WeatherModuleParser.java b/rome-modules/src/main/java/com/rometools/modules/yahooweather/io/WeatherModuleParser.java index cad9ee3..0fdd8d4 100644 --- a/rome-modules/src/main/java/com/rometools/modules/yahooweather/io/WeatherModuleParser.java +++ b/rome-modules/src/main/java/com/rometools/modules/yahooweather/io/WeatherModuleParser.java @@ -1,34 +1,11 @@ /* - * WeatherModuleParser.java - * - * - * This library is provided under dual licenses. - * You may choose the terms of the Lesser General Public License or the Apache - * License at your discretion. - * - * Copyright (C) 2008 Robert Cooper, Temple of the Screaming Penguin - * - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * Copyright 2008 Robert Cooper, Temple of the Screaming Penguin * * 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 + * 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, diff --git a/rome-modules/src/main/java/com/rometools/modules/yahooweather/types/Astronomy.java b/rome-modules/src/main/java/com/rometools/modules/yahooweather/types/Astronomy.java index 30f4399..405d499 100644 --- a/rome-modules/src/main/java/com/rometools/modules/yahooweather/types/Astronomy.java +++ b/rome-modules/src/main/java/com/rometools/modules/yahooweather/types/Astronomy.java @@ -1,33 +1,11 @@ /* - * - * - * This library is provided under dual licenses. - * You may choose the terms of the Lesser General Public License or the Apache - * License at your discretion. - * - * Copyright (C) 2008 Robert Cooper, Temple of the Screaming Penguin - * - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * Copyright 2008 Robert Cooper, Temple of the Screaming Penguin * * 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 + * 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, diff --git a/rome-modules/src/main/java/com/rometools/modules/yahooweather/types/Atmosphere.java b/rome-modules/src/main/java/com/rometools/modules/yahooweather/types/Atmosphere.java index 9ff349e..47e82a9 100644 --- a/rome-modules/src/main/java/com/rometools/modules/yahooweather/types/Atmosphere.java +++ b/rome-modules/src/main/java/com/rometools/modules/yahooweather/types/Atmosphere.java @@ -1,33 +1,11 @@ /* - * - * - * This library is provided under dual licenses. - * You may choose the terms of the Lesser General Public License or the Apache - * License at your discretion. - * - * Copyright (C) 2008 Robert Cooper, Temple of the Screaming Penguin - * - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * Copyright 2008 Robert Cooper, Temple of the Screaming Penguin * * 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 + * 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, diff --git a/rome-modules/src/main/java/com/rometools/modules/yahooweather/types/Condition.java b/rome-modules/src/main/java/com/rometools/modules/yahooweather/types/Condition.java index 09eaf1e..aafa086 100644 --- a/rome-modules/src/main/java/com/rometools/modules/yahooweather/types/Condition.java +++ b/rome-modules/src/main/java/com/rometools/modules/yahooweather/types/Condition.java @@ -1,33 +1,11 @@ /* - * - * - * This library is provided under dual licenses. - * You may choose the terms of the Lesser General Public License or the Apache - * License at your discretion. - * - * Copyright (C) 2008 Robert Cooper, Temple of the Screaming Penguin - * - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * Copyright 2008 Robert Cooper, Temple of the Screaming Penguin * * 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 + * 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, diff --git a/rome-modules/src/main/java/com/rometools/modules/yahooweather/types/ConditionCode.java b/rome-modules/src/main/java/com/rometools/modules/yahooweather/types/ConditionCode.java index 4323ed5..ea6f8e8 100644 --- a/rome-modules/src/main/java/com/rometools/modules/yahooweather/types/ConditionCode.java +++ b/rome-modules/src/main/java/com/rometools/modules/yahooweather/types/ConditionCode.java @@ -1,33 +1,11 @@ /* - * - * - * This library is provided under dual licenses. - * You may choose the terms of the Lesser General Public License or the Apache - * License at your discretion. - * - * Copyright (C) 2008 Robert Cooper, Temple of the Screaming Penguin - * - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * Copyright 2008 Robert Cooper, Temple of the Screaming Penguin * * 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 + * 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, diff --git a/rome-modules/src/main/java/com/rometools/modules/yahooweather/types/Forecast.java b/rome-modules/src/main/java/com/rometools/modules/yahooweather/types/Forecast.java index a219fb6..cdb2d72 100644 --- a/rome-modules/src/main/java/com/rometools/modules/yahooweather/types/Forecast.java +++ b/rome-modules/src/main/java/com/rometools/modules/yahooweather/types/Forecast.java @@ -1,33 +1,11 @@ /* - * - * - * This library is provided under dual licenses. - * You may choose the terms of the Lesser General Public License or the Apache - * License at your discretion. - * - * Copyright (C) 2008 Robert Cooper, Temple of the Screaming Penguin - * - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * Copyright 2008 Robert Cooper, Temple of the Screaming Penguin * * 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 + * 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, diff --git a/rome-modules/src/main/java/com/rometools/modules/yahooweather/types/Location.java b/rome-modules/src/main/java/com/rometools/modules/yahooweather/types/Location.java index 257fb78..a58d9a6 100644 --- a/rome-modules/src/main/java/com/rometools/modules/yahooweather/types/Location.java +++ b/rome-modules/src/main/java/com/rometools/modules/yahooweather/types/Location.java @@ -1,33 +1,11 @@ /* - * - * - * This library is provided under dual licenses. - * You may choose the terms of the Lesser General Public License or the Apache - * License at your discretion. - * - * Copyright (C) 2008 Robert Cooper, Temple of the Screaming Penguin - * - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * Copyright 2008 Robert Cooper, Temple of the Screaming Penguin * * 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 + * 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, diff --git a/rome-modules/src/main/java/com/rometools/modules/yahooweather/types/Units.java b/rome-modules/src/main/java/com/rometools/modules/yahooweather/types/Units.java index 6552a01..759852e 100644 --- a/rome-modules/src/main/java/com/rometools/modules/yahooweather/types/Units.java +++ b/rome-modules/src/main/java/com/rometools/modules/yahooweather/types/Units.java @@ -1,33 +1,11 @@ /* - * - * - * This library is provided under dual licenses. - * You may choose the terms of the Lesser General Public License or the Apache - * License at your discretion. - * - * Copyright (C) 2008 Robert Cooper, Temple of the Screaming Penguin - * - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * Copyright 2008 Robert Cooper, Temple of the Screaming Penguin * * 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 + * 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, diff --git a/rome-modules/src/main/java/com/rometools/modules/yahooweather/types/Wind.java b/rome-modules/src/main/java/com/rometools/modules/yahooweather/types/Wind.java index 04235cf..9dfffaf 100644 --- a/rome-modules/src/main/java/com/rometools/modules/yahooweather/types/Wind.java +++ b/rome-modules/src/main/java/com/rometools/modules/yahooweather/types/Wind.java @@ -1,33 +1,11 @@ /* - * - * - * This library is provided under dual licenses. - * You may choose the terms of the Lesser General Public License or the Apache - * License at your discretion. - * - * Copyright (C) 2008 Robert Cooper, Temple of the Screaming Penguin - * - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * Copyright 2008 Robert Cooper, Temple of the Screaming Penguin * * 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 + * 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, diff --git a/rome-modules/src/test/java/com/rometools/modules/base/io/CustomTagGeneratorTest.java b/rome-modules/src/test/java/com/rometools/modules/base/io/CustomTagGeneratorTest.java index b4681eb..b780b91 100644 --- a/rome-modules/src/test/java/com/rometools/modules/base/io/CustomTagGeneratorTest.java +++ b/rome-modules/src/test/java/com/rometools/modules/base/io/CustomTagGeneratorTest.java @@ -1,34 +1,11 @@ /* - * CustomTagGeneratorTest.java - * JUnit based test - * - * This library is provided under dual licenses. - * You may choose the terms of the Lesser General Public License or the Apache - * License at your discretion. - * - * Copyright (C) 2006 Robert Cooper, Temple of the Screaming Penguin - * - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * + * Copyright 2006 Robert Cooper, Temple of the Screaming Penguin * * 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 + * 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, diff --git a/rome-modules/src/test/java/com/rometools/modules/base/io/CustomTagParserTest.java b/rome-modules/src/test/java/com/rometools/modules/base/io/CustomTagParserTest.java index 325e2cf..baf9aed 100644 --- a/rome-modules/src/test/java/com/rometools/modules/base/io/CustomTagParserTest.java +++ b/rome-modules/src/test/java/com/rometools/modules/base/io/CustomTagParserTest.java @@ -1,34 +1,11 @@ /* - * CustomTagParserTest.java - * JUnit based test - * - * This library is provided under dual licenses. - * You may choose the terms of the Lesser General Public License or the Apache - * License at your discretion. - * - * Copyright (C) 2006 Robert Cooper, Temple of the Screaming Penguin - * - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * + * Copyright 2006 Robert Cooper, Temple of the Screaming Penguin * * 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 + * 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, diff --git a/rome-modules/src/test/java/com/rometools/modules/itunes/types/DurationTest.java b/rome-modules/src/test/java/com/rometools/modules/itunes/types/DurationTest.java index e44ad8d..ffb1ad0 100644 --- a/rome-modules/src/test/java/com/rometools/modules/itunes/types/DurationTest.java +++ b/rome-modules/src/test/java/com/rometools/modules/itunes/types/DurationTest.java @@ -1,23 +1,17 @@ /* - * DurationTest.java - * JUnit based test + * Copyright 2005 Robert Cooper, Temple of the Screaming Penguin * - * Created on August 1, 2005, 8:02 PM + * 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 * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * 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 com.rometools.modules.itunes.types;