Browse Source

added anydot to Copyright holders, because he contributed a lot recently

master
Anselm R. Garbe 17 years ago
parent
commit
e1deda9e04
11 changed files with 11 additions and 0 deletions
  1. +1
    -0
      LICENSE
  2. +1
    -0
      client.c
  3. +1
    -0
      config.arg.h
  4. +1
    -0
      config.default.h
  5. +1
    -0
      draw.c
  6. +1
    -0
      dwm.h
  7. +1
    -0
      event.c
  8. +1
    -0
      layout.c
  9. +1
    -0
      main.c
  10. +1
    -0
      tag.c
  11. +1
    -0
      util.c

+ 1
- 0
LICENSE View File

@ -2,6 +2,7 @@ MIT/X Consortium License
© 2006-2007 Anselm R. Garbe <garbeam at gmail dot com>
© 2006-2007 Sander van Dijk <a dot h dot vandijk at gmail dot com>
© 2007 Premysl Hruby <dfenze at gmail dot com>
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),


+ 1
- 0
client.c View File

@ -1,5 +1,6 @@
/* © 2006-2007 Anselm R. Garbe <garbeam at gmail dot com>
* © 2006-2007 Sander van Dijk <a dot h dot vandijk at gmail dot com>
* © 2007 Premysl Hruby <dfenze at gmail dot com>
* See LICENSE file for license details. */
#include "dwm.h"
#include <stdlib.h>


+ 1
- 0
config.arg.h View File

@ -1,5 +1,6 @@
/* © 2006-2007 Anselm R. Garbe <garbeam at gmail dot com>
* © 2006-2007 Sander van Dijk <a dot h dot vandijk at gmail dot com>
* © 2007 Premysl Hruby <dfenze at gmail dot com>
* See LICENSE file for license details. */
/* appearance */


+ 1
- 0
config.default.h View File

@ -1,5 +1,6 @@
/* © 2006-2007 Anselm R. Garbe <garbeam at gmail dot com>
* © 2006-2007 Sander van Dijk <a dot h dot vandijk at gmail dot com>
* © 2007 Premysl Hruby <dfenze at gmail dot com>
* See LICENSE file for license details. */
/* appearance */


+ 1
- 0
draw.c View File

@ -1,5 +1,6 @@
/* © 2006-2007 Anselm R. Garbe <garbeam at gmail dot com>
* © 2006-2007 Sander van Dijk <a dot h dot vandijk at gmail dot com>
* © 2007 Premysl Hruby <dfenze at gmail dot com>
* See LICENSE file for license details. */
#include "dwm.h"
#include <string.h>


+ 1
- 0
dwm.h View File

@ -1,5 +1,6 @@
/* © 2006-2007 Anselm R. Garbe <garbeam at gmail dot com>
* © 2006-2007 Sander van Dijk <a dot h dot vandijk at gmail dot com>
* © 2007 Premysl Hruby <dfenze at gmail dot com>
* See LICENSE file for license details.
*
* dynamic window manager is designed like any other X client as well. It is


+ 1
- 0
event.c View File

@ -1,5 +1,6 @@
/* © 2006-2007 Anselm R. Garbe <garbeam at gmail dot com>
* © 2006-2007 Sander van Dijk <a dot h dot vandijk at gmail dot com>
* © 2007 Premysl Hruby <dfenze at gmail dot com>
* See LICENSE file for license details. */
#include "dwm.h"
#include <stdio.h>


+ 1
- 0
layout.c View File

@ -1,5 +1,6 @@
/* © 2006-2007 Anselm R. Garbe <garbeam at gmail dot com>
* © 2006-2007 Sander van Dijk <a dot h dot vandijk at gmail dot com>
* © 2007 Premysl Hruby <dfenze at gmail dot com>
* See LICENSE file for license details. */
#include "dwm.h"
#include <stdlib.h>


+ 1
- 0
main.c View File

@ -1,5 +1,6 @@
/* © 2006-2007 Anselm R. Garbe <garbeam at gmail dot com>
* © 2006-2007 Sander van Dijk <a dot h dot vandijk at gmail dot com>
* © 2007 Premysl Hruby <dfenze at gmail dot com>
* See LICENSE file for license details. */
#include "dwm.h"
#include <errno.h>


+ 1
- 0
tag.c View File

@ -1,5 +1,6 @@
/* © 2006-2007 Anselm R. Garbe <garbeam at gmail dot com>
* © 2006-2007 Sander van Dijk <a dot h dot vandijk at gmail dot com>
* © 2007 Premysl Hruby <dfenze at gmail dot com>
* See LICENSE file for license details. */
#include "dwm.h"
#include <regex.h>


+ 1
- 0
util.c View File

@ -1,5 +1,6 @@
/* © 2006-2007 Anselm R. Garbe <garbeam at gmail dot com>
* © 2006-2007 Sander van Dijk <a dot h dot vandijk at gmail dot com>
* © 2007 Premysl Hruby <dfenze at gmail dot com>
* See LICENSE file for license details. */
#include "dwm.h"
#include <stdarg.h>


Loading…
Cancel
Save