Kaynağa Gözat

Already in the year 2012

master
Bert Münnich 13 yıl önce
ebeveyn
işleme
d407dd65d5
15 değiştirilmiş dosya ile 15 ekleme ve 15 silme
  1. +1
    -1
      commands.c
  2. +1
    -1
      commands.h
  3. +1
    -1
      exif.c
  4. +1
    -1
      exif.h
  5. +1
    -1
      image.c
  6. +1
    -1
      image.h
  7. +1
    -1
      main.c
  8. +1
    -1
      options.c
  9. +1
    -1
      options.h
  10. +1
    -1
      thumbs.c
  11. +1
    -1
      thumbs.h
  12. +1
    -1
      util.c
  13. +1
    -1
      util.h
  14. +1
    -1
      window.c
  15. +1
    -1
      window.h

+ 1
- 1
commands.c Dosyayı Görüntüle

@@ -1,5 +1,5 @@
/* sxiv: commands.c
* Copyright (c) 2011 Bert Muennich <be.muennich at googlemail.com>
* Copyright (c) 2012 Bert Muennich <be.muennich at googlemail.com>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the


+ 1
- 1
commands.h Dosyayı Görüntüle

@@ -1,5 +1,5 @@
/* sxiv: commands.h
* Copyright (c) 2011 Bert Muennich <be.muennich at googlemail.com>
* Copyright (c) 2012 Bert Muennich <be.muennich at googlemail.com>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the


+ 1
- 1
exif.c Dosyayı Görüntüle

@@ -1,5 +1,5 @@
/* sxiv: exif.c
* Copyright (c) 2011 Bert Muennich <be.muennich at googlemail.com>
* Copyright (c) 2012 Bert Muennich <be.muennich at googlemail.com>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the


+ 1
- 1
exif.h Dosyayı Görüntüle

@@ -1,5 +1,5 @@
/* sxiv: exif.h
* Copyright (c) 2011 Bert Muennich <be.muennich at googlemail.com>
* Copyright (c) 2012 Bert Muennich <be.muennich at googlemail.com>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the


+ 1
- 1
image.c Dosyayı Görüntüle

@@ -1,5 +1,5 @@
/* sxiv: image.c
* Copyright (c) 2011 Bert Muennich <be.muennich at googlemail.com>
* Copyright (c) 2012 Bert Muennich <be.muennich at googlemail.com>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the


+ 1
- 1
image.h Dosyayı Görüntüle

@@ -1,5 +1,5 @@
/* sxiv: image.h
* Copyright (c) 2011 Bert Muennich <be.muennich at googlemail.com>
* Copyright (c) 2012 Bert Muennich <be.muennich at googlemail.com>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the


+ 1
- 1
main.c Dosyayı Görüntüle

@@ -1,5 +1,5 @@
/* sxiv: main.c
* Copyright (c) 2011 Bert Muennich <be.muennich at googlemail.com>
* Copyright (c) 2012 Bert Muennich <be.muennich at googlemail.com>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the


+ 1
- 1
options.c Dosyayı Görüntüle

@@ -1,5 +1,5 @@
/* sxiv: options.c
* Copyright (c) 2011 Bert Muennich <be.muennich at googlemail.com>
* Copyright (c) 2012 Bert Muennich <be.muennich at googlemail.com>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the


+ 1
- 1
options.h Dosyayı Görüntüle

@@ -1,5 +1,5 @@
/* sxiv: options.h
* Copyright (c) 2011 Bert Muennich <be.muennich at googlemail.com>
* Copyright (c) 2012 Bert Muennich <be.muennich at googlemail.com>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the


+ 1
- 1
thumbs.c Dosyayı Görüntüle

@@ -1,5 +1,5 @@
/* sxiv: thumbs.c
* Copyright (c) 2011 Bert Muennich <be.muennich at googlemail.com>
* Copyright (c) 2012 Bert Muennich <be.muennich at googlemail.com>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the


+ 1
- 1
thumbs.h Dosyayı Görüntüle

@@ -1,5 +1,5 @@
/* sxiv: thumbs.h
* Copyright (c) 2011 Bert Muennich <be.muennich at googlemail.com>
* Copyright (c) 2012 Bert Muennich <be.muennich at googlemail.com>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the


+ 1
- 1
util.c Dosyayı Görüntüle

@@ -1,5 +1,5 @@
/* sxiv: util.c
* Copyright (c) 2011 Bert Muennich <be.muennich at googlemail.com>
* Copyright (c) 2012 Bert Muennich <be.muennich at googlemail.com>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the


+ 1
- 1
util.h Dosyayı Görüntüle

@@ -1,5 +1,5 @@
/* sxiv: util.h
* Copyright (c) 2011 Bert Muennich <be.muennich at googlemail.com>
* Copyright (c) 2012 Bert Muennich <be.muennich at googlemail.com>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the


+ 1
- 1
window.c Dosyayı Görüntüle

@@ -1,5 +1,5 @@
/* sxiv: window.c
* Copyright (c) 2011 Bert Muennich <be.muennich at googlemail.com>
* Copyright (c) 2012 Bert Muennich <be.muennich at googlemail.com>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the


+ 1
- 1
window.h Dosyayı Görüntüle

@@ -1,5 +1,5 @@
/* sxiv: window.h
* Copyright (c) 2011 Bert Muennich <be.muennich at googlemail.com>
* Copyright (c) 2012 Bert Muennich <be.muennich at googlemail.com>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the


Yükleniyor…
İptal
Kaydet