소스 검색

Correct meta file headers

Sebastián Katzer 12 년 전
부모
커밋
ba43090a9f
2개의 변경된 파일10개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 3
      src/wp8/LocalNotification.cs
  2. 8 0
      src/wp8/LocalNotificationOptions.cs

+ 2 - 3
src/wp8/LocalNotification.cs

@@ -1,10 +1,9 @@
 /**
- *  LocalNotification.cs
  *  Cordova LocalNotification Plugin
  *
- *  Created by Sebastian Katzer (github.com/katzer) on 07/10/2013.
+ *  Created by Sebastian Katzer (github.com/katzer).
  *  Copyright 2013 Sebastian Katzer. All rights reserved.
- *  GPL v2 licensed
+ *  LGPL v2.1 licensed
  */
 
 using System;

+ 8 - 0
src/wp8/LocalNotificationOptions.cs

@@ -1,3 +1,11 @@
+/**
+ *  Cordova LocalNotification Plugin
+ *
+ *  Created by Sebastian Katzer (github.com/katzer).
+ *  Copyright 2013 Sebastian Katzer. All rights reserved.
+ *  LGPL v2.1 licensed
+ */
+
 using System;
 using System.Linq;
 using System.Runtime.Serialization;