[gnote] Update copyright notice



commit 38ede678fcf7939c3db8d03baa3c04bb3c54c044
Author: Aurimas Ä?ernius <aurisc4 gmail com>
Date:   Sun Feb 13 22:31:56 2011 +0200

    Update copyright notice
    
    Set proper copyright notices for files, edited by me in 2011.
    Update copyright notice in about dialog.

 src/addins/backlinks/backlinksnoteaddin.cpp |    2 +-
 src/gnote.cpp                               |    4 ++--
 src/notebuffer.cpp                          |    2 +-
 src/notebuffer.hpp                          |    1 +
 src/utils.hpp                               |    1 +
 5 files changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/src/addins/backlinks/backlinksnoteaddin.cpp b/src/addins/backlinks/backlinksnoteaddin.cpp
index 67e1a87..eed23c1 100644
--- a/src/addins/backlinks/backlinksnoteaddin.cpp
+++ b/src/addins/backlinks/backlinksnoteaddin.cpp
@@ -1,7 +1,7 @@
 /*
  * gnote
  *
- * Copyright (C) 2010 Aurimas Cernius
+ * Copyright (C) 2010-2011 Aurimas Cernius
  * Copyright (C) 2009 Hubert Figuiere
  *
  * This program is free software: you can redistribute it and/or modify
diff --git a/src/gnote.cpp b/src/gnote.cpp
index 95c7abc..600d445 100644
--- a/src/gnote.cpp
+++ b/src/gnote.cpp
@@ -1,7 +1,7 @@
 /*
  * gnote
  *
- * Copyright (C) 2010 Aurimas Cernius
+ * Copyright (C) 2010-2011 Aurimas Cernius
  * Copyright (C) 2010 Debarshi Ray
  * Copyright (C) 2009 Hubert Figuiere
  *
@@ -341,7 +341,7 @@ namespace gnote {
     about.set_name("Gnote");
     about.set_version(VERSION);
     about.set_logo(utils::get_icon("gnote", 48));
-    about.set_copyright(_("Copyright \xc2\xa9 2010 Aurimas Cernius\n"
+    about.set_copyright(_("Copyright \xc2\xa9 2010-2011 Aurimas Cernius\n"
                           "Copyright \xc2\xa9 2009-2010 Debarshi Ray\n"
                           "Copyright \xc2\xa9 2009 Hubert Figuiere\n"
                           "Copyright \xc2\xa9 2004-2009 the Tomboy original authors."));
diff --git a/src/notebuffer.cpp b/src/notebuffer.cpp
index 2a5b03c..2f1a013 100644
--- a/src/notebuffer.cpp
+++ b/src/notebuffer.cpp
@@ -1,7 +1,7 @@
 /*
  * gnote
  *
- * Copyright (C) 2010 Aurimas Cernius
+ * Copyright (C) 2010-2011 Aurimas Cernius
  * Copyright (C) 2009 Hubert Figuiere
  *
  * This program is free software: you can redistribute it and/or modify
diff --git a/src/notebuffer.hpp b/src/notebuffer.hpp
index 911e42c..ae39d1d 100644
--- a/src/notebuffer.hpp
+++ b/src/notebuffer.hpp
@@ -1,6 +1,7 @@
 /*
  * gnote
  *
+ * Copyright (C) 2011 Aurimas Cernius
  * Copyright (C) 2009 Hubert Figuiere
  *
  * This program is free software: you can redistribute it and/or modify
diff --git a/src/utils.hpp b/src/utils.hpp
index e4207c4..1ceaf1c 100644
--- a/src/utils.hpp
+++ b/src/utils.hpp
@@ -1,6 +1,7 @@
 /*
  * gnote
  *
+ * Copyright (C) 2011 Aurimas Cernius
  * Copyright (C) 2009 Hubert Figuiere
  *
  * This program is free software: you can redistribute it and/or modify



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]