Change all copyright headers to include 2012.
[Sone.git] / src / main / java / net / pterodactylus / sone / fcp / LikePostCommand.java
index 34b8516..d13271a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - LikePostCommand.java - Copyright © 2011 David Roden
+ * Sone - LikePostCommand.java - Copyright © 2011–2012 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -39,7 +39,7 @@ public class LikePostCommand extends AbstractSoneCommand {
         *            The Sone core
         */
        protected LikePostCommand(Core core) {
-               super(core);
+               super(core, true);
        }
 
        /**