Updated copyright year
[harmattan/cameraplus] / declarative / metadata.cpp
index 9091d23..1009dca 100644 (file)
@@ -1,7 +1,7 @@
 /*!
  * This file is part of CameraPlus.
  *
- * Copyright (C) 2012 Mohammed Sameer <msameer@foolab.org>
+ * Copyright (C) 2012-2013 Mohammed Sameer <msameer@foolab.org>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -169,7 +169,6 @@ QString MetaData::artist() const {
 }
 
 void MetaData::setArtist(const QString& artist) {
-  // TODO: there is a limit for the number of bytes in the artist
   if (m_artist != artist) {
     m_artist = artist;
     emit artistChanged();