Update copyrights to 2014: Closes bgo#722381

This commit is contained in:
Jim Nelson 2014-02-04 19:01:09 -08:00
parent 28c7eba17d
commit dc1445d6f0
351 changed files with 352 additions and 352 deletions

View file

@ -1,5 +1,5 @@
# Geary build script
# Copyright 2011-2013 Yorba Foundation
# Copyright 2011-2014 Yorba Foundation
#
# Check http://webdev.elementaryos.org/docs/developer-guide/cmake for documentation

View file

@ -120,4 +120,4 @@
$ sudo make uninstall
Copyright 2012-2013 Yorba Foundation
Copyright 2012-2014 Yorba Foundation

2
README
View file

@ -35,5 +35,5 @@
Copyright 2012-2013 Yorba Foundation
Copyright 2012-2014 Yorba Foundation

View file

@ -1,4 +1,4 @@
/* Copyright 2011-2013 Yorba Foundation
/* Copyright 2011-2014 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.

View file

@ -1,7 +1,7 @@
# FindDesktopFileValidate.cmake
#
# Charles Lindsay <chaz@yorba.org>
# Copyright 2013 Yorba Foundation
# Copyright 2013-2014 Yorba Foundation
find_program (DESKTOP_FILE_VALIDATE_EXECUTABLE desktop-file-validate)

View file

@ -1,7 +1,7 @@
# FindIntltool.cmake
#
# Jim Nelson <jim@yorba.org>
# Copyright 2012-2013 Yorba Foundation
# Copyright 2012-2014 Yorba Foundation
find_program (INTLTOOL_MERGE_EXECUTABLE intltool-merge)

2
configure vendored
View file

@ -1,6 +1,6 @@
#!/usr/bin/env bash
#
# Copyright 2012-2013 Yorba Foundation
# Copyright 2012-2014 Yorba Foundation
#
# This software is licensed under the GNU LGPL (version 2.1 or later).
# See the COPYING file in this distribution.

2
debian/copyright vendored
View file

@ -3,7 +3,7 @@ Upstream-Name: geary
Source: <http://yorba.org>
Files: *
Copyright: 2012-2013 Yorba Foundation
Copyright: 2012-2014 Yorba Foundation
License: LGPL-2.1
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2013 Yorba Foundation <geary@yorba.org> -->
<!-- Copyright 2013-2014 Yorba Foundation <geary@yorba.org> -->
<application>
<id type="desktop">geary.desktop</id>
<licence>CC0</licence>

View file

@ -1,5 +1,5 @@
# Geary build script
# Copyright 2011-2013 Yorba Foundation
# Copyright 2011-2014 Yorba Foundation
set(ENGINE_SRC
engine/abstract/geary-abstract-account.vala

View file

@ -1,4 +1,4 @@
/* Copyright 2013 Yorba Foundation
/* Copyright 2013-2014 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.

View file

@ -1,4 +1,4 @@
/* Copyright 2013 Yorba Foundation
/* Copyright 2013-2014 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.

View file

@ -1,4 +1,4 @@
/* Copyright 2013 Yorba Foundation
/* Copyright 2013-2014 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.

View file

@ -1,4 +1,4 @@
/* Copyright 2013 Yorba Foundation
/* Copyright 2013-2014 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.

View file

@ -1,4 +1,4 @@
/* Copyright 2013 Yorba Foundation
/* Copyright 2013-2014 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.

View file

@ -1,4 +1,4 @@
/* Copyright 2013 Yorba Foundation
/* Copyright 2013-2014 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.

View file

@ -1,4 +1,4 @@
/* Copyright 2013 Yorba Foundation
/* Copyright 2013-2014 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.

View file

@ -1,4 +1,4 @@
/* Copyright 2013 Yorba Foundation
/* Copyright 2013-2014 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.

View file

@ -1,4 +1,4 @@
/* Copyright 2011-2013 Yorba Foundation
/* Copyright 2011-2014 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.

View file

@ -1,4 +1,4 @@
/* Copyright 2011-2013 Yorba Foundation
/* Copyright 2011-2014 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.

View file

@ -1,4 +1,4 @@
/* Copyright 2013 Yorba Foundation
/* Copyright 2013-2014 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.

View file

@ -1,4 +1,4 @@
/* Copyright 2011-2013 Yorba Foundation
/* Copyright 2011-2014 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.
@ -16,7 +16,7 @@ public class GearyApplication : Gtk.Application {
public const string PRGNAME = "geary";
public const string APP_ID = "org.yorba.geary";
public const string DESCRIPTION = _("Mail Client");
public const string COPYRIGHT = _("Copyright 2011-2013 Yorba Foundation");
public const string COPYRIGHT = _("Copyright 2011-2014 Yorba Foundation");
public const string WEBSITE = "http://www.yorba.org";
public const string WEBSITE_LABEL = _("Visit the Yorba web site");
public const string BUGREPORT = "http://redmine.yorba.org/projects/geary/issues";

View file

@ -1,4 +1,4 @@
/* Copyright 2012-2013 Yorba Foundation
/* Copyright 2012-2014 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.

View file

@ -1,4 +1,4 @@
/* Copyright 2011-2013 Yorba Foundation
/* Copyright 2011-2014 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.

View file

@ -1,4 +1,4 @@
/* Copyright 2011-2013 Yorba Foundation
/* Copyright 2011-2014 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.

View file

@ -1,4 +1,4 @@
/* Copyright 2011-2013 Yorba Foundation
/* Copyright 2011-2014 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.

View file

@ -1,4 +1,4 @@
/* Copyright 2011-2013 Yorba Foundation
/* Copyright 2011-2014 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.

View file

@ -1,4 +1,4 @@
/* Copyright 2013 Yorba Foundation
/* Copyright 2013-2014 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.

View file

@ -1,4 +1,4 @@
/* Copyright 2013 Yorba Foundation
/* Copyright 2013-2014 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.

View file

@ -1,4 +1,4 @@
/* Copyright 2011-2013 Yorba Foundation
/* Copyright 2011-2014 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.

View file

@ -1,4 +1,4 @@
/* Copyright 2011-2013 Yorba Foundation
/* Copyright 2011-2014 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.

View file

@ -1,4 +1,4 @@
/* Copyright 2011-2013 Yorba Foundation
/* Copyright 2011-2014 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.

View file

@ -1,4 +1,4 @@
/* Copyright 2011-2013 Yorba Foundation
/* Copyright 2011-2014 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.

View file

@ -1,4 +1,4 @@
/* Copyright 2013 Yorba Foundation
/* Copyright 2013-2014 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.

View file

@ -1,4 +1,4 @@
/* Copyright 2013 Yorba Foundation
/* Copyright 2013-2014 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.

View file

@ -1,4 +1,4 @@
/* Copyright 2011-2013 Yorba Foundation
/* Copyright 2011-2014 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.

View file

@ -1,4 +1,4 @@
/* Copyright 2013 Yorba Foundation
/* Copyright 2013-2014 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.

View file

@ -1,4 +1,4 @@
/* Copyright 2013 Yorba Foundation
/* Copyright 2013-2014 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.

View file

@ -1,4 +1,4 @@
/* Copyright 2011-2013 Yorba Foundation
/* Copyright 2011-2014 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.

View file

@ -1,4 +1,4 @@
/* Copyright 2011-2013 Yorba Foundation
/* Copyright 2011-2014 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.

View file

@ -1,4 +1,4 @@
/* Copyright 2012-2013 Yorba Foundation
/* Copyright 2012-2014 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.

View file

@ -1,4 +1,4 @@
/* Copyright 2013 Yorba Foundation
/* Copyright 2013-2014 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.

View file

@ -1,4 +1,4 @@
/* Copyright 2011-2013 Yorba Foundation
/* Copyright 2011-2014 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.

View file

@ -1,4 +1,4 @@
/* Copyright 2011-2013 Yorba Foundation
/* Copyright 2011-2014 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.

View file

@ -1,4 +1,4 @@
/* Copyright 2011-2013 Yorba Foundation
/* Copyright 2011-2014 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.

View file

@ -1,4 +1,4 @@
/* Copyright 2011-2013 Yorba Foundation
/* Copyright 2011-2014 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.

View file

@ -1,4 +1,4 @@
/* Copyright 2011-2013 Yorba Foundation
/* Copyright 2011-2014 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.

View file

@ -1,4 +1,4 @@
/* Copyright 2011-2013 Yorba Foundation
/* Copyright 2011-2014 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.

View file

@ -1,4 +1,4 @@
/* Copyright 2011-2013 Yorba Foundation
/* Copyright 2011-2014 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.

View file

@ -1,4 +1,4 @@
/* Copyright 2012-2013 Yorba Foundation
/* Copyright 2012-2014 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.

View file

@ -1,4 +1,4 @@
/* Copyright 2012-2013 Yorba Foundation
/* Copyright 2012-2014 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.

View file

@ -1,4 +1,4 @@
/* Copyright 2011-2013 Yorba Foundation
/* Copyright 2011-2014 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.

View file

@ -1,4 +1,4 @@
/* Copyright 2011-2013 Yorba Foundation
/* Copyright 2011-2014 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.

View file

@ -1,4 +1,4 @@
/* Copyright 2011-2013 Yorba Foundation
/* Copyright 2011-2014 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.

View file

@ -1,4 +1,4 @@
/* Copyright 2013 Yorba Foundation
/* Copyright 2013-2014 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.

View file

@ -1,4 +1,4 @@
/* Copyright 2011-2013 Yorba Foundation
/* Copyright 2011-2014 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.

View file

@ -1,4 +1,4 @@
/* Copyright 2011-2013 Yorba Foundation
/* Copyright 2011-2014 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.

View file

@ -1,4 +1,4 @@
/* Copyright 2011-2013 Yorba Foundation
/* Copyright 2011-2014 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.

View file

@ -1,4 +1,4 @@
/* Copyright 2011-2013 Yorba Foundation
/* Copyright 2011-2014 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.

View file

@ -1,4 +1,4 @@
/* Copyright 2011-2013 Yorba Foundation
/* Copyright 2011-2014 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.

View file

@ -1,4 +1,4 @@
/* Copyright 2011-2013 Yorba Foundation
/* Copyright 2011-2014 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.

View file

@ -1,4 +1,4 @@
/* Copyright 2011-2013 Yorba Foundation
/* Copyright 2011-2014 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.

View file

@ -1,4 +1,4 @@
/* Copyright 2011-2013 Yorba Foundation
/* Copyright 2011-2014 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.

View file

@ -1,4 +1,4 @@
/* Copyright 2011-2013 Yorba Foundation
/* Copyright 2011-2014 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.

View file

@ -1,4 +1,4 @@
/* Copyright 2011-2013 Yorba Foundation
/* Copyright 2011-2014 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.

View file

@ -1,4 +1,4 @@
/* Copyright 2012-2013 Yorba Foundation
/* Copyright 2012-2014 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.

View file

@ -1,4 +1,4 @@
/* Copyright 2012-2013 Yorba Foundation
/* Copyright 2012-2014 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.

View file

@ -1,4 +1,4 @@
/* Copyright 2012-2013 Yorba Foundation
/* Copyright 2012-2014 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.

View file

@ -1,4 +1,4 @@
/* Copyright 2011-2013 Yorba Foundation
/* Copyright 2011-2014 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.

View file

@ -1,4 +1,4 @@
/* Copyright 2011-2013 Yorba Foundation
/* Copyright 2011-2014 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.

View file

@ -1,4 +1,4 @@
/* Copyright 2011-2013 Yorba Foundation
/* Copyright 2011-2014 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.

View file

@ -1,4 +1,4 @@
/* Copyright 2013 Yorba Foundation
/* Copyright 2013-2014 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.

View file

@ -1,4 +1,4 @@
/* Copyright 2011-2013 Yorba Foundation
/* Copyright 2011-2014 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.

View file

@ -1,4 +1,4 @@
/* Copyright 2011-2013 Yorba Foundation
/* Copyright 2011-2014 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.

View file

@ -1,4 +1,4 @@
/* Copyright 2011-2013 Yorba Foundation
/* Copyright 2011-2014 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.

View file

@ -1,4 +1,4 @@
/* Copyright 2011-2013 Yorba Foundation
/* Copyright 2011-2014 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.

View file

@ -1,4 +1,4 @@
/* Copyright 2011-2013 Yorba Foundation
/* Copyright 2011-2014 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.

View file

@ -1,4 +1,4 @@
/* Copyright 2012-2013 Yorba Foundation
/* Copyright 2012-2014 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.

View file

@ -1,4 +1,4 @@
/* Copyright 2012-2013 Yorba Foundation
/* Copyright 2012-2014 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.

View file

@ -1,4 +1,4 @@
/* Copyright 2009-2013 Yorba Foundation
/* Copyright 2009-2014 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.

View file

@ -1,4 +1,4 @@
/* Copyright 2011-2013 Yorba Foundation
/* Copyright 2011-2014 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.

View file

@ -1,4 +1,4 @@
/* Copyright 2011-2013 Yorba Foundation
/* Copyright 2011-2014 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.

View file

@ -1,4 +1,4 @@
/* Copyright 2011-2013 Yorba Foundation
/* Copyright 2011-2014 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.

View file

@ -1,4 +1,4 @@
/* Copyright 2011-2013 Yorba Foundation
/* Copyright 2011-2014 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.

View file

@ -1,4 +1,4 @@
/* Copyright 2011-2013 Yorba Foundation
/* Copyright 2011-2014 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.

View file

@ -1,4 +1,4 @@
/* Copyright 2011-2013 Yorba Foundation
/* Copyright 2011-2014 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.

View file

@ -1,4 +1,4 @@
/* Copyright 2011-2013 Yorba Foundation
/* Copyright 2011-2014 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.

View file

@ -1,4 +1,4 @@
/* Copyright 2013 Yorba Foundation
/* Copyright 2013-2014 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.

View file

@ -1,4 +1,4 @@
/* Copyright 2011-2013 Yorba Foundation
/* Copyright 2011-2014 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.

View file

@ -1,4 +1,4 @@
/* Copyright 2013 Yorba Foundation
/* Copyright 2013-2014 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.

View file

@ -1,4 +1,4 @@
/* Copyright 2011-2013 Yorba Foundation
/* Copyright 2011-2014 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.

View file

@ -1,4 +1,4 @@
/* Copyright 2013 Yorba Foundation
/* Copyright 2013-2014 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.

View file

@ -1,4 +1,4 @@
/* Copyright 2012-2013 Yorba Foundation
/* Copyright 2012-2014 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.

View file

@ -1,4 +1,4 @@
/* Copyright 2012-2013 Yorba Foundation
/* Copyright 2012-2014 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.

View file

@ -1,4 +1,4 @@
/* Copyright 2012-2013 Yorba Foundation
/* Copyright 2012-2014 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.

View file

@ -1,4 +1,4 @@
/* Copyright 2011-2013 Yorba Foundation
/* Copyright 2011-2014 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.

View file

@ -1,4 +1,4 @@
/* Copyright 2011-2013 Yorba Foundation
/* Copyright 2011-2014 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.

View file

@ -1,4 +1,4 @@
/* Copyright 2011-2013 Yorba Foundation
/* Copyright 2011-2014 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.

View file

@ -1,4 +1,4 @@
/* Copyright 2011-2013 Yorba Foundation
/* Copyright 2011-2014 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.

View file

@ -1,4 +1,4 @@
/* Copyright 2011-2013 Yorba Foundation
/* Copyright 2011-2014 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.

Some files were not shown because too many files have changed in this diff Show more