You must be logged in to do that (read scm)
[trident~source:100] 2010 licensing headers
- From: kirillg@kenai.com
- To: commits@trident.kenai.com
- Subject: [trident~source:100] 2010 licensing headers
- Date: Sat, 2 Jan 2010 06:48:52 +0000
Project: trident
Repository: source
Revision: 100
Author: kirillg
Date: 2010-01-02 06:48:50 UTC
Link:
Log Message:
------------
2010 licensing headers
Revisions:
----------
100
Modified Paths:
---------------
src/org/pushingpixels/trident/TimelinePropertyBuilder.java
src/org/pushingpixels/trident/TimelineEngine.java
src/org/pushingpixels/trident/android/AndroidToolkitHandler.java
src/org/pushingpixels/trident/swing/SwingRepaintTimeline.java
src/org/pushingpixels/trident/TridentConfig.java
src/org/pushingpixels/trident/interpolator/CorePropertyInterpolators.java
src/org/pushingpixels/trident/callback/TimelineCallbackAdapter.java
src/org/pushingpixels/trident/swing/AWTPropertyInterpolators.java
src/org/pushingpixels/trident/callback/UIThreadTimelineCallbackAdapter.java
src/org/pushingpixels/trident/swt/SWTRepaintTimeline.java
src/org/pushingpixels/trident/swing/SwingToolkitHandler.java
src/org/pushingpixels/trident/TimelineScenario.java
src/org/pushingpixels/trident/ease/Spline.java
src/org/pushingpixels/trident/android/AndroidPropertyInterpolators.java
src/org/pushingpixels/trident/UIToolkitHandler.java
src/org/pushingpixels/trident/callback/TimelineCallback.java
src/org/pushingpixels/trident/interpolator/PropertyInterpolatorSource.java
src/org/pushingpixels/trident/ease/Sine.java
src/org/pushingpixels/trident/ease/TimelineEase.java
src/org/pushingpixels/trident/android/AndroidRepaintTimeline.java
src/org/pushingpixels/trident/callback/TimelineScenarioCallback.java
src/org/pushingpixels/trident/swt/SWTToolkitHandler.java
src/org/pushingpixels/trident/android/AndroidRepaintCallback.java
src/org/pushingpixels/trident/swt/SWTPropertyInterpolators.java
src/org/pushingpixels/trident/TimelineRunnable.java
src/org/pushingpixels/trident/interpolator/PropertyInterpolator.java
src/org/pushingpixels/trident/callback/RunOnUIThread.java
src/org/pushingpixels/trident/swt/SWTRepaintCallback.java
src/org/pushingpixels/trident/swing/SwingRepaintCallback.java
src/org/pushingpixels/trident/android/TimelineAsyncTask.java
src/org/pushingpixels/trident/ease/Linear.java
src/org/pushingpixels/trident/Timeline.java
src/org/pushingpixels/trident/swing/TimelineSwingWorker.java
Diffs:
------
Index: src/org/pushingpixels/trident/TridentConfig.java
===================================================================
--- src/org/pushingpixels/trident/TridentConfig.java (revision 99)
+++ src/org/pushingpixels/trident/TridentConfig.java (revision 100)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2005-2009 Trident Kirill Grouchnikov. All Rights Reserved.
+ * Copyright (c) 2005-2010 Trident Kirill Grouchnikov. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
met:
Index: src/org/pushingpixels/trident/android/AndroidRepaintCallback.java
===================================================================
--- src/org/pushingpixels/trident/android/AndroidRepaintCallback.java
(revision 99)
+++ src/org/pushingpixels/trident/android/AndroidRepaintCallback.java
(revision 100)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2005-2009 Trident Kirill Grouchnikov. All Rights Reserved.
+ * Copyright (c) 2005-2010 Trident Kirill Grouchnikov. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
met:
Index: src/org/pushingpixels/trident/android/AndroidToolkitHandler.java
===================================================================
--- src/org/pushingpixels/trident/android/AndroidToolkitHandler.java
(revision 99)
+++ src/org/pushingpixels/trident/android/AndroidToolkitHandler.java
(revision 100)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2005-2009 Trident Kirill Grouchnikov. All Rights Reserved.
+ * Copyright (c) 2005-2010 Trident Kirill Grouchnikov. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
met:
Index: src/org/pushingpixels/trident/android/TimelineAsyncTask.java
===================================================================
--- src/org/pushingpixels/trident/android/TimelineAsyncTask.java
(revision 99)
+++ src/org/pushingpixels/trident/android/TimelineAsyncTask.java
(revision 100)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2005-2009 Trident Kirill Grouchnikov. All Rights Reserved.
+ * Copyright (c) 2005-2010 Trident Kirill Grouchnikov. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
met:
Index: src/org/pushingpixels/trident/android/AndroidRepaintTimeline.java
===================================================================
--- src/org/pushingpixels/trident/android/AndroidRepaintTimeline.java
(revision 99)
+++ src/org/pushingpixels/trident/android/AndroidRepaintTimeline.java
(revision 100)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2005-2009 Trident Kirill Grouchnikov. All Rights Reserved.
+ * Copyright (c) 2005-2010 Trident Kirill Grouchnikov. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
met:
Index: src/org/pushingpixels/trident/android/AndroidPropertyInterpolators.java
===================================================================
--- src/org/pushingpixels/trident/android/AndroidPropertyInterpolators.java
(revision 99)
+++ src/org/pushingpixels/trident/android/AndroidPropertyInterpolators.java
(revision 100)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2005-2009 Trident Kirill Grouchnikov. All Rights Reserved.
+ * Copyright (c) 2005-2010 Trident Kirill Grouchnikov. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
met:
Index: src/org/pushingpixels/trident/UIToolkitHandler.java
===================================================================
--- src/org/pushingpixels/trident/UIToolkitHandler.java (revision 99)
+++ src/org/pushingpixels/trident/UIToolkitHandler.java (revision 100)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2005-2009 Trident Kirill Grouchnikov. All Rights Reserved.
+ * Copyright (c) 2005-2010 Trident Kirill Grouchnikov. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
met:
Index: src/org/pushingpixels/trident/TimelinePropertyBuilder.java
===================================================================
--- src/org/pushingpixels/trident/TimelinePropertyBuilder.java (revision 99)
+++ src/org/pushingpixels/trident/TimelinePropertyBuilder.java (revision 100)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2005-2009 Trident Kirill Grouchnikov. All Rights Reserved.
+ * Copyright (c) 2005-2010 Trident Kirill Grouchnikov. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
met:
Index:
src/org/pushingpixels/trident/interpolator/CorePropertyInterpolators.java
===================================================================
--- src/org/pushingpixels/trident/interpolator/CorePropertyInterpolators.java
(revision 99)
+++ src/org/pushingpixels/trident/interpolator/CorePropertyInterpolators.java
(revision 100)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2005-2009 Trident Kirill Grouchnikov. All Rights Reserved.
+ * Copyright (c) 2005-2010 Trident Kirill Grouchnikov. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
met:
Index: src/org/pushingpixels/trident/interpolator/PropertyInterpolator.java
===================================================================
--- src/org/pushingpixels/trident/interpolator/PropertyInterpolator.java
(revision 99)
+++ src/org/pushingpixels/trident/interpolator/PropertyInterpolator.java
(revision 100)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2005-2009 Trident Kirill Grouchnikov. All Rights Reserved.
+ * Copyright (c) 2005-2010 Trident Kirill Grouchnikov. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
met:
Index:
src/org/pushingpixels/trident/interpolator/PropertyInterpolatorSource.java
===================================================================
---
src/org/pushingpixels/trident/interpolator/PropertyInterpolatorSource.java
(revision 99)
+++
src/org/pushingpixels/trident/interpolator/PropertyInterpolatorSource.java
(revision 100)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2005-2009 Trident Kirill Grouchnikov. All Rights Reserved.
+ * Copyright (c) 2005-2010 Trident Kirill Grouchnikov. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
met:
Index: src/org/pushingpixels/trident/Timeline.java
===================================================================
--- src/org/pushingpixels/trident/Timeline.java (revision 99)
+++ src/org/pushingpixels/trident/Timeline.java (revision 100)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2005-2009 Trident Kirill Grouchnikov. All Rights Reserved.
+ * Copyright (c) 2005-2010 Trident Kirill Grouchnikov. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
met:
Index: src/org/pushingpixels/trident/swing/SwingRepaintTimeline.java
===================================================================
--- src/org/pushingpixels/trident/swing/SwingRepaintTimeline.java
(revision 99)
+++ src/org/pushingpixels/trident/swing/SwingRepaintTimeline.java
(revision 100)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2005-2009 Trident Kirill Grouchnikov. All Rights Reserved.
+ * Copyright (c) 2005-2010 Trident Kirill Grouchnikov. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
met:
Index: src/org/pushingpixels/trident/swing/AWTPropertyInterpolators.java
===================================================================
--- src/org/pushingpixels/trident/swing/AWTPropertyInterpolators.java
(revision 99)
+++ src/org/pushingpixels/trident/swing/AWTPropertyInterpolators.java
(revision 100)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2005-2009 Trident Kirill Grouchnikov. All Rights Reserved.
+ * Copyright (c) 2005-2010 Trident Kirill Grouchnikov. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
met:
Index: src/org/pushingpixels/trident/swing/SwingRepaintCallback.java
===================================================================
--- src/org/pushingpixels/trident/swing/SwingRepaintCallback.java
(revision 99)
+++ src/org/pushingpixels/trident/swing/SwingRepaintCallback.java
(revision 100)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2005-2009 Trident Kirill Grouchnikov. All Rights Reserved.
+ * Copyright (c) 2005-2010 Trident Kirill Grouchnikov. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
met:
Index: src/org/pushingpixels/trident/swing/TimelineSwingWorker.java
===================================================================
--- src/org/pushingpixels/trident/swing/TimelineSwingWorker.java
(revision 99)
+++ src/org/pushingpixels/trident/swing/TimelineSwingWorker.java
(revision 100)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2005-2009 Trident Kirill Grouchnikov. All Rights Reserved.
+ * Copyright (c) 2005-2010 Trident Kirill Grouchnikov. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
met:
Index: src/org/pushingpixels/trident/swing/SwingToolkitHandler.java
===================================================================
--- src/org/pushingpixels/trident/swing/SwingToolkitHandler.java
(revision 99)
+++ src/org/pushingpixels/trident/swing/SwingToolkitHandler.java
(revision 100)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2005-2009 Trident Kirill Grouchnikov. All Rights Reserved.
+ * Copyright (c) 2005-2010 Trident Kirill Grouchnikov. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
met:
Index: src/org/pushingpixels/trident/TimelineScenario.java
===================================================================
--- src/org/pushingpixels/trident/TimelineScenario.java (revision 99)
+++ src/org/pushingpixels/trident/TimelineScenario.java (revision 100)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2005-2009 Trident Kirill Grouchnikov. All Rights Reserved.
+ * Copyright (c) 2005-2010 Trident Kirill Grouchnikov. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
met:
Index: src/org/pushingpixels/trident/TimelineEngine.java
===================================================================
--- src/org/pushingpixels/trident/TimelineEngine.java (revision 99)
+++ src/org/pushingpixels/trident/TimelineEngine.java (revision 100)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2005-2009 Trident Kirill Grouchnikov. All Rights Reserved.
+ * Copyright (c) 2005-2010 Trident Kirill Grouchnikov. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
met:
Index: src/org/pushingpixels/trident/callback/TimelineCallback.java
===================================================================
--- src/org/pushingpixels/trident/callback/TimelineCallback.java
(revision 99)
+++ src/org/pushingpixels/trident/callback/TimelineCallback.java
(revision 100)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2005-2009 Trident Kirill Grouchnikov. All Rights Reserved.
+ * Copyright (c) 2005-2010 Trident Kirill Grouchnikov. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
met:
Index: src/org/pushingpixels/trident/callback/TimelineCallbackAdapter.java
===================================================================
--- src/org/pushingpixels/trident/callback/TimelineCallbackAdapter.java
(revision 99)
+++ src/org/pushingpixels/trident/callback/TimelineCallbackAdapter.java
(revision 100)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2005-2009 Trident Kirill Grouchnikov. All Rights Reserved.
+ * Copyright (c) 2005-2010 Trident Kirill Grouchnikov. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
met:
Index: src/org/pushingpixels/trident/callback/RunOnUIThread.java
===================================================================
--- src/org/pushingpixels/trident/callback/RunOnUIThread.java (revision 99)
+++ src/org/pushingpixels/trident/callback/RunOnUIThread.java (revision 100)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2005-2009 Trident Kirill Grouchnikov. All Rights Reserved.
+ * Copyright (c) 2005-2010 Trident Kirill Grouchnikov. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
met:
Index: src/org/pushingpixels/trident/callback/TimelineScenarioCallback.java
===================================================================
--- src/org/pushingpixels/trident/callback/TimelineScenarioCallback.java
(revision 99)
+++ src/org/pushingpixels/trident/callback/TimelineScenarioCallback.java
(revision 100)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2005-2009 Trident Kirill Grouchnikov. All Rights Reserved.
+ * Copyright (c) 2005-2010 Trident Kirill Grouchnikov. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
met:
Index:
src/org/pushingpixels/trident/callback/UIThreadTimelineCallbackAdapter.java
===================================================================
---
src/org/pushingpixels/trident/callback/UIThreadTimelineCallbackAdapter.java
(revision 99)
+++
src/org/pushingpixels/trident/callback/UIThreadTimelineCallbackAdapter.java
(revision 100)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2005-2009 Trident Kirill Grouchnikov. All Rights Reserved.
+ * Copyright (c) 2005-2010 Trident Kirill Grouchnikov. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
met:
Index: src/org/pushingpixels/trident/TimelineRunnable.java
===================================================================
--- src/org/pushingpixels/trident/TimelineRunnable.java (revision 99)
+++ src/org/pushingpixels/trident/TimelineRunnable.java (revision 100)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2005-2009 Trident Kirill Grouchnikov. All Rights Reserved.
+ * Copyright (c) 2005-2010 Trident Kirill Grouchnikov. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
met:
Index: src/org/pushingpixels/trident/ease/TimelineEase.java
===================================================================
--- src/org/pushingpixels/trident/ease/TimelineEase.java (revision 99)
+++ src/org/pushingpixels/trident/ease/TimelineEase.java (revision 100)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2005-2009 Trident Kirill Grouchnikov. All Rights Reserved.
+ * Copyright (c) 2005-2010 Trident Kirill Grouchnikov. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
met:
Index: src/org/pushingpixels/trident/ease/Linear.java
===================================================================
--- src/org/pushingpixels/trident/ease/Linear.java (revision 99)
+++ src/org/pushingpixels/trident/ease/Linear.java (revision 100)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2005-2009 Trident Kirill Grouchnikov. All Rights Reserved.
+ * Copyright (c) 2005-2010 Trident Kirill Grouchnikov. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
met:
Index: src/org/pushingpixels/trident/ease/Spline.java
===================================================================
--- src/org/pushingpixels/trident/ease/Spline.java (revision 99)
+++ src/org/pushingpixels/trident/ease/Spline.java (revision 100)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2005-2009 Trident Kirill Grouchnikov. All Rights Reserved.
+ * Copyright (c) 2005-2010 Trident Kirill Grouchnikov. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
met:
Index: src/org/pushingpixels/trident/ease/Sine.java
===================================================================
--- src/org/pushingpixels/trident/ease/Sine.java (revision 99)
+++ src/org/pushingpixels/trident/ease/Sine.java (revision 100)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2005-2009 Trident Kirill Grouchnikov. All Rights Reserved.
+ * Copyright (c) 2005-2010 Trident Kirill Grouchnikov. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
met:
Index: src/org/pushingpixels/trident/swt/SWTToolkitHandler.java
===================================================================
--- src/org/pushingpixels/trident/swt/SWTToolkitHandler.java (revision 99)
+++ src/org/pushingpixels/trident/swt/SWTToolkitHandler.java (revision 100)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2005-2009 Trident Kirill Grouchnikov. All Rights Reserved.
+ * Copyright (c) 2005-2010 Trident Kirill Grouchnikov. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
met:
Index: src/org/pushingpixels/trident/swt/SWTRepaintTimeline.java
===================================================================
--- src/org/pushingpixels/trident/swt/SWTRepaintTimeline.java (revision 99)
+++ src/org/pushingpixels/trident/swt/SWTRepaintTimeline.java (revision 100)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2005-2009 Trident Kirill Grouchnikov. All Rights Reserved.
+ * Copyright (c) 2005-2010 Trident Kirill Grouchnikov. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
met:
Index: src/org/pushingpixels/trident/swt/SWTPropertyInterpolators.java
===================================================================
--- src/org/pushingpixels/trident/swt/SWTPropertyInterpolators.java
(revision 99)
+++ src/org/pushingpixels/trident/swt/SWTPropertyInterpolators.java
(revision 100)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2005-2009 Trident Kirill Grouchnikov. All Rights Reserved.
+ * Copyright (c) 2005-2010 Trident Kirill Grouchnikov. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
met:
Index: src/org/pushingpixels/trident/swt/SWTRepaintCallback.java
===================================================================
--- src/org/pushingpixels/trident/swt/SWTRepaintCallback.java (revision 99)
+++ src/org/pushingpixels/trident/swt/SWTRepaintCallback.java (revision 100)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2005-2009 Trident Kirill Grouchnikov. All Rights Reserved.
+ * Copyright (c) 2005-2010 Trident Kirill Grouchnikov. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
met:
|
[trident~source:100] 2010 licensing headers |
kirillg | 01/02/2010 |






