From 2f2eba8df2cc50868a1d99a638b399dc1f194c9f Mon Sep 17 00:00:00 2001 From: Benjamin Gilbert Date: Sun, 12 May 2013 17:12:26 -0400 Subject: [PATCH] Add "OpenSeadragon contributors" copyright statement The license text will be provided on the website, etc., and it seems strange to list no copyright date newer than the original CodePlex copyright from the AJAX Control Toolkit. Add a blanket copyright statement for contributions to the OpenSeadragon project, stating that copyright is held by the authors of each contribution. This blanket statement is not intended to preclude individual contributors from attaching their own copyright statements to their modifications. --- LICENSE.txt | 1 + src/button.js | 1 + src/buttongroup.js | 1 + src/control.js | 1 + src/controldock.js | 1 + src/displayrectangle.js | 1 + src/drawer.js | 1 + src/dzitilesource.js | 1 + src/eventhandler.js | 1 + src/fullscreen.js | 1 + src/iiiftilesource.js | 1 + src/legacytilesource.js | 1 + src/mousetracker.js | 1 + src/navigator.js | 1 + src/openseadragon.js | 1 + src/osmtilesource.js | 1 + src/overlay.js | 1 + src/point.js | 1 + src/profiler.js | 1 + src/rectangle.js | 1 + src/referencestrip.js | 1 + src/spring.js | 1 + src/strings.js | 1 + src/tile.js | 1 + src/tilesource.js | 1 + src/tilesourcecollection.js | 1 + src/tmstilesource.js | 1 + src/viewer.js | 1 + src/viewport.js | 1 + 29 files changed, 29 insertions(+) diff --git a/LICENSE.txt b/LICENSE.txt index e8b6ffa5..e2316f3a 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,5 @@ Copyright (C) 2009 CodePlex Foundation +Copyright (C) 2011-2013 OpenSeadragon contributors Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/src/button.js b/src/button.js index b61426b5..88b73df2 100644 --- a/src/button.js +++ b/src/button.js @@ -2,6 +2,7 @@ * OpenSeadragon * * Copyright (C) 2009 CodePlex Foundation + * Copyright (C) 2011-2013 OpenSeadragon contributors * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/src/buttongroup.js b/src/buttongroup.js index 1a9d0425..d0554d98 100644 --- a/src/buttongroup.js +++ b/src/buttongroup.js @@ -2,6 +2,7 @@ * OpenSeadragon * * Copyright (C) 2009 CodePlex Foundation + * Copyright (C) 2011-2013 OpenSeadragon contributors * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/src/control.js b/src/control.js index 3c6b147e..69507f5c 100644 --- a/src/control.js +++ b/src/control.js @@ -2,6 +2,7 @@ * OpenSeadragon * * Copyright (C) 2009 CodePlex Foundation + * Copyright (C) 2011-2013 OpenSeadragon contributors * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/src/controldock.js b/src/controldock.js index aeab7614..41e2d43a 100644 --- a/src/controldock.js +++ b/src/controldock.js @@ -2,6 +2,7 @@ * OpenSeadragon * * Copyright (C) 2009 CodePlex Foundation + * Copyright (C) 2011-2013 OpenSeadragon contributors * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/src/displayrectangle.js b/src/displayrectangle.js index eaee8c73..0e9623df 100644 --- a/src/displayrectangle.js +++ b/src/displayrectangle.js @@ -2,6 +2,7 @@ * OpenSeadragon * * Copyright (C) 2009 CodePlex Foundation + * Copyright (C) 2011-2013 OpenSeadragon contributors * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/src/drawer.js b/src/drawer.js index a5f406d9..c5520558 100644 --- a/src/drawer.js +++ b/src/drawer.js @@ -2,6 +2,7 @@ * OpenSeadragon * * Copyright (C) 2009 CodePlex Foundation + * Copyright (C) 2011-2013 OpenSeadragon contributors * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/src/dzitilesource.js b/src/dzitilesource.js index eef348b7..1b2b2515 100644 --- a/src/dzitilesource.js +++ b/src/dzitilesource.js @@ -2,6 +2,7 @@ * OpenSeadragon * * Copyright (C) 2009 CodePlex Foundation + * Copyright (C) 2011-2013 OpenSeadragon contributors * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/src/eventhandler.js b/src/eventhandler.js index edc88435..dcbf60de 100644 --- a/src/eventhandler.js +++ b/src/eventhandler.js @@ -2,6 +2,7 @@ * OpenSeadragon * * Copyright (C) 2009 CodePlex Foundation + * Copyright (C) 2011-2013 OpenSeadragon contributors * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/src/fullscreen.js b/src/fullscreen.js index 4f198a24..99a5ec1f 100644 --- a/src/fullscreen.js +++ b/src/fullscreen.js @@ -2,6 +2,7 @@ * OpenSeadragon * * Copyright (C) 2009 CodePlex Foundation + * Copyright (C) 2011-2013 OpenSeadragon contributors * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/src/iiiftilesource.js b/src/iiiftilesource.js index a8391833..adf9dab7 100644 --- a/src/iiiftilesource.js +++ b/src/iiiftilesource.js @@ -2,6 +2,7 @@ * OpenSeadragon * * Copyright (C) 2009 CodePlex Foundation + * Copyright (C) 2011-2013 OpenSeadragon contributors * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/src/legacytilesource.js b/src/legacytilesource.js index 92cd34a7..a6533cff 100644 --- a/src/legacytilesource.js +++ b/src/legacytilesource.js @@ -2,6 +2,7 @@ * OpenSeadragon * * Copyright (C) 2009 CodePlex Foundation + * Copyright (C) 2011-2013 OpenSeadragon contributors * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/src/mousetracker.js b/src/mousetracker.js index 0cab3bb5..d8416ad8 100644 --- a/src/mousetracker.js +++ b/src/mousetracker.js @@ -2,6 +2,7 @@ * OpenSeadragon * * Copyright (C) 2009 CodePlex Foundation + * Copyright (C) 2011-2013 OpenSeadragon contributors * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/src/navigator.js b/src/navigator.js index 9effbf12..bbeab98a 100644 --- a/src/navigator.js +++ b/src/navigator.js @@ -2,6 +2,7 @@ * OpenSeadragon * * Copyright (C) 2009 CodePlex Foundation + * Copyright (C) 2011-2013 OpenSeadragon contributors * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/src/openseadragon.js b/src/openseadragon.js index f43b4e39..cc5b567d 100644 --- a/src/openseadragon.js +++ b/src/openseadragon.js @@ -2,6 +2,7 @@ * OpenSeadragon * * Copyright (C) 2009 CodePlex Foundation + * Copyright (C) 2011-2013 OpenSeadragon contributors * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/src/osmtilesource.js b/src/osmtilesource.js index a3967c84..3ace9b6c 100644 --- a/src/osmtilesource.js +++ b/src/osmtilesource.js @@ -2,6 +2,7 @@ * OpenSeadragon * * Copyright (C) 2009 CodePlex Foundation + * Copyright (C) 2011-2013 OpenSeadragon contributors * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/src/overlay.js b/src/overlay.js index 4bf49f17..49c862a3 100644 --- a/src/overlay.js +++ b/src/overlay.js @@ -2,6 +2,7 @@ * OpenSeadragon * * Copyright (C) 2009 CodePlex Foundation + * Copyright (C) 2011-2013 OpenSeadragon contributors * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/src/point.js b/src/point.js index d9129441..2f77bed8 100644 --- a/src/point.js +++ b/src/point.js @@ -2,6 +2,7 @@ * OpenSeadragon * * Copyright (C) 2009 CodePlex Foundation + * Copyright (C) 2011-2013 OpenSeadragon contributors * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/src/profiler.js b/src/profiler.js index 865b01ff..ae993840 100644 --- a/src/profiler.js +++ b/src/profiler.js @@ -2,6 +2,7 @@ * OpenSeadragon * * Copyright (C) 2009 CodePlex Foundation + * Copyright (C) 2011-2013 OpenSeadragon contributors * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/src/rectangle.js b/src/rectangle.js index 498e713c..cfb249fb 100644 --- a/src/rectangle.js +++ b/src/rectangle.js @@ -2,6 +2,7 @@ * OpenSeadragon * * Copyright (C) 2009 CodePlex Foundation + * Copyright (C) 2011-2013 OpenSeadragon contributors * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/src/referencestrip.js b/src/referencestrip.js index d022ec29..8e471922 100644 --- a/src/referencestrip.js +++ b/src/referencestrip.js @@ -2,6 +2,7 @@ * OpenSeadragon * * Copyright (C) 2009 CodePlex Foundation + * Copyright (C) 2011-2013 OpenSeadragon contributors * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/src/spring.js b/src/spring.js index 7eac0f5b..328f2804 100644 --- a/src/spring.js +++ b/src/spring.js @@ -2,6 +2,7 @@ * OpenSeadragon * * Copyright (C) 2009 CodePlex Foundation + * Copyright (C) 2011-2013 OpenSeadragon contributors * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/src/strings.js b/src/strings.js index 82a6a7c0..c5168ac4 100644 --- a/src/strings.js +++ b/src/strings.js @@ -2,6 +2,7 @@ * OpenSeadragon * * Copyright (C) 2009 CodePlex Foundation + * Copyright (C) 2011-2013 OpenSeadragon contributors * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/src/tile.js b/src/tile.js index 6f86ae6f..32586377 100644 --- a/src/tile.js +++ b/src/tile.js @@ -2,6 +2,7 @@ * OpenSeadragon * * Copyright (C) 2009 CodePlex Foundation + * Copyright (C) 2011-2013 OpenSeadragon contributors * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/src/tilesource.js b/src/tilesource.js index 5e215769..1a2efe53 100644 --- a/src/tilesource.js +++ b/src/tilesource.js @@ -2,6 +2,7 @@ * OpenSeadragon * * Copyright (C) 2009 CodePlex Foundation + * Copyright (C) 2011-2013 OpenSeadragon contributors * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/src/tilesourcecollection.js b/src/tilesourcecollection.js index f58e36d5..1cd62e9a 100644 --- a/src/tilesourcecollection.js +++ b/src/tilesourcecollection.js @@ -2,6 +2,7 @@ * OpenSeadragon * * Copyright (C) 2009 CodePlex Foundation + * Copyright (C) 2011-2013 OpenSeadragon contributors * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/src/tmstilesource.js b/src/tmstilesource.js index 308ccdad..4d98d23a 100644 --- a/src/tmstilesource.js +++ b/src/tmstilesource.js @@ -2,6 +2,7 @@ * OpenSeadragon * * Copyright (C) 2009 CodePlex Foundation + * Copyright (C) 2011-2013 OpenSeadragon contributors * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/src/viewer.js b/src/viewer.js index 5acffc36..975790a3 100644 --- a/src/viewer.js +++ b/src/viewer.js @@ -2,6 +2,7 @@ * OpenSeadragon * * Copyright (C) 2009 CodePlex Foundation + * Copyright (C) 2011-2013 OpenSeadragon contributors * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/src/viewport.js b/src/viewport.js index c861a21e..5f5799d2 100644 --- a/src/viewport.js +++ b/src/viewport.js @@ -2,6 +2,7 @@ * OpenSeadragon * * Copyright (C) 2009 CodePlex Foundation + * Copyright (C) 2011-2013 OpenSeadragon contributors * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are