Rename license headers

captchafix
Florens Douwes 11 years ago
parent afe1cb5592
commit 396d9d6369
  1. 2
      Clover/src/org/floens/chan/ChanApplication.java
  2. 2
      Clover/src/org/floens/chan/chan/ChanUrls.java
  3. 2
      Clover/src/org/floens/chan/core/ChanPreferences.java
  4. 2
      Clover/src/org/floens/chan/core/loader/EndOfLineException.java
  5. 2
      Clover/src/org/floens/chan/core/loader/Loader.java
  6. 2
      Clover/src/org/floens/chan/core/loader/LoaderPool.java
  7. 2
      Clover/src/org/floens/chan/core/manager/BoardManager.java
  8. 2
      Clover/src/org/floens/chan/core/manager/PinnedManager.java
  9. 2
      Clover/src/org/floens/chan/core/manager/ReplyManager.java
  10. 2
      Clover/src/org/floens/chan/core/manager/ThreadManager.java
  11. 2
      Clover/src/org/floens/chan/core/model/Board.java
  12. 2
      Clover/src/org/floens/chan/core/model/Loadable.java
  13. 2
      Clover/src/org/floens/chan/core/model/Pass.java
  14. 2
      Clover/src/org/floens/chan/core/model/Pin.java
  15. 2
      Clover/src/org/floens/chan/core/model/Post.java
  16. 2
      Clover/src/org/floens/chan/core/model/PostLinkable.java
  17. 2
      Clover/src/org/floens/chan/core/model/Reply.java
  18. 2
      Clover/src/org/floens/chan/core/model/SavedReply.java
  19. 2
      Clover/src/org/floens/chan/core/net/BitmapLruImageCache.java
  20. 2
      Clover/src/org/floens/chan/core/net/BoardsRequest.java
  21. 2
      Clover/src/org/floens/chan/core/net/ByteArrayRequest.java
  22. 2
      Clover/src/org/floens/chan/core/net/ChanReaderRequest.java
  23. 2
      Clover/src/org/floens/chan/core/net/FileRequest.java
  24. 2
      Clover/src/org/floens/chan/core/net/GIFRequest.java
  25. 2
      Clover/src/org/floens/chan/core/net/JsonReaderRequest.java
  26. 2
      Clover/src/org/floens/chan/core/watch/PinWatcher.java
  27. 2
      Clover/src/org/floens/chan/core/watch/WatchNotifier.java
  28. 2
      Clover/src/org/floens/chan/database/DatabaseHelper.java
  29. 2
      Clover/src/org/floens/chan/database/DatabaseManager.java
  30. 2
      Clover/src/org/floens/chan/service/WatchService.java
  31. 2
      Clover/src/org/floens/chan/ui/BadgeDrawable.java
  32. 2
      Clover/src/org/floens/chan/ui/ScrollerRunnable.java
  33. 2
      Clover/src/org/floens/chan/ui/ViewFlipperAnimations.java
  34. 2
      Clover/src/org/floens/chan/ui/activity/AboutActivity.java
  35. 2
      Clover/src/org/floens/chan/ui/activity/BaseActivity.java
  36. 2
      Clover/src/org/floens/chan/ui/activity/BoardActivity.java
  37. 2
      Clover/src/org/floens/chan/ui/activity/BoardEditor.java
  38. 2
      Clover/src/org/floens/chan/ui/activity/DeveloperActivity.java
  39. 2
      Clover/src/org/floens/chan/ui/activity/ImagePickActivity.java
  40. 2
      Clover/src/org/floens/chan/ui/activity/ImageViewActivity.java
  41. 2
      Clover/src/org/floens/chan/ui/activity/PassSettingsActivity.java
  42. 2
      Clover/src/org/floens/chan/ui/activity/ReplyActivity.java
  43. 2
      Clover/src/org/floens/chan/ui/activity/SettingsActivity.java
  44. 2
      Clover/src/org/floens/chan/ui/activity/WatchSettingsActivity.java
  45. 2
      Clover/src/org/floens/chan/ui/adapter/ImageViewAdapter.java
  46. 2
      Clover/src/org/floens/chan/ui/adapter/PinnedAdapter.java
  47. 2
      Clover/src/org/floens/chan/ui/adapter/PostAdapter.java
  48. 2
      Clover/src/org/floens/chan/ui/fragment/ImageViewFragment.java
  49. 2
      Clover/src/org/floens/chan/ui/fragment/PostRepliesFragment.java
  50. 2
      Clover/src/org/floens/chan/ui/fragment/ReplyFragment.java
  51. 2
      Clover/src/org/floens/chan/ui/fragment/SettingsFragment.java
  52. 2
      Clover/src/org/floens/chan/ui/fragment/ThreadFragment.java
  53. 2
      Clover/src/org/floens/chan/ui/view/GIFView.java
  54. 2
      Clover/src/org/floens/chan/ui/view/HackyViewPager.java
  55. 2
      Clover/src/org/floens/chan/ui/view/LoadView.java
  56. 2
      Clover/src/org/floens/chan/ui/view/NetworkPhotoView.java
  57. 2
      Clover/src/org/floens/chan/ui/view/PostView.java
  58. 2
      Clover/src/org/floens/chan/ui/view/ThreadWatchCounterView.java
  59. 2
      Clover/src/org/floens/chan/ui/view/ThumbnailImageView.java
  60. 2
      Clover/src/org/floens/chan/utils/IOUtils.java
  61. 2
      Clover/src/org/floens/chan/utils/IconCache.java
  62. 2
      Clover/src/org/floens/chan/utils/ImageDecoder.java
  63. 2
      Clover/src/org/floens/chan/utils/ImageSaver.java
  64. 2
      Clover/src/org/floens/chan/utils/Logger.java
  65. 2
      Clover/src/org/floens/chan/utils/SimpleAnimatorListener.java
  66. 2
      Clover/src/org/floens/chan/utils/Time.java
  67. 2
      Clover/src/org/floens/chan/utils/Utils.java

@ -1,5 +1,5 @@
/*
* Chan - 4chan browser https://github.com/Floens/Chan/
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify

@ -1,5 +1,5 @@
/*
* Chan - 4chan browser https://github.com/Floens/Chan/
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify

@ -1,5 +1,5 @@
/*
* Chan - 4chan browser https://github.com/Floens/Chan/
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify

@ -1,5 +1,5 @@
/*
* Chan - 4chan browser https://github.com/Floens/Chan/
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify

@ -1,5 +1,5 @@
/*
* Chan - 4chan browser https://github.com/Floens/Chan/
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify

@ -1,5 +1,5 @@
/*
* Chan - 4chan browser https://github.com/Floens/Chan/
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify

@ -1,5 +1,5 @@
/*
* Chan - 4chan browser https://github.com/Floens/Chan/
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify

@ -1,5 +1,5 @@
/*
* Chan - 4chan browser https://github.com/Floens/Chan/
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify

@ -1,5 +1,5 @@
/*
* Chan - 4chan browser https://github.com/Floens/Chan/
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify

@ -1,5 +1,5 @@
/*
* Chan - 4chan browser https://github.com/Floens/Chan/
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify

@ -1,5 +1,5 @@
/*
* Chan - 4chan browser https://github.com/Floens/Chan/
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify

@ -1,5 +1,5 @@
/*
* Chan - 4chan browser https://github.com/Floens/Chan/
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify

@ -1,5 +1,5 @@
/*
* Chan - 4chan browser https://github.com/Floens/Chan/
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify

@ -1,5 +1,5 @@
/*
* Chan - 4chan browser https://github.com/Floens/Chan/
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify

@ -1,5 +1,5 @@
/*
* Chan - 4chan browser https://github.com/Floens/Chan/
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify

@ -1,5 +1,5 @@
/*
* Chan - 4chan browser https://github.com/Floens/Chan/
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify

@ -1,5 +1,5 @@
/*
* Chan - 4chan browser https://github.com/Floens/Chan/
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify

@ -1,5 +1,5 @@
/*
* Chan - 4chan browser https://github.com/Floens/Chan/
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify

@ -1,5 +1,5 @@
/*
* Chan - 4chan browser https://github.com/Floens/Chan/
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify

@ -1,5 +1,5 @@
/*
* Chan - 4chan browser https://github.com/Floens/Chan/
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify

@ -1,5 +1,5 @@
/*
* Chan - 4chan browser https://github.com/Floens/Chan/
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify

@ -1,5 +1,5 @@
/*
* Chan - 4chan browser https://github.com/Floens/Chan/
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify

@ -1,5 +1,5 @@
/*
* Chan - 4chan browser https://github.com/Floens/Chan/
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify

@ -1,5 +1,5 @@
/*
* Chan - 4chan browser https://github.com/Floens/Chan/
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify

@ -1,5 +1,5 @@
/*
* Chan - 4chan browser https://github.com/Floens/Chan/
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify

@ -1,5 +1,5 @@
/*
* Chan - 4chan browser https://github.com/Floens/Chan/
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify

@ -1,5 +1,5 @@
/*
* Chan - 4chan browser https://github.com/Floens/Chan/
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify

@ -1,5 +1,5 @@
/*
* Chan - 4chan browser https://github.com/Floens/Chan/
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify

@ -1,5 +1,5 @@
/*
* Chan - 4chan browser https://github.com/Floens/Chan/
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify

@ -1,5 +1,5 @@
/*
* Chan - 4chan browser https://github.com/Floens/Chan/
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify

@ -1,5 +1,5 @@
/*
* Chan - 4chan browser https://github.com/Floens/Chan/
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify

@ -1,5 +1,5 @@
/*
* Chan - 4chan browser https://github.com/Floens/Chan/
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify

@ -1,5 +1,5 @@
/*
* Chan - 4chan browser https://github.com/Floens/Chan/
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify

@ -1,5 +1,5 @@
/*
* Chan - 4chan browser https://github.com/Floens/Chan/
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify

@ -1,5 +1,5 @@
/*
* Chan - 4chan browser https://github.com/Floens/Chan/
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify

@ -1,5 +1,5 @@
/*
* Chan - 4chan browser https://github.com/Floens/Chan/
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify

@ -1,5 +1,5 @@
/*
* Chan - 4chan browser https://github.com/Floens/Chan/
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify

@ -1,5 +1,5 @@
/*
* Chan - 4chan browser https://github.com/Floens/Chan/
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify

@ -1,5 +1,5 @@
/*
* Chan - 4chan browser https://github.com/Floens/Chan/
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify

@ -1,5 +1,5 @@
/*
* Chan - 4chan browser https://github.com/Floens/Chan/
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify

@ -1,5 +1,5 @@
/*
* Chan - 4chan browser https://github.com/Floens/Chan/
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify

@ -1,5 +1,5 @@
/*
* Chan - 4chan browser https://github.com/Floens/Chan/
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify

@ -1,5 +1,5 @@
/*
* Chan - 4chan browser https://github.com/Floens/Chan/
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify

@ -1,5 +1,5 @@
/*
* Chan - 4chan browser https://github.com/Floens/Chan/
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify

@ -1,5 +1,5 @@
/*
* Chan - 4chan browser https://github.com/Floens/Chan/
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify

@ -1,5 +1,5 @@
/*
* Chan - 4chan browser https://github.com/Floens/Chan/
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify

@ -1,5 +1,5 @@
/*
* Chan - 4chan browser https://github.com/Floens/Chan/
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify

@ -1,5 +1,5 @@
/*
* Chan - 4chan browser https://github.com/Floens/Chan/
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify

@ -1,5 +1,5 @@
/*
* Chan - 4chan browser https://github.com/Floens/Chan/
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify

@ -1,5 +1,5 @@
/*
* Chan - 4chan browser https://github.com/Floens/Chan/
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify

@ -1,5 +1,5 @@
/*
* Chan - 4chan browser https://github.com/Floens/Chan/
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify

@ -1,5 +1,5 @@
/*
* Chan - 4chan browser https://github.com/Floens/Chan/
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify

@ -1,5 +1,5 @@
/*
* Chan - 4chan browser https://github.com/Floens/Chan/
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify

@ -1,5 +1,5 @@
/*
* Chan - 4chan browser https://github.com/Floens/Chan/
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify

@ -1,5 +1,5 @@
/*
* Chan - 4chan browser https://github.com/Floens/Chan/
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify

@ -1,5 +1,5 @@
/*
* Chan - 4chan browser https://github.com/Floens/Chan/
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify

@ -1,5 +1,5 @@
/*
* Chan - 4chan browser https://github.com/Floens/Chan/
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify

@ -1,5 +1,5 @@
/*
* Chan - 4chan browser https://github.com/Floens/Chan/
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify

@ -1,5 +1,5 @@
/*
* Chan - 4chan browser https://github.com/Floens/Chan/
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify

@ -1,5 +1,5 @@
/*
* Chan - 4chan browser https://github.com/Floens/Chan/
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify

@ -1,5 +1,5 @@
/*
* Chan - 4chan browser https://github.com/Floens/Chan/
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify

@ -1,5 +1,5 @@
/*
* Chan - 4chan browser https://github.com/Floens/Chan/
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify

@ -1,5 +1,5 @@
/*
* Chan - 4chan browser https://github.com/Floens/Chan/
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify

@ -1,5 +1,5 @@
/*
* Chan - 4chan browser https://github.com/Floens/Chan/
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify

@ -1,5 +1,5 @@
/*
* Chan - 4chan browser https://github.com/Floens/Chan/
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify

@ -1,5 +1,5 @@
/*
* Chan - 4chan browser https://github.com/Floens/Chan/
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify

@ -1,5 +1,5 @@
/*
* Chan - 4chan browser https://github.com/Floens/Chan/
* Clover - 4chan browser https://github.com/Floens/Clover/
* Copyright (C) 2014 Floens
*
* This program is free software: you can redistribute it and/or modify

Loading…
Cancel
Save