Procházet zdrojové kódy

Updated contact information

master
Bert Münnich před 13 roky
rodič
revize
36177fb180
13 změnil soubory, kde provedl 13 přidání a 13 odebrání
  1. +1
    -1
      commands.c
  2. +1
    -1
      commands.h
  3. +1
    -1
      image.c
  4. +1
    -1
      image.h
  5. +1
    -1
      main.c
  6. +1
    -1
      options.c
  7. +1
    -1
      options.h
  8. +1
    -1
      thumbs.c
  9. +1
    -1
      thumbs.h
  10. +1
    -1
      util.c
  11. +1
    -1
      util.h
  12. +1
    -1
      window.c
  13. +1
    -1
      window.h

+ 1
- 1
commands.c Zobrazit soubor

@@ -1,5 +1,5 @@
/* sxiv: commands.c
* Copyright (c) 2011 Bert Muennich <muennich at informatik.hu-berlin.de>
* Copyright (c) 2011 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 Zobrazit soubor

@@ -1,5 +1,5 @@
/* sxiv: commands.h
* Copyright (c) 2011 Bert Muennich <muennich at informatik.hu-berlin.de>
* Copyright (c) 2011 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 Zobrazit soubor

@@ -1,5 +1,5 @@
/* sxiv: image.c
* Copyright (c) 2011 Bert Muennich <muennich at informatik.hu-berlin.de>
* Copyright (c) 2011 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 Zobrazit soubor

@@ -1,5 +1,5 @@
/* sxiv: image.h
* Copyright (c) 2011 Bert Muennich <muennich at informatik.hu-berlin.de>
* Copyright (c) 2011 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 Zobrazit soubor

@@ -1,5 +1,5 @@
/* sxiv: main.c
* Copyright (c) 2011 Bert Muennich <muennich at informatik.hu-berlin.de>
* Copyright (c) 2011 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 Zobrazit soubor

@@ -1,5 +1,5 @@
/* sxiv: options.c
* Copyright (c) 2011 Bert Muennich <muennich at informatik.hu-berlin.de>
* Copyright (c) 2011 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 Zobrazit soubor

@@ -1,5 +1,5 @@
/* sxiv: options.h
* Copyright (c) 2011 Bert Muennich <muennich at informatik.hu-berlin.de>
* Copyright (c) 2011 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 Zobrazit soubor

@@ -1,5 +1,5 @@
/* sxiv: thumbs.c
* Copyright (c) 2011 Bert Muennich <muennich at informatik.hu-berlin.de>
* Copyright (c) 2011 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 Zobrazit soubor

@@ -1,5 +1,5 @@
/* sxiv: thumbs.h
* Copyright (c) 2011 Bert Muennich <muennich at informatik.hu-berlin.de>
* Copyright (c) 2011 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 Zobrazit soubor

@@ -1,5 +1,5 @@
/* sxiv: util.c
* Copyright (c) 2011 Bert Muennich <muennich at informatik.hu-berlin.de>
* Copyright (c) 2011 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 Zobrazit soubor

@@ -1,5 +1,5 @@
/* sxiv: util.h
* Copyright (c) 2011 Bert Muennich <muennich at informatik.hu-berlin.de>
* Copyright (c) 2011 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 Zobrazit soubor

@@ -1,5 +1,5 @@
/* sxiv: window.c
* Copyright (c) 2011 Bert Muennich <muennich at informatik.hu-berlin.de>
* Copyright (c) 2011 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 Zobrazit soubor

@@ -1,5 +1,5 @@
/* sxiv: window.h
* Copyright (c) 2011 Bert Muennich <muennich at informatik.hu-berlin.de>
* Copyright (c) 2011 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


Načítá se…
Zrušit
Uložit