[ease/text] Properly attribute contributors
- From: Nate Stedman <natesm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ease/text] Properly attribute contributors
- Date: Sun, 6 Feb 2011 21:40:26 +0000 (UTC)
commit 75029e9fd918492d424d318429290a83ee6dd174
Author: Nate Stedman <natesm gmail com>
Date: Sun Feb 6 16:34:58 2011 -0500
Properly attribute contributors
ease-core/ease-actor.vala | 2 +-
ease-core/ease-animated-zoom-slider.vala | 2 +-
ease-core/ease-archiver.vala | 2 +-
ease-core/ease-background-widget.vala | 2 +-
ease-core/ease-background.vala | 2 +-
ease-core/ease-cairo-actor.vala | 2 +-
ease-core/ease-cairo-element.vala | 2 +-
ease-core/ease-color.vala | 2 +-
ease-core/ease-dialog-progress.vala | 2 +-
ease-core/ease-dialogs.vala | 2 +-
ease-core/ease-document.vala | 2 +-
ease-core/ease-element.vala | 2 +-
ease-core/ease-enums.vala | 2 +-
ease-core/ease-gradient.vala | 2 +-
ease-core/ease-html-exporter.vala | 2 +-
ease-core/ease-icon-view.vala | 2 +-
ease-core/ease-image-actor.vala | 2 +-
ease-core/ease-image-element.vala | 2 +-
ease-core/ease-image.vala | 2 +-
ease-core/ease-iterable-models.vala | 2 +-
ease-core/ease-layout.vala | 2 +-
ease-core/ease-media-element.vala | 2 +-
ease-core/ease-pdf-actor.vala | 2 +-
ease-core/ease-pdf-element.vala | 2 +-
ease-core/ease-plugin-import-media.vala | 2 +-
ease-core/ease-plugin-import-service.vala | 2 +-
ease-core/ease-scrolled-embed-window.vala | 2 +-
ease-core/ease-scrolled-embed.vala | 2 +-
ease-core/ease-shape-element.vala | 2 +-
ease-core/ease-slide.vala | 2 +-
ease-core/ease-temp.vala | 2 +-
ease-core/ease-text-actor.vala | 2 +-
ease-core/ease-text-element.vala | 2 +-
ease-core/ease-text.vala | 2 +-
ease-core/ease-theme.vala | 2 +-
ease-core/ease-transitions.vala | 2 +-
ease-core/ease-undo-action.vala | 2 +-
ease-core/ease-undo-actions-element.vala | 2 +-
ease-core/ease-undo-actions-slide.vala | 2 +-
ease-core/ease-undo-controller.vala | 2 +-
ease-core/ease-undo-item.vala | 2 +-
ease-core/ease-undo-source.vala | 2 +-
ease-core/ease-utilities.vala | 2 +-
ease-core/ease-video-actor.vala | 2 +-
ease-core/ease-video-element.vala | 2 +-
ease-core/ease-zoom-slider.vala | 2 +-
ease/ease-about-dialog.vala | 2 +-
ease/ease-close-confirm-dialog.vala | 2 +-
ease/ease-editor-embed.vala | 2 +-
ease/ease-editor-window.vala | 2 +-
ease/ease-handle.vala | 2 +-
ease/ease-import-dialog.vala | 2 +-
ease/ease-import-flickr-media.vala | 2 +-
ease/ease-import-oca-media.vala | 2 +-
ease/ease-import-oca-service.vala | 2 +-
ease/ease-import-widget.vala | 2 +-
ease/ease-inspector-element-pane.vala | 2 +-
ease/ease-inspector-pane.vala | 2 +-
ease/ease-inspector-slide-pane.vala | 2 +-
ease/ease-inspector-transition-pane.vala | 2 +-
ease/ease-inspector.vala | 2 +-
ease/ease-main.vala | 2 +-
ease/ease-new-presentation-window.vala | 2 +-
ease/ease-player.vala | 2 +-
ease/ease-selection-rectangle.vala | 2 +-
ease/ease-slide-actor.vala | 2 +-
ease/ease-slide-button-panel.vala | 2 +-
ease/ease-slide-sorter.vala | 2 +-
flutter/flutter.vala | 2 +-
69 files changed, 69 insertions(+), 69 deletions(-)
---
diff --git a/ease-core/ease-actor.vala b/ease-core/ease-actor.vala
index 01bca7a..ac4c953 100644
--- a/ease-core/ease-actor.vala
+++ b/ease-core/ease-actor.vala
@@ -1,5 +1,5 @@
/* Ease, a GTK presentation application
- Copyright (C) 2010 Nate Stedman
+ Copyright (C) 2010-2011 individual contributors (see AUTHORS)
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
diff --git a/ease-core/ease-animated-zoom-slider.vala b/ease-core/ease-animated-zoom-slider.vala
index f346354..d920ce5 100644
--- a/ease-core/ease-animated-zoom-slider.vala
+++ b/ease-core/ease-animated-zoom-slider.vala
@@ -1,5 +1,5 @@
/* Ease, a GTK presentation application
- Copyright (C) 2010 Nate Stedman
+ Copyright (C) 2010-2011 individual contributors (see AUTHORS)
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
diff --git a/ease-core/ease-archiver.vala b/ease-core/ease-archiver.vala
index 9f5c6aa..ae2d124 100644
--- a/ease-core/ease-archiver.vala
+++ b/ease-core/ease-archiver.vala
@@ -1,5 +1,5 @@
/* Ease, a GTK presentation application
- Copyright (C) 2010 Nate Stedman
+ Copyright (C) 2010-2011 individual contributors (see AUTHORS)
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
diff --git a/ease-core/ease-background-widget.vala b/ease-core/ease-background-widget.vala
index bdcb5f4..4e47f93 100644
--- a/ease-core/ease-background-widget.vala
+++ b/ease-core/ease-background-widget.vala
@@ -1,5 +1,5 @@
/* Ease, a GTK presentation application
- Copyright (C) 2010 Nate Stedman
+ Copyright (C) 2010-2011 individual contributors (see AUTHORS)
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
diff --git a/ease-core/ease-background.vala b/ease-core/ease-background.vala
index 6e90c0a..3374d6c 100644
--- a/ease-core/ease-background.vala
+++ b/ease-core/ease-background.vala
@@ -1,5 +1,5 @@
/* Ease, a GTK presentation application
- Copyright (C) 2010 Nate Stedman
+ Copyright (C) 2010-2011 individual contributors (see AUTHORS)
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
diff --git a/ease-core/ease-cairo-actor.vala b/ease-core/ease-cairo-actor.vala
index f8087a8..65e1536 100644
--- a/ease-core/ease-cairo-actor.vala
+++ b/ease-core/ease-cairo-actor.vala
@@ -1,5 +1,5 @@
/* Ease, a GTK presentation application
- Copyright (C) 2010 Nate Stedman
+ Copyright (C) 2010-2011 individual contributors (see AUTHORS)
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
diff --git a/ease-core/ease-cairo-element.vala b/ease-core/ease-cairo-element.vala
index fb72566..e090ad5 100644
--- a/ease-core/ease-cairo-element.vala
+++ b/ease-core/ease-cairo-element.vala
@@ -1,5 +1,5 @@
/* Ease, a GTK presentation application
- Copyright (C) 2010 Nate Stedman
+ Copyright (C) 2010-2011 individual contributors (see AUTHORS)
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
diff --git a/ease-core/ease-color.vala b/ease-core/ease-color.vala
index d55358d..d1ab67c 100644
--- a/ease-core/ease-color.vala
+++ b/ease-core/ease-color.vala
@@ -1,5 +1,5 @@
/* Ease, a GTK presentation application
- Copyright (C) 2010 Nate Stedman
+ Copyright (C) 2010-2011 individual contributors (see AUTHORS)
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
diff --git a/ease-core/ease-dialog-progress.vala b/ease-core/ease-dialog-progress.vala
index 81f06a1..bde3784 100644
--- a/ease-core/ease-dialog-progress.vala
+++ b/ease-core/ease-dialog-progress.vala
@@ -1,5 +1,5 @@
/* Ease, a GTK presentation application
- Copyright (C) 2010 Nate Stedman
+ Copyright (C) 2010-2011 individual contributors (see AUTHORS)
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
diff --git a/ease-core/ease-dialogs.vala b/ease-core/ease-dialogs.vala
index 9be796d..e760730 100644
--- a/ease-core/ease-dialogs.vala
+++ b/ease-core/ease-dialogs.vala
@@ -1,5 +1,5 @@
/* Ease, a GTK presentation application
- Copyright (C) 2010 Nate Stedman
+ Copyright (C) 2010-2011 individual contributors (see AUTHORS)
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
diff --git a/ease-core/ease-document.vala b/ease-core/ease-document.vala
index 1500cc4..dd83259 100644
--- a/ease-core/ease-document.vala
+++ b/ease-core/ease-document.vala
@@ -1,5 +1,5 @@
/* Ease, a GTK presentation application
- Copyright (C) 2010 Nate Stedman
+ Copyright (C) 2010-2011 individual contributors (see AUTHORS)
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
diff --git a/ease-core/ease-element.vala b/ease-core/ease-element.vala
index a3f191f..343f3a5 100644
--- a/ease-core/ease-element.vala
+++ b/ease-core/ease-element.vala
@@ -1,5 +1,5 @@
/* Ease, a GTK presentation application
- Copyright (C) 2010 Nate Stedman
+ Copyright (C) 2010-2011 individual contributors (see AUTHORS)
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
diff --git a/ease-core/ease-enums.vala b/ease-core/ease-enums.vala
index 2c2a0df..05a88d3 100644
--- a/ease-core/ease-enums.vala
+++ b/ease-core/ease-enums.vala
@@ -1,5 +1,5 @@
/* Ease, a GTK presentation application
- Copyright (C) 2010 Nate Stedman
+ Copyright (C) 2010-2011 individual contributors (see AUTHORS)
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
diff --git a/ease-core/ease-gradient.vala b/ease-core/ease-gradient.vala
index 46d72ef..0f0af4f 100644
--- a/ease-core/ease-gradient.vala
+++ b/ease-core/ease-gradient.vala
@@ -1,5 +1,5 @@
/* Ease, a GTK presentation application
- Copyright (C) 2010 Nate Stedman
+ Copyright (C) 2010-2011 individual contributors (see AUTHORS)
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
diff --git a/ease-core/ease-html-exporter.vala b/ease-core/ease-html-exporter.vala
index 05526b5..2ec4d56 100644
--- a/ease-core/ease-html-exporter.vala
+++ b/ease-core/ease-html-exporter.vala
@@ -1,5 +1,5 @@
/* Ease, a GTK presentation application
- Copyright (C) 2010 Nate Stedman
+ Copyright (C) 2010-2011 individual contributors (see AUTHORS)
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
diff --git a/ease-core/ease-icon-view.vala b/ease-core/ease-icon-view.vala
index f48e947..c93d0e3 100644
--- a/ease-core/ease-icon-view.vala
+++ b/ease-core/ease-icon-view.vala
@@ -1,5 +1,5 @@
/* Ease, a GTK presentation application
- Copyright (C) 2010 Nate Stedman
+ Copyright (C) 2010-2011 individual contributors (see AUTHORS)
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
diff --git a/ease-core/ease-image-actor.vala b/ease-core/ease-image-actor.vala
index 72a9906..ec78da9 100644
--- a/ease-core/ease-image-actor.vala
+++ b/ease-core/ease-image-actor.vala
@@ -1,5 +1,5 @@
/* Ease, a GTK presentation application
- Copyright (C) 2010 Nate Stedman
+ Copyright (C) 2010-2011 individual contributors (see AUTHORS)
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
diff --git a/ease-core/ease-image-element.vala b/ease-core/ease-image-element.vala
index 247ff34..4fdf5a6 100644
--- a/ease-core/ease-image-element.vala
+++ b/ease-core/ease-image-element.vala
@@ -1,5 +1,5 @@
/* Ease, a GTK presentation application
- Copyright (C) 2010 Nate Stedman
+ Copyright (C) 2010-2011 individual contributors (see AUTHORS)
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
diff --git a/ease-core/ease-image.vala b/ease-core/ease-image.vala
index da074b7..4dc483e 100644
--- a/ease-core/ease-image.vala
+++ b/ease-core/ease-image.vala
@@ -1,5 +1,5 @@
/* Ease, a GTK presentation application
- Copyright (C) 2010 Nate Stedman
+ Copyright (C) 2010-2011 individual contributors (see AUTHORS)
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
diff --git a/ease-core/ease-iterable-models.vala b/ease-core/ease-iterable-models.vala
index 43be1b7..f28f8df 100644
--- a/ease-core/ease-iterable-models.vala
+++ b/ease-core/ease-iterable-models.vala
@@ -1,5 +1,5 @@
/* Ease, a GTK presentation application
- Copyright (C) 2010 Nate Stedman
+ Copyright (C) 2010-2011 individual contributors (see AUTHORS)
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
diff --git a/ease-core/ease-layout.vala b/ease-core/ease-layout.vala
index d801c73..96f470b 100644
--- a/ease-core/ease-layout.vala
+++ b/ease-core/ease-layout.vala
@@ -1,5 +1,5 @@
/* Ease, a GTK presentation application
- Copyright (C) 2010 Nate Stedman
+ Copyright (C) 2010-2011 individual contributors (see AUTHORS)
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
diff --git a/ease-core/ease-media-element.vala b/ease-core/ease-media-element.vala
index 9e765be..14e9d16 100644
--- a/ease-core/ease-media-element.vala
+++ b/ease-core/ease-media-element.vala
@@ -1,5 +1,5 @@
/* Ease, a GTK presentation application
- Copyright (C) 2010 Nate Stedman
+ Copyright (C) 2010-2011 individual contributors (see AUTHORS)
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
diff --git a/ease-core/ease-pdf-actor.vala b/ease-core/ease-pdf-actor.vala
index 442e457..a6ef01b 100644
--- a/ease-core/ease-pdf-actor.vala
+++ b/ease-core/ease-pdf-actor.vala
@@ -1,5 +1,5 @@
/* Ease, a GTK presentation application
- Copyright (C) 2010 Nate Stedman
+ Copyright (C) 2010-2011 individual contributors (see AUTHORS)
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
diff --git a/ease-core/ease-pdf-element.vala b/ease-core/ease-pdf-element.vala
index 7351504..266c85f 100644
--- a/ease-core/ease-pdf-element.vala
+++ b/ease-core/ease-pdf-element.vala
@@ -1,5 +1,5 @@
/* Ease, a GTK presentation application
- Copyright (C) 2010 Nate Stedman
+ Copyright (C) 2010-2011 individual contributors (see AUTHORS)
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
diff --git a/ease-core/ease-plugin-import-media.vala b/ease-core/ease-plugin-import-media.vala
index 2d2dd0b..b79b4e9 100644
--- a/ease-core/ease-plugin-import-media.vala
+++ b/ease-core/ease-plugin-import-media.vala
@@ -1,5 +1,5 @@
/* Ease, a GTK presentation application
- Copyright (C) 2010 Nate Stedman
+ Copyright (C) 2010-2011 individual contributors (see AUTHORS)
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
diff --git a/ease-core/ease-plugin-import-service.vala b/ease-core/ease-plugin-import-service.vala
index d8ca3a2..3263f01 100644
--- a/ease-core/ease-plugin-import-service.vala
+++ b/ease-core/ease-plugin-import-service.vala
@@ -1,5 +1,5 @@
/* Ease, a GTK presentation application
- Copyright (C) 2010 Nate Stedman
+ Copyright (C) 2010-2011 individual contributors (see AUTHORS)
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
diff --git a/ease-core/ease-scrolled-embed-window.vala b/ease-core/ease-scrolled-embed-window.vala
index 11814e3..88759ac 100644
--- a/ease-core/ease-scrolled-embed-window.vala
+++ b/ease-core/ease-scrolled-embed-window.vala
@@ -1,5 +1,5 @@
/* Ease, a GTK presentation application
- Copyright (C) 2010 Nate Stedman
+ Copyright (C) 2010-2011 individual contributors (see AUTHORS)
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
diff --git a/ease-core/ease-scrolled-embed.vala b/ease-core/ease-scrolled-embed.vala
index e607445..55602bf 100644
--- a/ease-core/ease-scrolled-embed.vala
+++ b/ease-core/ease-scrolled-embed.vala
@@ -1,5 +1,5 @@
/* Ease, a GTK presentation application
- Copyright (C) 2010 Nate Stedman
+ Copyright (C) 2010-2011 individual contributors (see AUTHORS)
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
diff --git a/ease-core/ease-shape-element.vala b/ease-core/ease-shape-element.vala
index f0eca0a..8855dfb 100644
--- a/ease-core/ease-shape-element.vala
+++ b/ease-core/ease-shape-element.vala
@@ -1,5 +1,5 @@
/* Ease, a GTK presentation application
- Copyright (C) 2010 Nate Stedman
+ Copyright (C) 2010-2011 individual contributors (see AUTHORS)
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
diff --git a/ease-core/ease-slide.vala b/ease-core/ease-slide.vala
index 77c3be1..6289852 100644
--- a/ease-core/ease-slide.vala
+++ b/ease-core/ease-slide.vala
@@ -1,5 +1,5 @@
/* Ease, a GTK presentation application
- Copyright (C) 2010 Nate Stedman
+ Copyright (C) 2010-2011 individual contributors (see AUTHORS)
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
diff --git a/ease-core/ease-temp.vala b/ease-core/ease-temp.vala
index 05e5bde..7a612b4 100644
--- a/ease-core/ease-temp.vala
+++ b/ease-core/ease-temp.vala
@@ -1,5 +1,5 @@
/* Ease, a GTK presentation application
- Copyright (C) 2010 Nate Stedman
+ Copyright (C) 2010-2011 individual contributors (see AUTHORS)
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
diff --git a/ease-core/ease-text-actor.vala b/ease-core/ease-text-actor.vala
index 396c733..fdab14d 100644
--- a/ease-core/ease-text-actor.vala
+++ b/ease-core/ease-text-actor.vala
@@ -1,5 +1,5 @@
/* Ease, a GTK presentation application
- Copyright (C) 2010 Nate Stedman
+ Copyright (C) 2010-2011 individual contributors (see AUTHORS)
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
diff --git a/ease-core/ease-text-element.vala b/ease-core/ease-text-element.vala
index ee2238f..3659fe4 100644
--- a/ease-core/ease-text-element.vala
+++ b/ease-core/ease-text-element.vala
@@ -1,5 +1,5 @@
/* Ease, a GTK presentation application
- Copyright (C) 2010 Nate Stedman
+ Copyright (C) 2010-2011 individual contributors (see AUTHORS)
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
diff --git a/ease-core/ease-text.vala b/ease-core/ease-text.vala
index 33664b2..d8024ea 100644
--- a/ease-core/ease-text.vala
+++ b/ease-core/ease-text.vala
@@ -1,5 +1,5 @@
/* Ease, a GTK presentation application
- Copyright (C) 2010 Nate Stedman
+ Copyright (C) 2010-2011 individual contributors (see AUTHORS)
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
diff --git a/ease-core/ease-theme.vala b/ease-core/ease-theme.vala
index 91193ee..c9c19c6 100644
--- a/ease-core/ease-theme.vala
+++ b/ease-core/ease-theme.vala
@@ -1,5 +1,5 @@
/* Ease, a GTK presentation application
- Copyright (C) 2010 Nate Stedman
+ Copyright (C) 2010-2011 individual contributors (see AUTHORS)
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
diff --git a/ease-core/ease-transitions.vala b/ease-core/ease-transitions.vala
index 4282dea..8fa8687 100644
--- a/ease-core/ease-transitions.vala
+++ b/ease-core/ease-transitions.vala
@@ -1,5 +1,5 @@
/* Ease, a GTK presentation application
- Copyright (C) 2010 Nate Stedman
+ Copyright (C) 2010-2011 individual contributors (see AUTHORS)
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
diff --git a/ease-core/ease-undo-action.vala b/ease-core/ease-undo-action.vala
index 7c044ec..8a4e671 100644
--- a/ease-core/ease-undo-action.vala
+++ b/ease-core/ease-undo-action.vala
@@ -1,5 +1,5 @@
/* Ease, a GTK presentation application
- Copyright (C) 2010 Nate Stedman
+ Copyright (C) 2010-2011 individual contributors (see AUTHORS)
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
diff --git a/ease-core/ease-undo-actions-element.vala b/ease-core/ease-undo-actions-element.vala
index a797e5f..1165996 100644
--- a/ease-core/ease-undo-actions-element.vala
+++ b/ease-core/ease-undo-actions-element.vala
@@ -1,5 +1,5 @@
/* Ease, a GTK presentation application
- Copyright (C) 2010 Nate Stedman
+ Copyright (C) 2010-2011 individual contributors (see AUTHORS)
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
diff --git a/ease-core/ease-undo-actions-slide.vala b/ease-core/ease-undo-actions-slide.vala
index 746cc9a..fc64483 100644
--- a/ease-core/ease-undo-actions-slide.vala
+++ b/ease-core/ease-undo-actions-slide.vala
@@ -1,5 +1,5 @@
/* Ease, a GTK presentation application
- Copyright (C) 2010 Nate Stedman
+ Copyright (C) 2010-2011 individual contributors (see AUTHORS)
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
diff --git a/ease-core/ease-undo-controller.vala b/ease-core/ease-undo-controller.vala
index 84c1663..416c16b 100644
--- a/ease-core/ease-undo-controller.vala
+++ b/ease-core/ease-undo-controller.vala
@@ -1,5 +1,5 @@
/* Ease, a GTK presentation application
- Copyright (C) 2010 Nate Stedman
+ Copyright (C) 2010-2011 individual contributors (see AUTHORS)
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
diff --git a/ease-core/ease-undo-item.vala b/ease-core/ease-undo-item.vala
index fa6b1db..0a535b0 100644
--- a/ease-core/ease-undo-item.vala
+++ b/ease-core/ease-undo-item.vala
@@ -1,5 +1,5 @@
/* Ease, a GTK presentation application
- Copyright (C) 2010 Nate Stedman
+ Copyright (C) 2010-2011 individual contributors (see AUTHORS)
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
diff --git a/ease-core/ease-undo-source.vala b/ease-core/ease-undo-source.vala
index 5ebd4f5..1d50059 100644
--- a/ease-core/ease-undo-source.vala
+++ b/ease-core/ease-undo-source.vala
@@ -1,5 +1,5 @@
/* Ease, a GTK presentation application
- Copyright (C) 2010 Nate Stedman
+ Copyright (C) 2010-2011 individual contributors (see AUTHORS)
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
diff --git a/ease-core/ease-utilities.vala b/ease-core/ease-utilities.vala
index 4135fc4..329e10d 100644
--- a/ease-core/ease-utilities.vala
+++ b/ease-core/ease-utilities.vala
@@ -1,5 +1,5 @@
/* Ease, a GTK presentation application
- Copyright (C) 2010 Nate Stedman
+ Copyright (C) 2010-2011 individual contributors (see AUTHORS)
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
diff --git a/ease-core/ease-video-actor.vala b/ease-core/ease-video-actor.vala
index cebfba8..49db340 100644
--- a/ease-core/ease-video-actor.vala
+++ b/ease-core/ease-video-actor.vala
@@ -1,5 +1,5 @@
/* Ease, a GTK presentation application
- Copyright (C) 2010 Nate Stedman
+ Copyright (C) 2010-2011 individual contributors (see AUTHORS)
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
diff --git a/ease-core/ease-video-element.vala b/ease-core/ease-video-element.vala
index 1ad67cf..a223d44 100644
--- a/ease-core/ease-video-element.vala
+++ b/ease-core/ease-video-element.vala
@@ -1,5 +1,5 @@
/* Ease, a GTK presentation application
- Copyright (C) 2010 Nate Stedman
+ Copyright (C) 2010-2011 individual contributors (see AUTHORS)
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
diff --git a/ease-core/ease-zoom-slider.vala b/ease-core/ease-zoom-slider.vala
index 806c510..2896879 100644
--- a/ease-core/ease-zoom-slider.vala
+++ b/ease-core/ease-zoom-slider.vala
@@ -1,5 +1,5 @@
/* Ease, a GTK presentation application
- Copyright (C) 2010 Nate Stedman
+ Copyright (C) 2010-2011 individual contributors (see AUTHORS)
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
diff --git a/ease/ease-about-dialog.vala b/ease/ease-about-dialog.vala
index e0edc74..9dc7679 100644
--- a/ease/ease-about-dialog.vala
+++ b/ease/ease-about-dialog.vala
@@ -1,5 +1,5 @@
/* Ease, a GTK presentation application
- Copyright (C) 2010 Nate Stedman
+ Copyright (C) 2010-2011 individual contributors (see AUTHORS)
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
diff --git a/ease/ease-close-confirm-dialog.vala b/ease/ease-close-confirm-dialog.vala
index 7c09eef..f71e00f 100644
--- a/ease/ease-close-confirm-dialog.vala
+++ b/ease/ease-close-confirm-dialog.vala
@@ -1,5 +1,5 @@
/* Ease, a GTK presentation application
- Copyright (C) 2010 Nate Stedman
+ Copyright (C) 2010-2011 individual contributors (see AUTHORS)
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
diff --git a/ease/ease-editor-embed.vala b/ease/ease-editor-embed.vala
index 1a72415..647942b 100644
--- a/ease/ease-editor-embed.vala
+++ b/ease/ease-editor-embed.vala
@@ -1,5 +1,5 @@
/* Ease, a GTK presentation application
- Copyright (C) 2010 Nate Stedman
+ Copyright (C) 2010-2011 individual contributors (see AUTHORS)
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
diff --git a/ease/ease-editor-window.vala b/ease/ease-editor-window.vala
index fc593eb..9d651ca 100644
--- a/ease/ease-editor-window.vala
+++ b/ease/ease-editor-window.vala
@@ -1,5 +1,5 @@
/* Ease, a GTK presentation application
- Copyright (C) 2010 Nate Stedman
+ Copyright (C) 2010-2011 individual contributors (see AUTHORS)
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
diff --git a/ease/ease-handle.vala b/ease/ease-handle.vala
index 0eccdf3..fcba381 100644
--- a/ease/ease-handle.vala
+++ b/ease/ease-handle.vala
@@ -1,5 +1,5 @@
/* Ease, a GTK presentation application
- Copyright (C) 2010 Nate Stedman
+ Copyright (C) 2010-2011 individual contributors (see AUTHORS)
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
diff --git a/ease/ease-import-dialog.vala b/ease/ease-import-dialog.vala
index 5024682..61c70ab 100644
--- a/ease/ease-import-dialog.vala
+++ b/ease/ease-import-dialog.vala
@@ -1,5 +1,5 @@
/* Ease, a GTK presentation application
- Copyright (C) 2010 Nate Stedman
+ Copyright (C) 2010-2011 individual contributors (see AUTHORS)
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
diff --git a/ease/ease-import-flickr-media.vala b/ease/ease-import-flickr-media.vala
index 563e2f6..6678651 100644
--- a/ease/ease-import-flickr-media.vala
+++ b/ease/ease-import-flickr-media.vala
@@ -1,5 +1,5 @@
/* Ease, a GTK presentation application
- Copyright (C) 2010 Nate Stedman
+ Copyright (C) 2010-2011 individual contributors (see AUTHORS)
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
diff --git a/ease/ease-import-oca-media.vala b/ease/ease-import-oca-media.vala
index d9d4838..4dc8b09 100644
--- a/ease/ease-import-oca-media.vala
+++ b/ease/ease-import-oca-media.vala
@@ -1,5 +1,5 @@
/* Ease, a GTK presentation application
- Copyright (C) 2010 Nate Stedman
+ Copyright (C) 2010-2011 individual contributors (see AUTHORS)
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
diff --git a/ease/ease-import-oca-service.vala b/ease/ease-import-oca-service.vala
index 279581c..7fc7cf3 100644
--- a/ease/ease-import-oca-service.vala
+++ b/ease/ease-import-oca-service.vala
@@ -1,5 +1,5 @@
/* Ease, a GTK presentation application
- Copyright (C) 2010 Nate Stedman
+ Copyright (C) 2010-2011 individual contributors (see AUTHORS)
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
diff --git a/ease/ease-import-widget.vala b/ease/ease-import-widget.vala
index 510afc3..dac428c 100644
--- a/ease/ease-import-widget.vala
+++ b/ease/ease-import-widget.vala
@@ -1,5 +1,5 @@
/* Ease, a GTK presentation application
- Copyright (C) 2010 Nate Stedman
+ Copyright (C) 2010-2011 individual contributors (see AUTHORS)
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
diff --git a/ease/ease-inspector-element-pane.vala b/ease/ease-inspector-element-pane.vala
index 0dd78b5..df82f58 100644
--- a/ease/ease-inspector-element-pane.vala
+++ b/ease/ease-inspector-element-pane.vala
@@ -1,5 +1,5 @@
/* Ease, a GTK presentation application
- Copyright (C) 2010 Nate Stedman
+ Copyright (C) 2010-2011 individual contributors (see AUTHORS)
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
diff --git a/ease/ease-inspector-pane.vala b/ease/ease-inspector-pane.vala
index 3792f00..a24aa2e 100644
--- a/ease/ease-inspector-pane.vala
+++ b/ease/ease-inspector-pane.vala
@@ -1,5 +1,5 @@
/* Ease, a GTK presentation application
- Copyright (C) 2010 Nate Stedman
+ Copyright (C) 2010-2011 individual contributors (see AUTHORS)
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
diff --git a/ease/ease-inspector-slide-pane.vala b/ease/ease-inspector-slide-pane.vala
index 1d970e0..ee005de 100644
--- a/ease/ease-inspector-slide-pane.vala
+++ b/ease/ease-inspector-slide-pane.vala
@@ -1,5 +1,5 @@
/* Ease, a GTK presentation application
- Copyright (C) 2010 Nate Stedman
+ Copyright (C) 2010-2011 individual contributors (see AUTHORS)
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
diff --git a/ease/ease-inspector-transition-pane.vala b/ease/ease-inspector-transition-pane.vala
index c3da0c7..916f1f6 100644
--- a/ease/ease-inspector-transition-pane.vala
+++ b/ease/ease-inspector-transition-pane.vala
@@ -1,5 +1,5 @@
/* Ease, a GTK presentation application
- Copyright (C) 2010 Nate Stedman
+ Copyright (C) 2010-2011 individual contributors (see AUTHORS)
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
diff --git a/ease/ease-inspector.vala b/ease/ease-inspector.vala
index 7b65d6e..39313f9 100644
--- a/ease/ease-inspector.vala
+++ b/ease/ease-inspector.vala
@@ -1,5 +1,5 @@
/* Ease, a GTK presentation application
- Copyright (C) 2010 Nate Stedman
+ Copyright (C) 2010-2011 individual contributors (see AUTHORS)
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
diff --git a/ease/ease-main.vala b/ease/ease-main.vala
index 72747f8..80b998a 100644
--- a/ease/ease-main.vala
+++ b/ease/ease-main.vala
@@ -1,5 +1,5 @@
/* Ease, a GTK presentation application
- Copyright (C) 2010 Nate Stedman
+ Copyright (C) 2010-2011 individual contributors (see AUTHORS)
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
diff --git a/ease/ease-new-presentation-window.vala b/ease/ease-new-presentation-window.vala
index 27e3896..43c68b7 100644
--- a/ease/ease-new-presentation-window.vala
+++ b/ease/ease-new-presentation-window.vala
@@ -1,5 +1,5 @@
/* Ease, a GTK presentation application
- Copyright (C) 2010 Nate Stedman
+ Copyright (C) 2010-2011 individual contributors (see AUTHORS)
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
diff --git a/ease/ease-player.vala b/ease/ease-player.vala
index 29a09a1..14ac5c9 100644
--- a/ease/ease-player.vala
+++ b/ease/ease-player.vala
@@ -1,5 +1,5 @@
/* Ease, a GTK presentation application
- Copyright (C) 2010 Nate Stedman
+ Copyright (C) 2010-2011 individual contributors (see AUTHORS)
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
diff --git a/ease/ease-selection-rectangle.vala b/ease/ease-selection-rectangle.vala
index 0aad6b4..6b4bf03 100644
--- a/ease/ease-selection-rectangle.vala
+++ b/ease/ease-selection-rectangle.vala
@@ -1,5 +1,5 @@
/* Ease, a GTK presentation application
- Copyright (C) 2010 Nate Stedman
+ Copyright (C) 2010-2011 individual contributors (see AUTHORS)
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
diff --git a/ease/ease-slide-actor.vala b/ease/ease-slide-actor.vala
index e264d48..e0899e1 100644
--- a/ease/ease-slide-actor.vala
+++ b/ease/ease-slide-actor.vala
@@ -1,5 +1,5 @@
/* Ease, a GTK presentation application
- Copyright (C) 2010 Nate Stedman
+ Copyright (C) 2010-2011 individual contributors (see AUTHORS)
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
diff --git a/ease/ease-slide-button-panel.vala b/ease/ease-slide-button-panel.vala
index b649ba3..2028b68 100644
--- a/ease/ease-slide-button-panel.vala
+++ b/ease/ease-slide-button-panel.vala
@@ -1,5 +1,5 @@
/* Ease, a GTK presentation application
- Copyright (C) 2010 Nate Stedman
+ Copyright (C) 2010-2011 individual contributors (see AUTHORS)
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
diff --git a/ease/ease-slide-sorter.vala b/ease/ease-slide-sorter.vala
index 041dbaa..4be0187 100644
--- a/ease/ease-slide-sorter.vala
+++ b/ease/ease-slide-sorter.vala
@@ -1,5 +1,5 @@
/* Ease, a GTK presentation application
- Copyright (C) 2010 Nate Stedman
+ Copyright (C) 2010-2011 individual contributors (see AUTHORS)
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
diff --git a/flutter/flutter.vala b/flutter/flutter.vala
index 6a85eda..6734fab 100644
--- a/flutter/flutter.vala
+++ b/flutter/flutter.vala
@@ -1,5 +1,5 @@
/* Flutter: Foreach-enabled Clutter containers for Vala
- Copyright (C) 2010 Nate Stedman
+ Copyright (C) 2010-2011 individual contributors (see AUTHORS)
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]