瀏覽代碼

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;