From bb316290cfabdb142dcf7105509ff20cb6e8c675 Mon Sep 17 00:00:00 2001 From: David McClure Date: Thu, 8 May 2014 20:16:28 -0700 Subject: [PATCH] Bumps copyright to 2014, because time. --- Gruntfile.js | 2 +- NeatlinePlugin.php | 2 +- assertions/Neatline_Acl_Assert_RecordOwnership.php | 2 +- controllers/ExhibitsController.php | 2 +- controllers/ItemsController.php | 2 +- controllers/RecordsController.php | 2 +- controllers/abstract/Neatline_Controller_Rest.php | 2 +- forms/Neatline_Form_Exhibit.php | 2 +- grunt/bower.js | 2 +- grunt/clean.js | 2 +- grunt/compress.js | 2 +- grunt/concat.js | 2 +- grunt/connect.js | 2 +- grunt/copy.js | 2 +- grunt/cssmin.js | 2 +- grunt/jasmine.js | 2 +- grunt/markdown.js | 2 +- grunt/phpunit.js | 2 +- grunt/stylus.js | 2 +- grunt/uglify.js | 2 +- grunt/watch.js | 2 +- helpers/Acl.php | 2 +- helpers/Assets.php | 2 +- helpers/Coverage.php | 2 +- helpers/Globals.php | 2 +- helpers/Layers.php | 2 +- helpers/Mysql.php | 2 +- helpers/Plugins.php | 2 +- helpers/Schemas.php | 2 +- helpers/Strings.php | 2 +- helpers/Styles.php | 2 +- helpers/Views.php | 2 +- jobs/Neatline_Job_ImportItems.php | 2 +- migrations/2.0.2/Neatline_Migration_202.php | 2 +- migrations/2.1.2/Neatline_Migration_212.php | 2 +- migrations/2.2.0/Neatline_Migration_220.php | 2 +- migrations/abstract/Neatline_Migration_Abstract.php | 2 +- models/NeatlineExhibit.php | 2 +- models/NeatlineExhibitTable.php | 2 +- models/NeatlineRecord.php | 2 +- models/NeatlineRecordTable.php | 2 +- models/abstract/Neatline_Row_Abstract.php | 2 +- models/abstract/Neatline_Row_Expandable.php | 2 +- models/abstract/Neatline_Row_Expansion.php | 2 +- models/abstract/Neatline_Table_Expandable.php | 2 +- models/abstract/Neatline_Table_Expansion.php | 2 +- plugin.php | 2 +- tests/jasmine/assertions/ajax.js | 2 +- tests/jasmine/assertions/map.js | 2 +- tests/jasmine/assertions/pagination.js | 2 +- tests/jasmine/assertions/record.js | 2 +- tests/jasmine/assertions/spies.js | 2 +- tests/jasmine/helpers/ajax.js | 2 +- tests/jasmine/helpers/aliases.js | 2 +- tests/jasmine/helpers/global.js | 2 +- tests/jasmine/helpers/map.js | 2 +- tests/jasmine/helpers/record.js | 2 +- tests/jasmine/helpers/records.js | 2 +- tests/jasmine/helpers/spies.js | 2 +- tests/jasmine/helpers/state.js | 2 +- tests/jasmine/tests/editor/map/CreateEditLayer.spec.js | 2 +- tests/jasmine/tests/editor/map/RemoveEditLayer.spec.js | 2 +- tests/jasmine/tests/editor/map/UpdateWmsLayer.spec.js | 2 +- tests/jasmine/tests/editor/record/ApplyRoutes.spec.js | 2 +- tests/jasmine/tests/editor/record/CloseForm.spec.js | 2 +- tests/jasmine/tests/editor/record/CreateRecord.spec.js | 2 +- tests/jasmine/tests/editor/record/DeleteRecord.spec.js | 2 +- tests/jasmine/tests/editor/record/DrawGeometry.spec.js | 2 +- tests/jasmine/tests/editor/record/EditHtml.spec.js | 2 +- tests/jasmine/tests/editor/record/ImportSvg.spec.js | 2 +- tests/jasmine/tests/editor/record/OpenForm.spec.js | 2 +- tests/jasmine/tests/editor/record/PopulateStyles.spec.js | 2 +- tests/jasmine/tests/editor/record/SaveRecord.spec.js | 2 +- tests/jasmine/tests/editor/record/SelectItem.spec.js | 2 +- tests/jasmine/tests/editor/record/SyncGeometry.spec.js | 2 +- tests/jasmine/tests/editor/record/SyncModel.spec.js | 2 +- tests/jasmine/tests/editor/record/SyncStyles.spec.js | 2 +- tests/jasmine/tests/editor/record/TogglePresenter.spec.js | 2 +- tests/jasmine/tests/editor/record/UpdateRoute.spec.js | 2 +- tests/jasmine/tests/editor/records/ApplyRoutes.spec.js | 2 +- tests/jasmine/tests/editor/records/PublishEvents.spec.js | 2 +- tests/jasmine/tests/editor/records/ShowPagination.spec.js | 2 +- tests/jasmine/tests/editor/records/ShowRecords.spec.js | 2 +- tests/jasmine/tests/editor/search/HydrateState.spec.js | 2 +- tests/jasmine/tests/editor/search/MirrorMap.spec.js | 2 +- tests/jasmine/tests/editor/search/PerformQueries.spec.js | 2 +- tests/jasmine/tests/editor/styles/ApplyRoutes.spec.js | 2 +- tests/jasmine/tests/editor/styles/OpenForm.spec.js | 2 +- tests/jasmine/tests/editor/styles/PopulateFocus.spec.js | 2 +- tests/jasmine/tests/editor/styles/SaveStyles.spec.js | 2 +- tests/jasmine/tests/neatline/api/Broker.spec.js | 2 +- tests/jasmine/tests/neatline/api/Layers.spec.js | 2 +- tests/jasmine/tests/neatline/api/Presenter.spec.js | 2 +- tests/jasmine/tests/neatline/api/Widget.spec.js | 2 +- tests/jasmine/tests/neatline/layers/Google.spec.js | 2 +- tests/jasmine/tests/neatline/layers/OSM.spec.js | 2 +- tests/jasmine/tests/neatline/layers/Stamen.spec.js | 2 +- tests/jasmine/tests/neatline/layers/WMS.spec.js | 2 +- tests/jasmine/tests/neatline/layers/XYZ.spec.js | 2 +- tests/jasmine/tests/neatline/map/IngestVectorLayers.spec.js | 2 +- tests/jasmine/tests/neatline/map/IngestWmsLayers.spec.js | 2 +- tests/jasmine/tests/neatline/map/InitDefaultFocus.spec.js | 2 +- tests/jasmine/tests/neatline/map/InitImageBaseLayer.spec.js | 2 +- tests/jasmine/tests/neatline/map/InitSpatialBaseLayers.spec.js | 2 +- tests/jasmine/tests/neatline/map/InitWmsBaseLayer.spec.js | 2 +- tests/jasmine/tests/neatline/map/PublishHighlightSelect.spec.js | 2 +- tests/jasmine/tests/neatline/map/RenderVectorStyles.spec.js | 2 +- tests/jasmine/tests/neatline/map/RenderVectorZindex.spec.js | 2 +- tests/jasmine/tests/neatline/map/RenderWmsOpacity.spec.js | 2 +- tests/jasmine/tests/neatline/map/RenderWmsZindex.spec.js | 2 +- .../jasmine/tests/neatline/map/SpatialQueryingDisabled.spec.js | 2 +- tests/jasmine/tests/neatline/map/SpatialQueryingEnabled.spec.js | 2 +- tests/jasmine/tests/neatline/map/SubscribeHighlight.spec.js | 2 +- tests/jasmine/tests/neatline/map/SubscribeRefresh.spec.js | 2 +- tests/jasmine/tests/neatline/map/SubscribeRemoveFilter.spec.js | 2 +- tests/jasmine/tests/neatline/map/SubscribeSelectVector.spec.js | 2 +- tests/jasmine/tests/neatline/map/SubscribeSelectWms.spec.js | 2 +- tests/jasmine/tests/neatline/map/SubscribeSetFilter.spec.js | 2 +- tests/jasmine/tests/neatline/map/SubscribeUnhighlight.spec.js | 2 +- tests/jasmine/tests/neatline/map/SubscribeUnselect.spec.js | 2 +- tests/jasmine/tests/neatline/presenters/StaticBubble.spec.js | 2 +- tests/jasmine/tests/neatline/record/GetItem.spec.js | 2 +- tests/jasmine/tests/neatline/record/GetTitle.spec.js | 2 +- tests/jasmine/tests/neatline/record/Schema.spec.js | 2 +- tests/phpunit/bootstrap.php | 2 +- tests/phpunit/cases/Neatline_Case_Default.php | 2 +- tests/phpunit/cases/Neatline_Case_Fixture.php | 2 +- tests/phpunit/cases/Neatline_Case_Migrate.php | 2 +- tests/phpunit/mocks/filters.php | 2 +- tests/phpunit/tests/fixtures/editor/map/CreateEditLayerTest.php | 2 +- tests/phpunit/tests/fixtures/editor/map/RemoveEditLayerTest.php | 2 +- tests/phpunit/tests/fixtures/editor/map/UpdateWmsLayerTest.php | 2 +- tests/phpunit/tests/fixtures/editor/record/CloseFormTest.php | 2 +- tests/phpunit/tests/fixtures/editor/record/CreateRecordTest.php | 2 +- tests/phpunit/tests/fixtures/editor/record/DeleteRecordTest.php | 2 +- tests/phpunit/tests/fixtures/editor/record/OpenFormTest.php | 2 +- tests/phpunit/tests/fixtures/editor/record/RecordTest.php | 2 +- tests/phpunit/tests/fixtures/editor/record/SelectItemTest.php | 2 +- .../phpunit/tests/fixtures/editor/records/PublishEventsTest.php | 2 +- .../tests/fixtures/editor/records/ShowPaginationTest.php | 2 +- tests/phpunit/tests/fixtures/editor/records/ShowRecordsTest.php | 2 +- tests/phpunit/tests/fixtures/editor/search/HydrateStateTest.php | 2 +- tests/phpunit/tests/fixtures/editor/search/MirrorMapTest.php | 2 +- .../phpunit/tests/fixtures/editor/search/PerformQueriesTest.php | 2 +- tests/phpunit/tests/fixtures/editor/styles/StylesTest.php | 2 +- .../tests/fixtures/neatline/map/IngestVectorLayersTest.php | 2 +- .../phpunit/tests/fixtures/neatline/map/IngestWmsLayersTest.php | 2 +- .../tests/fixtures/neatline/map/InitDefaultFocusTest.php | 2 +- .../tests/fixtures/neatline/map/InitImageBaseLayerTest.php | 2 +- .../tests/fixtures/neatline/map/InitSpatialBaseLayersTest.php | 2 +- .../tests/fixtures/neatline/map/InitWmsBaseLayerTest.php | 2 +- .../tests/fixtures/neatline/map/PublishHighlightSelectTest.php | 2 +- .../tests/fixtures/neatline/map/RenderVectorStylesTest.php | 2 +- .../tests/fixtures/neatline/map/RenderVectorZindexTest.php | 2 +- .../tests/fixtures/neatline/map/RenderWmsOpacityTest.php | 2 +- .../phpunit/tests/fixtures/neatline/map/RenderWmsZindexTest.php | 2 +- .../tests/fixtures/neatline/map/SpatialQueryingDisabledTest.php | 2 +- .../tests/fixtures/neatline/map/SpatialQueryingEnabledTest.php | 2 +- .../tests/fixtures/neatline/map/SubscribeRefreshTest.php | 2 +- .../tests/fixtures/neatline/map/SubscribeRemoveFilterTest.php | 2 +- .../tests/fixtures/neatline/map/SubscribeSelectWmsTest.php | 2 +- .../tests/fixtures/neatline/map/SubscribeSetFilterTest.php | 2 +- tests/phpunit/tests/fixtures/neatline/map/SubscribeTest.php | 2 +- tests/phpunit/tests/fixtures/shared/HtmlTest.php | 2 +- .../tests/integration/Acl/anonymous/exhibits/AllowTest.php | 2 +- .../tests/integration/Acl/anonymous/exhibits/DenyTest.php | 2 +- .../integration/Acl/anonymous/exhibits/private/DenyTest.php | 2 +- .../phpunit/tests/integration/Acl/anonymous/items/AllowTest.php | 2 +- .../tests/integration/Acl/anonymous/records/AllowTest.php | 2 +- .../tests/integration/Acl/anonymous/records/DenyTest.php | 2 +- .../tests/integration/Acl/contributor/exhibits/AllowTest.php | 2 +- .../tests/integration/Acl/contributor/exhibits/DenyTest.php | 2 +- .../integration/Acl/contributor/exhibits/private/AllowTest.php | 2 +- .../tests/integration/Acl/contributor/records/AllowTest.php | 2 +- .../tests/integration/ExhibitsController/admin/AddTest.php | 2 +- .../tests/integration/ExhibitsController/admin/BrowseTest.php | 2 +- .../tests/integration/ExhibitsController/admin/EditTest.php | 2 +- .../tests/integration/ExhibitsController/admin/EditorTest.php | 2 +- .../tests/integration/ExhibitsController/admin/GetTest.php | 2 +- .../tests/integration/ExhibitsController/admin/ImportTest.php | 2 +- .../tests/integration/ExhibitsController/admin/PutTest.php | 2 +- .../tests/integration/ExhibitsController/public/BrowseTest.php | 2 +- .../integration/ExhibitsController/public/FullscreenTest.php | 2 +- .../tests/integration/ExhibitsController/public/ShowTest.php | 2 +- tests/phpunit/tests/integration/ItemsController/GetTest.php | 2 +- .../tests/integration/NeatlinePlugin/HookAfterSaveItemTest.php | 2 +- .../phpunit/tests/integration/RecordsController/DeleteTest.php | 2 +- tests/phpunit/tests/integration/RecordsController/GetTest.php | 2 +- tests/phpunit/tests/integration/RecordsController/ListTest.php | 2 +- tests/phpunit/tests/integration/RecordsController/PostTest.php | 2 +- tests/phpunit/tests/integration/RecordsController/PutTest.php | 2 +- tests/phpunit/tests/migration/ItemReferencesTest.php | 2 +- tests/phpunit/tests/unit/Helpers/ExplodeTest.php | 2 +- tests/phpunit/tests/unit/Helpers/GetItemMarkupTest.php | 2 +- tests/phpunit/tests/unit/Helpers/GetLayersForExhibitTest.php | 2 +- tests/phpunit/tests/unit/Helpers/GetLayersForSelectTest.php | 2 +- tests/phpunit/tests/unit/Helpers/GetLayersTest.php | 2 +- tests/phpunit/tests/unit/Helpers/ReadCssTest.php | 2 +- tests/phpunit/tests/unit/Helpers/WriteCssTest.php | 2 +- tests/phpunit/tests/unit/Jobs/ImportItemsTest.php | 2 +- .../phpunit/tests/unit/NeatlineExhibit/CompileImageSizeTest.php | 2 +- .../tests/unit/NeatlineExhibit/DeleteChildRecordsTest.php | 2 +- .../tests/unit/NeatlineExhibit/GetNumberOfRecordsTest.php | 2 +- tests/phpunit/tests/unit/NeatlineExhibit/HasWidgetTest.php | 2 +- tests/phpunit/tests/unit/NeatlineExhibit/PullStylesTest.php | 2 +- tests/phpunit/tests/unit/NeatlineExhibit/PushStylesTest.php | 2 +- tests/phpunit/tests/unit/NeatlineExhibit/SaveFormTest.php | 2 +- .../phpunit/tests/unit/NeatlineExhibitTable/FindBySlugTest.php | 2 +- tests/phpunit/tests/unit/NeatlineRecord/CompileCoverageTest.php | 2 +- tests/phpunit/tests/unit/NeatlineRecord/CompileItemTest.php | 2 +- tests/phpunit/tests/unit/NeatlineRecord/CompileWmsTest.php | 2 +- tests/phpunit/tests/unit/NeatlineRecord/ConstructTest.php | 2 +- tests/phpunit/tests/unit/NeatlineRecord/GetExhibitTest.php | 2 +- tests/phpunit/tests/unit/NeatlineRecord/GetItemTest.php | 2 +- tests/phpunit/tests/unit/NeatlineRecord/PullStylesTest.php | 2 +- tests/phpunit/tests/unit/NeatlineRecord/SaveFormTest.php | 2 +- tests/phpunit/tests/unit/NeatlineRecord/ToArrayForSaveTest.php | 2 +- tests/phpunit/tests/unit/NeatlineRecordTable/GetSelectTest.php | 2 +- .../unit/NeatlineRecordTable/QueryRecords/CountRecordsTest.php | 2 +- .../NeatlineRecordTable/QueryRecords/ExcludeExistingTest.php | 2 +- .../unit/NeatlineRecordTable/QueryRecords/FilterExhibitTest.php | 2 +- .../unit/NeatlineRecordTable/QueryRecords/FilterExtentTest.php | 2 +- .../unit/NeatlineRecordTable/QueryRecords/FilterLimitTest.php | 2 +- .../unit/NeatlineRecordTable/QueryRecords/FilterOrderTest.php | 2 +- .../unit/NeatlineRecordTable/QueryRecords/FilterQueryTest.php | 2 +- .../unit/NeatlineRecordTable/QueryRecords/FilterTagsTest.php | 2 +- .../unit/NeatlineRecordTable/QueryRecords/FilterWidgetTest.php | 2 +- .../unit/NeatlineRecordTable/QueryRecords/FilterZoomTest.php | 2 +- views/admin/css/stylus/exhibit-form.styl | 2 +- views/admin/exhibits/add.php | 2 +- views/admin/exhibits/browse.php | 2 +- views/admin/exhibits/edit.php | 2 +- views/admin/exhibits/import.php | 2 +- views/admin/javascripts/exhibit-form.js | 2 +- views/admin/javascripts/slug-autogen.js | 2 +- views/public/exhibits/browse.php | 2 +- views/public/exhibits/fullscreen.php | 2 +- views/public/exhibits/show.php | 2 +- views/public/javascripts/fullscreen.js | 2 +- views/shared/common/neatline/button.php | 2 +- views/shared/common/neatline/help.php | 2 +- views/shared/common/neatline/input.php | 2 +- views/shared/common/neatline/save.php | 2 +- views/shared/common/neatline/select.php | 2 +- views/shared/common/neatline/textarea.php | 2 +- views/shared/css/stylus/editor.styl | 2 +- views/shared/css/stylus/editor/editor.styl | 2 +- views/shared/css/stylus/editor/form.styl | 2 +- views/shared/css/stylus/editor/header.styl | 2 +- views/shared/css/stylus/editor/loader.styl | 2 +- views/shared/css/stylus/editor/modals.styl | 2 +- views/shared/css/stylus/editor/overrides/bootstrap.styl | 2 +- views/shared/css/stylus/editor/overrides/select2.styl | 2 +- views/shared/css/stylus/editor/overrides/spectrum.styl | 2 +- views/shared/css/stylus/editor/pagination.styl | 2 +- views/shared/css/stylus/editor/pane-item.styl | 2 +- views/shared/css/stylus/editor/pane-map.styl | 2 +- views/shared/css/stylus/editor/pane-style.styl | 2 +- views/shared/css/stylus/editor/pane-text.styl | 2 +- views/shared/css/stylus/editor/record.styl | 2 +- views/shared/css/stylus/editor/records.styl | 2 +- views/shared/css/stylus/editor/search.styl | 2 +- views/shared/css/stylus/editor/styles.styl | 2 +- views/shared/css/stylus/public.styl | 2 +- views/shared/css/stylus/public/bubble.styl | 2 +- views/shared/css/stylus/public/exhibit.styl | 2 +- views/shared/css/stylus/public/layouts.styl | 2 +- views/shared/css/stylus/public/map.styl | 2 +- views/shared/css/stylus/public/overrides/openlayers.styl | 2 +- views/shared/css/stylus/public/widget.styl | 2 +- views/shared/css/stylus/var.styl | 2 +- views/shared/exhibits/editor.php | 2 +- views/shared/exhibits/item.php | 2 +- views/shared/exhibits/partials/editor_core.php | 2 +- views/shared/exhibits/partials/editor_footer.php | 2 +- views/shared/exhibits/partials/editor_header.php | 2 +- views/shared/exhibits/partials/exhibit.php | 2 +- views/shared/exhibits/partials/loader.php | 2 +- views/shared/exhibits/partials/modal_delete.php | 2 +- views/shared/exhibits/partials/modal_inputs.php | 2 +- views/shared/exhibits/partials/modal_svg.php | 2 +- views/shared/exhibits/partials/narrative.php | 2 +- views/shared/exhibits/underscore/bubble.php | 2 +- views/shared/exhibits/underscore/menu.php | 2 +- views/shared/exhibits/underscore/partials/close_button.php | 2 +- views/shared/exhibits/underscore/partials/exhibit_tabs.php | 2 +- views/shared/exhibits/underscore/partials/form_actions.php | 2 +- views/shared/exhibits/underscore/partials/pagination.php | 2 +- views/shared/exhibits/underscore/partials/pane_item.php | 2 +- views/shared/exhibits/underscore/partials/pane_map.php | 2 +- views/shared/exhibits/underscore/partials/pane_style.php | 2 +- views/shared/exhibits/underscore/partials/pane_text.php | 2 +- views/shared/exhibits/underscore/record.php | 2 +- views/shared/exhibits/underscore/records.php | 2 +- views/shared/exhibits/underscore/search.php | 2 +- views/shared/exhibits/underscore/styles.php | 2 +- views/shared/javascripts/bootstrap.js | 2 +- views/shared/javascripts/src/app.config.rivets.js | 2 +- views/shared/javascripts/src/app.init.js | 2 +- views/shared/javascripts/src/broker/broker.controller.js | 2 +- views/shared/javascripts/src/broker/broker.init.js | 2 +- views/shared/javascripts/src/editor/editor.config.loader.js | 2 +- views/shared/javascripts/src/editor/editor.config.rivets.js | 2 +- views/shared/javascripts/src/editor/editor.config.toastr.js | 2 +- views/shared/javascripts/src/editor/editor.controller.js | 2 +- views/shared/javascripts/src/editor/editor.init.js | 2 +- views/shared/javascripts/src/editor/editor.view.js | 2 +- .../shared/javascripts/src/editor/exhibit/exhibit.controller.js | 2 +- views/shared/javascripts/src/editor/exhibit/exhibit.init.js | 2 +- views/shared/javascripts/src/editor/exhibit/exhibit.view.js | 2 +- .../src/editor/exhibit/records/records.controller.js | 2 +- .../javascripts/src/editor/exhibit/records/records.init.js | 2 +- .../javascripts/src/editor/exhibit/records/records.router.js | 2 +- .../javascripts/src/editor/exhibit/records/records.view.js | 2 +- .../javascripts/src/editor/exhibit/search/search.controller.js | 2 +- .../shared/javascripts/src/editor/exhibit/search/search.init.js | 2 +- .../shared/javascripts/src/editor/exhibit/search/search.view.js | 2 +- .../javascripts/src/editor/exhibit/styles/styles.controller.js | 2 +- .../shared/javascripts/src/editor/exhibit/styles/styles.init.js | 2 +- .../javascripts/src/editor/exhibit/styles/styles.router.js | 2 +- .../shared/javascripts/src/editor/exhibit/styles/styles.view.js | 2 +- views/shared/javascripts/src/editor/map/map.controller.js | 2 +- views/shared/javascripts/src/editor/map/map.init.js | 2 +- views/shared/javascripts/src/editor/map/map.view.js | 2 +- .../javascripts/src/editor/record/item/item.controller.js | 2 +- views/shared/javascripts/src/editor/record/item/item.init.js | 2 +- views/shared/javascripts/src/editor/record/item/item.view.js | 2 +- .../shared/javascripts/src/editor/record/map/map.controller.js | 2 +- views/shared/javascripts/src/editor/record/map/map.init.js | 2 +- views/shared/javascripts/src/editor/record/map/map.view.js | 2 +- views/shared/javascripts/src/editor/record/record.controller.js | 2 +- views/shared/javascripts/src/editor/record/record.init.js | 2 +- views/shared/javascripts/src/editor/record/record.router.js | 2 +- views/shared/javascripts/src/editor/record/record.view.js | 2 +- .../javascripts/src/editor/record/style/style.controller.js | 2 +- views/shared/javascripts/src/editor/record/style/style.init.js | 2 +- views/shared/javascripts/src/editor/record/style/style.view.js | 2 +- .../javascripts/src/editor/record/text/text.controller.js | 2 +- views/shared/javascripts/src/editor/record/text/text.init.js | 2 +- views/shared/javascripts/src/editor/record/text/text.view.js | 2 +- .../javascripts/src/map/layers/Google/Google.controller.js | 2 +- views/shared/javascripts/src/map/layers/Google/Google.init.js | 2 +- .../src/map/layers/OpenStreetMap/OpenStreetMap.controller.js | 2 +- .../src/map/layers/OpenStreetMap/OpenStreetMap.init.js | 2 +- .../javascripts/src/map/layers/Stamen/Stamen.controller.js | 2 +- views/shared/javascripts/src/map/layers/Stamen/Stamen.init.js | 2 +- views/shared/javascripts/src/map/layers/WMS/WMS.controller.js | 2 +- views/shared/javascripts/src/map/layers/WMS/WMS.init.js | 2 +- views/shared/javascripts/src/map/layers/XYZ/XYZ.controller.js | 2 +- views/shared/javascripts/src/map/layers/XYZ/XYZ.init.js | 2 +- views/shared/javascripts/src/map/layers/layers.controller.js | 2 +- views/shared/javascripts/src/map/layers/layers.init.js | 2 +- views/shared/javascripts/src/map/map.controller.js | 2 +- views/shared/javascripts/src/map/map.init.js | 2 +- views/shared/javascripts/src/map/map.view.js | 2 +- .../src/presenter/StaticBubble/StaticBubble.controller.js | 2 +- .../javascripts/src/presenter/StaticBubble/StaticBubble.init.js | 2 +- .../javascripts/src/presenter/StaticBubble/StaticBubble.view.js | 2 +- views/shared/javascripts/src/presenter/presenter.controller.js | 2 +- views/shared/javascripts/src/presenter/presenter.init.js | 2 +- views/shared/javascripts/src/shared/exhibit/exhibit.model.js | 2 +- views/shared/javascripts/src/shared/record/record.collection.js | 2 +- views/shared/javascripts/src/shared/record/record.model.js | 2 +- views/shared/javascripts/src/shared/shared.controller.js | 2 +- views/shared/javascripts/src/shared/shared.router.js | 2 +- views/shared/javascripts/src/shared/shared.view.js | 2 +- views/shared/javascripts/src/shared/widget/widget.view.js | 2 +- 367 files changed, 367 insertions(+), 367 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 56291a67c..2bbba82dc 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/NeatlinePlugin.php b/NeatlinePlugin.php index 070649fdf..d5ec4052a 100644 --- a/NeatlinePlugin.php +++ b/NeatlinePlugin.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/assertions/Neatline_Acl_Assert_RecordOwnership.php b/assertions/Neatline_Acl_Assert_RecordOwnership.php index 9df27f8d8..ce389c5a2 100644 --- a/assertions/Neatline_Acl_Assert_RecordOwnership.php +++ b/assertions/Neatline_Acl_Assert_RecordOwnership.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/controllers/ExhibitsController.php b/controllers/ExhibitsController.php index f92e6b495..2516a688e 100644 --- a/controllers/ExhibitsController.php +++ b/controllers/ExhibitsController.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/controllers/ItemsController.php b/controllers/ItemsController.php index 168d4ec94..ac87b7dad 100644 --- a/controllers/ItemsController.php +++ b/controllers/ItemsController.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/controllers/RecordsController.php b/controllers/RecordsController.php index 485cd6fe8..592aa1650 100644 --- a/controllers/RecordsController.php +++ b/controllers/RecordsController.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/controllers/abstract/Neatline_Controller_Rest.php b/controllers/abstract/Neatline_Controller_Rest.php index c5f71d420..3f320c86b 100644 --- a/controllers/abstract/Neatline_Controller_Rest.php +++ b/controllers/abstract/Neatline_Controller_Rest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/forms/Neatline_Form_Exhibit.php b/forms/Neatline_Form_Exhibit.php index 013f97bbb..bdee37f7c 100644 --- a/forms/Neatline_Form_Exhibit.php +++ b/forms/Neatline_Form_Exhibit.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/grunt/bower.js b/grunt/bower.js index efc105439..3476615fa 100644 --- a/grunt/bower.js +++ b/grunt/bower.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/grunt/clean.js b/grunt/clean.js index ee17a7892..95ad7d660 100644 --- a/grunt/clean.js +++ b/grunt/clean.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/grunt/compress.js b/grunt/compress.js index f1cdbcf4d..1ef37337e 100644 --- a/grunt/compress.js +++ b/grunt/compress.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/grunt/concat.js b/grunt/concat.js index 7b95ea55f..ae75c656b 100644 --- a/grunt/concat.js +++ b/grunt/concat.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/grunt/connect.js b/grunt/connect.js index d4eaa411a..872c21144 100644 --- a/grunt/connect.js +++ b/grunt/connect.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/grunt/copy.js b/grunt/copy.js index 76341730e..4e959ae0c 100644 --- a/grunt/copy.js +++ b/grunt/copy.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/grunt/cssmin.js b/grunt/cssmin.js index 4bc72cbab..0a989d66a 100644 --- a/grunt/cssmin.js +++ b/grunt/cssmin.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/grunt/jasmine.js b/grunt/jasmine.js index 83070c5cb..285c2436c 100644 --- a/grunt/jasmine.js +++ b/grunt/jasmine.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/grunt/markdown.js b/grunt/markdown.js index 70fd609cc..44e57197c 100644 --- a/grunt/markdown.js +++ b/grunt/markdown.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/grunt/phpunit.js b/grunt/phpunit.js index 68122b034..95878f86d 100644 --- a/grunt/phpunit.js +++ b/grunt/phpunit.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/grunt/stylus.js b/grunt/stylus.js index 2f4482121..f3b8f7990 100644 --- a/grunt/stylus.js +++ b/grunt/stylus.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/grunt/uglify.js b/grunt/uglify.js index 637dc7ce2..f5789d29b 100644 --- a/grunt/uglify.js +++ b/grunt/uglify.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/grunt/watch.js b/grunt/watch.js index 28003d5fc..a67cad4d6 100644 --- a/grunt/watch.js +++ b/grunt/watch.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/helpers/Acl.php b/helpers/Acl.php index 398d626ee..f82d1b25c 100644 --- a/helpers/Acl.php +++ b/helpers/Acl.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/helpers/Assets.php b/helpers/Assets.php index 14d35b205..0323db760 100644 --- a/helpers/Assets.php +++ b/helpers/Assets.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/helpers/Coverage.php b/helpers/Coverage.php index 989c946ca..9e5fe5eaa 100644 --- a/helpers/Coverage.php +++ b/helpers/Coverage.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/helpers/Globals.php b/helpers/Globals.php index fb9141f27..815f9e625 100644 --- a/helpers/Globals.php +++ b/helpers/Globals.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/helpers/Layers.php b/helpers/Layers.php index 88aafb3f9..af3d16fc9 100644 --- a/helpers/Layers.php +++ b/helpers/Layers.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/helpers/Mysql.php b/helpers/Mysql.php index 75e3d1a5b..7f35b8231 100644 --- a/helpers/Mysql.php +++ b/helpers/Mysql.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/helpers/Plugins.php b/helpers/Plugins.php index 0f7616092..2714cdbd4 100644 --- a/helpers/Plugins.php +++ b/helpers/Plugins.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/helpers/Schemas.php b/helpers/Schemas.php index 59286653d..b83126db2 100644 --- a/helpers/Schemas.php +++ b/helpers/Schemas.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/helpers/Strings.php b/helpers/Strings.php index c8a0315e3..ad123e519 100644 --- a/helpers/Strings.php +++ b/helpers/Strings.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/helpers/Styles.php b/helpers/Styles.php index dd5723074..44e4033f1 100644 --- a/helpers/Styles.php +++ b/helpers/Styles.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/helpers/Views.php b/helpers/Views.php index 3c7fae8d1..bcc8df8f9 100644 --- a/helpers/Views.php +++ b/helpers/Views.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/jobs/Neatline_Job_ImportItems.php b/jobs/Neatline_Job_ImportItems.php index d6a9f59cc..189eebdc9 100644 --- a/jobs/Neatline_Job_ImportItems.php +++ b/jobs/Neatline_Job_ImportItems.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/migrations/2.0.2/Neatline_Migration_202.php b/migrations/2.0.2/Neatline_Migration_202.php index 6046a4bf2..535374689 100644 --- a/migrations/2.0.2/Neatline_Migration_202.php +++ b/migrations/2.0.2/Neatline_Migration_202.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/migrations/2.1.2/Neatline_Migration_212.php b/migrations/2.1.2/Neatline_Migration_212.php index 47887719e..6493c019e 100644 --- a/migrations/2.1.2/Neatline_Migration_212.php +++ b/migrations/2.1.2/Neatline_Migration_212.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/migrations/2.2.0/Neatline_Migration_220.php b/migrations/2.2.0/Neatline_Migration_220.php index 99a638e72..09e839bd1 100644 --- a/migrations/2.2.0/Neatline_Migration_220.php +++ b/migrations/2.2.0/Neatline_Migration_220.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/migrations/abstract/Neatline_Migration_Abstract.php b/migrations/abstract/Neatline_Migration_Abstract.php index 59fa74e1b..feef591c4 100644 --- a/migrations/abstract/Neatline_Migration_Abstract.php +++ b/migrations/abstract/Neatline_Migration_Abstract.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/models/NeatlineExhibit.php b/models/NeatlineExhibit.php index 6e8d0f7e2..bcaa40609 100644 --- a/models/NeatlineExhibit.php +++ b/models/NeatlineExhibit.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/models/NeatlineExhibitTable.php b/models/NeatlineExhibitTable.php index 96977bfd0..cea880764 100644 --- a/models/NeatlineExhibitTable.php +++ b/models/NeatlineExhibitTable.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/models/NeatlineRecord.php b/models/NeatlineRecord.php index 870a73cb4..15e20a6e7 100644 --- a/models/NeatlineRecord.php +++ b/models/NeatlineRecord.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/models/NeatlineRecordTable.php b/models/NeatlineRecordTable.php index e5444c8e9..27a891a1b 100644 --- a/models/NeatlineRecordTable.php +++ b/models/NeatlineRecordTable.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/models/abstract/Neatline_Row_Abstract.php b/models/abstract/Neatline_Row_Abstract.php index df7c193b7..cf38e5dca 100644 --- a/models/abstract/Neatline_Row_Abstract.php +++ b/models/abstract/Neatline_Row_Abstract.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/models/abstract/Neatline_Row_Expandable.php b/models/abstract/Neatline_Row_Expandable.php index 6de79ceb3..39dd3a3fe 100644 --- a/models/abstract/Neatline_Row_Expandable.php +++ b/models/abstract/Neatline_Row_Expandable.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/models/abstract/Neatline_Row_Expansion.php b/models/abstract/Neatline_Row_Expansion.php index e8c77bd69..334132d40 100644 --- a/models/abstract/Neatline_Row_Expansion.php +++ b/models/abstract/Neatline_Row_Expansion.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/models/abstract/Neatline_Table_Expandable.php b/models/abstract/Neatline_Table_Expandable.php index bf09f7deb..a47f69d75 100644 --- a/models/abstract/Neatline_Table_Expandable.php +++ b/models/abstract/Neatline_Table_Expandable.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/models/abstract/Neatline_Table_Expansion.php b/models/abstract/Neatline_Table_Expansion.php index b5001a7dc..4c245d836 100644 --- a/models/abstract/Neatline_Table_Expansion.php +++ b/models/abstract/Neatline_Table_Expansion.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/plugin.php b/plugin.php index 8d2401049..f61aad464 100644 --- a/plugin.php +++ b/plugin.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/jasmine/assertions/ajax.js b/tests/jasmine/assertions/ajax.js index ed43d7bd1..fb208b25c 100644 --- a/tests/jasmine/assertions/ajax.js +++ b/tests/jasmine/assertions/ajax.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/jasmine/assertions/map.js b/tests/jasmine/assertions/map.js index e3c62c323..3a89cc64c 100644 --- a/tests/jasmine/assertions/map.js +++ b/tests/jasmine/assertions/map.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/jasmine/assertions/pagination.js b/tests/jasmine/assertions/pagination.js index fcab13c1e..65ba93295 100644 --- a/tests/jasmine/assertions/pagination.js +++ b/tests/jasmine/assertions/pagination.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/jasmine/assertions/record.js b/tests/jasmine/assertions/record.js index 1d2d600f1..1c0e6d6d9 100644 --- a/tests/jasmine/assertions/record.js +++ b/tests/jasmine/assertions/record.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/jasmine/assertions/spies.js b/tests/jasmine/assertions/spies.js index 07650d888..ee078416f 100644 --- a/tests/jasmine/assertions/spies.js +++ b/tests/jasmine/assertions/spies.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/jasmine/helpers/ajax.js b/tests/jasmine/helpers/ajax.js index 8b57a4a20..aab04882b 100644 --- a/tests/jasmine/helpers/ajax.js +++ b/tests/jasmine/helpers/ajax.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/jasmine/helpers/aliases.js b/tests/jasmine/helpers/aliases.js index 4f8a66de5..d889d6adf 100644 --- a/tests/jasmine/helpers/aliases.js +++ b/tests/jasmine/helpers/aliases.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/jasmine/helpers/global.js b/tests/jasmine/helpers/global.js index 5084e8682..300eb5a98 100644 --- a/tests/jasmine/helpers/global.js +++ b/tests/jasmine/helpers/global.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/jasmine/helpers/map.js b/tests/jasmine/helpers/map.js index 6283b137e..abff5ea44 100644 --- a/tests/jasmine/helpers/map.js +++ b/tests/jasmine/helpers/map.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/jasmine/helpers/record.js b/tests/jasmine/helpers/record.js index 78793f9fd..db008a6a3 100644 --- a/tests/jasmine/helpers/record.js +++ b/tests/jasmine/helpers/record.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/jasmine/helpers/records.js b/tests/jasmine/helpers/records.js index c2aa89ee2..f3d0ea4f7 100644 --- a/tests/jasmine/helpers/records.js +++ b/tests/jasmine/helpers/records.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/jasmine/helpers/spies.js b/tests/jasmine/helpers/spies.js index 3fef7c7ab..7610f8d2f 100644 --- a/tests/jasmine/helpers/spies.js +++ b/tests/jasmine/helpers/spies.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/jasmine/helpers/state.js b/tests/jasmine/helpers/state.js index c810956a8..c74723bea 100644 --- a/tests/jasmine/helpers/state.js +++ b/tests/jasmine/helpers/state.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/jasmine/tests/editor/map/CreateEditLayer.spec.js b/tests/jasmine/tests/editor/map/CreateEditLayer.spec.js index dea977a25..735dfe966 100644 --- a/tests/jasmine/tests/editor/map/CreateEditLayer.spec.js +++ b/tests/jasmine/tests/editor/map/CreateEditLayer.spec.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/jasmine/tests/editor/map/RemoveEditLayer.spec.js b/tests/jasmine/tests/editor/map/RemoveEditLayer.spec.js index f61ac97dd..c8c80d178 100644 --- a/tests/jasmine/tests/editor/map/RemoveEditLayer.spec.js +++ b/tests/jasmine/tests/editor/map/RemoveEditLayer.spec.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/jasmine/tests/editor/map/UpdateWmsLayer.spec.js b/tests/jasmine/tests/editor/map/UpdateWmsLayer.spec.js index 1515c4207..b6a105660 100644 --- a/tests/jasmine/tests/editor/map/UpdateWmsLayer.spec.js +++ b/tests/jasmine/tests/editor/map/UpdateWmsLayer.spec.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/jasmine/tests/editor/record/ApplyRoutes.spec.js b/tests/jasmine/tests/editor/record/ApplyRoutes.spec.js index eb25f5221..27d83ad79 100644 --- a/tests/jasmine/tests/editor/record/ApplyRoutes.spec.js +++ b/tests/jasmine/tests/editor/record/ApplyRoutes.spec.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/jasmine/tests/editor/record/CloseForm.spec.js b/tests/jasmine/tests/editor/record/CloseForm.spec.js index 77486fcd6..3bcc064e0 100644 --- a/tests/jasmine/tests/editor/record/CloseForm.spec.js +++ b/tests/jasmine/tests/editor/record/CloseForm.spec.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/jasmine/tests/editor/record/CreateRecord.spec.js b/tests/jasmine/tests/editor/record/CreateRecord.spec.js index 9b0b965d6..036422ff0 100644 --- a/tests/jasmine/tests/editor/record/CreateRecord.spec.js +++ b/tests/jasmine/tests/editor/record/CreateRecord.spec.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/jasmine/tests/editor/record/DeleteRecord.spec.js b/tests/jasmine/tests/editor/record/DeleteRecord.spec.js index 758b260a1..8c3d0df1d 100644 --- a/tests/jasmine/tests/editor/record/DeleteRecord.spec.js +++ b/tests/jasmine/tests/editor/record/DeleteRecord.spec.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/jasmine/tests/editor/record/DrawGeometry.spec.js b/tests/jasmine/tests/editor/record/DrawGeometry.spec.js index 3fe162431..ccab25f8d 100644 --- a/tests/jasmine/tests/editor/record/DrawGeometry.spec.js +++ b/tests/jasmine/tests/editor/record/DrawGeometry.spec.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/jasmine/tests/editor/record/EditHtml.spec.js b/tests/jasmine/tests/editor/record/EditHtml.spec.js index ef220bc81..aeb9cf801 100644 --- a/tests/jasmine/tests/editor/record/EditHtml.spec.js +++ b/tests/jasmine/tests/editor/record/EditHtml.spec.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/jasmine/tests/editor/record/ImportSvg.spec.js b/tests/jasmine/tests/editor/record/ImportSvg.spec.js index 6295fc961..087e0a723 100644 --- a/tests/jasmine/tests/editor/record/ImportSvg.spec.js +++ b/tests/jasmine/tests/editor/record/ImportSvg.spec.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/jasmine/tests/editor/record/OpenForm.spec.js b/tests/jasmine/tests/editor/record/OpenForm.spec.js index 9b622b8e2..0628869b0 100644 --- a/tests/jasmine/tests/editor/record/OpenForm.spec.js +++ b/tests/jasmine/tests/editor/record/OpenForm.spec.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/jasmine/tests/editor/record/PopulateStyles.spec.js b/tests/jasmine/tests/editor/record/PopulateStyles.spec.js index b12610c9a..fbc3f501f 100644 --- a/tests/jasmine/tests/editor/record/PopulateStyles.spec.js +++ b/tests/jasmine/tests/editor/record/PopulateStyles.spec.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/jasmine/tests/editor/record/SaveRecord.spec.js b/tests/jasmine/tests/editor/record/SaveRecord.spec.js index 6858efe83..3d3359478 100644 --- a/tests/jasmine/tests/editor/record/SaveRecord.spec.js +++ b/tests/jasmine/tests/editor/record/SaveRecord.spec.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/jasmine/tests/editor/record/SelectItem.spec.js b/tests/jasmine/tests/editor/record/SelectItem.spec.js index 08e11f47b..2c8bbf744 100644 --- a/tests/jasmine/tests/editor/record/SelectItem.spec.js +++ b/tests/jasmine/tests/editor/record/SelectItem.spec.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/jasmine/tests/editor/record/SyncGeometry.spec.js b/tests/jasmine/tests/editor/record/SyncGeometry.spec.js index 21cb16d3e..9050ab408 100644 --- a/tests/jasmine/tests/editor/record/SyncGeometry.spec.js +++ b/tests/jasmine/tests/editor/record/SyncGeometry.spec.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/jasmine/tests/editor/record/SyncModel.spec.js b/tests/jasmine/tests/editor/record/SyncModel.spec.js index 71da51461..833813fa8 100644 --- a/tests/jasmine/tests/editor/record/SyncModel.spec.js +++ b/tests/jasmine/tests/editor/record/SyncModel.spec.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/jasmine/tests/editor/record/SyncStyles.spec.js b/tests/jasmine/tests/editor/record/SyncStyles.spec.js index f125d2552..9852f236a 100644 --- a/tests/jasmine/tests/editor/record/SyncStyles.spec.js +++ b/tests/jasmine/tests/editor/record/SyncStyles.spec.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/jasmine/tests/editor/record/TogglePresenter.spec.js b/tests/jasmine/tests/editor/record/TogglePresenter.spec.js index ce5822052..61521cbf1 100644 --- a/tests/jasmine/tests/editor/record/TogglePresenter.spec.js +++ b/tests/jasmine/tests/editor/record/TogglePresenter.spec.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/jasmine/tests/editor/record/UpdateRoute.spec.js b/tests/jasmine/tests/editor/record/UpdateRoute.spec.js index a6e9f1170..228e0b849 100644 --- a/tests/jasmine/tests/editor/record/UpdateRoute.spec.js +++ b/tests/jasmine/tests/editor/record/UpdateRoute.spec.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/jasmine/tests/editor/records/ApplyRoutes.spec.js b/tests/jasmine/tests/editor/records/ApplyRoutes.spec.js index cb8e386c5..7fad6fd93 100644 --- a/tests/jasmine/tests/editor/records/ApplyRoutes.spec.js +++ b/tests/jasmine/tests/editor/records/ApplyRoutes.spec.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/jasmine/tests/editor/records/PublishEvents.spec.js b/tests/jasmine/tests/editor/records/PublishEvents.spec.js index 16d302521..d34d42336 100644 --- a/tests/jasmine/tests/editor/records/PublishEvents.spec.js +++ b/tests/jasmine/tests/editor/records/PublishEvents.spec.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/jasmine/tests/editor/records/ShowPagination.spec.js b/tests/jasmine/tests/editor/records/ShowPagination.spec.js index 60e89df22..c3c93ec7a 100644 --- a/tests/jasmine/tests/editor/records/ShowPagination.spec.js +++ b/tests/jasmine/tests/editor/records/ShowPagination.spec.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/jasmine/tests/editor/records/ShowRecords.spec.js b/tests/jasmine/tests/editor/records/ShowRecords.spec.js index c81a864f8..49264a6ba 100644 --- a/tests/jasmine/tests/editor/records/ShowRecords.spec.js +++ b/tests/jasmine/tests/editor/records/ShowRecords.spec.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/jasmine/tests/editor/search/HydrateState.spec.js b/tests/jasmine/tests/editor/search/HydrateState.spec.js index 6bd8c3185..5526b4abc 100644 --- a/tests/jasmine/tests/editor/search/HydrateState.spec.js +++ b/tests/jasmine/tests/editor/search/HydrateState.spec.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/jasmine/tests/editor/search/MirrorMap.spec.js b/tests/jasmine/tests/editor/search/MirrorMap.spec.js index cde37d420..9cdd6e187 100644 --- a/tests/jasmine/tests/editor/search/MirrorMap.spec.js +++ b/tests/jasmine/tests/editor/search/MirrorMap.spec.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/jasmine/tests/editor/search/PerformQueries.spec.js b/tests/jasmine/tests/editor/search/PerformQueries.spec.js index 5ff52f109..87a651dd3 100644 --- a/tests/jasmine/tests/editor/search/PerformQueries.spec.js +++ b/tests/jasmine/tests/editor/search/PerformQueries.spec.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/jasmine/tests/editor/styles/ApplyRoutes.spec.js b/tests/jasmine/tests/editor/styles/ApplyRoutes.spec.js index a5047c5ae..d16f5fe35 100644 --- a/tests/jasmine/tests/editor/styles/ApplyRoutes.spec.js +++ b/tests/jasmine/tests/editor/styles/ApplyRoutes.spec.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/jasmine/tests/editor/styles/OpenForm.spec.js b/tests/jasmine/tests/editor/styles/OpenForm.spec.js index a7b6f0bbb..a38bbb96e 100644 --- a/tests/jasmine/tests/editor/styles/OpenForm.spec.js +++ b/tests/jasmine/tests/editor/styles/OpenForm.spec.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/jasmine/tests/editor/styles/PopulateFocus.spec.js b/tests/jasmine/tests/editor/styles/PopulateFocus.spec.js index 63a62abd5..8295e6275 100644 --- a/tests/jasmine/tests/editor/styles/PopulateFocus.spec.js +++ b/tests/jasmine/tests/editor/styles/PopulateFocus.spec.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/jasmine/tests/editor/styles/SaveStyles.spec.js b/tests/jasmine/tests/editor/styles/SaveStyles.spec.js index c1be641b7..4b6f9e354 100644 --- a/tests/jasmine/tests/editor/styles/SaveStyles.spec.js +++ b/tests/jasmine/tests/editor/styles/SaveStyles.spec.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/jasmine/tests/neatline/api/Broker.spec.js b/tests/jasmine/tests/neatline/api/Broker.spec.js index 6872466e2..c1905d7d5 100644 --- a/tests/jasmine/tests/neatline/api/Broker.spec.js +++ b/tests/jasmine/tests/neatline/api/Broker.spec.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/jasmine/tests/neatline/api/Layers.spec.js b/tests/jasmine/tests/neatline/api/Layers.spec.js index 698200271..9eed5ba5d 100644 --- a/tests/jasmine/tests/neatline/api/Layers.spec.js +++ b/tests/jasmine/tests/neatline/api/Layers.spec.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/jasmine/tests/neatline/api/Presenter.spec.js b/tests/jasmine/tests/neatline/api/Presenter.spec.js index 52d280592..338486590 100644 --- a/tests/jasmine/tests/neatline/api/Presenter.spec.js +++ b/tests/jasmine/tests/neatline/api/Presenter.spec.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/jasmine/tests/neatline/api/Widget.spec.js b/tests/jasmine/tests/neatline/api/Widget.spec.js index 5b780e957..0494a983f 100644 --- a/tests/jasmine/tests/neatline/api/Widget.spec.js +++ b/tests/jasmine/tests/neatline/api/Widget.spec.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/jasmine/tests/neatline/layers/Google.spec.js b/tests/jasmine/tests/neatline/layers/Google.spec.js index 83197a8b1..53feeaa56 100644 --- a/tests/jasmine/tests/neatline/layers/Google.spec.js +++ b/tests/jasmine/tests/neatline/layers/Google.spec.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/jasmine/tests/neatline/layers/OSM.spec.js b/tests/jasmine/tests/neatline/layers/OSM.spec.js index 8e486f18d..7fa2ead1f 100644 --- a/tests/jasmine/tests/neatline/layers/OSM.spec.js +++ b/tests/jasmine/tests/neatline/layers/OSM.spec.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/jasmine/tests/neatline/layers/Stamen.spec.js b/tests/jasmine/tests/neatline/layers/Stamen.spec.js index 7634e5e80..d4bcec8b4 100644 --- a/tests/jasmine/tests/neatline/layers/Stamen.spec.js +++ b/tests/jasmine/tests/neatline/layers/Stamen.spec.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/jasmine/tests/neatline/layers/WMS.spec.js b/tests/jasmine/tests/neatline/layers/WMS.spec.js index d3f9c5d2d..e630d53bf 100644 --- a/tests/jasmine/tests/neatline/layers/WMS.spec.js +++ b/tests/jasmine/tests/neatline/layers/WMS.spec.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/jasmine/tests/neatline/layers/XYZ.spec.js b/tests/jasmine/tests/neatline/layers/XYZ.spec.js index 9d15bfa35..0a6cfc424 100644 --- a/tests/jasmine/tests/neatline/layers/XYZ.spec.js +++ b/tests/jasmine/tests/neatline/layers/XYZ.spec.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/jasmine/tests/neatline/map/IngestVectorLayers.spec.js b/tests/jasmine/tests/neatline/map/IngestVectorLayers.spec.js index 3099df63a..7f9026579 100644 --- a/tests/jasmine/tests/neatline/map/IngestVectorLayers.spec.js +++ b/tests/jasmine/tests/neatline/map/IngestVectorLayers.spec.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/jasmine/tests/neatline/map/IngestWmsLayers.spec.js b/tests/jasmine/tests/neatline/map/IngestWmsLayers.spec.js index 25326b54b..aa3a1c605 100644 --- a/tests/jasmine/tests/neatline/map/IngestWmsLayers.spec.js +++ b/tests/jasmine/tests/neatline/map/IngestWmsLayers.spec.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/jasmine/tests/neatline/map/InitDefaultFocus.spec.js b/tests/jasmine/tests/neatline/map/InitDefaultFocus.spec.js index cc94a15a2..bd6859dc0 100644 --- a/tests/jasmine/tests/neatline/map/InitDefaultFocus.spec.js +++ b/tests/jasmine/tests/neatline/map/InitDefaultFocus.spec.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/jasmine/tests/neatline/map/InitImageBaseLayer.spec.js b/tests/jasmine/tests/neatline/map/InitImageBaseLayer.spec.js index ae8949af0..8835ee9a9 100644 --- a/tests/jasmine/tests/neatline/map/InitImageBaseLayer.spec.js +++ b/tests/jasmine/tests/neatline/map/InitImageBaseLayer.spec.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/jasmine/tests/neatline/map/InitSpatialBaseLayers.spec.js b/tests/jasmine/tests/neatline/map/InitSpatialBaseLayers.spec.js index cc2bc3bec..6d171ca32 100644 --- a/tests/jasmine/tests/neatline/map/InitSpatialBaseLayers.spec.js +++ b/tests/jasmine/tests/neatline/map/InitSpatialBaseLayers.spec.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/jasmine/tests/neatline/map/InitWmsBaseLayer.spec.js b/tests/jasmine/tests/neatline/map/InitWmsBaseLayer.spec.js index 4da1658ae..258fdda3d 100644 --- a/tests/jasmine/tests/neatline/map/InitWmsBaseLayer.spec.js +++ b/tests/jasmine/tests/neatline/map/InitWmsBaseLayer.spec.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/jasmine/tests/neatline/map/PublishHighlightSelect.spec.js b/tests/jasmine/tests/neatline/map/PublishHighlightSelect.spec.js index cf92ab0e1..2fa8731b7 100644 --- a/tests/jasmine/tests/neatline/map/PublishHighlightSelect.spec.js +++ b/tests/jasmine/tests/neatline/map/PublishHighlightSelect.spec.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/jasmine/tests/neatline/map/RenderVectorStyles.spec.js b/tests/jasmine/tests/neatline/map/RenderVectorStyles.spec.js index 4cd3179ea..753cac044 100644 --- a/tests/jasmine/tests/neatline/map/RenderVectorStyles.spec.js +++ b/tests/jasmine/tests/neatline/map/RenderVectorStyles.spec.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/jasmine/tests/neatline/map/RenderVectorZindex.spec.js b/tests/jasmine/tests/neatline/map/RenderVectorZindex.spec.js index a8c22e2a5..0c845e52f 100644 --- a/tests/jasmine/tests/neatline/map/RenderVectorZindex.spec.js +++ b/tests/jasmine/tests/neatline/map/RenderVectorZindex.spec.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/jasmine/tests/neatline/map/RenderWmsOpacity.spec.js b/tests/jasmine/tests/neatline/map/RenderWmsOpacity.spec.js index 085015265..7c06e8596 100644 --- a/tests/jasmine/tests/neatline/map/RenderWmsOpacity.spec.js +++ b/tests/jasmine/tests/neatline/map/RenderWmsOpacity.spec.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/jasmine/tests/neatline/map/RenderWmsZindex.spec.js b/tests/jasmine/tests/neatline/map/RenderWmsZindex.spec.js index bf7563cf6..51a5d7f03 100644 --- a/tests/jasmine/tests/neatline/map/RenderWmsZindex.spec.js +++ b/tests/jasmine/tests/neatline/map/RenderWmsZindex.spec.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/jasmine/tests/neatline/map/SpatialQueryingDisabled.spec.js b/tests/jasmine/tests/neatline/map/SpatialQueryingDisabled.spec.js index 056b32bf2..1e2b7ff51 100644 --- a/tests/jasmine/tests/neatline/map/SpatialQueryingDisabled.spec.js +++ b/tests/jasmine/tests/neatline/map/SpatialQueryingDisabled.spec.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/jasmine/tests/neatline/map/SpatialQueryingEnabled.spec.js b/tests/jasmine/tests/neatline/map/SpatialQueryingEnabled.spec.js index 780390805..1c4e64636 100644 --- a/tests/jasmine/tests/neatline/map/SpatialQueryingEnabled.spec.js +++ b/tests/jasmine/tests/neatline/map/SpatialQueryingEnabled.spec.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/jasmine/tests/neatline/map/SubscribeHighlight.spec.js b/tests/jasmine/tests/neatline/map/SubscribeHighlight.spec.js index 6f4eca7b7..196698a4b 100644 --- a/tests/jasmine/tests/neatline/map/SubscribeHighlight.spec.js +++ b/tests/jasmine/tests/neatline/map/SubscribeHighlight.spec.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/jasmine/tests/neatline/map/SubscribeRefresh.spec.js b/tests/jasmine/tests/neatline/map/SubscribeRefresh.spec.js index 56d892215..fb8877d80 100644 --- a/tests/jasmine/tests/neatline/map/SubscribeRefresh.spec.js +++ b/tests/jasmine/tests/neatline/map/SubscribeRefresh.spec.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/jasmine/tests/neatline/map/SubscribeRemoveFilter.spec.js b/tests/jasmine/tests/neatline/map/SubscribeRemoveFilter.spec.js index d65e2a8c6..698344f15 100644 --- a/tests/jasmine/tests/neatline/map/SubscribeRemoveFilter.spec.js +++ b/tests/jasmine/tests/neatline/map/SubscribeRemoveFilter.spec.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/jasmine/tests/neatline/map/SubscribeSelectVector.spec.js b/tests/jasmine/tests/neatline/map/SubscribeSelectVector.spec.js index 212aeecdf..31b935739 100644 --- a/tests/jasmine/tests/neatline/map/SubscribeSelectVector.spec.js +++ b/tests/jasmine/tests/neatline/map/SubscribeSelectVector.spec.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/jasmine/tests/neatline/map/SubscribeSelectWms.spec.js b/tests/jasmine/tests/neatline/map/SubscribeSelectWms.spec.js index e8bf0d2cf..0e4986ba7 100644 --- a/tests/jasmine/tests/neatline/map/SubscribeSelectWms.spec.js +++ b/tests/jasmine/tests/neatline/map/SubscribeSelectWms.spec.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/jasmine/tests/neatline/map/SubscribeSetFilter.spec.js b/tests/jasmine/tests/neatline/map/SubscribeSetFilter.spec.js index e22c23e5d..abc71b64b 100644 --- a/tests/jasmine/tests/neatline/map/SubscribeSetFilter.spec.js +++ b/tests/jasmine/tests/neatline/map/SubscribeSetFilter.spec.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/jasmine/tests/neatline/map/SubscribeUnhighlight.spec.js b/tests/jasmine/tests/neatline/map/SubscribeUnhighlight.spec.js index e6bf3f449..52e1f5029 100644 --- a/tests/jasmine/tests/neatline/map/SubscribeUnhighlight.spec.js +++ b/tests/jasmine/tests/neatline/map/SubscribeUnhighlight.spec.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/jasmine/tests/neatline/map/SubscribeUnselect.spec.js b/tests/jasmine/tests/neatline/map/SubscribeUnselect.spec.js index cc65c02bc..15124a478 100644 --- a/tests/jasmine/tests/neatline/map/SubscribeUnselect.spec.js +++ b/tests/jasmine/tests/neatline/map/SubscribeUnselect.spec.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/jasmine/tests/neatline/presenters/StaticBubble.spec.js b/tests/jasmine/tests/neatline/presenters/StaticBubble.spec.js index 512f9bdb8..303b948f5 100644 --- a/tests/jasmine/tests/neatline/presenters/StaticBubble.spec.js +++ b/tests/jasmine/tests/neatline/presenters/StaticBubble.spec.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/jasmine/tests/neatline/record/GetItem.spec.js b/tests/jasmine/tests/neatline/record/GetItem.spec.js index f0f669fd7..29b165f81 100644 --- a/tests/jasmine/tests/neatline/record/GetItem.spec.js +++ b/tests/jasmine/tests/neatline/record/GetItem.spec.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/jasmine/tests/neatline/record/GetTitle.spec.js b/tests/jasmine/tests/neatline/record/GetTitle.spec.js index 90091d422..ee6c9582c 100644 --- a/tests/jasmine/tests/neatline/record/GetTitle.spec.js +++ b/tests/jasmine/tests/neatline/record/GetTitle.spec.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/jasmine/tests/neatline/record/Schema.spec.js b/tests/jasmine/tests/neatline/record/Schema.spec.js index faa2c3ed6..20703fc0c 100644 --- a/tests/jasmine/tests/neatline/record/Schema.spec.js +++ b/tests/jasmine/tests/neatline/record/Schema.spec.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/bootstrap.php b/tests/phpunit/bootstrap.php index a0d61ad8f..7fb47c988 100644 --- a/tests/phpunit/bootstrap.php +++ b/tests/phpunit/bootstrap.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/cases/Neatline_Case_Default.php b/tests/phpunit/cases/Neatline_Case_Default.php index 8511ea989..55d67b79e 100644 --- a/tests/phpunit/cases/Neatline_Case_Default.php +++ b/tests/phpunit/cases/Neatline_Case_Default.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/cases/Neatline_Case_Fixture.php b/tests/phpunit/cases/Neatline_Case_Fixture.php index 51de4cf94..e4c65fb1b 100644 --- a/tests/phpunit/cases/Neatline_Case_Fixture.php +++ b/tests/phpunit/cases/Neatline_Case_Fixture.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/cases/Neatline_Case_Migrate.php b/tests/phpunit/cases/Neatline_Case_Migrate.php index 4dd3eeae6..847bcfcbd 100644 --- a/tests/phpunit/cases/Neatline_Case_Migrate.php +++ b/tests/phpunit/cases/Neatline_Case_Migrate.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/mocks/filters.php b/tests/phpunit/mocks/filters.php index a9fb03af5..ddbbd4041 100644 --- a/tests/phpunit/mocks/filters.php +++ b/tests/phpunit/mocks/filters.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/fixtures/editor/map/CreateEditLayerTest.php b/tests/phpunit/tests/fixtures/editor/map/CreateEditLayerTest.php index ca7c1ab5d..e5b2103b5 100644 --- a/tests/phpunit/tests/fixtures/editor/map/CreateEditLayerTest.php +++ b/tests/phpunit/tests/fixtures/editor/map/CreateEditLayerTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/fixtures/editor/map/RemoveEditLayerTest.php b/tests/phpunit/tests/fixtures/editor/map/RemoveEditLayerTest.php index e2771316d..dbf1da5d9 100644 --- a/tests/phpunit/tests/fixtures/editor/map/RemoveEditLayerTest.php +++ b/tests/phpunit/tests/fixtures/editor/map/RemoveEditLayerTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/fixtures/editor/map/UpdateWmsLayerTest.php b/tests/phpunit/tests/fixtures/editor/map/UpdateWmsLayerTest.php index e6e017d79..0637fee26 100644 --- a/tests/phpunit/tests/fixtures/editor/map/UpdateWmsLayerTest.php +++ b/tests/phpunit/tests/fixtures/editor/map/UpdateWmsLayerTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/fixtures/editor/record/CloseFormTest.php b/tests/phpunit/tests/fixtures/editor/record/CloseFormTest.php index a00b85fcb..c58d86fc6 100644 --- a/tests/phpunit/tests/fixtures/editor/record/CloseFormTest.php +++ b/tests/phpunit/tests/fixtures/editor/record/CloseFormTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/fixtures/editor/record/CreateRecordTest.php b/tests/phpunit/tests/fixtures/editor/record/CreateRecordTest.php index d52f02b5b..5391cca24 100644 --- a/tests/phpunit/tests/fixtures/editor/record/CreateRecordTest.php +++ b/tests/phpunit/tests/fixtures/editor/record/CreateRecordTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/fixtures/editor/record/DeleteRecordTest.php b/tests/phpunit/tests/fixtures/editor/record/DeleteRecordTest.php index 4afee7dd3..99a7a96fa 100644 --- a/tests/phpunit/tests/fixtures/editor/record/DeleteRecordTest.php +++ b/tests/phpunit/tests/fixtures/editor/record/DeleteRecordTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/fixtures/editor/record/OpenFormTest.php b/tests/phpunit/tests/fixtures/editor/record/OpenFormTest.php index a85633965..c46ea0043 100644 --- a/tests/phpunit/tests/fixtures/editor/record/OpenFormTest.php +++ b/tests/phpunit/tests/fixtures/editor/record/OpenFormTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/fixtures/editor/record/RecordTest.php b/tests/phpunit/tests/fixtures/editor/record/RecordTest.php index 1e9594f85..18768cc2e 100644 --- a/tests/phpunit/tests/fixtures/editor/record/RecordTest.php +++ b/tests/phpunit/tests/fixtures/editor/record/RecordTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/fixtures/editor/record/SelectItemTest.php b/tests/phpunit/tests/fixtures/editor/record/SelectItemTest.php index 7e9fd7a0e..9fbb8fdef 100644 --- a/tests/phpunit/tests/fixtures/editor/record/SelectItemTest.php +++ b/tests/phpunit/tests/fixtures/editor/record/SelectItemTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/fixtures/editor/records/PublishEventsTest.php b/tests/phpunit/tests/fixtures/editor/records/PublishEventsTest.php index abc1716dd..4fb965ca6 100644 --- a/tests/phpunit/tests/fixtures/editor/records/PublishEventsTest.php +++ b/tests/phpunit/tests/fixtures/editor/records/PublishEventsTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/fixtures/editor/records/ShowPaginationTest.php b/tests/phpunit/tests/fixtures/editor/records/ShowPaginationTest.php index 6adc91fa4..e39d24119 100644 --- a/tests/phpunit/tests/fixtures/editor/records/ShowPaginationTest.php +++ b/tests/phpunit/tests/fixtures/editor/records/ShowPaginationTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/fixtures/editor/records/ShowRecordsTest.php b/tests/phpunit/tests/fixtures/editor/records/ShowRecordsTest.php index feed95bf6..cbd32a955 100644 --- a/tests/phpunit/tests/fixtures/editor/records/ShowRecordsTest.php +++ b/tests/phpunit/tests/fixtures/editor/records/ShowRecordsTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/fixtures/editor/search/HydrateStateTest.php b/tests/phpunit/tests/fixtures/editor/search/HydrateStateTest.php index 8c50e7431..4fda19c43 100644 --- a/tests/phpunit/tests/fixtures/editor/search/HydrateStateTest.php +++ b/tests/phpunit/tests/fixtures/editor/search/HydrateStateTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/fixtures/editor/search/MirrorMapTest.php b/tests/phpunit/tests/fixtures/editor/search/MirrorMapTest.php index 4183eafc3..6665a2c71 100644 --- a/tests/phpunit/tests/fixtures/editor/search/MirrorMapTest.php +++ b/tests/phpunit/tests/fixtures/editor/search/MirrorMapTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/fixtures/editor/search/PerformQueriesTest.php b/tests/phpunit/tests/fixtures/editor/search/PerformQueriesTest.php index 453301478..f6ad2ab1e 100644 --- a/tests/phpunit/tests/fixtures/editor/search/PerformQueriesTest.php +++ b/tests/phpunit/tests/fixtures/editor/search/PerformQueriesTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/fixtures/editor/styles/StylesTest.php b/tests/phpunit/tests/fixtures/editor/styles/StylesTest.php index 3c0a5b61b..64d6c1fe0 100644 --- a/tests/phpunit/tests/fixtures/editor/styles/StylesTest.php +++ b/tests/phpunit/tests/fixtures/editor/styles/StylesTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/fixtures/neatline/map/IngestVectorLayersTest.php b/tests/phpunit/tests/fixtures/neatline/map/IngestVectorLayersTest.php index 593a0b9bb..1675f0977 100644 --- a/tests/phpunit/tests/fixtures/neatline/map/IngestVectorLayersTest.php +++ b/tests/phpunit/tests/fixtures/neatline/map/IngestVectorLayersTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/fixtures/neatline/map/IngestWmsLayersTest.php b/tests/phpunit/tests/fixtures/neatline/map/IngestWmsLayersTest.php index cc31edad4..c619a1c22 100644 --- a/tests/phpunit/tests/fixtures/neatline/map/IngestWmsLayersTest.php +++ b/tests/phpunit/tests/fixtures/neatline/map/IngestWmsLayersTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/fixtures/neatline/map/InitDefaultFocusTest.php b/tests/phpunit/tests/fixtures/neatline/map/InitDefaultFocusTest.php index c9f1711c7..ca5aaa748 100644 --- a/tests/phpunit/tests/fixtures/neatline/map/InitDefaultFocusTest.php +++ b/tests/phpunit/tests/fixtures/neatline/map/InitDefaultFocusTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/fixtures/neatline/map/InitImageBaseLayerTest.php b/tests/phpunit/tests/fixtures/neatline/map/InitImageBaseLayerTest.php index f25d3d186..6905c91b9 100644 --- a/tests/phpunit/tests/fixtures/neatline/map/InitImageBaseLayerTest.php +++ b/tests/phpunit/tests/fixtures/neatline/map/InitImageBaseLayerTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/fixtures/neatline/map/InitSpatialBaseLayersTest.php b/tests/phpunit/tests/fixtures/neatline/map/InitSpatialBaseLayersTest.php index 205fae61b..78ff376b7 100644 --- a/tests/phpunit/tests/fixtures/neatline/map/InitSpatialBaseLayersTest.php +++ b/tests/phpunit/tests/fixtures/neatline/map/InitSpatialBaseLayersTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/fixtures/neatline/map/InitWmsBaseLayerTest.php b/tests/phpunit/tests/fixtures/neatline/map/InitWmsBaseLayerTest.php index 0017c881f..3b99084a1 100644 --- a/tests/phpunit/tests/fixtures/neatline/map/InitWmsBaseLayerTest.php +++ b/tests/phpunit/tests/fixtures/neatline/map/InitWmsBaseLayerTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/fixtures/neatline/map/PublishHighlightSelectTest.php b/tests/phpunit/tests/fixtures/neatline/map/PublishHighlightSelectTest.php index 9e998661e..6b8a59e09 100644 --- a/tests/phpunit/tests/fixtures/neatline/map/PublishHighlightSelectTest.php +++ b/tests/phpunit/tests/fixtures/neatline/map/PublishHighlightSelectTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/fixtures/neatline/map/RenderVectorStylesTest.php b/tests/phpunit/tests/fixtures/neatline/map/RenderVectorStylesTest.php index 53ac5c66a..67fe8aca6 100644 --- a/tests/phpunit/tests/fixtures/neatline/map/RenderVectorStylesTest.php +++ b/tests/phpunit/tests/fixtures/neatline/map/RenderVectorStylesTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/fixtures/neatline/map/RenderVectorZindexTest.php b/tests/phpunit/tests/fixtures/neatline/map/RenderVectorZindexTest.php index b42eadb60..c8af9aaa0 100644 --- a/tests/phpunit/tests/fixtures/neatline/map/RenderVectorZindexTest.php +++ b/tests/phpunit/tests/fixtures/neatline/map/RenderVectorZindexTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/fixtures/neatline/map/RenderWmsOpacityTest.php b/tests/phpunit/tests/fixtures/neatline/map/RenderWmsOpacityTest.php index 113082ea3..2210a66de 100644 --- a/tests/phpunit/tests/fixtures/neatline/map/RenderWmsOpacityTest.php +++ b/tests/phpunit/tests/fixtures/neatline/map/RenderWmsOpacityTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/fixtures/neatline/map/RenderWmsZindexTest.php b/tests/phpunit/tests/fixtures/neatline/map/RenderWmsZindexTest.php index 2304873a4..7e201f2ee 100644 --- a/tests/phpunit/tests/fixtures/neatline/map/RenderWmsZindexTest.php +++ b/tests/phpunit/tests/fixtures/neatline/map/RenderWmsZindexTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/fixtures/neatline/map/SpatialQueryingDisabledTest.php b/tests/phpunit/tests/fixtures/neatline/map/SpatialQueryingDisabledTest.php index c75d7db40..e5d12e76e 100644 --- a/tests/phpunit/tests/fixtures/neatline/map/SpatialQueryingDisabledTest.php +++ b/tests/phpunit/tests/fixtures/neatline/map/SpatialQueryingDisabledTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/fixtures/neatline/map/SpatialQueryingEnabledTest.php b/tests/phpunit/tests/fixtures/neatline/map/SpatialQueryingEnabledTest.php index 36c840281..a8c8126d5 100644 --- a/tests/phpunit/tests/fixtures/neatline/map/SpatialQueryingEnabledTest.php +++ b/tests/phpunit/tests/fixtures/neatline/map/SpatialQueryingEnabledTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/fixtures/neatline/map/SubscribeRefreshTest.php b/tests/phpunit/tests/fixtures/neatline/map/SubscribeRefreshTest.php index e352da069..de645b96f 100644 --- a/tests/phpunit/tests/fixtures/neatline/map/SubscribeRefreshTest.php +++ b/tests/phpunit/tests/fixtures/neatline/map/SubscribeRefreshTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/fixtures/neatline/map/SubscribeRemoveFilterTest.php b/tests/phpunit/tests/fixtures/neatline/map/SubscribeRemoveFilterTest.php index 061f0d6f1..923aaf662 100644 --- a/tests/phpunit/tests/fixtures/neatline/map/SubscribeRemoveFilterTest.php +++ b/tests/phpunit/tests/fixtures/neatline/map/SubscribeRemoveFilterTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/fixtures/neatline/map/SubscribeSelectWmsTest.php b/tests/phpunit/tests/fixtures/neatline/map/SubscribeSelectWmsTest.php index 66f2a9867..040b2cfd7 100644 --- a/tests/phpunit/tests/fixtures/neatline/map/SubscribeSelectWmsTest.php +++ b/tests/phpunit/tests/fixtures/neatline/map/SubscribeSelectWmsTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/fixtures/neatline/map/SubscribeSetFilterTest.php b/tests/phpunit/tests/fixtures/neatline/map/SubscribeSetFilterTest.php index 7e9099481..ac5917bbe 100644 --- a/tests/phpunit/tests/fixtures/neatline/map/SubscribeSetFilterTest.php +++ b/tests/phpunit/tests/fixtures/neatline/map/SubscribeSetFilterTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/fixtures/neatline/map/SubscribeTest.php b/tests/phpunit/tests/fixtures/neatline/map/SubscribeTest.php index 9ebc08d5d..31b3915c7 100644 --- a/tests/phpunit/tests/fixtures/neatline/map/SubscribeTest.php +++ b/tests/phpunit/tests/fixtures/neatline/map/SubscribeTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/fixtures/shared/HtmlTest.php b/tests/phpunit/tests/fixtures/shared/HtmlTest.php index 8dc6d02d2..d71a1958d 100644 --- a/tests/phpunit/tests/fixtures/shared/HtmlTest.php +++ b/tests/phpunit/tests/fixtures/shared/HtmlTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/integration/Acl/anonymous/exhibits/AllowTest.php b/tests/phpunit/tests/integration/Acl/anonymous/exhibits/AllowTest.php index 1cda46f5c..134b72813 100644 --- a/tests/phpunit/tests/integration/Acl/anonymous/exhibits/AllowTest.php +++ b/tests/phpunit/tests/integration/Acl/anonymous/exhibits/AllowTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/integration/Acl/anonymous/exhibits/DenyTest.php b/tests/phpunit/tests/integration/Acl/anonymous/exhibits/DenyTest.php index a612db3f2..afb13fe9a 100644 --- a/tests/phpunit/tests/integration/Acl/anonymous/exhibits/DenyTest.php +++ b/tests/phpunit/tests/integration/Acl/anonymous/exhibits/DenyTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/integration/Acl/anonymous/exhibits/private/DenyTest.php b/tests/phpunit/tests/integration/Acl/anonymous/exhibits/private/DenyTest.php index 23c6d9eba..cdd4b9d35 100644 --- a/tests/phpunit/tests/integration/Acl/anonymous/exhibits/private/DenyTest.php +++ b/tests/phpunit/tests/integration/Acl/anonymous/exhibits/private/DenyTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/integration/Acl/anonymous/items/AllowTest.php b/tests/phpunit/tests/integration/Acl/anonymous/items/AllowTest.php index 473026561..91bb83694 100644 --- a/tests/phpunit/tests/integration/Acl/anonymous/items/AllowTest.php +++ b/tests/phpunit/tests/integration/Acl/anonymous/items/AllowTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/integration/Acl/anonymous/records/AllowTest.php b/tests/phpunit/tests/integration/Acl/anonymous/records/AllowTest.php index 833a0299e..5cc7ee599 100644 --- a/tests/phpunit/tests/integration/Acl/anonymous/records/AllowTest.php +++ b/tests/phpunit/tests/integration/Acl/anonymous/records/AllowTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/integration/Acl/anonymous/records/DenyTest.php b/tests/phpunit/tests/integration/Acl/anonymous/records/DenyTest.php index d4ebc9f80..6c80536d1 100644 --- a/tests/phpunit/tests/integration/Acl/anonymous/records/DenyTest.php +++ b/tests/phpunit/tests/integration/Acl/anonymous/records/DenyTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/integration/Acl/contributor/exhibits/AllowTest.php b/tests/phpunit/tests/integration/Acl/contributor/exhibits/AllowTest.php index 39a1cc693..4f4d9d174 100644 --- a/tests/phpunit/tests/integration/Acl/contributor/exhibits/AllowTest.php +++ b/tests/phpunit/tests/integration/Acl/contributor/exhibits/AllowTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/integration/Acl/contributor/exhibits/DenyTest.php b/tests/phpunit/tests/integration/Acl/contributor/exhibits/DenyTest.php index ed8e3fb06..0dc630a54 100644 --- a/tests/phpunit/tests/integration/Acl/contributor/exhibits/DenyTest.php +++ b/tests/phpunit/tests/integration/Acl/contributor/exhibits/DenyTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/integration/Acl/contributor/exhibits/private/AllowTest.php b/tests/phpunit/tests/integration/Acl/contributor/exhibits/private/AllowTest.php index ea17eeed4..ddde9584e 100644 --- a/tests/phpunit/tests/integration/Acl/contributor/exhibits/private/AllowTest.php +++ b/tests/phpunit/tests/integration/Acl/contributor/exhibits/private/AllowTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/integration/Acl/contributor/records/AllowTest.php b/tests/phpunit/tests/integration/Acl/contributor/records/AllowTest.php index 1e9cd24f8..36fc9c54e 100644 --- a/tests/phpunit/tests/integration/Acl/contributor/records/AllowTest.php +++ b/tests/phpunit/tests/integration/Acl/contributor/records/AllowTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/integration/ExhibitsController/admin/AddTest.php b/tests/phpunit/tests/integration/ExhibitsController/admin/AddTest.php index e23f1cbe2..d964b77d0 100644 --- a/tests/phpunit/tests/integration/ExhibitsController/admin/AddTest.php +++ b/tests/phpunit/tests/integration/ExhibitsController/admin/AddTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/integration/ExhibitsController/admin/BrowseTest.php b/tests/phpunit/tests/integration/ExhibitsController/admin/BrowseTest.php index d76420688..ad3ecfda8 100644 --- a/tests/phpunit/tests/integration/ExhibitsController/admin/BrowseTest.php +++ b/tests/phpunit/tests/integration/ExhibitsController/admin/BrowseTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/integration/ExhibitsController/admin/EditTest.php b/tests/phpunit/tests/integration/ExhibitsController/admin/EditTest.php index 8fb3617c3..db370e084 100644 --- a/tests/phpunit/tests/integration/ExhibitsController/admin/EditTest.php +++ b/tests/phpunit/tests/integration/ExhibitsController/admin/EditTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/integration/ExhibitsController/admin/EditorTest.php b/tests/phpunit/tests/integration/ExhibitsController/admin/EditorTest.php index 21b3ebbbc..1fd8a2d3f 100644 --- a/tests/phpunit/tests/integration/ExhibitsController/admin/EditorTest.php +++ b/tests/phpunit/tests/integration/ExhibitsController/admin/EditorTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/integration/ExhibitsController/admin/GetTest.php b/tests/phpunit/tests/integration/ExhibitsController/admin/GetTest.php index 015e36322..84f06c6a7 100644 --- a/tests/phpunit/tests/integration/ExhibitsController/admin/GetTest.php +++ b/tests/phpunit/tests/integration/ExhibitsController/admin/GetTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/integration/ExhibitsController/admin/ImportTest.php b/tests/phpunit/tests/integration/ExhibitsController/admin/ImportTest.php index 491e28ecf..4bb248ff8 100644 --- a/tests/phpunit/tests/integration/ExhibitsController/admin/ImportTest.php +++ b/tests/phpunit/tests/integration/ExhibitsController/admin/ImportTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/integration/ExhibitsController/admin/PutTest.php b/tests/phpunit/tests/integration/ExhibitsController/admin/PutTest.php index 1ae8285b9..2cb5998bc 100644 --- a/tests/phpunit/tests/integration/ExhibitsController/admin/PutTest.php +++ b/tests/phpunit/tests/integration/ExhibitsController/admin/PutTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/integration/ExhibitsController/public/BrowseTest.php b/tests/phpunit/tests/integration/ExhibitsController/public/BrowseTest.php index 78e4a7008..d71283303 100644 --- a/tests/phpunit/tests/integration/ExhibitsController/public/BrowseTest.php +++ b/tests/phpunit/tests/integration/ExhibitsController/public/BrowseTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/integration/ExhibitsController/public/FullscreenTest.php b/tests/phpunit/tests/integration/ExhibitsController/public/FullscreenTest.php index b7320bdec..6903e8811 100644 --- a/tests/phpunit/tests/integration/ExhibitsController/public/FullscreenTest.php +++ b/tests/phpunit/tests/integration/ExhibitsController/public/FullscreenTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/integration/ExhibitsController/public/ShowTest.php b/tests/phpunit/tests/integration/ExhibitsController/public/ShowTest.php index 249f60695..fb75bf866 100644 --- a/tests/phpunit/tests/integration/ExhibitsController/public/ShowTest.php +++ b/tests/phpunit/tests/integration/ExhibitsController/public/ShowTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/integration/ItemsController/GetTest.php b/tests/phpunit/tests/integration/ItemsController/GetTest.php index b69052b7d..c4d1843b2 100644 --- a/tests/phpunit/tests/integration/ItemsController/GetTest.php +++ b/tests/phpunit/tests/integration/ItemsController/GetTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/integration/NeatlinePlugin/HookAfterSaveItemTest.php b/tests/phpunit/tests/integration/NeatlinePlugin/HookAfterSaveItemTest.php index d209a349c..4499b0a79 100644 --- a/tests/phpunit/tests/integration/NeatlinePlugin/HookAfterSaveItemTest.php +++ b/tests/phpunit/tests/integration/NeatlinePlugin/HookAfterSaveItemTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/integration/RecordsController/DeleteTest.php b/tests/phpunit/tests/integration/RecordsController/DeleteTest.php index 251bb0aff..d8acdc8ba 100644 --- a/tests/phpunit/tests/integration/RecordsController/DeleteTest.php +++ b/tests/phpunit/tests/integration/RecordsController/DeleteTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/integration/RecordsController/GetTest.php b/tests/phpunit/tests/integration/RecordsController/GetTest.php index 8f2e41e1e..16bb59b12 100644 --- a/tests/phpunit/tests/integration/RecordsController/GetTest.php +++ b/tests/phpunit/tests/integration/RecordsController/GetTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/integration/RecordsController/ListTest.php b/tests/phpunit/tests/integration/RecordsController/ListTest.php index 87fac196a..1874b09cc 100644 --- a/tests/phpunit/tests/integration/RecordsController/ListTest.php +++ b/tests/phpunit/tests/integration/RecordsController/ListTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/integration/RecordsController/PostTest.php b/tests/phpunit/tests/integration/RecordsController/PostTest.php index 4bee792e2..2b467e872 100644 --- a/tests/phpunit/tests/integration/RecordsController/PostTest.php +++ b/tests/phpunit/tests/integration/RecordsController/PostTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/integration/RecordsController/PutTest.php b/tests/phpunit/tests/integration/RecordsController/PutTest.php index 447159e8e..202685c25 100644 --- a/tests/phpunit/tests/integration/RecordsController/PutTest.php +++ b/tests/phpunit/tests/integration/RecordsController/PutTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/migration/ItemReferencesTest.php b/tests/phpunit/tests/migration/ItemReferencesTest.php index 455964db5..f2d14d140 100644 --- a/tests/phpunit/tests/migration/ItemReferencesTest.php +++ b/tests/phpunit/tests/migration/ItemReferencesTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/unit/Helpers/ExplodeTest.php b/tests/phpunit/tests/unit/Helpers/ExplodeTest.php index c2c99bd32..a98667021 100644 --- a/tests/phpunit/tests/unit/Helpers/ExplodeTest.php +++ b/tests/phpunit/tests/unit/Helpers/ExplodeTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/unit/Helpers/GetItemMarkupTest.php b/tests/phpunit/tests/unit/Helpers/GetItemMarkupTest.php index bb1ae0f2e..36f6150fb 100644 --- a/tests/phpunit/tests/unit/Helpers/GetItemMarkupTest.php +++ b/tests/phpunit/tests/unit/Helpers/GetItemMarkupTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/unit/Helpers/GetLayersForExhibitTest.php b/tests/phpunit/tests/unit/Helpers/GetLayersForExhibitTest.php index dcff90967..68071d2f7 100644 --- a/tests/phpunit/tests/unit/Helpers/GetLayersForExhibitTest.php +++ b/tests/phpunit/tests/unit/Helpers/GetLayersForExhibitTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/unit/Helpers/GetLayersForSelectTest.php b/tests/phpunit/tests/unit/Helpers/GetLayersForSelectTest.php index 7e8aac996..4e451a5b0 100644 --- a/tests/phpunit/tests/unit/Helpers/GetLayersForSelectTest.php +++ b/tests/phpunit/tests/unit/Helpers/GetLayersForSelectTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/unit/Helpers/GetLayersTest.php b/tests/phpunit/tests/unit/Helpers/GetLayersTest.php index 167dac7f4..6a848201e 100644 --- a/tests/phpunit/tests/unit/Helpers/GetLayersTest.php +++ b/tests/phpunit/tests/unit/Helpers/GetLayersTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/unit/Helpers/ReadCssTest.php b/tests/phpunit/tests/unit/Helpers/ReadCssTest.php index 41cce92e0..fd0b7d033 100644 --- a/tests/phpunit/tests/unit/Helpers/ReadCssTest.php +++ b/tests/phpunit/tests/unit/Helpers/ReadCssTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/unit/Helpers/WriteCssTest.php b/tests/phpunit/tests/unit/Helpers/WriteCssTest.php index 5d53c5ab1..59c204c16 100644 --- a/tests/phpunit/tests/unit/Helpers/WriteCssTest.php +++ b/tests/phpunit/tests/unit/Helpers/WriteCssTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/unit/Jobs/ImportItemsTest.php b/tests/phpunit/tests/unit/Jobs/ImportItemsTest.php index 29ec0e2d5..6f2d66422 100644 --- a/tests/phpunit/tests/unit/Jobs/ImportItemsTest.php +++ b/tests/phpunit/tests/unit/Jobs/ImportItemsTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/unit/NeatlineExhibit/CompileImageSizeTest.php b/tests/phpunit/tests/unit/NeatlineExhibit/CompileImageSizeTest.php index 6627a4b6c..2fb2321e4 100644 --- a/tests/phpunit/tests/unit/NeatlineExhibit/CompileImageSizeTest.php +++ b/tests/phpunit/tests/unit/NeatlineExhibit/CompileImageSizeTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/unit/NeatlineExhibit/DeleteChildRecordsTest.php b/tests/phpunit/tests/unit/NeatlineExhibit/DeleteChildRecordsTest.php index 6dbff79f4..41a57ac13 100644 --- a/tests/phpunit/tests/unit/NeatlineExhibit/DeleteChildRecordsTest.php +++ b/tests/phpunit/tests/unit/NeatlineExhibit/DeleteChildRecordsTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/unit/NeatlineExhibit/GetNumberOfRecordsTest.php b/tests/phpunit/tests/unit/NeatlineExhibit/GetNumberOfRecordsTest.php index e6fc861dd..63f9f592b 100644 --- a/tests/phpunit/tests/unit/NeatlineExhibit/GetNumberOfRecordsTest.php +++ b/tests/phpunit/tests/unit/NeatlineExhibit/GetNumberOfRecordsTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/unit/NeatlineExhibit/HasWidgetTest.php b/tests/phpunit/tests/unit/NeatlineExhibit/HasWidgetTest.php index 15f10fc06..177317653 100644 --- a/tests/phpunit/tests/unit/NeatlineExhibit/HasWidgetTest.php +++ b/tests/phpunit/tests/unit/NeatlineExhibit/HasWidgetTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/unit/NeatlineExhibit/PullStylesTest.php b/tests/phpunit/tests/unit/NeatlineExhibit/PullStylesTest.php index cca19b902..896f33ee6 100644 --- a/tests/phpunit/tests/unit/NeatlineExhibit/PullStylesTest.php +++ b/tests/phpunit/tests/unit/NeatlineExhibit/PullStylesTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/unit/NeatlineExhibit/PushStylesTest.php b/tests/phpunit/tests/unit/NeatlineExhibit/PushStylesTest.php index 17655f7dd..7528ca142 100644 --- a/tests/phpunit/tests/unit/NeatlineExhibit/PushStylesTest.php +++ b/tests/phpunit/tests/unit/NeatlineExhibit/PushStylesTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/unit/NeatlineExhibit/SaveFormTest.php b/tests/phpunit/tests/unit/NeatlineExhibit/SaveFormTest.php index e96719bd0..8f141eabf 100644 --- a/tests/phpunit/tests/unit/NeatlineExhibit/SaveFormTest.php +++ b/tests/phpunit/tests/unit/NeatlineExhibit/SaveFormTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/unit/NeatlineExhibitTable/FindBySlugTest.php b/tests/phpunit/tests/unit/NeatlineExhibitTable/FindBySlugTest.php index fb8dd6363..1f489adc3 100644 --- a/tests/phpunit/tests/unit/NeatlineExhibitTable/FindBySlugTest.php +++ b/tests/phpunit/tests/unit/NeatlineExhibitTable/FindBySlugTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/unit/NeatlineRecord/CompileCoverageTest.php b/tests/phpunit/tests/unit/NeatlineRecord/CompileCoverageTest.php index 155dfa382..ce4e483af 100644 --- a/tests/phpunit/tests/unit/NeatlineRecord/CompileCoverageTest.php +++ b/tests/phpunit/tests/unit/NeatlineRecord/CompileCoverageTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/unit/NeatlineRecord/CompileItemTest.php b/tests/phpunit/tests/unit/NeatlineRecord/CompileItemTest.php index 6c11994fb..bcb3ce5e7 100644 --- a/tests/phpunit/tests/unit/NeatlineRecord/CompileItemTest.php +++ b/tests/phpunit/tests/unit/NeatlineRecord/CompileItemTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/unit/NeatlineRecord/CompileWmsTest.php b/tests/phpunit/tests/unit/NeatlineRecord/CompileWmsTest.php index f997d6829..301bffffe 100644 --- a/tests/phpunit/tests/unit/NeatlineRecord/CompileWmsTest.php +++ b/tests/phpunit/tests/unit/NeatlineRecord/CompileWmsTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/unit/NeatlineRecord/ConstructTest.php b/tests/phpunit/tests/unit/NeatlineRecord/ConstructTest.php index 086aa2ce2..b235aef36 100644 --- a/tests/phpunit/tests/unit/NeatlineRecord/ConstructTest.php +++ b/tests/phpunit/tests/unit/NeatlineRecord/ConstructTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/unit/NeatlineRecord/GetExhibitTest.php b/tests/phpunit/tests/unit/NeatlineRecord/GetExhibitTest.php index 58bcd0795..e6442ecc2 100644 --- a/tests/phpunit/tests/unit/NeatlineRecord/GetExhibitTest.php +++ b/tests/phpunit/tests/unit/NeatlineRecord/GetExhibitTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/unit/NeatlineRecord/GetItemTest.php b/tests/phpunit/tests/unit/NeatlineRecord/GetItemTest.php index a0e2977bc..f3bd4dad3 100644 --- a/tests/phpunit/tests/unit/NeatlineRecord/GetItemTest.php +++ b/tests/phpunit/tests/unit/NeatlineRecord/GetItemTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/unit/NeatlineRecord/PullStylesTest.php b/tests/phpunit/tests/unit/NeatlineRecord/PullStylesTest.php index b8ab40293..9b6750fde 100644 --- a/tests/phpunit/tests/unit/NeatlineRecord/PullStylesTest.php +++ b/tests/phpunit/tests/unit/NeatlineRecord/PullStylesTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/unit/NeatlineRecord/SaveFormTest.php b/tests/phpunit/tests/unit/NeatlineRecord/SaveFormTest.php index a0995ddb8..64af3c42d 100644 --- a/tests/phpunit/tests/unit/NeatlineRecord/SaveFormTest.php +++ b/tests/phpunit/tests/unit/NeatlineRecord/SaveFormTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/unit/NeatlineRecord/ToArrayForSaveTest.php b/tests/phpunit/tests/unit/NeatlineRecord/ToArrayForSaveTest.php index 774cc7965..4e78f3bf5 100644 --- a/tests/phpunit/tests/unit/NeatlineRecord/ToArrayForSaveTest.php +++ b/tests/phpunit/tests/unit/NeatlineRecord/ToArrayForSaveTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/unit/NeatlineRecordTable/GetSelectTest.php b/tests/phpunit/tests/unit/NeatlineRecordTable/GetSelectTest.php index 1eccb896b..9850a5612 100644 --- a/tests/phpunit/tests/unit/NeatlineRecordTable/GetSelectTest.php +++ b/tests/phpunit/tests/unit/NeatlineRecordTable/GetSelectTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/unit/NeatlineRecordTable/QueryRecords/CountRecordsTest.php b/tests/phpunit/tests/unit/NeatlineRecordTable/QueryRecords/CountRecordsTest.php index a1590bbf6..de869dcd5 100644 --- a/tests/phpunit/tests/unit/NeatlineRecordTable/QueryRecords/CountRecordsTest.php +++ b/tests/phpunit/tests/unit/NeatlineRecordTable/QueryRecords/CountRecordsTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/unit/NeatlineRecordTable/QueryRecords/ExcludeExistingTest.php b/tests/phpunit/tests/unit/NeatlineRecordTable/QueryRecords/ExcludeExistingTest.php index 59d25b996..30d0fe6f4 100644 --- a/tests/phpunit/tests/unit/NeatlineRecordTable/QueryRecords/ExcludeExistingTest.php +++ b/tests/phpunit/tests/unit/NeatlineRecordTable/QueryRecords/ExcludeExistingTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/unit/NeatlineRecordTable/QueryRecords/FilterExhibitTest.php b/tests/phpunit/tests/unit/NeatlineRecordTable/QueryRecords/FilterExhibitTest.php index 28004ae4f..c21a341c8 100644 --- a/tests/phpunit/tests/unit/NeatlineRecordTable/QueryRecords/FilterExhibitTest.php +++ b/tests/phpunit/tests/unit/NeatlineRecordTable/QueryRecords/FilterExhibitTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/unit/NeatlineRecordTable/QueryRecords/FilterExtentTest.php b/tests/phpunit/tests/unit/NeatlineRecordTable/QueryRecords/FilterExtentTest.php index c43d39393..f0f0bd81c 100644 --- a/tests/phpunit/tests/unit/NeatlineRecordTable/QueryRecords/FilterExtentTest.php +++ b/tests/phpunit/tests/unit/NeatlineRecordTable/QueryRecords/FilterExtentTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/unit/NeatlineRecordTable/QueryRecords/FilterLimitTest.php b/tests/phpunit/tests/unit/NeatlineRecordTable/QueryRecords/FilterLimitTest.php index 70744e906..5843933a5 100644 --- a/tests/phpunit/tests/unit/NeatlineRecordTable/QueryRecords/FilterLimitTest.php +++ b/tests/phpunit/tests/unit/NeatlineRecordTable/QueryRecords/FilterLimitTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/unit/NeatlineRecordTable/QueryRecords/FilterOrderTest.php b/tests/phpunit/tests/unit/NeatlineRecordTable/QueryRecords/FilterOrderTest.php index cec2805fe..21d458e9a 100644 --- a/tests/phpunit/tests/unit/NeatlineRecordTable/QueryRecords/FilterOrderTest.php +++ b/tests/phpunit/tests/unit/NeatlineRecordTable/QueryRecords/FilterOrderTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/unit/NeatlineRecordTable/QueryRecords/FilterQueryTest.php b/tests/phpunit/tests/unit/NeatlineRecordTable/QueryRecords/FilterQueryTest.php index 9c56c7603..c1612e9fe 100644 --- a/tests/phpunit/tests/unit/NeatlineRecordTable/QueryRecords/FilterQueryTest.php +++ b/tests/phpunit/tests/unit/NeatlineRecordTable/QueryRecords/FilterQueryTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/unit/NeatlineRecordTable/QueryRecords/FilterTagsTest.php b/tests/phpunit/tests/unit/NeatlineRecordTable/QueryRecords/FilterTagsTest.php index d453d62d6..feff62cea 100644 --- a/tests/phpunit/tests/unit/NeatlineRecordTable/QueryRecords/FilterTagsTest.php +++ b/tests/phpunit/tests/unit/NeatlineRecordTable/QueryRecords/FilterTagsTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/unit/NeatlineRecordTable/QueryRecords/FilterWidgetTest.php b/tests/phpunit/tests/unit/NeatlineRecordTable/QueryRecords/FilterWidgetTest.php index 3d8e35764..c47653fc5 100644 --- a/tests/phpunit/tests/unit/NeatlineRecordTable/QueryRecords/FilterWidgetTest.php +++ b/tests/phpunit/tests/unit/NeatlineRecordTable/QueryRecords/FilterWidgetTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/tests/phpunit/tests/unit/NeatlineRecordTable/QueryRecords/FilterZoomTest.php b/tests/phpunit/tests/unit/NeatlineRecordTable/QueryRecords/FilterZoomTest.php index 3e9ce6ac0..bab964cc7 100644 --- a/tests/phpunit/tests/unit/NeatlineRecordTable/QueryRecords/FilterZoomTest.php +++ b/tests/phpunit/tests/unit/NeatlineRecordTable/QueryRecords/FilterZoomTest.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/admin/css/stylus/exhibit-form.styl b/views/admin/css/stylus/exhibit-form.styl index 3a3914d38..8e5ebff7a 100644 --- a/views/admin/css/stylus/exhibit-form.styl +++ b/views/admin/css/stylus/exhibit-form.styl @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/admin/exhibits/add.php b/views/admin/exhibits/add.php index 9ddeec04e..e8f393bce 100644 --- a/views/admin/exhibits/add.php +++ b/views/admin/exhibits/add.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/admin/exhibits/browse.php b/views/admin/exhibits/browse.php index 5486c5145..beafa497b 100644 --- a/views/admin/exhibits/browse.php +++ b/views/admin/exhibits/browse.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/admin/exhibits/edit.php b/views/admin/exhibits/edit.php index 9a532d349..7d1c4a139 100644 --- a/views/admin/exhibits/edit.php +++ b/views/admin/exhibits/edit.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/admin/exhibits/import.php b/views/admin/exhibits/import.php index e73fd21a3..dcd6af941 100644 --- a/views/admin/exhibits/import.php +++ b/views/admin/exhibits/import.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/admin/javascripts/exhibit-form.js b/views/admin/javascripts/exhibit-form.js index 8204a9438..84ee7a941 100644 --- a/views/admin/javascripts/exhibit-form.js +++ b/views/admin/javascripts/exhibit-form.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/admin/javascripts/slug-autogen.js b/views/admin/javascripts/slug-autogen.js index 7169b4710..b3e377a8a 100644 --- a/views/admin/javascripts/slug-autogen.js +++ b/views/admin/javascripts/slug-autogen.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/public/exhibits/browse.php b/views/public/exhibits/browse.php index 9df91f831..18ea2bf27 100644 --- a/views/public/exhibits/browse.php +++ b/views/public/exhibits/browse.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/public/exhibits/fullscreen.php b/views/public/exhibits/fullscreen.php index c1e1b02fb..dbc9364c2 100644 --- a/views/public/exhibits/fullscreen.php +++ b/views/public/exhibits/fullscreen.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/public/exhibits/show.php b/views/public/exhibits/show.php index caa401aa5..7dbdafe66 100644 --- a/views/public/exhibits/show.php +++ b/views/public/exhibits/show.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/public/javascripts/fullscreen.js b/views/public/javascripts/fullscreen.js index aa1025e4d..64f091f16 100644 --- a/views/public/javascripts/fullscreen.js +++ b/views/public/javascripts/fullscreen.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/common/neatline/button.php b/views/shared/common/neatline/button.php index 676d5bbf2..7dc7c1b95 100644 --- a/views/shared/common/neatline/button.php +++ b/views/shared/common/neatline/button.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/common/neatline/help.php b/views/shared/common/neatline/help.php index 498a970b2..e03db44c8 100644 --- a/views/shared/common/neatline/help.php +++ b/views/shared/common/neatline/help.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/common/neatline/input.php b/views/shared/common/neatline/input.php index 0253ad255..b91566d52 100644 --- a/views/shared/common/neatline/input.php +++ b/views/shared/common/neatline/input.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/common/neatline/save.php b/views/shared/common/neatline/save.php index 3fe4c2ae1..f91b190e7 100644 --- a/views/shared/common/neatline/save.php +++ b/views/shared/common/neatline/save.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/common/neatline/select.php b/views/shared/common/neatline/select.php index 0e7619f06..a7105ec60 100644 --- a/views/shared/common/neatline/select.php +++ b/views/shared/common/neatline/select.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/common/neatline/textarea.php b/views/shared/common/neatline/textarea.php index 1fca965a6..ad09ee50f 100644 --- a/views/shared/common/neatline/textarea.php +++ b/views/shared/common/neatline/textarea.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/css/stylus/editor.styl b/views/shared/css/stylus/editor.styl index 54a6ffb96..b273d25d7 100644 --- a/views/shared/css/stylus/editor.styl +++ b/views/shared/css/stylus/editor.styl @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors University of Virginia + * @copyright 2014 Rector and Board of Visitors University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/css/stylus/editor/editor.styl b/views/shared/css/stylus/editor/editor.styl index 3a000535b..ab12b36e7 100644 --- a/views/shared/css/stylus/editor/editor.styl +++ b/views/shared/css/stylus/editor/editor.styl @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/css/stylus/editor/form.styl b/views/shared/css/stylus/editor/form.styl index 0de91f538..d11c77afb 100644 --- a/views/shared/css/stylus/editor/form.styl +++ b/views/shared/css/stylus/editor/form.styl @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/css/stylus/editor/header.styl b/views/shared/css/stylus/editor/header.styl index 80191b2a5..84f1ccfa6 100644 --- a/views/shared/css/stylus/editor/header.styl +++ b/views/shared/css/stylus/editor/header.styl @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/css/stylus/editor/loader.styl b/views/shared/css/stylus/editor/loader.styl index ff9c7f159..9003dfb97 100644 --- a/views/shared/css/stylus/editor/loader.styl +++ b/views/shared/css/stylus/editor/loader.styl @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/css/stylus/editor/modals.styl b/views/shared/css/stylus/editor/modals.styl index ba45e17cb..893021874 100644 --- a/views/shared/css/stylus/editor/modals.styl +++ b/views/shared/css/stylus/editor/modals.styl @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/css/stylus/editor/overrides/bootstrap.styl b/views/shared/css/stylus/editor/overrides/bootstrap.styl index 517b56489..42d46c827 100644 --- a/views/shared/css/stylus/editor/overrides/bootstrap.styl +++ b/views/shared/css/stylus/editor/overrides/bootstrap.styl @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/css/stylus/editor/overrides/select2.styl b/views/shared/css/stylus/editor/overrides/select2.styl index 967cb70ff..52b381ea8 100644 --- a/views/shared/css/stylus/editor/overrides/select2.styl +++ b/views/shared/css/stylus/editor/overrides/select2.styl @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/css/stylus/editor/overrides/spectrum.styl b/views/shared/css/stylus/editor/overrides/spectrum.styl index e6502346e..c81b92776 100644 --- a/views/shared/css/stylus/editor/overrides/spectrum.styl +++ b/views/shared/css/stylus/editor/overrides/spectrum.styl @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/css/stylus/editor/pagination.styl b/views/shared/css/stylus/editor/pagination.styl index 9e7066688..2e9c4b6d4 100644 --- a/views/shared/css/stylus/editor/pagination.styl +++ b/views/shared/css/stylus/editor/pagination.styl @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/css/stylus/editor/pane-item.styl b/views/shared/css/stylus/editor/pane-item.styl index b7eb067ed..06528cd11 100644 --- a/views/shared/css/stylus/editor/pane-item.styl +++ b/views/shared/css/stylus/editor/pane-item.styl @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/css/stylus/editor/pane-map.styl b/views/shared/css/stylus/editor/pane-map.styl index 0ebbc09a8..b6d2143eb 100644 --- a/views/shared/css/stylus/editor/pane-map.styl +++ b/views/shared/css/stylus/editor/pane-map.styl @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/css/stylus/editor/pane-style.styl b/views/shared/css/stylus/editor/pane-style.styl index 0b7771daa..ef676f9a9 100644 --- a/views/shared/css/stylus/editor/pane-style.styl +++ b/views/shared/css/stylus/editor/pane-style.styl @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/css/stylus/editor/pane-text.styl b/views/shared/css/stylus/editor/pane-text.styl index 72082aed0..a39fbb5c3 100644 --- a/views/shared/css/stylus/editor/pane-text.styl +++ b/views/shared/css/stylus/editor/pane-text.styl @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/css/stylus/editor/record.styl b/views/shared/css/stylus/editor/record.styl index 2efe5316b..06823a546 100644 --- a/views/shared/css/stylus/editor/record.styl +++ b/views/shared/css/stylus/editor/record.styl @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/css/stylus/editor/records.styl b/views/shared/css/stylus/editor/records.styl index 370b1a8cc..3e52679f7 100644 --- a/views/shared/css/stylus/editor/records.styl +++ b/views/shared/css/stylus/editor/records.styl @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/css/stylus/editor/search.styl b/views/shared/css/stylus/editor/search.styl index c58020dbf..64ee894b5 100644 --- a/views/shared/css/stylus/editor/search.styl +++ b/views/shared/css/stylus/editor/search.styl @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/css/stylus/editor/styles.styl b/views/shared/css/stylus/editor/styles.styl index 55af84283..527963f22 100644 --- a/views/shared/css/stylus/editor/styles.styl +++ b/views/shared/css/stylus/editor/styles.styl @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/css/stylus/public.styl b/views/shared/css/stylus/public.styl index 6692f2510..827200994 100644 --- a/views/shared/css/stylus/public.styl +++ b/views/shared/css/stylus/public.styl @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/css/stylus/public/bubble.styl b/views/shared/css/stylus/public/bubble.styl index 0bfea2381..b474e3fe5 100644 --- a/views/shared/css/stylus/public/bubble.styl +++ b/views/shared/css/stylus/public/bubble.styl @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/css/stylus/public/exhibit.styl b/views/shared/css/stylus/public/exhibit.styl index f3d67a83d..0f538aae3 100644 --- a/views/shared/css/stylus/public/exhibit.styl +++ b/views/shared/css/stylus/public/exhibit.styl @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/css/stylus/public/layouts.styl b/views/shared/css/stylus/public/layouts.styl index 262e40408..7fcb07f29 100644 --- a/views/shared/css/stylus/public/layouts.styl +++ b/views/shared/css/stylus/public/layouts.styl @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/css/stylus/public/map.styl b/views/shared/css/stylus/public/map.styl index b03b863dc..221b5bc1d 100644 --- a/views/shared/css/stylus/public/map.styl +++ b/views/shared/css/stylus/public/map.styl @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/css/stylus/public/overrides/openlayers.styl b/views/shared/css/stylus/public/overrides/openlayers.styl index f6b5eaa7a..56954c790 100644 --- a/views/shared/css/stylus/public/overrides/openlayers.styl +++ b/views/shared/css/stylus/public/overrides/openlayers.styl @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/css/stylus/public/widget.styl b/views/shared/css/stylus/public/widget.styl index 90ef39480..d5d5e4947 100644 --- a/views/shared/css/stylus/public/widget.styl +++ b/views/shared/css/stylus/public/widget.styl @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/css/stylus/var.styl b/views/shared/css/stylus/var.styl index 14afa9ef1..14a6b078c 100644 --- a/views/shared/css/stylus/var.styl +++ b/views/shared/css/stylus/var.styl @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/exhibits/editor.php b/views/shared/exhibits/editor.php index 70bc8b0f9..f30536f2d 100644 --- a/views/shared/exhibits/editor.php +++ b/views/shared/exhibits/editor.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/exhibits/item.php b/views/shared/exhibits/item.php index 9343f1894..4330de5d8 100644 --- a/views/shared/exhibits/item.php +++ b/views/shared/exhibits/item.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/exhibits/partials/editor_core.php b/views/shared/exhibits/partials/editor_core.php index 0067ba78c..b2db9010b 100644 --- a/views/shared/exhibits/partials/editor_core.php +++ b/views/shared/exhibits/partials/editor_core.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/exhibits/partials/editor_footer.php b/views/shared/exhibits/partials/editor_footer.php index 984fe854e..9fb9fb290 100644 --- a/views/shared/exhibits/partials/editor_footer.php +++ b/views/shared/exhibits/partials/editor_footer.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/exhibits/partials/editor_header.php b/views/shared/exhibits/partials/editor_header.php index e57b6d070..6ed582b7f 100644 --- a/views/shared/exhibits/partials/editor_header.php +++ b/views/shared/exhibits/partials/editor_header.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/exhibits/partials/exhibit.php b/views/shared/exhibits/partials/exhibit.php index 6f9988022..9642d2f35 100644 --- a/views/shared/exhibits/partials/exhibit.php +++ b/views/shared/exhibits/partials/exhibit.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/exhibits/partials/loader.php b/views/shared/exhibits/partials/loader.php index b27aa16ff..89a9d3bb4 100644 --- a/views/shared/exhibits/partials/loader.php +++ b/views/shared/exhibits/partials/loader.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/exhibits/partials/modal_delete.php b/views/shared/exhibits/partials/modal_delete.php index 46033c1f1..10328fe04 100644 --- a/views/shared/exhibits/partials/modal_delete.php +++ b/views/shared/exhibits/partials/modal_delete.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/exhibits/partials/modal_inputs.php b/views/shared/exhibits/partials/modal_inputs.php index cbb43a6d0..c1b730c1a 100644 --- a/views/shared/exhibits/partials/modal_inputs.php +++ b/views/shared/exhibits/partials/modal_inputs.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/exhibits/partials/modal_svg.php b/views/shared/exhibits/partials/modal_svg.php index ee7d83d90..ebd80161a 100644 --- a/views/shared/exhibits/partials/modal_svg.php +++ b/views/shared/exhibits/partials/modal_svg.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/exhibits/partials/narrative.php b/views/shared/exhibits/partials/narrative.php index bcaefb260..14306e60b 100644 --- a/views/shared/exhibits/partials/narrative.php +++ b/views/shared/exhibits/partials/narrative.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/exhibits/underscore/bubble.php b/views/shared/exhibits/underscore/bubble.php index e02281846..4f0ba38e1 100644 --- a/views/shared/exhibits/underscore/bubble.php +++ b/views/shared/exhibits/underscore/bubble.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/exhibits/underscore/menu.php b/views/shared/exhibits/underscore/menu.php index 4be5ee475..8ee1bd9ca 100644 --- a/views/shared/exhibits/underscore/menu.php +++ b/views/shared/exhibits/underscore/menu.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/exhibits/underscore/partials/close_button.php b/views/shared/exhibits/underscore/partials/close_button.php index 1d348f22f..b56e2c3f5 100644 --- a/views/shared/exhibits/underscore/partials/close_button.php +++ b/views/shared/exhibits/underscore/partials/close_button.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/exhibits/underscore/partials/exhibit_tabs.php b/views/shared/exhibits/underscore/partials/exhibit_tabs.php index 7ecb95964..c516fbd7e 100644 --- a/views/shared/exhibits/underscore/partials/exhibit_tabs.php +++ b/views/shared/exhibits/underscore/partials/exhibit_tabs.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/exhibits/underscore/partials/form_actions.php b/views/shared/exhibits/underscore/partials/form_actions.php index 68aec3ede..37d85d8a2 100644 --- a/views/shared/exhibits/underscore/partials/form_actions.php +++ b/views/shared/exhibits/underscore/partials/form_actions.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/exhibits/underscore/partials/pagination.php b/views/shared/exhibits/underscore/partials/pagination.php index 5cf54fbcd..a2f8a3a63 100644 --- a/views/shared/exhibits/underscore/partials/pagination.php +++ b/views/shared/exhibits/underscore/partials/pagination.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/exhibits/underscore/partials/pane_item.php b/views/shared/exhibits/underscore/partials/pane_item.php index b3301bef7..98c929c9e 100644 --- a/views/shared/exhibits/underscore/partials/pane_item.php +++ b/views/shared/exhibits/underscore/partials/pane_item.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/exhibits/underscore/partials/pane_map.php b/views/shared/exhibits/underscore/partials/pane_map.php index 23ef6d149..106b9fb7a 100644 --- a/views/shared/exhibits/underscore/partials/pane_map.php +++ b/views/shared/exhibits/underscore/partials/pane_map.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/exhibits/underscore/partials/pane_style.php b/views/shared/exhibits/underscore/partials/pane_style.php index 77d04f19d..aab99a6d7 100644 --- a/views/shared/exhibits/underscore/partials/pane_style.php +++ b/views/shared/exhibits/underscore/partials/pane_style.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/exhibits/underscore/partials/pane_text.php b/views/shared/exhibits/underscore/partials/pane_text.php index 9b145db4b..be356b1f7 100644 --- a/views/shared/exhibits/underscore/partials/pane_text.php +++ b/views/shared/exhibits/underscore/partials/pane_text.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/exhibits/underscore/record.php b/views/shared/exhibits/underscore/record.php index 0507614fb..8aa089b60 100644 --- a/views/shared/exhibits/underscore/record.php +++ b/views/shared/exhibits/underscore/record.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/exhibits/underscore/records.php b/views/shared/exhibits/underscore/records.php index 6ceee52bd..8607e432e 100644 --- a/views/shared/exhibits/underscore/records.php +++ b/views/shared/exhibits/underscore/records.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/exhibits/underscore/search.php b/views/shared/exhibits/underscore/search.php index b3121e422..7c843c461 100644 --- a/views/shared/exhibits/underscore/search.php +++ b/views/shared/exhibits/underscore/search.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/exhibits/underscore/styles.php b/views/shared/exhibits/underscore/styles.php index ff83f8757..2d9351a1c 100644 --- a/views/shared/exhibits/underscore/styles.php +++ b/views/shared/exhibits/underscore/styles.php @@ -3,7 +3,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/javascripts/bootstrap.js b/views/shared/javascripts/bootstrap.js index 668965176..c135368b1 100644 --- a/views/shared/javascripts/bootstrap.js +++ b/views/shared/javascripts/bootstrap.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/javascripts/src/app.config.rivets.js b/views/shared/javascripts/src/app.config.rivets.js index de10aba2f..f21050e31 100644 --- a/views/shared/javascripts/src/app.config.rivets.js +++ b/views/shared/javascripts/src/app.config.rivets.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/javascripts/src/app.init.js b/views/shared/javascripts/src/app.init.js index daa94cd96..348a3ac26 100644 --- a/views/shared/javascripts/src/app.init.js +++ b/views/shared/javascripts/src/app.init.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/javascripts/src/broker/broker.controller.js b/views/shared/javascripts/src/broker/broker.controller.js index 2c47a86a8..9ad0eb637 100644 --- a/views/shared/javascripts/src/broker/broker.controller.js +++ b/views/shared/javascripts/src/broker/broker.controller.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/javascripts/src/broker/broker.init.js b/views/shared/javascripts/src/broker/broker.init.js index d2b888958..2a7a17c25 100644 --- a/views/shared/javascripts/src/broker/broker.init.js +++ b/views/shared/javascripts/src/broker/broker.init.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/javascripts/src/editor/editor.config.loader.js b/views/shared/javascripts/src/editor/editor.config.loader.js index 4d0390787..fe5a4fba2 100644 --- a/views/shared/javascripts/src/editor/editor.config.loader.js +++ b/views/shared/javascripts/src/editor/editor.config.loader.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/javascripts/src/editor/editor.config.rivets.js b/views/shared/javascripts/src/editor/editor.config.rivets.js index 710a610ae..ea8027cce 100644 --- a/views/shared/javascripts/src/editor/editor.config.rivets.js +++ b/views/shared/javascripts/src/editor/editor.config.rivets.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/javascripts/src/editor/editor.config.toastr.js b/views/shared/javascripts/src/editor/editor.config.toastr.js index af3e0d691..7c40a9699 100644 --- a/views/shared/javascripts/src/editor/editor.config.toastr.js +++ b/views/shared/javascripts/src/editor/editor.config.toastr.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/javascripts/src/editor/editor.controller.js b/views/shared/javascripts/src/editor/editor.controller.js index 632833c66..0499f0f44 100644 --- a/views/shared/javascripts/src/editor/editor.controller.js +++ b/views/shared/javascripts/src/editor/editor.controller.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/javascripts/src/editor/editor.init.js b/views/shared/javascripts/src/editor/editor.init.js index ba5bd42fd..abe8b2587 100644 --- a/views/shared/javascripts/src/editor/editor.init.js +++ b/views/shared/javascripts/src/editor/editor.init.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/javascripts/src/editor/editor.view.js b/views/shared/javascripts/src/editor/editor.view.js index d91b37141..03bf5be88 100644 --- a/views/shared/javascripts/src/editor/editor.view.js +++ b/views/shared/javascripts/src/editor/editor.view.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/javascripts/src/editor/exhibit/exhibit.controller.js b/views/shared/javascripts/src/editor/exhibit/exhibit.controller.js index 0d16719a3..803ddfd8e 100644 --- a/views/shared/javascripts/src/editor/exhibit/exhibit.controller.js +++ b/views/shared/javascripts/src/editor/exhibit/exhibit.controller.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/javascripts/src/editor/exhibit/exhibit.init.js b/views/shared/javascripts/src/editor/exhibit/exhibit.init.js index ec2c9a0c4..c6ccb5709 100644 --- a/views/shared/javascripts/src/editor/exhibit/exhibit.init.js +++ b/views/shared/javascripts/src/editor/exhibit/exhibit.init.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/javascripts/src/editor/exhibit/exhibit.view.js b/views/shared/javascripts/src/editor/exhibit/exhibit.view.js index 8bc0c9bc2..3556f21d0 100644 --- a/views/shared/javascripts/src/editor/exhibit/exhibit.view.js +++ b/views/shared/javascripts/src/editor/exhibit/exhibit.view.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/javascripts/src/editor/exhibit/records/records.controller.js b/views/shared/javascripts/src/editor/exhibit/records/records.controller.js index fc22905e7..8227c3655 100644 --- a/views/shared/javascripts/src/editor/exhibit/records/records.controller.js +++ b/views/shared/javascripts/src/editor/exhibit/records/records.controller.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/javascripts/src/editor/exhibit/records/records.init.js b/views/shared/javascripts/src/editor/exhibit/records/records.init.js index 5dc52a136..b9809c022 100644 --- a/views/shared/javascripts/src/editor/exhibit/records/records.init.js +++ b/views/shared/javascripts/src/editor/exhibit/records/records.init.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/javascripts/src/editor/exhibit/records/records.router.js b/views/shared/javascripts/src/editor/exhibit/records/records.router.js index 6a3bf7b26..001a800ce 100644 --- a/views/shared/javascripts/src/editor/exhibit/records/records.router.js +++ b/views/shared/javascripts/src/editor/exhibit/records/records.router.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/javascripts/src/editor/exhibit/records/records.view.js b/views/shared/javascripts/src/editor/exhibit/records/records.view.js index 2b34bd326..47b37bd38 100644 --- a/views/shared/javascripts/src/editor/exhibit/records/records.view.js +++ b/views/shared/javascripts/src/editor/exhibit/records/records.view.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/javascripts/src/editor/exhibit/search/search.controller.js b/views/shared/javascripts/src/editor/exhibit/search/search.controller.js index 41954ad3b..f769705a9 100644 --- a/views/shared/javascripts/src/editor/exhibit/search/search.controller.js +++ b/views/shared/javascripts/src/editor/exhibit/search/search.controller.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/javascripts/src/editor/exhibit/search/search.init.js b/views/shared/javascripts/src/editor/exhibit/search/search.init.js index fed355725..7b7bdbd97 100644 --- a/views/shared/javascripts/src/editor/exhibit/search/search.init.js +++ b/views/shared/javascripts/src/editor/exhibit/search/search.init.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/javascripts/src/editor/exhibit/search/search.view.js b/views/shared/javascripts/src/editor/exhibit/search/search.view.js index ccd6b0282..563126539 100644 --- a/views/shared/javascripts/src/editor/exhibit/search/search.view.js +++ b/views/shared/javascripts/src/editor/exhibit/search/search.view.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/javascripts/src/editor/exhibit/styles/styles.controller.js b/views/shared/javascripts/src/editor/exhibit/styles/styles.controller.js index 0c4c6bb24..d8cb01360 100644 --- a/views/shared/javascripts/src/editor/exhibit/styles/styles.controller.js +++ b/views/shared/javascripts/src/editor/exhibit/styles/styles.controller.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/javascripts/src/editor/exhibit/styles/styles.init.js b/views/shared/javascripts/src/editor/exhibit/styles/styles.init.js index 80de863a6..066e89a7f 100644 --- a/views/shared/javascripts/src/editor/exhibit/styles/styles.init.js +++ b/views/shared/javascripts/src/editor/exhibit/styles/styles.init.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/javascripts/src/editor/exhibit/styles/styles.router.js b/views/shared/javascripts/src/editor/exhibit/styles/styles.router.js index 43e3d5927..99df0ef93 100644 --- a/views/shared/javascripts/src/editor/exhibit/styles/styles.router.js +++ b/views/shared/javascripts/src/editor/exhibit/styles/styles.router.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/javascripts/src/editor/exhibit/styles/styles.view.js b/views/shared/javascripts/src/editor/exhibit/styles/styles.view.js index 5fe3d0577..ca9d3e3c7 100644 --- a/views/shared/javascripts/src/editor/exhibit/styles/styles.view.js +++ b/views/shared/javascripts/src/editor/exhibit/styles/styles.view.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/javascripts/src/editor/map/map.controller.js b/views/shared/javascripts/src/editor/map/map.controller.js index 1f7466782..52dd0548a 100644 --- a/views/shared/javascripts/src/editor/map/map.controller.js +++ b/views/shared/javascripts/src/editor/map/map.controller.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/javascripts/src/editor/map/map.init.js b/views/shared/javascripts/src/editor/map/map.init.js index 8063cb2a0..b0d43b68d 100644 --- a/views/shared/javascripts/src/editor/map/map.init.js +++ b/views/shared/javascripts/src/editor/map/map.init.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/javascripts/src/editor/map/map.view.js b/views/shared/javascripts/src/editor/map/map.view.js index 2e1c363f5..1fdd2b00c 100644 --- a/views/shared/javascripts/src/editor/map/map.view.js +++ b/views/shared/javascripts/src/editor/map/map.view.js @@ -4,7 +4,7 @@ * * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/javascripts/src/editor/record/item/item.controller.js b/views/shared/javascripts/src/editor/record/item/item.controller.js index 750d2d028..606603c62 100644 --- a/views/shared/javascripts/src/editor/record/item/item.controller.js +++ b/views/shared/javascripts/src/editor/record/item/item.controller.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/javascripts/src/editor/record/item/item.init.js b/views/shared/javascripts/src/editor/record/item/item.init.js index 236dec49a..04ef808ee 100644 --- a/views/shared/javascripts/src/editor/record/item/item.init.js +++ b/views/shared/javascripts/src/editor/record/item/item.init.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/javascripts/src/editor/record/item/item.view.js b/views/shared/javascripts/src/editor/record/item/item.view.js index 425daa7e3..eb6c7c7f4 100644 --- a/views/shared/javascripts/src/editor/record/item/item.view.js +++ b/views/shared/javascripts/src/editor/record/item/item.view.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/javascripts/src/editor/record/map/map.controller.js b/views/shared/javascripts/src/editor/record/map/map.controller.js index 357eecc1c..0b01048e4 100644 --- a/views/shared/javascripts/src/editor/record/map/map.controller.js +++ b/views/shared/javascripts/src/editor/record/map/map.controller.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/javascripts/src/editor/record/map/map.init.js b/views/shared/javascripts/src/editor/record/map/map.init.js index e1b8e291c..5bb174dd0 100644 --- a/views/shared/javascripts/src/editor/record/map/map.init.js +++ b/views/shared/javascripts/src/editor/record/map/map.init.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/javascripts/src/editor/record/map/map.view.js b/views/shared/javascripts/src/editor/record/map/map.view.js index 73142e35b..a1454badd 100644 --- a/views/shared/javascripts/src/editor/record/map/map.view.js +++ b/views/shared/javascripts/src/editor/record/map/map.view.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/javascripts/src/editor/record/record.controller.js b/views/shared/javascripts/src/editor/record/record.controller.js index 38a21add8..7860bd961 100644 --- a/views/shared/javascripts/src/editor/record/record.controller.js +++ b/views/shared/javascripts/src/editor/record/record.controller.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/javascripts/src/editor/record/record.init.js b/views/shared/javascripts/src/editor/record/record.init.js index 4511c6e3f..6e84f10d5 100644 --- a/views/shared/javascripts/src/editor/record/record.init.js +++ b/views/shared/javascripts/src/editor/record/record.init.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/javascripts/src/editor/record/record.router.js b/views/shared/javascripts/src/editor/record/record.router.js index 02ddad738..688b59138 100644 --- a/views/shared/javascripts/src/editor/record/record.router.js +++ b/views/shared/javascripts/src/editor/record/record.router.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/javascripts/src/editor/record/record.view.js b/views/shared/javascripts/src/editor/record/record.view.js index b7e97be66..7da6f1d20 100644 --- a/views/shared/javascripts/src/editor/record/record.view.js +++ b/views/shared/javascripts/src/editor/record/record.view.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/javascripts/src/editor/record/style/style.controller.js b/views/shared/javascripts/src/editor/record/style/style.controller.js index b6bdafc20..9d3e98590 100644 --- a/views/shared/javascripts/src/editor/record/style/style.controller.js +++ b/views/shared/javascripts/src/editor/record/style/style.controller.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/javascripts/src/editor/record/style/style.init.js b/views/shared/javascripts/src/editor/record/style/style.init.js index 9cc11bbb8..79f5763ac 100644 --- a/views/shared/javascripts/src/editor/record/style/style.init.js +++ b/views/shared/javascripts/src/editor/record/style/style.init.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/javascripts/src/editor/record/style/style.view.js b/views/shared/javascripts/src/editor/record/style/style.view.js index 6eef894a5..74ff111af 100644 --- a/views/shared/javascripts/src/editor/record/style/style.view.js +++ b/views/shared/javascripts/src/editor/record/style/style.view.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/javascripts/src/editor/record/text/text.controller.js b/views/shared/javascripts/src/editor/record/text/text.controller.js index e03d5e15b..505b322f1 100644 --- a/views/shared/javascripts/src/editor/record/text/text.controller.js +++ b/views/shared/javascripts/src/editor/record/text/text.controller.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/javascripts/src/editor/record/text/text.init.js b/views/shared/javascripts/src/editor/record/text/text.init.js index 7f09e053f..ce9288c08 100644 --- a/views/shared/javascripts/src/editor/record/text/text.init.js +++ b/views/shared/javascripts/src/editor/record/text/text.init.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/javascripts/src/editor/record/text/text.view.js b/views/shared/javascripts/src/editor/record/text/text.view.js index 5aac0e554..9e668437c 100644 --- a/views/shared/javascripts/src/editor/record/text/text.view.js +++ b/views/shared/javascripts/src/editor/record/text/text.view.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/javascripts/src/map/layers/Google/Google.controller.js b/views/shared/javascripts/src/map/layers/Google/Google.controller.js index 1e3f15113..512f66f02 100644 --- a/views/shared/javascripts/src/map/layers/Google/Google.controller.js +++ b/views/shared/javascripts/src/map/layers/Google/Google.controller.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/javascripts/src/map/layers/Google/Google.init.js b/views/shared/javascripts/src/map/layers/Google/Google.init.js index 23319c239..a0452caec 100644 --- a/views/shared/javascripts/src/map/layers/Google/Google.init.js +++ b/views/shared/javascripts/src/map/layers/Google/Google.init.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/javascripts/src/map/layers/OpenStreetMap/OpenStreetMap.controller.js b/views/shared/javascripts/src/map/layers/OpenStreetMap/OpenStreetMap.controller.js index 4be35721d..5c90779a0 100644 --- a/views/shared/javascripts/src/map/layers/OpenStreetMap/OpenStreetMap.controller.js +++ b/views/shared/javascripts/src/map/layers/OpenStreetMap/OpenStreetMap.controller.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/javascripts/src/map/layers/OpenStreetMap/OpenStreetMap.init.js b/views/shared/javascripts/src/map/layers/OpenStreetMap/OpenStreetMap.init.js index 7cdfb196f..238eb5f94 100644 --- a/views/shared/javascripts/src/map/layers/OpenStreetMap/OpenStreetMap.init.js +++ b/views/shared/javascripts/src/map/layers/OpenStreetMap/OpenStreetMap.init.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/javascripts/src/map/layers/Stamen/Stamen.controller.js b/views/shared/javascripts/src/map/layers/Stamen/Stamen.controller.js index 2708d08cf..5da8f0080 100644 --- a/views/shared/javascripts/src/map/layers/Stamen/Stamen.controller.js +++ b/views/shared/javascripts/src/map/layers/Stamen/Stamen.controller.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/javascripts/src/map/layers/Stamen/Stamen.init.js b/views/shared/javascripts/src/map/layers/Stamen/Stamen.init.js index 18e33a33d..6f929c1e3 100644 --- a/views/shared/javascripts/src/map/layers/Stamen/Stamen.init.js +++ b/views/shared/javascripts/src/map/layers/Stamen/Stamen.init.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/javascripts/src/map/layers/WMS/WMS.controller.js b/views/shared/javascripts/src/map/layers/WMS/WMS.controller.js index ef39440b9..9bab558f9 100644 --- a/views/shared/javascripts/src/map/layers/WMS/WMS.controller.js +++ b/views/shared/javascripts/src/map/layers/WMS/WMS.controller.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/javascripts/src/map/layers/WMS/WMS.init.js b/views/shared/javascripts/src/map/layers/WMS/WMS.init.js index 23b43b303..5cae0ab51 100644 --- a/views/shared/javascripts/src/map/layers/WMS/WMS.init.js +++ b/views/shared/javascripts/src/map/layers/WMS/WMS.init.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/javascripts/src/map/layers/XYZ/XYZ.controller.js b/views/shared/javascripts/src/map/layers/XYZ/XYZ.controller.js index a4dffcf83..9941820e4 100644 --- a/views/shared/javascripts/src/map/layers/XYZ/XYZ.controller.js +++ b/views/shared/javascripts/src/map/layers/XYZ/XYZ.controller.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/javascripts/src/map/layers/XYZ/XYZ.init.js b/views/shared/javascripts/src/map/layers/XYZ/XYZ.init.js index 4f32c1297..046474485 100644 --- a/views/shared/javascripts/src/map/layers/XYZ/XYZ.init.js +++ b/views/shared/javascripts/src/map/layers/XYZ/XYZ.init.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/javascripts/src/map/layers/layers.controller.js b/views/shared/javascripts/src/map/layers/layers.controller.js index 50343e2dc..f5c1b1a90 100644 --- a/views/shared/javascripts/src/map/layers/layers.controller.js +++ b/views/shared/javascripts/src/map/layers/layers.controller.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/javascripts/src/map/layers/layers.init.js b/views/shared/javascripts/src/map/layers/layers.init.js index b248d1b70..f8f90e1b8 100644 --- a/views/shared/javascripts/src/map/layers/layers.init.js +++ b/views/shared/javascripts/src/map/layers/layers.init.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/javascripts/src/map/map.controller.js b/views/shared/javascripts/src/map/map.controller.js index ee239a47f..7a5b2edb7 100644 --- a/views/shared/javascripts/src/map/map.controller.js +++ b/views/shared/javascripts/src/map/map.controller.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/javascripts/src/map/map.init.js b/views/shared/javascripts/src/map/map.init.js index 87a47166c..789090879 100644 --- a/views/shared/javascripts/src/map/map.init.js +++ b/views/shared/javascripts/src/map/map.init.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/javascripts/src/map/map.view.js b/views/shared/javascripts/src/map/map.view.js index f0fed356e..845ccfc7e 100644 --- a/views/shared/javascripts/src/map/map.view.js +++ b/views/shared/javascripts/src/map/map.view.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/javascripts/src/presenter/StaticBubble/StaticBubble.controller.js b/views/shared/javascripts/src/presenter/StaticBubble/StaticBubble.controller.js index b3e93730a..ff01f19a9 100644 --- a/views/shared/javascripts/src/presenter/StaticBubble/StaticBubble.controller.js +++ b/views/shared/javascripts/src/presenter/StaticBubble/StaticBubble.controller.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/javascripts/src/presenter/StaticBubble/StaticBubble.init.js b/views/shared/javascripts/src/presenter/StaticBubble/StaticBubble.init.js index 39ae6f4ab..674119166 100644 --- a/views/shared/javascripts/src/presenter/StaticBubble/StaticBubble.init.js +++ b/views/shared/javascripts/src/presenter/StaticBubble/StaticBubble.init.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/javascripts/src/presenter/StaticBubble/StaticBubble.view.js b/views/shared/javascripts/src/presenter/StaticBubble/StaticBubble.view.js index 6ac8f028f..5b47e073b 100644 --- a/views/shared/javascripts/src/presenter/StaticBubble/StaticBubble.view.js +++ b/views/shared/javascripts/src/presenter/StaticBubble/StaticBubble.view.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/javascripts/src/presenter/presenter.controller.js b/views/shared/javascripts/src/presenter/presenter.controller.js index 419719a71..5de2698f5 100644 --- a/views/shared/javascripts/src/presenter/presenter.controller.js +++ b/views/shared/javascripts/src/presenter/presenter.controller.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/javascripts/src/presenter/presenter.init.js b/views/shared/javascripts/src/presenter/presenter.init.js index bff5a5592..e3f9ad563 100644 --- a/views/shared/javascripts/src/presenter/presenter.init.js +++ b/views/shared/javascripts/src/presenter/presenter.init.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/javascripts/src/shared/exhibit/exhibit.model.js b/views/shared/javascripts/src/shared/exhibit/exhibit.model.js index b5a84a862..a1a5c54b2 100644 --- a/views/shared/javascripts/src/shared/exhibit/exhibit.model.js +++ b/views/shared/javascripts/src/shared/exhibit/exhibit.model.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/javascripts/src/shared/record/record.collection.js b/views/shared/javascripts/src/shared/record/record.collection.js index ad31d4c8d..7cf01b2e4 100644 --- a/views/shared/javascripts/src/shared/record/record.collection.js +++ b/views/shared/javascripts/src/shared/record/record.collection.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/javascripts/src/shared/record/record.model.js b/views/shared/javascripts/src/shared/record/record.model.js index 19204a21c..7a5639d96 100644 --- a/views/shared/javascripts/src/shared/record/record.model.js +++ b/views/shared/javascripts/src/shared/record/record.model.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/javascripts/src/shared/shared.controller.js b/views/shared/javascripts/src/shared/shared.controller.js index 945dabda2..96f17a2d9 100644 --- a/views/shared/javascripts/src/shared/shared.controller.js +++ b/views/shared/javascripts/src/shared/shared.controller.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/javascripts/src/shared/shared.router.js b/views/shared/javascripts/src/shared/shared.router.js index 48b454569..9e3475781 100644 --- a/views/shared/javascripts/src/shared/shared.router.js +++ b/views/shared/javascripts/src/shared/shared.router.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/javascripts/src/shared/shared.view.js b/views/shared/javascripts/src/shared/shared.view.js index 2051903ec..622df3369 100644 --- a/views/shared/javascripts/src/shared/shared.view.js +++ b/views/shared/javascripts/src/shared/shared.view.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ diff --git a/views/shared/javascripts/src/shared/widget/widget.view.js b/views/shared/javascripts/src/shared/widget/widget.view.js index 6d18696b5..f45d530de 100644 --- a/views/shared/javascripts/src/shared/widget/widget.view.js +++ b/views/shared/javascripts/src/shared/widget/widget.view.js @@ -2,7 +2,7 @@ /** * @package omeka * @subpackage neatline - * @copyright 2012 Rector and Board of Visitors, University of Virginia + * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */