فهرست منبع

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;