aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/cyanogenmod/wallpapers/photophase/model
diff options
context:
space:
mode:
authorJorge Ruesga <jorge@ruesga.com>2014-06-14 01:47:47 +0200
committerJorge Ruesga <jorge@ruesga.com>2014-06-14 01:47:47 +0200
commitcf31f45559b1061dbafb381a568b9b4b09f79d4e (patch)
treeb6272f10953c355533d90d9f2241c01fb186ec9c /src/org/cyanogenmod/wallpapers/photophase/model
parent7f174589ca89098fb8d13ce8fcfaf4d2d48835ad (diff)
downloadandroid_packages_wallpapers_PhotoPhase-cf31f45559b1061dbafb381a568b9b4b09f79d4e.tar.gz
android_packages_wallpapers_PhotoPhase-cf31f45559b1061dbafb381a568b9b4b09f79d4e.tar.bz2
android_packages_wallpapers_PhotoPhase-cf31f45559b1061dbafb381a568b9b4b09f79d4e.zip
Update license headers
Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
Diffstat (limited to 'src/org/cyanogenmod/wallpapers/photophase/model')
-rw-r--r--src/org/cyanogenmod/wallpapers/photophase/model/Album.java2
-rw-r--r--src/org/cyanogenmod/wallpapers/photophase/model/Disposition.java2
-rw-r--r--src/org/cyanogenmod/wallpapers/photophase/model/Dispositions.java2
-rw-r--r--src/org/cyanogenmod/wallpapers/photophase/model/Picture.java2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/org/cyanogenmod/wallpapers/photophase/model/Album.java b/src/org/cyanogenmod/wallpapers/photophase/model/Album.java
index 0c1c2a2..2fec019 100644
--- a/src/org/cyanogenmod/wallpapers/photophase/model/Album.java
+++ b/src/org/cyanogenmod/wallpapers/photophase/model/Album.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2013 The CyanogenMod Project
+ * Copyright (C) 2014 The CyanogenMod Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/org/cyanogenmod/wallpapers/photophase/model/Disposition.java b/src/org/cyanogenmod/wallpapers/photophase/model/Disposition.java
index 35cc0e9..a8e3f8c 100644
--- a/src/org/cyanogenmod/wallpapers/photophase/model/Disposition.java
+++ b/src/org/cyanogenmod/wallpapers/photophase/model/Disposition.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2013 The CyanogenMod Project
+ * Copyright (C) 2014 The CyanogenMod Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/org/cyanogenmod/wallpapers/photophase/model/Dispositions.java b/src/org/cyanogenmod/wallpapers/photophase/model/Dispositions.java
index fc27853..ba5180b 100644
--- a/src/org/cyanogenmod/wallpapers/photophase/model/Dispositions.java
+++ b/src/org/cyanogenmod/wallpapers/photophase/model/Dispositions.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2013 The CyanogenMod Project
+ * Copyright (C) 2014 The CyanogenMod Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/org/cyanogenmod/wallpapers/photophase/model/Picture.java b/src/org/cyanogenmod/wallpapers/photophase/model/Picture.java
index 76b1bb6..28ebd37 100644
--- a/src/org/cyanogenmod/wallpapers/photophase/model/Picture.java
+++ b/src/org/cyanogenmod/wallpapers/photophase/model/Picture.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2013 The CyanogenMod Project
+ * Copyright (C) 2014 The CyanogenMod Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.