Updated copyright.

This commit is contained in:
Erik C. Thauvin 2017-05-10 12:18:31 -07:00
parent 20af9efc17
commit a9364be3e3
25 changed files with 49 additions and 49 deletions

View file

@ -1,7 +1,7 @@
/* /*
* Commands.java * Commands.java
* *
* Copyright (c) 2004-2016, Erik C. Thauvin (erik@thauvin.net) * Copyright (c) 2004-2017, Erik C. Thauvin (erik@thauvin.net)
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
@ -34,7 +34,7 @@ package net.thauvin.erik.mobibot;
/** /**
* The <code>commands</code>, <code>keywords</code> and <code>arguments</code>. * The <code>commands</code>, <code>keywords</code> and <code>arguments</code>.
* *
* @author <a href="mailto:erik@thauvin.net" target="_blank">Erik C. Thauvin</a> * @author <a href="http://erik.thauvin.net/" target="_blank">Erik C. Thauvin</a>
* @created 2014-04-26 * @created 2014-04-26
* @since 1.0 * @since 1.0
*/ */

View file

@ -1,7 +1,7 @@
/* /*
* DeliciousPoster.java * DeliciousPoster.java
* *
* Copyright (c) 2004-2016, Erik C. Thauvin (erik@thauvin.net) * Copyright (c) 2004-2017, Erik C. Thauvin (erik@thauvin.net)
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
@ -38,7 +38,7 @@ import javax.swing.*;
/** /**
* The class to handle posts to del.icio.us. * The class to handle posts to del.icio.us.
* *
* @author <a href="mailto:erik@thauvin.net" target="_blank">Erik C. Thauvin</a> * @author <a href="http://erik.thauvin.net/" target="_blank">Erik C. Thauvin</a>
* @created Mar 5, 2005 * @created Mar 5, 2005
* @since 1.0 * @since 1.0
*/ */

View file

@ -1,7 +1,7 @@
/* /*
* EntriesMgr.java * EntriesMgr.java
* *
* Copyright (c) 2004-2016, Erik C. Thauvin (erik@thauvin.net) * Copyright (c) 2004-2017, Erik C. Thauvin (erik@thauvin.net)
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
@ -44,7 +44,7 @@ import java.util.List;
/** /**
* Manages the feed entries. * Manages the feed entries.
* *
* @author <a href="mailto:erik@thauvin.net" target="_blank">Erik C. Thauvin</a> * @author <a href="http://erik.thauvin.net/" target="_blank">Erik C. Thauvin</a>
* @created 2014-04-28 * @created 2014-04-28
* @since 1.0 * @since 1.0
*/ */

View file

@ -1,7 +1,7 @@
/* /*
* EntryComment.java * EntryComment.java
* *
* Copyright (c) 2004-2016, Erik C. Thauvin (erik@thauvin.net) * Copyright (c) 2004-2017, Erik C. Thauvin (erik@thauvin.net)
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
@ -37,7 +37,7 @@ import java.time.LocalDateTime;
/** /**
* The class used to store comments associated to a specific entry. * The class used to store comments associated to a specific entry.
* *
* @author <a href="mailto:erik@thauvin.net" target="_blank">Erik C. Thauvin</a> * @author <a href="http://erik.thauvin.net/" target="_blank">Erik C. Thauvin</a>
* @created Jan 31, 2004 * @created Jan 31, 2004
* @since 1.0 * @since 1.0
*/ */

View file

@ -1,7 +1,7 @@
/* /*
* EntryLink.java * EntryLink.java
* *
* Copyright (c) 2004-2016, Erik C. Thauvin (erik@thauvin.net) * Copyright (c) 2004-2017, Erik C. Thauvin (erik@thauvin.net)
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
@ -43,7 +43,7 @@ import java.util.concurrent.CopyOnWriteArrayList;
/** /**
* The class used to store link entries. * The class used to store link entries.
* *
* @author <a href="mailto:erik@thauvin.net" target="_blank">Erik C. Thauvin</a> * @author <a href="http://erik.thauvin.net/" target="_blank">Erik C. Thauvin</a>
* @created Jan 31, 2004 * @created Jan 31, 2004
* @since 1.0 * @since 1.0
*/ */

View file

@ -1,7 +1,7 @@
/* /*
* FeedReader.java * FeedReader.java
* *
* Copyright (c) 2004-2016, Erik C. Thauvin (erik@thauvin.net) * Copyright (c) 2004-2017, Erik C. Thauvin (erik@thauvin.net)
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
@ -44,7 +44,7 @@ import java.util.List;
/** /**
* Reads a RSS feed. * Reads a RSS feed.
* *
* @author <a href="mailto:erik@thauvin.net" target="_blank">Erik C. Thauvin</a> * @author <a href="http://erik.thauvin.net/" target="_blank">Erik C. Thauvin</a>
* @created Feb 1, 2004 * @created Feb 1, 2004
* @since 1.0 * @since 1.0
*/ */

View file

@ -50,7 +50,7 @@ import java.util.*;
/** /**
* Implements the #mobitopia bot. * Implements the #mobitopia bot.
* *
* @author <a href="mailto:erik@thauvin.net" target="_blank">Erik C. Thauvin</a> * @author <a href="http://erik.thauvin.net/" target="_blank">Erik C. Thauvin</a>
* @created Jan 31, 2004 * @created Jan 31, 2004
* @since 1.0 * @since 1.0
*/ */

View file

@ -1,7 +1,7 @@
/* /*
* Tell.java * Tell.java
* *
* Copyright (c) 2004-2016, Erik C. Thauvin (erik@thauvin.net) * Copyright (c) 2004-2017, Erik C. Thauvin (erik@thauvin.net)
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
@ -37,7 +37,7 @@ import java.util.concurrent.CopyOnWriteArrayList;
/** /**
* The <code>Tell</code> command. * The <code>Tell</code> command.
* *
* @author <a href="mailto:erik@thauvin.net" target="_blank">Erik C. Thauvin</a> * @author <a href="http://erik.thauvin.net/" target="_blank">Erik C. Thauvin</a>
* @created 2016-07-02 * @created 2016-07-02
* @since 1.0 * @since 1.0
*/ */

View file

@ -1,7 +1,7 @@
/* /*
* TellMessage.java * TellMessage.java
* *
* Copyright (c) 2004-2016, Erik C. Thauvin (erik@thauvin.net) * Copyright (c) 2004-2017, Erik C. Thauvin (erik@thauvin.net)
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
@ -39,7 +39,7 @@ import java.time.format.DateTimeFormatter;
/** /**
* The <code>TellMessage</code> class. * The <code>TellMessage</code> class.
* *
* @author <a href="mailto:erik@thauvin.net" target="_blank">Erik C. Thauvin</a> * @author <a href="http://erik.thauvin.net/" target="_blank">Erik C. Thauvin</a>
* @created 2014-04-24 * @created 2014-04-24
* @since 1.0 * @since 1.0
*/ */

View file

@ -1,7 +1,7 @@
/* /*
* TellMessagesMgr.java * TellMessagesMgr.java
* *
* Copyright (c) 2004-2016, Erik C. Thauvin (erik@thauvin.net) * Copyright (c) 2004-2017, Erik C. Thauvin (erik@thauvin.net)
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
@ -42,7 +42,7 @@ import java.util.List;
/** /**
* The Tell Messages Manager. * The Tell Messages Manager.
* *
* @author <a href="mailto:erik@thauvin.net" target="_blank">Erik C. Thauvin</a> * @author <a href="http://erik.thauvin.net/" target="_blank">Erik C. Thauvin</a>
* @created 2014-04-26 * @created 2014-04-26
* @since 1.0 * @since 1.0
*/ */

View file

@ -21,7 +21,7 @@ import java.io.InputStreamReader;
* </p> * </p>
* and follow the prompts/instructions. * and follow the prompts/instructions.
* *
* @author <a href="mailto:erik@thauvin.net" target="_blank">Erik C. Thauvin</a> * @author <a href="http://erik.thauvin.net/" target="_blank">Erik C. Thauvin</a>
* @author <a href="http://twitter4j.org/en/code-examples.html#oauth" target="_blank">Twitter4J</a> * @author <a href="http://twitter4j.org/en/code-examples.html#oauth" target="_blank">Twitter4J</a>
* @created Sep 13, 2010 * @created Sep 13, 2010
* @since 1.0 * @since 1.0

View file

@ -1,7 +1,7 @@
/* /*
* Utils.java * Utils.java
* *
* Copyright (c) 2004-2016, Erik C. Thauvin (erik@thauvin.net) * Copyright (c) 2004-2017, Erik C. Thauvin (erik@thauvin.net)
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
@ -42,7 +42,7 @@ import java.util.Date;
/** /**
* Miscellaneous utilities class. * Miscellaneous utilities class.
* *
* @author <a href="mailto:erik@thauvin.net" target="_blank">Erik C. Thauvin</a> * @author <a href="http://erik.thauvin.net/" target="_blank">Erik C. Thauvin</a>
* @created 2014-04-26 * @created 2014-04-26
* @since 1.0 * @since 1.0
*/ */

View file

@ -1,7 +1,7 @@
/* /*
* AbstractModule.java * AbstractModule.java
* *
* Copyright (c) 2004-2016, Erik C. Thauvin (erik@thauvin.net) * Copyright (c) 2004-2017, Erik C. Thauvin (erik@thauvin.net)
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
@ -39,7 +39,7 @@ import java.util.*;
/** /**
* The <code>Module</code> abstract class. * The <code>Module</code> abstract class.
* *
* @author <a href="mailto:erik@thauvin.net" target="_blank">Erik C. Thauvin</a> * @author <a href="http://erik.thauvin.net/" target="_blank">Erik C. Thauvin</a>
* @created 2016-07-01 * @created 2016-07-01
* @since 1.0 * @since 1.0
*/ */

View file

@ -1,7 +1,7 @@
/* /*
* Calc.java * Calc.java
* *
* Copyright (c) 2004-2016, Erik C. Thauvin (erik@thauvin.net) * Copyright (c) 2004-2017, Erik C. Thauvin (erik@thauvin.net)
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
@ -41,7 +41,7 @@ import java.text.DecimalFormat;
/** /**
* The Calc module. * The Calc module.
* *
* @author <a href="mailto:erik@thauvin.net" target="_blank">Erik C. Thauvin</a> * @author <a href="http://erik.thauvin.net/" target="_blank">Erik C. Thauvin</a>
* @created 2016-07-01 * @created 2016-07-01
* @since 1.0 * @since 1.0
*/ */

View file

@ -1,7 +1,7 @@
/* /*
* CurrencyConverter.java * CurrencyConverter.java
* *
* Copyright (c) 2004-2016, Erik C. Thauvin (erik@thauvin.net) * Copyright (c) 2004-2017, Erik C. Thauvin (erik@thauvin.net)
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
@ -50,7 +50,7 @@ import java.util.TreeMap;
/** /**
* The CurrentConverter module. * The CurrentConverter module.
* *
* @author <a href="mailto:erik@thauvin.net" target="_blank">Erik C. Thauvin</a> * @author <a href="http://erik.thauvin.net/" target="_blank">Erik C. Thauvin</a>
* @created Feb 11, 2004 * @created Feb 11, 2004
* @since 1.0 * @since 1.0
*/ */

View file

@ -1,7 +1,7 @@
/* /*
* Dice.java * Dice.java
* *
* Copyright (c) 2004-2016, Erik C. Thauvin (erik@thauvin.net) * Copyright (c) 2004-2017, Erik C. Thauvin (erik@thauvin.net)
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
@ -39,7 +39,7 @@ import java.util.Random;
/** /**
* The Dice module. * The Dice module.
* *
* @author <a href="mailto:erik@thauvin.net" target="_blank">Erik C. Thauvin</a> * @author <a href="http://erik.thauvin.net/" target="_blank">Erik C. Thauvin</a>
* @created 2014-04-28 * @created 2014-04-28
* @since 1.0 * @since 1.0
*/ */

View file

@ -1,7 +1,7 @@
/* /*
* GoogleSearch.java * GoogleSearch.java
* *
* Copyright (c) 2004-2016, Erik C. Thauvin (erik@thauvin.net) * Copyright (c) 2004-2017, Erik C. Thauvin (erik@thauvin.net)
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
@ -45,7 +45,7 @@ import java.net.URLEncoder;
/** /**
* The GoogleSearch module. * The GoogleSearch module.
* *
* @author <a href="mailto:erik@thauvin.net" target="_blank">Erik C. Thauvin</a> * @author <a href="http://erik.thauvin.net/" target="_blank">Erik C. Thauvin</a>
* @created Feb 7, 2004 * @created Feb 7, 2004
* @since 1.0 * @since 1.0
*/ */

View file

@ -1,7 +1,7 @@
/* /*
* Joke.java * Joke.java
* *
* Copyright (c) 2004-2016, Erik C. Thauvin (erik@thauvin.net) * Copyright (c) 2004-2017, Erik C. Thauvin (erik@thauvin.net)
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
@ -43,7 +43,7 @@ import java.net.URLConnection;
/** /**
* The Joke module. * The Joke module.
* *
* @author <a href="mailto:erik@thauvin.net" target="_blank">Erik C. Thauvin</a> * @author <a href="http://erik.thauvin.net/" target="_blank">Erik C. Thauvin</a>
* @created 2014-04-20 * @created 2014-04-20
* @since 1.0 * @since 1.0
*/ */

View file

@ -1,7 +1,7 @@
/* /*
* Lookup.java * Lookup.java
* *
* Copyright (c) 2004-2016, Erik C. Thauvin (erik@thauvin.net) * Copyright (c) 2004-2017, Erik C. Thauvin (erik@thauvin.net)
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
@ -41,7 +41,7 @@ import java.net.UnknownHostException;
/** /**
* The Lookup module. * The Lookup module.
* *
* @author <a href="mailto:erik@thauvin.net" target="_blank">Erik C. Thauvin</a> * @author <a href="http://erik.thauvin.net/" target="_blank">Erik C. Thauvin</a>
* @created 2014-04-26 * @created 2014-04-26
* @since 1.0 * @since 1.0
*/ */

View file

@ -1,7 +1,7 @@
/* /*
* Ping.java * Ping.java
* *
* Copyright (c) 2004-2016, Erik C. Thauvin (erik@thauvin.net) * Copyright (c) 2004-2017, Erik C. Thauvin (erik@thauvin.net)
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
@ -40,7 +40,7 @@ import java.util.Random;
/** /**
* The Ping module. * The Ping module.
* *
* @author <a href="mailto:erik@thauvin.net" target="_blank">Erik C. Thauvin</a> * @author <a href="http://erik.thauvin.net/" target="_blank">Erik C. Thauvin</a>
* @created 2016-07-02 * @created 2016-07-02
* @since 1.0 * @since 1.0
*/ */

View file

@ -1,7 +1,7 @@
/* /*
* StockQuote.java * StockQuote.java
* *
* Copyright (c) 2004-2016, Erik C. Thauvin (erik@thauvin.net) * Copyright (c) 2004-2017, Erik C. Thauvin (erik@thauvin.net)
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
@ -41,7 +41,7 @@ import java.io.IOException;
/** /**
* The StockQuote module. * The StockQuote module.
* *
* @author <a href="mailto:erik@thauvin.net" target="_blank">Erik C. Thauvin</a> * @author <a href="http://erik.thauvin.net/" target="_blank">Erik C. Thauvin</a>
* @created Feb 7, 2004 * @created Feb 7, 2004
* @since 1.0 * @since 1.0
*/ */

View file

@ -1,7 +1,7 @@
/* /*
* Twitter.java * Twitter.java
* *
* Copyright (c) 2004-2016, Erik C. Thauvin (erik@thauvin.net) * Copyright (c) 2004-2017, Erik C. Thauvin (erik@thauvin.net)
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
@ -39,7 +39,7 @@ import twitter4j.conf.ConfigurationBuilder;
/** /**
* The Twitter module. * The Twitter module.
* *
* @author <a href="mailto:erik@thauvin.net" target="_blank">Erik C. Thauvin</a> * @author <a href="http://erik.thauvin.net/" target="_blank">Erik C. Thauvin</a>
* @created Sept 10, 2008 * @created Sept 10, 2008
* @since 1.0 * @since 1.0
*/ */

View file

@ -1,7 +1,7 @@
/* /*
* War.java * War.java
* *
* Copyright (c) 2004-2016, Erik C. Thauvin (erik@thauvin.net) * Copyright (c) 2004-2017, Erik C. Thauvin (erik@thauvin.net)
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
@ -39,7 +39,7 @@ import java.util.Random;
/** /**
* The War module. * The War module.
* *
* @author <a href="mailto:erik@thauvin.net" target="_blank">Erik C. Thauvin</a> * @author <a href="http://erik.thauvin.net/" target="_blank">Erik C. Thauvin</a>
* @created 2014-04-28 * @created 2014-04-28
* @since 1.0 * @since 1.0
*/ */

View file

@ -39,9 +39,9 @@ import net.thauvin.erik.mobibot.Utils;
import java.io.IOException; import java.io.IOException;
/** /**
* The <code>Weather2</code> class. * The <code>Weather2</code> module.
* *
* @author <a href="mailto:erik@thauvin.net" target="_blank">Erik C. Thauvin</a> * @author <a href="http://erik.thauvin.net/" target="_blank">Erik C. Thauvin</a>
* @created 2017-04-02 * @created 2017-04-02
* @since 1.0 * @since 1.0
*/ */
@ -56,7 +56,7 @@ public class Weather2 extends AbstractModule {
private static final String OWM_API_KEY_PROP = "owm-api-key"; private static final String OWM_API_KEY_PROP = "owm-api-key";
/** /**
* Creates a new {@link Weather} instance. * Creates a new {@link Weather2} instance.
*/ */
public Weather2() { public Weather2() {
commands.add(WEATHER_CMD); commands.add(WEATHER_CMD);

View file

@ -1,7 +1,7 @@
/* /*
* WorldTime.java * WorldTime.java
* *
* Copyright (c) 2004-2016, Erik C. Thauvin (erik@thauvin.net) * Copyright (c) 2004-2017, Erik C. Thauvin (erik@thauvin.net)
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
@ -43,7 +43,7 @@ import java.util.TreeMap;
/** /**
* The WorldTime module. * The WorldTime module.
* *
* @author <a href="mailto:erik@thauvin.net" target="_blank">Erik C. Thauvin</a> * @author <a href="http://erik.thauvin.net/" target="_blank">Erik C. Thauvin</a>
* @created 2014-04-27 * @created 2014-04-27
* @since 1.0 * @since 1.0
*/ */