Skip to content
This repository was archived by the owner on Dec 13, 2017. It is now read-only.

Commit 421a9dc

Browse files
Added copyright attribution to WPEditorView.
1 parent 3bc2e0c commit 421a9dc

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

Classes/WPEditorView.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
//
2+
// Copyright (c) 2014 Automattic Inc.
3+
//
4+
// This source file is based on ZSSRichTextEditorViewController.h from ZSSRichTextEditor
5+
// Created by Nicholas Hubbard on 11/30/13.
6+
// Copyright (c) 2013 Zed Said Studio. All rights reserved.
7+
//
8+
19
#import <UIKit/UIKit.h>
210

311
#import "ZSSTextView.h"

Classes/WPEditorView.m

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
//
2+
// Copyright (c) 2014 Automattic Inc.
3+
//
4+
// This source file is based on ZSSRichTextEditorViewController.m from ZSSRichTextEditor
5+
// Created by Nicholas Hubbard on 11/30/13.
6+
// Copyright (c) 2013 Zed Said Studio. All rights reserved.
7+
//
8+
19
#import "WPEditorView.h"
210

311
#import "UIWebView+GUIFixes.h"

0 commit comments

Comments
 (0)