From 959a82fbb5ada0c4b2783a227787e346e881499f Mon Sep 17 00:00:00 2001 From: Roman Efimov Date: Tue, 16 Apr 2013 10:20:23 -0500 Subject: [PATCH] Update license --- .../Cells/RETableViewLongTextCell.h | 25 ++++++++++++++++--- .../Cells/RETableViewLongTextCell.m | 25 ++++++++++++++++--- RETableViewManager/Items/RELongTextItem.h | 25 ++++++++++++++++--- RETableViewManager/Items/RELongTextItem.m | 25 ++++++++++++++++--- .../Items/REMultipleChoiceItem.h | 25 ++++++++++++++++--- .../Items/REMultipleChoiceItem.m | 25 ++++++++++++++++--- 6 files changed, 126 insertions(+), 24 deletions(-) diff --git a/RETableViewManager/Cells/RETableViewLongTextCell.h b/RETableViewManager/Cells/RETableViewLongTextCell.h index 0acbe03..cf04e94 100644 --- a/RETableViewManager/Cells/RETableViewLongTextCell.h +++ b/RETableViewManager/Cells/RETableViewLongTextCell.h @@ -1,9 +1,26 @@ // -// RELongTextCell.h -// RETableViewManagerExample +// RELongTextCell.h +// RETableViewManager // -// Created by Roman Efimov on 4/11/13. -// Copyright (c) 2013 Roman Efimov. All rights reserved. +// Copyright (c) 2013 Roman Efimov (https://github.com/romaonthego) +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in +// all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +// THE SOFTWARE. // #import "RETableViewCell.h" diff --git a/RETableViewManager/Cells/RETableViewLongTextCell.m b/RETableViewManager/Cells/RETableViewLongTextCell.m index a3101db..6c6e3f0 100644 --- a/RETableViewManager/Cells/RETableViewLongTextCell.m +++ b/RETableViewManager/Cells/RETableViewLongTextCell.m @@ -1,9 +1,26 @@ // -// RELongTextCell.m -// RETableViewManagerExample +// RELongTextCell.m +// RETableViewManager // -// Created by Roman Efimov on 4/11/13. -// Copyright (c) 2013 Roman Efimov. All rights reserved. +// Copyright (c) 2013 Roman Efimov (https://github.com/romaonthego) +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in +// all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +// THE SOFTWARE. // #import "RETableViewLongTextCell.h" diff --git a/RETableViewManager/Items/RELongTextItem.h b/RETableViewManager/Items/RELongTextItem.h index a152d59..da6c32f 100644 --- a/RETableViewManager/Items/RELongTextItem.h +++ b/RETableViewManager/Items/RELongTextItem.h @@ -1,9 +1,26 @@ // -// RELongTextItem.h -// RETableViewManagerExample +// RELongTextItem.h +// RETableViewManager // -// Created by Roman Efimov on 4/11/13. -// Copyright (c) 2013 Roman Efimov. All rights reserved. +// Copyright (c) 2013 Roman Efimov (https://github.com/romaonthego) +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in +// all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +// THE SOFTWARE. // #import "RETextItem.h" diff --git a/RETableViewManager/Items/RELongTextItem.m b/RETableViewManager/Items/RELongTextItem.m index 44cefc9..ee1d325 100644 --- a/RETableViewManager/Items/RELongTextItem.m +++ b/RETableViewManager/Items/RELongTextItem.m @@ -1,9 +1,26 @@ // -// RELongTextItem.m -// RETableViewManagerExample +// RELongTextItem.m +// RETableViewManager // -// Created by Roman Efimov on 4/11/13. -// Copyright (c) 2013 Roman Efimov. All rights reserved. +// Copyright (c) 2013 Roman Efimov (https://github.com/romaonthego) +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in +// all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +// THE SOFTWARE. // #import "RELongTextItem.h" diff --git a/RETableViewManager/Items/REMultipleChoiceItem.h b/RETableViewManager/Items/REMultipleChoiceItem.h index 3a4af82..12ff1c6 100644 --- a/RETableViewManager/Items/REMultipleChoiceItem.h +++ b/RETableViewManager/Items/REMultipleChoiceItem.h @@ -1,9 +1,26 @@ // -// REMultipleChoiceItem.h -// RETableViewManagerExample +// REMultipleChoiceItem.h +// RETableViewManager // -// Created by Roman Efimov on 4/12/13. -// Copyright (c) 2013 Roman Efimov. All rights reserved. +// Copyright (c) 2013 Roman Efimov (https://github.com/romaonthego) +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in +// all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +// THE SOFTWARE. // #import "RETableViewItem.h" diff --git a/RETableViewManager/Items/REMultipleChoiceItem.m b/RETableViewManager/Items/REMultipleChoiceItem.m index 8296d1e..ffb2020 100644 --- a/RETableViewManager/Items/REMultipleChoiceItem.m +++ b/RETableViewManager/Items/REMultipleChoiceItem.m @@ -1,9 +1,26 @@ // -// REMultipleChoiceItem.m -// RETableViewManagerExample +// REMultipleChoiceItem.m +// RETableViewManager // -// Created by Roman Efimov on 4/12/13. -// Copyright (c) 2013 Roman Efimov. All rights reserved. +// Copyright (c) 2013 Roman Efimov (https://github.com/romaonthego) +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in +// all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +// THE SOFTWARE. // #import "REMultipleChoiceItem.h"